2011-10-29 whoopsy, my bad (segfault due to accepting empty lines)
sheepluva [Sat, 29 Oct 2011 20:47:40 +0200] rev 6237
whoopsy, my bad (segfault due to accepting empty lines)
2011-11-12 yey sdl implemented multi touch so my implementation isnt needed anymore hedgeroid
Xeli [Sat, 12 Nov 2011 15:48:55 +0100] rev 6236
yey sdl implemented multi touch so my implementation isnt needed anymore
2011-10-29 stylesheet comments/adjustments
sheepluva [Sat, 29 Oct 2011 18:20:56 +0200] rev 6235
stylesheet comments/adjustments
2011-11-12 these files must not be compiled because they cause compiler errors and noone likes those ;p hedgeroid
Xeli [Sat, 12 Nov 2011 14:52:48 +0100] rev 6234
these files must not be compiled because they cause compiler errors and noone likes those ;p
2011-10-29 html-escape nicknames
sheepluva [Sat, 29 Oct 2011 17:52:35 +0200] rev 6233
html-escape nicknames
2011-11-12 removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port hedgeroid
Xeli [Sat, 12 Nov 2011 14:50:35 +0100] rev 6232
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port
2011-10-29 change default timestamp format to hh:mm
sheepluva [Sat, 29 Oct 2011 16:54:46 +0200] rev 6231
change default timestamp format to hh:mm
2011-11-12 automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps? hedgeroid
Xeli [Sat, 12 Nov 2011 14:48:35 +0100] rev 6230
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?
2011-10-29 * fix highlighting (i just broke it by not negating a boolean expression)
sheepluva [Sat, 29 Oct 2011 15:31:45 +0200] rev 6229
* fix highlighting (i just broke it by not negating a boolean expression) * fix issues with first display: none; being ignored + allow css to hide hours / seconds of timestamp
2011-11-12 added lines to avoid compiler hints, is this really the way we want to do it though? ;/ hedgeroid
Xeli [Sat, 12 Nov 2011 14:45:36 +0100] rev 6228
added lines to avoid compiler hints, is this really the way we want to do it though? ;/
2011-10-29 update name autocompletion after nick change (since own nick isn't suggested)
sheepluva [Sat, 29 Oct 2011 11:47:37 +0200] rev 6227
update name autocompletion after nick change (since own nick isn't suggested)
2011-10-28 merge hedgeroid
Xeli [Fri, 28 Oct 2011 18:33:38 +0200] rev 6226
merge
2011-10-29 disconnect when going back from lobby page (regression fix)
sheepluva [Sat, 29 Oct 2011 09:19:04 +0200] rev 6225
disconnect when going back from lobby page (regression fix) fix some indentations
2011-10-28 one dangerous merge hedgeroid
koda [Fri, 28 Oct 2011 18:26:17 +0200] rev 6224
one dangerous merge
2011-10-28 It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
unc0rr [Fri, 28 Oct 2011 19:20:35 +0400] rev 6223
It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
2011-10-28 + make names in notice messages and leave messages clickable too
sheepluva [Fri, 28 Oct 2011 13:10:46 +0200] rev 6222
+ make names in notice messages and leave messages clickable too + experimental: allow adding/removing users to friends/ignore list even after their loggout
2011-10-28 chat: don't link own name
sheepluva [Fri, 28 Oct 2011 09:12:05 +0200] rev 6221
chat: don't link own name
2011-10-28 ok *this* brings ios 3.* runtime compatibility
koda [Fri, 28 Oct 2011 03:41:52 +0200] rev 6220
ok *this* brings ios 3.* runtime compatibility
2011-10-28 restore game config on iphone
koda [Fri, 28 Oct 2011 03:06:31 +0200] rev 6219
restore game config on iphone
2011-10-27 actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
sheepluva [Thu, 27 Oct 2011 22:52:22 +0200] rev 6218
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
2011-10-27 - Remove some old unused code
unc0rr [Thu, 27 Oct 2011 21:33:18 +0400] rev 6217
- Remove some old unused code - Fix some warnings, including "empty if"
2011-10-27 having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
sheepluva [Thu, 27 Oct 2011 02:47:05 +0200] rev 6216
having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
2011-10-26 typos
sheepluva [Wed, 26 Oct 2011 11:50:03 +0200] rev 6215
typos
2011-10-26 custom highlighting
sheepluva [Wed, 26 Oct 2011 05:57:00 +0200] rev 6214
custom highlighting
2011-10-26 also imageio is absent from old ios, so weaklink it
koda [Wed, 26 Oct 2011 02:21:44 +0200] rev 6213
also imageio is absent from old ios, so weaklink it
2011-10-25 few mini-adjustments
sheepluva [Wed, 26 Oct 2011 01:51:42 +0200] rev 6212
few mini-adjustments
2011-10-25 move (prematurely) finishing game by removing all teams into engine since that's where it should happen
sheepluva [Wed, 26 Oct 2011 01:50:08 +0200] rev 6211
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
2011-10-25 fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
koda [Wed, 26 Oct 2011 01:17:44 +0200] rev 6210
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
2011-10-25 restore runtime compatibility with ios 3.2
koda [Wed, 26 Oct 2011 00:30:35 +0200] rev 6209
restore runtime compatibility with ios 3.2
2011-10-25 move all extra categories in a single source, add caching for HWUtils
koda [Tue, 25 Oct 2011 22:51:10 +0200] rev 6208
move all extra categories in a single source, add caching for HWUtils
2011-10-25 updated sdl and lowered minimum ios to 3.0
koda [Tue, 25 Oct 2011 22:14:55 +0200] rev 6207
updated sdl and lowered minimum ios to 3.0
2011-10-25 As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.
nemo [Tue, 25 Oct 2011 19:01:56 -0400] rev 6206
As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.
2011-10-25 remove any thread-safe stuff I introduced since it's not needed
sheepluva [Tue, 25 Oct 2011 19:46:59 +0200] rev 6205
remove any thread-safe stuff I introduced since it's not needed as unC0Rr pointed out it's not needed, we are single-threaded (thanks :D) from what I understood this time, Qt is clever enough to sequentialize all events and child destructions instead of spawning threads also some docs/comments
2011-10-25 Fix for 'The "optimized" argument must be followed by a library.' cmake failure
unc0rr [Tue, 25 Oct 2011 13:30:02 +0400] rev 6204
Fix for 'The "optimized" argument must be followed by a library.' cmake failure
2011-10-25 adding simple doc build script
sheepluva [Tue, 25 Oct 2011 03:00:08 +0200] rev 6203
adding simple doc build script
2011-10-24 this should fix stylesheet importing on windows, but we'll see
sheepluva [Mon, 24 Oct 2011 23:24:01 +0200] rev 6202
this should fix stylesheet importing on windows, but we'll see
2011-10-24 fix of /saveStyleSheet command, error message on stylesheet import fail
sheepluva [Mon, 24 Oct 2011 22:46:35 +0200] rev 6201
fix of /saveStyleSheet command, error message on stylesheet import fail
2011-10-24 tweak and document abstract page
sheepluva [Mon, 24 Oct 2011 20:01:25 +0200] rev 6200
tweak and document abstract page
2011-10-24 on file save: create parent directories if needed
sheepluva [Mon, 24 Oct 2011 11:14:09 +0200] rev 6199
on file save: create parent directories if needed
2011-10-24 unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
sheepluva [Mon, 24 Oct 2011 10:59:52 +0200] rev 6198
unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
2011-10-24 chat:
sheepluva [Mon, 24 Oct 2011 10:30:47 +0200] rev 6197
chat: + added timestamps (can also be css styled and disabled) + allow exchanging stylesheet by just dragging a *.css file into the chat widget! + /saveStyleSheet command for keeping the applied stylesheet for future runs + /discardStyleSheet to reset to the saved/default stylesheet Note: I noticed command auto-completion is broken, don't know since when. annoying.
2011-10-24 minor cleanups, mostly in own code
sheepluva [Mon, 24 Oct 2011 06:54:46 +0200] rev 6196
minor cleanups, mostly in own code
2011-10-24 * fixing my hat preview bug nemo pointed out (thanks!)
sheepluva [Mon, 24 Oct 2011 06:10:28 +0200] rev 6195
* fixing my hat preview bug nemo pointed out (thanks!) + cleanup of edit page loading, should speeed up application startup a bit.
2011-10-23 improve and cash hilight regexp
sheepluva [Mon, 24 Oct 2011 01:09:33 +0200] rev 6194
improve and cash hilight regexp
2011-10-23 highlight improvements
sheepluva [Sun, 23 Oct 2011 22:47:59 +0200] rev 6193
highlight improvements * only highlight if surrounded by whitespaces (or trailing ': ') + case-insensitive
2011-10-23 oops
nemo [Sun, 23 Oct 2011 14:44:19 -0400] rev 6192
oops
2011-10-23 Case-insensitive comparison of nicks
unc0rr [Sun, 23 Oct 2011 11:37:52 +0400] rev 6191
Case-insensitive comparison of nicks
2011-10-23 potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
sheepluva [Sun, 23 Oct 2011 09:01:53 +0200] rev 6190
potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
2011-10-23 retain dx/dy from landgun
nemo [Sun, 23 Oct 2011 01:47:44 -0400] rev 6189
retain dx/dy from landgun
2011-10-22 doxygen seems to get confused if a ///< line is followed by a /// line
sheepluva [Sat, 22 Oct 2011 20:49:26 +0200] rev 6188
doxygen seems to get confused if a ///< line is followed by a /// line
2011-10-22 * adding destructors to my line edit subclasses
sheepluva [Sat, 22 Oct 2011 20:41:23 +0200] rev 6187
* adding destructors to my line edit subclasses + case-insensitive sorting for suggested nicknames
2011-10-22 let's create some templates so that the user knows how to start off
sheepluva [Sat, 22 Oct 2011 19:37:39 +0200] rev 6186
let's create some templates so that the user knows how to start off
2011-10-22 document css files better
sheepluva [Sat, 22 Oct 2011 18:24:36 +0200] rev 6185
document css files better
2011-10-22 Tweak ratios to deemphasise foreground flakes further
nemo [Sat, 22 Oct 2011 11:50:55 -0400] rev 6184
Tweak ratios to deemphasise foreground flakes further
2011-10-22 minor signal fail fix
sheepluva [Sat, 22 Oct 2011 10:59:06 +0200] rev 6183
minor signal fail fix
2011-10-22 some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
sheepluva [Sat, 22 Oct 2011 10:52:07 +0200] rev 6182
some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
2011-10-22 ugh wth... cleaned FL/IL change notifications up
sheepluva [Sat, 22 Oct 2011 08:51:02 +0200] rev 6181
ugh wth... cleaned FL/IL change notifications up
2011-10-22 some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
sheepluva [Sat, 22 Oct 2011 06:55:14 +0200] rev 6180
some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
2011-10-22 Bit of an experiment with giving flakes a bit more depth. Might need to be theme flagged, or theme flakes reworked on some themes. Looks neat in stereo. Also finally use an array for the layers
nemo [Sat, 22 Oct 2011 00:49:55 -0400] rev 6179
Bit of an experiment with giving flakes a bit more depth. Might need to be theme flagged, or theme flakes reworked on some themes. Looks neat in stereo. Also finally use an array for the layers
2011-10-22 BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
sheepluva [Sat, 22 Oct 2011 02:41:59 +0200] rev 6178
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
2011-10-21 same for chat. changed the paths to: css/qt.css css/chat.css
sheepluva [Sat, 22 Oct 2011 01:53:14 +0200] rev 6177
same for chat. changed the paths to: css/qt.css css/chat.css note: display:none is not supported by QTextBrowser, I might pimp it up to do so
2011-10-21 frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
sheepluva [Sat, 22 Oct 2011 01:00:21 +0200] rev 6176
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
2011-10-21 moving a file around, fixing a png, etc.
sheepluva [Sat, 22 Oct 2011 00:00:48 +0200] rev 6175
moving a file around, fixing a png, etc.
2011-10-21 fix multiplayer script loading
sheepluva [Fri, 21 Oct 2011 20:58:49 +0200] rev 6174
fix multiplayer script loading
2011-10-21 fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
sheepluva [Fri, 21 Oct 2011 19:37:45 +0200] rev 6173
fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
2011-10-21 fix lobby layout issues
sheepluva [Fri, 21 Oct 2011 19:27:40 +0200] rev 6172
fix lobby layout issues
2011-10-21 fix layout of net page
sheepluva [Fri, 21 Oct 2011 19:17:08 +0200] rev 6171
fix layout of net page
2011-10-21 fix multiplayer page layout, doc/comment fixes
sheepluva [Fri, 21 Oct 2011 18:53:36 +0200] rev 6170
fix multiplayer page layout, doc/comment fixes
2011-10-21 fix overlapping issue in main menu
sheepluva [Fri, 21 Oct 2011 18:23:43 +0200] rev 6169
fix overlapping issue in main menu
2011-10-21 fix an include; fix/add comments
sheepluva [Fri, 21 Oct 2011 17:55:32 +0200] rev 6168
fix an include; fix/add comments
2011-10-21 simplified some stuff I wrote
sheepluva [Fri, 21 Oct 2011 08:41:21 +0200] rev 6167
simplified some stuff I wrote
2011-10-21 finishing SDLInterface cleanup (wrt audio)
sheepluva [Fri, 21 Oct 2011 08:03:42 +0200] rev 6166
finishing SDLInterface cleanup (wrt audio)
2011-10-21 moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva [Fri, 21 Oct 2011 07:00:49 +0200] rev 6165
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
2011-10-21 change SDL.h/SDL.cpp to use HWDataManager instead of poking around on the harddrive - also I added doc/comments to the class
sheepluva [Fri, 21 Oct 2011 04:11:26 +0200] rev 6164
change SDL.h/SDL.cpp to use HWDataManager instead of poking around on the harddrive - also I added doc/comments to the class
2011-10-20 oops and good night
sheepluva [Fri, 21 Oct 2011 01:47:53 +0200] rev 6163
oops and good night
2011-10-20 comment fixes
sheepluva [Fri, 21 Oct 2011 01:36:13 +0200] rev 6162
comment fixes
2011-10-20 comments
sheepluva [Fri, 21 Oct 2011 00:02:11 +0200] rev 6161
comments
2011-10-20 cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
sheepluva [Thu, 20 Oct 2011 23:25:16 +0200] rev 6160
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
2011-10-20 introduce HWDataManager util for transparent access to [user-]data files
sheepluva [Thu, 20 Oct 2011 13:10:24 +0200] rev 6159
introduce HWDataManager util for transparent access to [user-]data files
2011-10-20 comment typo
sheepluva [Thu, 20 Oct 2011 05:52:11 +0200] rev 6158
comment typo
2011-10-20 move this widget into the widget dir
sheepluva [Thu, 20 Oct 2011 02:56:58 +0200] rev 6157
move this widget into the widget dir
2011-10-20 lolwut
nemo [Wed, 19 Oct 2011 22:32:26 -0400] rev 6156
lolwut
2011-10-20 Fix sticky mine/mine activation bug
nemo [Wed, 19 Oct 2011 21:53:39 -0400] rev 6155
Fix sticky mine/mine activation bug
2011-10-20 Fix birdy flight bug
nemo [Wed, 19 Oct 2011 21:50:03 -0400] rev 6154
Fix birdy flight bug
2011-10-19 allow changing number of hogs or weapons with mousewheel
sheepluva [Wed, 19 Oct 2011 21:55:42 +0200] rev 6153
allow changing number of hogs or weapons with mousewheel
2011-10-19 make this transparent so that people can actually see /what/ they have disabled...
sheepluva [Wed, 19 Oct 2011 21:14:21 +0200] rev 6152
make this transparent so that people can actually see /what/ they have disabled...
2011-10-19 give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
sheepluva [Wed, 19 Oct 2011 16:10:18 +0200] rev 6151
give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
2011-10-19 frontend chat input history, use arrow keys UP/DOWN
sheepluva [Wed, 19 Oct 2011 02:10:27 +0200] rev 6150
frontend chat input history, use arrow keys UP/DOWN
2011-10-18 + don't suggest ignored nicknames
sheepluva [Tue, 18 Oct 2011 15:34:40 +0200] rev 6149
+ don't suggest ignored nicknames * whipe data properly when lobby is left
2011-10-18 Fix repeat on SkyL, remove SkyR
Guillaume Englert [Tue, 18 Oct 2011 09:09:49 -0400] rev 6148
Fix repeat on SkyL, remove SkyR
2011-10-18 feature-pimpin'-up the chat input line in frontend:
sheepluva [Tue, 18 Oct 2011 14:28:50 +0200] rev 6147
feature-pimpin'-up the chat input line in frontend: ESC key will clear input TAB key will expand names and commands
2011-10-17 server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
sheepluva [Tue, 18 Oct 2011 00:13:50 +0200] rev 6146
server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
2011-10-17 don't hoard empty friends/ignore-lists on the HDD
sheepluva [Tue, 18 Oct 2011 00:01:26 +0200] rev 6145
don't hoard empty friends/ignore-lists on the HDD
2011-10-17 fix overlapping pixel in stormtrooper hat
sheepluva [Mon, 17 Oct 2011 22:48:11 +0200] rev 6144
fix overlapping pixel in stormtrooper hat
2011-10-17 fix outline of rcplane
sheepluva [Mon, 17 Oct 2011 20:40:15 +0200] rev 6143
fix outline of rcplane
2011-10-17 never doing any graphics stuff when I can't test, again :(
nemo [Mon, 17 Oct 2011 14:05:34 -0400] rev 6142
never doing any graphics stuff when I can't test, again :(
2011-10-17 :(
nemo [Mon, 17 Oct 2011 14:00:15 -0400] rev 6141
:(
2011-10-17 Not being able to test sucks :(
nemo [Mon, 17 Oct 2011 13:49:55 -0400] rev 6140
Not being able to test sucks :(
2011-10-17 Riiight. Let's try this instead
nemo [Mon, 17 Oct 2011 13:29:54 -0400] rev 6139
Riiight. Let's try this instead
2011-10-17 tint RC plane with team colour. untested.
nemo [Mon, 17 Oct 2011 13:03:39 -0400] rev 6138
tint RC plane with team colour. untested.
2011-10-17 graphic for team coloured RC planes
mikade [Mon, 17 Oct 2011 13:01:08 -0400] rev 6137
graphic for team coloured RC planes
2011-10-17 Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up
nemo [Mon, 17 Oct 2011 12:09:04 -0400] rev 6136
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up
2011-10-17 Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
nemo [Mon, 17 Oct 2011 11:21:08 -0400] rev 6135
Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
2011-10-17 add tiara hat
sheepluva [Mon, 17 Oct 2011 02:07:58 +0200] rev 6134
add tiara hat
2011-10-16 missed a compiler option from previous merge
koda [Sun, 16 Oct 2011 21:21:43 +0200] rev 6133
missed a compiler option from previous merge
2011-10-16 tweak. constrain to full opacity
nemo [Sun, 16 Oct 2011 15:09:26 -0400] rev 6132
tweak. constrain to full opacity
2011-10-16 merge the changes applied to 0.9.16
koda [Sun, 16 Oct 2011 21:03:30 +0200] rev 6131
merge the changes applied to 0.9.16
2011-10-16 Blend the outter side too
nemo [Sun, 16 Oct 2011 11:45:46 -0400] rev 6130
Blend the outter side too
2011-10-14 Hide focus outline on buttons.
Florian Fabre [Fri, 14 Oct 2011 11:36:46 -0400] rev 6129
Hide focus outline on buttons.
2011-10-13 oops
nemo [Thu, 13 Oct 2011 13:50:41 -0400] rev 6128
oops
2011-10-13 Add SkyL/SkyR to avoid repeating the cave entrance
Guillaume Englert [Thu, 13 Oct 2011 11:15:07 -0400] rev 6127
Add SkyL/SkyR to avoid repeating the cave entrance
2011-10-13 Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
nemo [Wed, 12 Oct 2011 21:00:12 -0400] rev 6126
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
2011-10-11 another crystal, spray and landtex tweaks.
Guillaume Englert [Tue, 11 Oct 2011 10:44:27 -0400] rev 6125
another crystal, spray and landtex tweaks.
2011-10-10 something for nemo to play around with
sheepluva [Tue, 11 Oct 2011 01:07:37 +0200] rev 6124
something for nemo to play around with
2011-10-10 make slope calcs skip small gaps
sheepluva [Tue, 11 Oct 2011 00:06:46 +0200] rev 6123
make slope calcs skip small gaps
2011-10-10 tidier
nemo [Mon, 10 Oct 2011 16:36:35 -0400] rev 6122
tidier
2011-10-10 Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
nemo [Mon, 10 Oct 2011 16:23:08 -0400] rev 6121
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
2011-10-10 set followgear to cluster/melon/gascloud
nemo [Mon, 10 Oct 2011 15:45:19 -0400] rev 6120
set followgear to cluster/melon/gascloud
2011-10-10 Make a few more things be impacted by explosions nearby
nemo [Mon, 10 Oct 2011 15:25:59 -0400] rev 6119
Make a few more things be impacted by explosions nearby
2011-10-10 tweak (still a hack)
nemo [Mon, 10 Oct 2011 14:37:19 -0400] rev 6118
tweak (still a hack)
2011-10-10 Experiment in making ice more treacherous. also tweak to snow/christmas flake spawn
nemo [Mon, 10 Oct 2011 14:13:35 -0400] rev 6117
Experiment in making ice more treacherous. also tweak to snow/christmas flake spawn
2011-10-10 Aaaand another flag that used to be cleared here...
nemo [Sun, 09 Oct 2011 21:47:47 -0400] rev 6116
Aaaand another flag that used to be cleared here...
2011-10-10 HUGE refactoring of the ipad interface, finally understood how to use interface builder with custom uiviewcontrollers, as well as converted some uitableviewcontrollers to uiviewcontrollers for simplicity
koda [Mon, 10 Oct 2011 02:50:01 +0200] rev 6115
HUGE refactoring of the ipad interface, finally understood how to use interface builder with custom uiviewcontrollers, as well as converted some uitableviewcontrollers to uiviewcontrollers for simplicity
2011-10-10 expose border color to lua
nemo [Sun, 09 Oct 2011 20:03:04 -0400] rev 6114
expose border color to lua
2011-10-09 oops
nemo [Sun, 09 Oct 2011 19:48:13 -0400] rev 6113
oops
2011-10-09 Restrict slipperiness to girders and bridges. Make girders more obviously ice.
nemo [Sun, 09 Oct 2011 19:36:09 -0400] rev 6112
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
2011-10-09 Fix a few masks. The one that needed it the most was trophyrace.
nemo [Sat, 08 Oct 2011 23:36:52 -0400] rev 6111
Fix a few masks. The one that needed it the most was trophyrace.
2011-10-09 add a couple more
nemo [Sat, 08 Oct 2011 22:52:51 -0400] rev 6110
add a couple more
2011-10-09 finally removed the white border glitch of the ipad preview map, moved initialization from IB to code
koda [Sun, 09 Oct 2011 03:04:45 +0200] rev 6109
finally removed the white border glitch of the ipad preview map, moved initialization from IB to code
2011-10-08 refreshed the ipad interface with some white
koda [Sun, 09 Oct 2011 01:45:12 +0200] rev 6108
refreshed the ipad interface with some white
2011-10-08 some code refactoring of the ios game config
koda [Sun, 09 Oct 2011 00:24:58 +0200] rev 6107
some code refactoring of the ios game config
2011-10-08 ooops
koda [Sat, 08 Oct 2011 23:23:25 +0200] rev 6106
ooops
2011-10-08 move some config files
koda [Sat, 08 Oct 2011 22:51:01 +0200] rev 6105
move some config files
2011-10-08 create teams programmatically
koda [Sat, 08 Oct 2011 22:44:32 +0200] rev 6104
create teams programmatically
2011-10-08 convert creation chamber functions to class methods
koda [Sat, 08 Oct 2011 21:17:24 +0200] rev 6103
convert creation chamber functions to class methods
2011-10-08 Updated Slovak translation
jose1711 [Sat, 08 Oct 2011 17:22:06 +0200] rev 6102
Updated Slovak translation
2011-10-08 merge
jose1711 [Sat, 08 Oct 2011 16:54:56 +0200] rev 6101
merge
2011-10-08 sed commands should be tested beforehand
koda [Sat, 08 Oct 2011 13:39:40 +0200] rev 6100
sed commands should be tested beforehand
2011-10-08 Another flag that was relying on this routine to clear it...
nemo [Sat, 08 Oct 2011 02:05:22 -0400] rev 6099
Another flag that was relying on this routine to clear it...
2011-10-08 tweak Y movement
nemo [Sat, 08 Oct 2011 01:27:43 -0400] rev 6098
tweak Y movement
2011-10-08 Couple more, add back misplaced clearing of Land
nemo [Sat, 08 Oct 2011 00:34:41 -0400] rev 6097
Couple more, add back misplaced clearing of Land
2011-10-08 Add landbacktex to a few maps, just to see how it looks.
nemo [Fri, 07 Oct 2011 23:57:14 -0400] rev 6096
Add landbacktex to a few maps, just to see how it looks.
2011-10-08 minor changes
koda [Sat, 08 Oct 2011 03:07:04 +0200] rev 6095
minor changes
2011-10-08 added iphone interface for missions/trainings page, setters/getters unlocked
koda [Sat, 08 Oct 2011 02:57:30 +0200] rev 6094
added iphone interface for missions/trainings page, setters/getters unlocked
2011-10-07 move out xib files from Resources to Classes
koda [Sat, 08 Oct 2011 00:04:18 +0200] rev 6093
move out xib files from Resources to Classes
2011-10-07 This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
nemo [Fri, 07 Oct 2011 18:52:04 -0400] rev 6092
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
2011-10-07 Move the crystals to sprays to reduce the regularity of the land texture
nemo [Fri, 07 Oct 2011 17:29:00 -0400] rev 6091
Move the crystals to sprays to reduce the regularity of the land texture
2011-10-06 Add Cave theme
Guillaume Englert [Thu, 06 Oct 2011 14:54:55 -0400] rev 6090
Add Cave theme
2011-10-06 (a lot of) ooops
koda [Thu, 06 Oct 2011 03:55:51 +0200] rev 6089
(a lot of) ooops
2011-10-05 - Frontend: don't pass /script for missions
unc0rr [Thu, 06 Oct 2011 00:11:55 +0400] rev 6088
- Frontend: don't pass /script for missions - Engine: try to load script for map (not tested)
2011-10-05 Tiny cleanup
unc0rr [Wed, 05 Oct 2011 22:57:42 +0400] rev 6087
Tiny cleanup
2011-10-05 the retina infection keeps spreading...
koda [Wed, 05 Oct 2011 10:05:14 +0200] rev 6086
the retina infection keeps spreading...
2011-10-05 be a good memory aware citizen
koda [Wed, 05 Oct 2011 09:49:39 +0200] rev 6085
be a good memory aware citizen
2011-10-04 make the missions/trainings start
koda [Wed, 05 Oct 2011 01:06:58 +0200] rev 6084
make the missions/trainings start
2011-10-04 first pass for implementing missions/training selection on ipad (not yet running)
koda [Wed, 05 Oct 2011 00:18:54 +0200] rev 6083
first pass for implementing missions/training selection on ipad (not yet running)
2011-10-04 hm. probably should set both
nemo [Tue, 04 Oct 2011 17:13:39 -0400] rev 6082
hm. probably should set both
2011-10-02 Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
nemo [Sun, 02 Oct 2011 10:36:43 -0400] rev 6081
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects. In this test variant it is triggered on girders/objects/bridges of the snow/christmas theme, or on a map that uses blue as a mask colour. Probably needs sheepluva's slope detection to make slopes more slippery to climb.
2011-10-02 on ipad2 and above animate the little hogs on game config and fix the hat display imaging
koda [Sun, 02 Oct 2011 03:45:09 +0200] rev 6080
on ipad2 and above animate the little hogs on game config and fix the hat display imaging
2011-10-01 little changes and fixes to the previous commit
koda [Sun, 02 Oct 2011 01:35:20 +0200] rev 6079
little changes and fixes to the previous commit
2011-10-01 headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
koda [Sun, 02 Oct 2011 00:57:04 +0200] rev 6078
headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
2011-10-01 This prevents girders from erasing landbacktex (square windows in tunnels and such), at the cost of requiring lfBasic and lfObject to be treated the same apart from graphically
nemo [Fri, 30 Sep 2011 22:33:28 -0400] rev 6077
This prevents girders from erasing landbacktex (square windows in tunnels and such), at the cost of requiring lfBasic and lfObject to be treated the same apart from graphically
2011-10-01 fix a couple of 'potential leaks'
koda [Sat, 01 Oct 2011 03:06:51 +0200] rev 6076
fix a couple of 'potential leaks'
2011-10-01 rename the ios settings files into something more appropriate
koda [Sat, 01 Oct 2011 02:49:40 +0200] rev 6075
rename the ios settings files into something more appropriate
2011-10-01 ios major refactoring for ios settings, now they are presented differently on iphone/ipad, code is simplified and optimized, and ui is a little refreshed (eg. no more stuck selected fields)
koda [Sat, 01 Oct 2011 02:40:26 +0200] rev 6074
ios major refactoring for ios settings, now they are presented differently on iphone/ipad, code is simplified and optimized, and ui is a little refreshed (eg. no more stuck selected fields)
2011-09-30 infecting sheepluva's mission graphics with retina images
koda [Fri, 30 Sep 2011 17:04:20 +0200] rev 6073
infecting sheepluva's mission graphics with retina images
2011-09-30 a little code cleanup
koda [Fri, 30 Sep 2011 12:55:04 +0200] rev 6072
a little code cleanup
2011-09-30 Fix build with .pro file
unc0rr [Fri, 30 Sep 2011 13:17:34 +0400] rev 6071
Fix build with .pro file
2011-09-29 Oops, fix build
unc0rr [Thu, 29 Sep 2011 20:11:27 +0400] rev 6070
Oops, fix build
2011-09-29 GameInfo needs room params copy
unc0rr [Thu, 29 Sep 2011 17:25:25 +0400] rev 6069
GameInfo needs room params copy
2011-09-27 Introduce EngineInteraction module
unc0rr [Tue, 27 Sep 2011 19:27:19 +0400] rev 6068
Introduce EngineInteraction module
2011-09-30 translators missed me
koda [Fri, 30 Sep 2011 11:00:48 +0200] rev 6067
translators missed me
2011-09-30 fix hats of the AI team file for ios
koda [Fri, 30 Sep 2011 10:54:10 +0200] rev 6066
fix hats of the AI team file for ios
2011-09-30 fix issue 287, default cmake build type
koda [Fri, 30 Sep 2011 10:43:16 +0200] rev 6065
fix issue #287, default cmake build type
2011-09-29 oops
sheepluva [Thu, 29 Sep 2011 16:04:07 +0200] rev 6064
oops
2011-09-29 update .pro
sheepluva [Thu, 29 Sep 2011 15:57:09 +0200] rev 6063
update .pro
2011-09-28 rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
sheepluva [Thu, 29 Sep 2011 00:13:52 +0200] rev 6062
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
2011-09-28 this makes more sense
sheepluva [Wed, 28 Sep 2011 19:48:02 +0200] rev 6061
this makes more sense
2011-09-28 I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
sheepluva [Wed, 28 Sep 2011 19:27:56 +0200] rev 6060
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
2011-09-28 training screen localization works now
sheepluva [Wed, 28 Sep 2011 06:24:10 +0200] rev 6059
training screen localization works now
2011-09-28 load mission caption and description from localization file (WIP)
sheepluva [Wed, 28 Sep 2011 04:21:24 +0200] rev 6058
load mission caption and description from localization file (WIP)
2011-10-28 New market version hedgeroid
Xeli [Fri, 28 Oct 2011 18:27:55 +0200] rev 6057
New market version
2011-09-28 mikade making sheepluva happy again
mikade [Wed, 28 Sep 2011 04:17:41 +0200] rev 6056
mikade making sheepluva happy again
2011-10-28 Enabled landhash check again hedgeroid
Xeli [Fri, 28 Oct 2011 17:41:39 +0200] rev 6055
Enabled landhash check again
2011-09-27 use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list
sheepluva [Tue, 27 Sep 2011 16:26:57 +0200] rev 6054
use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list
2011-10-21 oops, removed a line from the 'firstTime only' section hedgeroid
Xeli [Fri, 21 Oct 2011 13:56:11 +0200] rev 6053
oops, removed a line from the 'firstTime only' section
2011-09-27 stuffToBeAvoidedInFuture->append("layouting");
sheepluva [Tue, 27 Sep 2011 16:14:35 +0200] rev 6052
stuffToBeAvoidedInFuture->append("layouting");
2011-10-20 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game hedgeroid
Xeli [Fri, 21 Oct 2011 00:28:06 +0200] rev 6051
Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
2011-09-27 oops, I forgot I wanted to fix that before committing xD
sheepluva [Tue, 27 Sep 2011 05:08:23 +0200] rev 6050
oops, I forgot I wanted to fix that before committing xD
2011-10-20 wops missed this one: removed a 'fix' eclipse put in there hedgeroid
Xeli [Thu, 20 Oct 2011 23:07:53 +0200] rev 6049
wops missed this one: removed a 'fix' eclipse put in there
2011-09-27 PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
sheepluva [Tue, 27 Sep 2011 04:31:08 +0200] rev 6048
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3 not quite finished (as you'll notice) - but this sheep is heading for sleep.
2011-10-20 Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market hedgeroid
Xeli [Thu, 20 Oct 2011 22:54:34 +0200] rev 6047
Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market
2011-09-27 this needs to actually return something
nemo [Mon, 26 Sep 2011 21:29:40 -0400] rev 6046
this needs to actually return something
2011-10-09 Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer hedgeroid
Xeli [Sun, 09 Oct 2011 20:41:17 +0200] rev 6045
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer
2011-09-26 I must not use source files as clipboard.
sheepluva [Tue, 27 Sep 2011 00:46:15 +0200] rev 6044
I must not use source files as clipboard. I must not use source files as clipboard. I must not use source files as clipboard. I must not use source files as clipboard. I must not use source files as clipboard. I must not use source fi
2011-10-09 update from rev d75329716a02, it really works now (i think) hedgeroid
Xeli [Sun, 09 Oct 2011 15:17:21 +0200] rev 6043
update from rev d75329716a02, it really works now (i think)
2011-09-26 some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
sheepluva [Tue, 27 Sep 2011 00:38:39 +0200] rev 6042
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
2011-10-09 How did freetype even compile with this in it? hedgeroid
Xeli [Sun, 09 Oct 2011 15:15:45 +0200] rev 6041
How did freetype even compile with this in it?
2011-09-26 - Add unique id to replay file name
unc0rr [Mon, 26 Sep 2011 21:45:33 +0400] rev 6040
- Add unique id to replay file name - INSERT instead of UPDATE for stats
2011-10-08 Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/ hedgeroid
Xeli [Sat, 08 Oct 2011 14:55:13 +0200] rev 6039
Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/
2011-09-26 wow, somebody was smoking some reaaally good sh!t right there, man!
sheepluva [Mon, 26 Sep 2011 03:12:09 +0200] rev 6038
wow, somebody was smoking some reaaally good sh!t right there, man!
2011-10-08 Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =) hedgeroid
Xeli [Sat, 08 Oct 2011 14:52:16 +0200] rev 6037
Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =)
2011-09-25 small cleanup: enum instead of magic numbers
sheepluva [Mon, 26 Sep 2011 00:15:10 +0200] rev 6036
small cleanup: enum instead of magic numbers
2011-10-07 Close a game without leaking memory. It should be noted that sending an SDL Quit event leaks memory hedgeroid
Xeli [Fri, 07 Oct 2011 14:17:07 +0200] rev 6035
Close a game without leaking memory. It should be noted that sending an SDL Quit event leaks memory
2011-09-25 Added tag Hedgewars-iOS-1.3.2 for changeset 652a199d4f38
koda [Sun, 25 Sep 2011 23:29:04 +0200] rev 6034
Added tag Hedgewars-iOS-1.3.2 for changeset 652a199d4f38
2011-10-04 fix compiling for android, strip out all delphi code, objfpc ftw hedgeroid
koda [Tue, 04 Oct 2011 19:20:42 +0200] rev 6033
fix compiling for android, strip out all delphi code, objfpc ftw
2011-09-25 my qt version needs this to work...
koda [Sun, 25 Sep 2011 23:28:23 +0200] rev 6032
my qt version needs this to work...
2011-10-04 strip eols and delphi mode hedgeroid
koda [Tue, 04 Oct 2011 17:18:25 +0200] rev 6031
strip eols and delphi mode
2011-09-25 fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
sheepluva [Sun, 25 Sep 2011 21:54:26 +0200] rev 6030
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
2011-09-25 changed Game arguments to accept data path on 9th array element (like planned) hedgeroid
koda [Mon, 26 Sep 2011 01:32:48 +0200] rev 6029
changed Game arguments to accept data path on 9th array element (like planned)
2011-09-25 rename to match prior mass hat rename
nemo [Sun, 25 Sep 2011 15:40:01 -0400] rev 6028
rename to match prior mass hat rename
2011-09-25 code working on ios now hedgeroid
koda [Mon, 26 Sep 2011 01:16:15 +0200] rev 6027
code working on ios now
2011-09-25 get rid of that annoying 'Invalid state: in Lobby' message after room being closed or player being kicked from room. (the frontend always tried to leave the room he already left again)
sheepluva [Sun, 25 Sep 2011 20:54:51 +0200] rev 6026
get rid of that annoying 'Invalid state: in Lobby' message after room being closed or player being kicked from room. (the frontend always tried to leave the room he already left again)
2011-09-25 reviewed the build system and parts of the previous merge, performed some code cleanup hedgeroid
koda [Mon, 26 Sep 2011 00:03:14 +0200] rev 6025
reviewed the build system and parts of the previous merge, performed some code cleanup
2011-09-25 some more cleanups and refactoring.
sheepluva [Sun, 25 Sep 2011 19:30:10 +0200] rev 6024
some more cleanups and refactoring. functional changes: when generating random hog names avoid duplicate names (if possible)
2011-09-25 merge hedgeroid
Xeli [Sun, 25 Sep 2011 18:24:01 +0200] rev 6023
merge
2011-09-25 fix somebody's sed-oops
sheepluva [Sun, 25 Sep 2011 16:09:55 +0200] rev 6022
fix somebody's sed-oops
2011-09-25 some hopefully harmless experiments Hedgewars-iOS-1.3.2
koda [Sun, 25 Sep 2011 03:32:07 +0200] rev 6021
some hopefully harmless experiments
2011-09-25 this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController
koda [Sun, 25 Sep 2011 02:28:33 +0200] rev 6020
this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController
2011-09-24 warnings round also for ios
koda [Sat, 24 Sep 2011 22:35:31 +0200] rev 6019
warnings round also for ios
2011-09-24 add a class method for getting the overlay (and fix a silly mistake while at it) and use it
koda [Sat, 24 Sep 2011 22:27:52 +0200] rev 6018
add a class method for getting the overlay (and fix a silly mistake while at it) and use it
2011-09-24 better memory cleanup for audiomanager and position of lower stats button
koda [Sat, 24 Sep 2011 21:54:11 +0200] rev 6017
better memory cleanup for audiomanager and position of lower stats button
2011-09-24 disable the followgear vertical offset for small screen devices
koda [Sat, 24 Sep 2011 14:48:23 +0200] rev 6016
disable the followgear vertical offset for small screen devices
2011-09-24 cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
sheepluva [Sat, 24 Sep 2011 22:14:10 +0200] rev 6015
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
2011-09-24 Report long flight archievement
unc0rr [Sat, 24 Sep 2011 22:27:20 +0400] rev 6014
Report long flight archievement
2011-09-24 Fix some warnings
unc0rr [Sat, 24 Sep 2011 21:21:21 +0400] rev 6013
Fix some warnings
2011-09-24 Store replays for further analysis
unc0rr [Sat, 24 Sep 2011 21:14:51 +0400] rev 6012
Store replays for further analysis
2011-09-24 Fix a bunch of warnings (also improves speed a bit in 32 bit code)
unC0Rr [Sat, 24 Sep 2011 22:16:49 +0400] rev 6011
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
2011-09-24 I wanted to move this line, not to delete it heh.
sheepluva [Sat, 24 Sep 2011 17:12:46 +0200] rev 6010
I wanted to move this line, not to delete it heh.
2011-09-24 code cleanup/etc
sheepluva [Sat, 24 Sep 2011 16:22:10 +0200] rev 6009
code cleanup/etc
2011-09-24 fix a crash in getting statistics and a glitch that made background music start while in-game
koda [Sat, 24 Sep 2011 04:53:53 +0200] rev 6008
fix a crash in getting statistics and a glitch that made background music start while in-game
2012-10-26 close branch 0.9.16
koda [Fri, 26 Oct 2012 14:19:43 +0100] rev 6007
close branch
2011-09-24 yeah, fix dates -.-
koda [Sat, 24 Sep 2011 03:00:57 +0200] rev 6006
yeah, fix dates -.-
2011-10-18 backport of c90f50e6dd8e (eggshell vgt related segfault) 0.9.16
sheepluva [Tue, 18 Oct 2011 05:43:16 +0200] rev 6005
backport of c90f50e6dd8e (eggshell vgt related segfault)
2011-09-24 use a real button instead of a cellview in statspage
koda [Sat, 24 Sep 2011 02:23:15 +0200] rev 6004
use a real button instead of a cellview in statspage
2011-10-16 fix the config.inc conflict by making the ios one in another folder 0.9.16
koda [Sun, 16 Oct 2011 19:02:48 +0200] rev 6003
fix the config.inc conflict by making the ios one in another folder
2011-09-23 rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
sheepluva [Sat, 24 Sep 2011 01:41:03 +0200] rev 6002
rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it. NOTE: although not necessary for this fix to work rope behavior got also changed: I removed the direction-bias. if you press left and right at the same time the result is now neutral rather than left.
2011-10-16 more details in chCheckProto 0.9.16
koda [Sun, 16 Oct 2011 18:37:57 +0200] rev 6001
more details in chCheckProto
2011-09-23 ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
koda [Sat, 24 Sep 2011 00:54:47 +0200] rev 6000
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
2011-10-14 display a message when network is down or server is not reachable, nemo also made the page refresh at display time 0.9.16
koda [Fri, 14 Oct 2011 19:00:31 +0200] rev 5999
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
2011-09-23 many many netclient/frondent changes (just the beginning though):
sheepluva [Fri, 23 Sep 2011 22:42:30 +0200] rev 5998
many many netclient/frondent changes (just the beginning though): * better separation of concerns * trying to reduce segfaulst due to netclient being deconstructed while still in use * no extra popup for quit reason anymore * errors/warnings will be displayed in chat instead of popups in most cases * NOTE: auto-kick for ignored players is currently _disabled_ will fix that soon
2011-10-12 because betas are baaaad (also really fix compiling everywhere) 0.9.16
koda [Wed, 12 Oct 2011 04:14:38 +0200] rev 5997
because betas are baaaad (also really fix compiling everywhere)
2011-09-23 Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
unc0rr [Sat, 24 Sep 2011 00:00:57 +0400] rev 5996
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
2011-09-25 merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake. 0.9.16
nemo [Sun, 25 Sep 2011 10:48:18 -0400] rev 5995
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
2011-09-23 don't rumble while synchronising a demo/save
koda [Fri, 23 Sep 2011 09:58:41 +0200] rev 5994
don't rumble while synchronising a demo/save
2011-09-22 randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
sheepluva [Thu, 22 Sep 2011 23:20:11 +0200] rev 5993
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
2011-09-22 prevent screen locking while synching saves (can take some time)
koda [Thu, 22 Sep 2011 15:30:40 +0200] rev 5992
prevent screen locking while synching saves (can take some time)
2011-09-22 Fix sheepluva's merge
unc0rr [Thu, 22 Sep 2011 17:19:39 +0400] rev 5991
Fix sheepluva's merge
2011-09-22 let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
sheepluva [Thu, 22 Sep 2011 14:02:44 +0200] rev 5990
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
2011-09-22 My best guess for issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
unc0rr [Thu, 22 Sep 2011 11:44:39 +0400] rev 5989
My best guess for issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
2011-09-22 Disable clouds
nemo [Wed, 21 Sep 2011 22:03:31 -0400] rev 5988
Disable clouds
2011-09-21 ios version bump
koda [Thu, 22 Sep 2011 01:28:50 +0200] rev 5987
ios version bump
2011-09-21 apparently the old way was the correct one
koda [Thu, 22 Sep 2011 01:28:19 +0200] rev 5986
apparently the old way was the correct one
2011-09-21 aligned credits and game modes to main release
koda [Thu, 22 Sep 2011 01:18:31 +0200] rev 5985
aligned credits and game modes to main release
2011-09-21 create the ios schemes programmatically
koda [Thu, 22 Sep 2011 01:02:57 +0200] rev 5984
create the ios schemes programmatically
2011-09-21 retina images, again
koda [Wed, 21 Sep 2011 23:15:44 +0200] rev 5983
retina images, again
2011-09-21 mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
koda [Wed, 21 Sep 2011 22:51:52 +0200] rev 5982
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
2011-09-21 Couple of missed changes inu pointed out
nemo [Wed, 21 Sep 2011 15:00:01 -0400] rev 5981
Couple of missed changes inu pointed out
2011-09-21 one more
koda [Wed, 21 Sep 2011 17:31:37 +0200] rev 5980
one more
2011-09-21 moar @2x
koda [Wed, 21 Sep 2011 17:14:26 +0200] rev 5979
moar @2x
2011-09-21 another round of retina display images
koda [Wed, 21 Sep 2011 12:57:30 +0200] rev 5978
another round of retina display images
2011-09-21 Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
nemo [Tue, 20 Sep 2011 20:52:04 -0400] rev 5977
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
2011-09-21 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda [Wed, 21 Sep 2011 02:05:42 +0200] rev 5976
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
2011-09-20 let's use the built in events, shall we
koda [Tue, 20 Sep 2011 23:43:52 +0200] rev 5975
let's use the built in events, shall we
2011-09-20 check for amNothing
nemo [Tue, 20 Sep 2011 16:00:20 -0400] rev 5974
check for amNothing
2011-09-20 Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
nemo [Tue, 20 Sep 2011 13:37:52 -0400] rev 5973
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
2011-09-20 Clear gstAnimation and reset Timer before entering death animation
nemo [Tue, 20 Sep 2011 13:27:07 -0400] rev 5972
Clear gstAnimation and reset Timer before entering death animation
2011-09-20 revert prev - that was dumb. wrong gear.
nemo [Tue, 20 Sep 2011 12:59:02 -0400] rev 5971
revert prev - that was dumb. wrong gear.
2011-09-20 Let's actually add the gstHHDeath check to the right line, shall we?
nemo [Tue, 20 Sep 2011 12:46:45 -0400] rev 5970
Let's actually add the gstHHDeath check to the right line, shall we?
2011-09-20 Check on active hedgehog death animation
nemo [Tue, 20 Sep 2011 12:02:58 -0400] rev 5969
Check on active hedgehog death animation
2011-09-19 this reintroduces the gsSuspend state to fix multitasking on ios
koda [Mon, 19 Sep 2011 23:35:07 +0200] rev 5968
this reintroduces the gsSuspend state to fix multitasking on ios
2011-09-19 using fpc 2.7.1 in ios project file
koda [Mon, 19 Sep 2011 23:18:48 +0200] rev 5967
using fpc 2.7.1 in ios project file
2011-09-19 also merge 0.9.16 in to make koda happy
sheepluva [Mon, 19 Sep 2011 23:49:20 +0200] rev 5966
also merge 0.9.16 in to make koda happy
2011-09-19 merge the 2 heads. I hope I did it right. also I increased proto and ver number
sheepluva [Mon, 19 Sep 2011 23:25:13 +0200] rev 5965
merge the 2 heads. I hope I did it right. also I increased proto and ver number
2011-09-19 return nil for position if no gear
nemo [Mon, 19 Sep 2011 14:17:33 -0400] rev 5964
return nil for position if no gear
2011-09-19 fix mac compilation 0.9.16
koda [Mon, 19 Sep 2011 19:12:19 +0200] rev 5963
fix mac compilation
2011-09-18 merge changes from 0.9.16 branch - I bet I just broke something XD
sheepluva [Sun, 18 Sep 2011 21:59:34 +0200] rev 5962
merge changes from 0.9.16 branch - I bet I just broke something XD
2011-09-19 Added tag 0.9.16-release for changeset 74bc72746bec 0.9.16
koda [Mon, 19 Sep 2011 14:38:44 +0200] rev 5961
Added tag 0.9.16-release for changeset 74bc72746bec
2011-09-18 make chatsection in game room stretch if space is available 0.9.16 0.9.16-release
sheepluva [Sun, 18 Sep 2011 21:46:00 +0200] rev 5960
make chatsection in game room stretch if space is available
2011-09-18 another fix for a popup window that had no style 0.9.16
sheepluva [Sun, 18 Sep 2011 21:06:09 +0200] rev 5959
another fix for a popup window that had no style
2011-09-18 set a default value for density that shouldn't lead to div by 0 0.9.16
sheepluva [Sun, 18 Sep 2011 16:46:26 +0200] rev 5958
set a default value for density that shouldn't lead to div by 0
2011-09-17 Include lib* into src package 0.9.16
unc0rr [Sat, 17 Sep 2011 22:01:17 +0400] rev 5957
Include lib* into src package
2011-09-17 okay, let's revert this for now 0.9.16
unc0rr [Sat, 17 Sep 2011 21:48:18 +0400] rev 5956
okay, let's revert this for now
2011-09-19 - Unset hhdriven flag for gone hedgehog
unc0rr [Mon, 19 Sep 2011 23:55:52 +0400] rev 5955
- Unset hhdriven flag for gone hedgehog - Fix incorrect work with states in gstWait state handler - These two changes fix the bug with hogs of gone team not disappearing
2011-09-17 Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
nemo [Sat, 17 Sep 2011 13:40:54 -0400] rev 5954
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
2011-09-17 fix style of lobby chatroom user context menu 0.9.16
sheepluva [Sat, 17 Sep 2011 19:43:45 +0200] rev 5953
fix style of lobby chatroom user context menu
2011-09-17 oops, it was already added
nemo [Sat, 17 Sep 2011 10:22:35 -0400] rev 5952
oops, it was already added
2011-09-17 Set version to 0.9.16, protocol to 39 0.9.16
unc0rr [Sat, 17 Sep 2011 16:20:54 +0400] rev 5951
Set version to 0.9.16, protocol to 39
2011-09-17 Add straight lines to changelog
nemo [Sat, 17 Sep 2011 10:11:56 -0400] rev 5950
Add straight lines to changelog
2011-09-17 Merge recent changes from default 0.9.16
unc0rr [Sat, 17 Sep 2011 16:20:09 +0400] rev 5949
Merge recent changes from default
2011-09-17 update copyright year of README
sheepluva [Sat, 17 Sep 2011 11:39:42 +0200] rev 5948
update copyright year of README
2011-09-17 change the changelog
mikade [Sat, 17 Sep 2011 04:09:05 +0200] rev 5947
change the changelog
2011-09-16 update credits a bit
sheepluva [Sat, 17 Sep 2011 00:34:21 +0200] rev 5946
update credits a bit
2011-09-16 german translations, a lot was still missing -.-
sheepluva [Sat, 17 Sep 2011 00:04:16 +0200] rev 5945
german translations, a lot was still missing -.-
2011-09-16 typo
nemo [Fri, 16 Sep 2011 16:52:05 -0400] rev 5944
typo
2011-09-25 Attempt to prevent oom after restarting too many times hedgeroid
Xeli [Sun, 25 Sep 2011 18:22:12 +0200] rev 5943
Attempt to prevent oom after restarting too many times
2011-09-16 merge
nemo [Fri, 16 Sep 2011 15:26:43 -0400] rev 5942
merge
2011-09-25 make the fire button appear only on android for now, I'll make it depend on a variable later on hedgeroid
Xeli [Sun, 25 Sep 2011 18:19:45 +0200] rev 5941
make the fire button appear only on android for now, I'll make it depend on a variable later on
2011-09-16 clear HHJump on portaling
nemo [Fri, 16 Sep 2011 15:21:27 -0400] rev 5940
clear HHJump on portaling
2011-09-16 merge
nemo [Fri, 16 Sep 2011 15:26:02 -0400] rev 5939
merge
2011-09-16 isOnCurrentHog and isOnCrosshair now look at the distance relative to the screen rather than world coords, this means that zooming out doesn't make it harder to touch the hog or crosshair hedgeroid
Xeli [Fri, 16 Sep 2011 20:39:14 +0200] rev 5938
isOnCurrentHog and isOnCrosshair now look at the distance relative to the screen rather than world coords, this means that zooming out doesn't make it harder to touch the hog or crosshair
2011-09-16 pt update
inu [Fri, 16 Sep 2011 15:03:29 -0400] rev 5937
pt update
2011-09-16 removed some commented lines hedgeroid
Xeli [Fri, 16 Sep 2011 20:38:23 +0200] rev 5936
removed some commented lines
2011-09-16 Requested a few times
nemo [Fri, 16 Sep 2011 14:43:04 -0400] rev 5935
Requested a few times
2011-09-16 Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader hedgeroid
Xeli [Fri, 16 Sep 2011 18:24:50 +0200] rev 5934
Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader
2011-09-16 AI insists on using snowball for digging. Until that is prevented, remove snowball
nemo [Fri, 16 Sep 2011 14:04:21 -0400] rev 5933
AI insists on using snowball for digging. Until that is prevented, remove snowball
2011-09-16 merge hedgeroid
Xeli [Fri, 16 Sep 2011 18:17:16 +0200] rev 5932
merge
2011-09-16 - Allow 8 teams in game on 0.9.16-dev
unc0rr [Fri, 16 Sep 2011 19:55:11 +0400] rev 5931
- Allow 8 teams in game on 0.9.16-dev - Move protocol version check from FOLLOW to JOIN_ROOM
2011-09-16 Aaaaalllways!
nemo [Fri, 16 Sep 2011 10:29:09 -0400] rev 5930
Aaaaalllways!
2011-09-16 Italian translation
Marco Bresciani [Fri, 16 Sep 2011 14:55:48 +0200] rev 5929
Italian translation
2011-09-16 whoops, this line got lost in merging action
sheepluva [Fri, 16 Sep 2011 14:04:45 +0200] rev 5928
whoops, this line got lost in merging action
2011-09-16 Polish translation updates
szczur [Fri, 16 Sep 2011 13:50:56 +0200] rev 5927
Polish translation updates
2011-09-16 2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
nemo [Thu, 15 Sep 2011 22:53:47 -0400] rev 5926
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
2011-09-16 Move options caption to box title. This frees up quite a bit of space at 800x600
nemo [Thu, 15 Sep 2011 22:33:55 -0400] rev 5925
Move options caption to box title. This frees up quite a bit of space at 800x600
2011-09-16 Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
nemo [Thu, 15 Sep 2011 20:39:04 -0400] rev 5924
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
2011-09-15 check waterline
mikade [Fri, 16 Sep 2011 01:45:41 +0200] rev 5923
check waterline
2011-09-15 moar sparkles :3
sheepluva [Fri, 16 Sep 2011 01:12:57 +0200] rev 5922
moar sparkles :3
2011-09-15 Avoid hog repeating himself
nemo [Thu, 15 Sep 2011 18:54:16 -0400] rev 5921
Avoid hog repeating himself
2011-09-15 Spanish translation
Palewolf [Fri, 16 Sep 2011 00:32:53 +0200] rev 5920
Spanish translation
2011-09-15 TestRectForObstacle: areas outside map borders are not passable
sheepluva [Fri, 16 Sep 2011 00:18:21 +0200] rev 5919
TestRectForObstacle: areas outside map borders are not passable
2011-09-15 change²log
sheepluva [Thu, 15 Sep 2011 23:08:17 +0200] rev 5918
change²log
2011-09-15 merge :(
Henek [Thu, 15 Sep 2011 20:52:58 +0200] rev 5917
merge :(
2011-09-15 fix back button location in post-game stats screen
sheepluva [Thu, 15 Sep 2011 19:20:13 +0200] rev 5916
fix back button location in post-game stats screen
2011-09-15 updateing swedish translation
Henek [Thu, 15 Sep 2011 20:51:43 +0200] rev 5915
updateing swedish translation
2011-09-15 0.9.16 branch 0.9.16
unc0rr [Thu, 15 Sep 2011 20:40:59 +0400] rev 5914
0.9.16 branch
2011-09-15 fix and optimize kamikaze's png
sheepluva [Thu, 15 Sep 2011 17:19:49 +0200] rev 5913
fix and optimize kamikaze's png
2011-09-15 screenshots: display a msg on failure and log causative error
sheepluva [Thu, 15 Sep 2011 10:11:38 +0200] rev 5912
screenshots: display a msg on failure and log causative error
2011-09-15 based on the fact that the crash never seemed to have happened with default screen resolutions and also inspired by the only other getmem usage in the code I came up with this simple solution which seems to work just fine.
sheepluva [Thu, 15 Sep 2011 09:19:56 +0200] rev 5911
based on the fact that the crash never seemed to have happened with default screen resolutions and also inspired by the only other getmem usage in the code I came up with this simple solution which seems to work just fine. I do not understand why getmem seems to need this, but well - feel free to explain.
2011-09-15 cleaned up the screenshot procedure a little.
sheepluva [Thu, 15 Sep 2011 03:17:23 +0200] rev 5910
cleaned up the screenshot procedure a little. This does NOT fix the segfaults or invalid pointer operations that occur in there for me if I resize the window and then screenshot (does not always happen. usually in FreeMem() after the successful save though!
2011-09-14 Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat.
sheepluva [Thu, 15 Sep 2011 01:41:21 +0200] rev 5909
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat. Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.
2011-09-14 Updated translation after typo fix
nemo [Wed, 14 Sep 2011 19:20:39 -0400] rev 5908
Updated translation after typo fix
2011-09-14 team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
sheepluva [Thu, 15 Sep 2011 00:47:05 +0200] rev 5907
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
2011-09-14 merge
koda [Wed, 14 Sep 2011 22:39:39 +0200] rev 5906
merge
2011-09-14 some love for TeamHeadband.png
sheepluva [Wed, 14 Sep 2011 20:42:45 +0200] rev 5905
some love for TeamHeadband.png
2011-09-14 Updates to golf theme.
mikade [Wed, 14 Sep 2011 14:27:28 -0400] rev 5904
Updates to golf theme.
2011-09-14 merge
nemo [Wed, 14 Sep 2011 14:14:23 -0400] rev 5903
merge
2011-09-14 oops, just burning through commits today.
mikade [Wed, 14 Sep 2011 18:40:10 +0200] rev 5902
oops, just burning through commits today.
2011-09-14 Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
mikade [Wed, 14 Sep 2011 18:19:07 +0200] rev 5901
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
2011-09-14 Revert currently unneccessary changes to uScript.
mikade [Wed, 14 Sep 2011 18:05:54 +0200] rev 5900
Revert currently unneccessary changes to uScript. Don't allow way-points to be placed in land or outside of border boundaries
2011-09-14 merge
mikade [Wed, 14 Sep 2011 17:52:46 +0200] rev 5899
merge
2011-09-14 add blink to cyclops hat
sheepluva [Wed, 14 Sep 2011 19:07:18 +0200] rev 5898
add blink to cyclops hat
2011-09-14 Expose some vars for tracking the border.
mikade [Wed, 14 Sep 2011 15:23:40 +0200] rev 5897
Expose some vars for tracking the border.
2011-09-14 lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
sheepluva [Wed, 14 Sep 2011 17:17:50 +0200] rev 5896
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
2011-09-14 smoothing should be after despeckling
nemo [Tue, 13 Sep 2011 21:25:13 -0400] rev 5895
smoothing should be after despeckling
2011-09-13 Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping.
mikade [Wed, 14 Sep 2011 00:06:26 +0200] rev 5894
Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping. Make Racer less prone to fail. <- Please test.
2011-09-13 fix for issue #238
nemo [Tue, 13 Sep 2011 17:49:39 -0400] rev 5893
fix for issue #238
2011-09-13 Slightly translated ru.lua
unc0rr [Tue, 13 Sep 2011 21:15:23 +0400] rev 5892
Slightly translated ru.lua
2011-09-13 Translation update
unc0rr [Tue, 13 Sep 2011 21:02:12 +0400] rev 5891
Translation update
2011-09-13 Translation update
igor-hkr@mail.ru [Tue, 13 Sep 2011 20:56:53 +0400] rev 5890
Translation update
2011-09-12 typo
sheepluva [Mon, 12 Sep 2011 23:31:19 +0200] rev 5889
typo
2011-09-13 Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
nemo [Tue, 13 Sep 2011 10:30:39 -0400] rev 5888
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
2011-09-13 Don't set lfDamaged for small tunnels
nemo [Tue, 13 Sep 2011 00:51:02 -0400] rev 5887
Don't set lfDamaged for small tunnels
2011-09-13 fix voice preview
nemo [Tue, 13 Sep 2011 00:32:41 -0400] rev 5886
fix voice preview
2011-09-13 Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
nemo [Tue, 13 Sep 2011 00:13:01 -0400] rev 5885
Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
2011-09-13 oops
nemo [Mon, 12 Sep 2011 20:53:56 -0400] rev 5884
oops
2011-09-12 Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
nemo [Mon, 12 Sep 2011 19:30:18 -0400] rev 5883
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour. If we can find willing testers, perhaps we can narrow down which attribute was the problem. Also reenable F12 bind for Windows.
2011-09-12 Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
nemo [Mon, 12 Sep 2011 16:51:45 -0400] rev 5882
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
2011-09-12 fix for issue #139
nemo [Mon, 12 Sep 2011 16:38:54 -0400] rev 5881
fix for issue #139
2011-09-12 Add 0.9.16 and 0.9.17-dev version info to server
unc0rr [Mon, 12 Sep 2011 23:08:24 +0400] rev 5880
Add 0.9.16 and 0.9.17-dev version info to server
2011-09-12 This should check if Qt provides zlib functions, and adds zlib dependency in case of zlibless Qt. Tested with Qt providing zlib functions only.
unc0rr [Mon, 12 Sep 2011 21:51:14 +0400] rev 5879
This should check if Qt provides zlib functions, and adds zlib dependency in case of zlibless Qt. Tested with Qt providing zlib functions only.
2011-09-12 I.Fight.For.The.Users
koda [Mon, 12 Sep 2011 18:53:28 +0200] rev 5878
I.Fight.For.The.Users
2011-09-12 remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
koda [Mon, 12 Sep 2011 15:58:59 +0200] rev 5877
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
2011-09-12 fix out-of-dir builds
sheepluva [Mon, 12 Sep 2011 14:56:24 +0200] rev 5876
fix out-of-dir builds
2011-09-12 don't load key binds for AI hedgehogs
sheepluva [Mon, 12 Sep 2011 07:38:16 +0200] rev 5875
don't load key binds for AI hedgehogs
2011-09-12 nemo's molotov burst effect; with a slight color modification added
sheepluva [Mon, 12 Sep 2011 07:27:34 +0200] rev 5874
nemo's molotov burst effect; with a slight color modification added
2011-09-12 fix side-effects of nemo's bottle-turnin'
sheepluva [Mon, 12 Sep 2011 06:31:10 +0200] rev 5873
fix side-effects of nemo's bottle-turnin'
2011-09-12 uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
nemo [Sun, 11 Sep 2011 21:32:49 -0400] rev 5872
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
2011-09-12 Since we are tweaking molotov. make the flame flickery and add a drowning frame
nemo [Sun, 11 Sep 2011 21:30:42 -0400] rev 5871
Since we are tweaking molotov. make the flame flickery and add a drowning frame
2011-09-11 smoke for molotov
sheepluva [Mon, 12 Sep 2011 00:47:49 +0200] rev 5870
smoke for molotov
2011-09-11 make it more sekret
nemo [Sun, 11 Sep 2011 18:09:49 -0400] rev 5869
make it more sekret
2011-09-11 cyclops hat by Randy
sheepluva [Sun, 11 Sep 2011 23:48:40 +0200] rev 5868
cyclops hat by Randy
2011-09-11 rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo [Sun, 11 Sep 2011 15:51:56 -0400] rev 5867
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
2011-09-11 aaaallways, I want to beeee with you, and make belieeeeve with you
nemo [Sun, 11 Sep 2011 14:46:04 -0400] rev 5866
aaaallways, I want to beeee with you, and make belieeeeve with you
2011-09-11 Save demo when loaded from save game finishes
unc0rr [Sun, 11 Sep 2011 21:45:28 +0400] rev 5865
Save demo when loaded from save game finishes
2011-09-11 Remove some transparencies, fix some files
nemo [Sun, 11 Sep 2011 13:21:50 -0400] rev 5864
Remove some transparencies, fix some files
2011-09-11 Man, checking it at end of turn was just tidier :(
nemo [Sun, 11 Sep 2011 13:16:01 -0400] rev 5863
Man, checking it at end of turn was just tidier :(
2011-09-11 better?
nemo [Sun, 11 Sep 2011 13:12:52 -0400] rev 5862
better?
2011-09-11 fix for disconnect reason not being shown
sheepluva [Sun, 11 Sep 2011 18:57:54 +0200] rev 5861
fix for disconnect reason not being shown
2011-09-11 omg how could I forget
sheepluva [Sun, 11 Sep 2011 18:37:34 +0200] rev 5860
omg how could I forget
2011-09-11 added some changes I remembered/saw in the logs to the changelog
sheepluva [Sun, 11 Sep 2011 18:35:59 +0200] rev 5859
added some changes I remembered/saw in the logs to the changelog
2011-09-11 hand drawn map editor: allow "undo" after "clear"
sheepluva [Sun, 11 Sep 2011 18:19:05 +0200] rev 5858
hand drawn map editor: allow "undo" after "clear"
2011-09-11 Also this
nemo [Sun, 11 Sep 2011 11:09:28 -0400] rev 5857
Also this
2011-09-11 Should prevent a crasher when drowning while firing
nemo [Sun, 11 Sep 2011 10:46:53 -0400] rev 5856
Should prevent a crasher when drowning while firing
2011-09-11 I do believe the only thing that was *ever* wrong with camera shake was someone decided to use getRandom on something that had always been a visual effect anyway. Pretty sure WorldDx is in fact safe to modify.
nemo [Sun, 11 Sep 2011 10:22:09 -0400] rev 5855
I do believe the only thing that was *ever* wrong with camera shake was someone decided to use getRandom on something that had always been a visual effect anyway. Pretty sure WorldDx is in fact safe to modify.
2011-09-11 small de update
sheepluva [Sun, 11 Sep 2011 16:18:49 +0200] rev 5854
small de update
2011-09-11 whoops, I didn't want to commit that line
sheepluva [Sun, 11 Sep 2011 16:07:36 +0200] rev 5853
whoops, I didn't want to commit that line
2011-09-11 tweak
nemo [Sun, 11 Sep 2011 10:00:32 -0400] rev 5852
tweak
2011-09-11 Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.
nemo [Sun, 11 Sep 2011 09:46:22 -0400] rev 5851
Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.
2011-09-11 make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
sheepluva [Sun, 11 Sep 2011 15:38:45 +0200] rev 5850
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
2011-09-11 fix for issue #269
sheepluva [Sun, 11 Sep 2011 15:18:46 +0200] rev 5849
fix for issue #269
2011-09-11 Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
nemo [Sun, 11 Sep 2011 08:54:21 -0400] rev 5848
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
2011-09-11 fix for issue #276
sheepluva [Sat, 10 Sep 2011 22:55:31 -0400] rev 5847
fix for issue #276
2011-09-11 german lua translations
sheepluva [Sun, 11 Sep 2011 04:22:57 +0200] rev 5846
german lua translations
2011-09-11 Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer.
mikade [Sun, 11 Sep 2011 04:08:50 +0200] rev 5845
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer. More changes/updates on this script to come.
2011-09-11 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo [Sat, 10 Sep 2011 21:23:12 -0400] rev 5844
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
2011-09-11 For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
nemo [Sat, 10 Sep 2011 21:02:34 -0400] rev 5843
For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
2011-09-11 fix timebox (differently), support for more players, remove version numbers,
mikade [Sun, 11 Sep 2011 02:24:46 +0200] rev 5842
fix timebox (differently), support for more players, remove version numbers, enable limited sudden death. Also: using Skip Go generates as many points as you would have gotten had you sat and waited.
2011-09-10 some portal love for deagle/etc shots
sheepluva [Sun, 11 Sep 2011 00:36:47 +0200] rev 5841
some portal love for deagle/etc shots
2011-09-10 tone flash waaaaay down when zoomed out
nemo [Sat, 10 Sep 2011 11:40:37 -0400] rev 5840
tone flash waaaaay down when zoomed out
2011-09-10 fix: let's use less random code for drawing the bullet trajectory
sheepluva [Sat, 10 Sep 2011 16:21:38 +0200] rev 5839
fix: let's use less random code for drawing the bullet trajectory
2011-09-10 This condition should have been removed when I was changing targetting
nemo [Sat, 10 Sep 2011 10:13:19 -0400] rev 5838
This condition should have been removed when I was changing targetting
2011-09-10 translation fail/typo
sheepluva [Sat, 10 Sep 2011 14:43:16 +0200] rev 5837
translation fail/typo
2011-09-10 some sniper training improvements and few german lua translations
sheepluva [Sat, 10 Sep 2011 14:10:14 +0200] rev 5836
some sniper training improvements and few german lua translations
2011-09-10 actual rope fix for hogs getting stuck on walls
sheepluva [Sat, 10 Sep 2011 04:08:15 +0200] rev 5835
actual rope fix for hogs getting stuck on walls
2011-09-10 rollin' back my silly hack ( rea4d1fe665d7 )
sheepluva [Sat, 10 Sep 2011 03:27:47 +0200] rev 5834
rollin' back my silly hack ( rea4d1fe665d7 )
2011-09-09 Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
sheepluva [Sat, 10 Sep 2011 01:05:01 +0200] rev 5833
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
2011-09-09 Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
nemo [Fri, 09 Sep 2011 18:30:40 -0400] rev 5832
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
2011-09-09 monkey task: always log to userpath
sheepluva [Fri, 09 Sep 2011 21:31:39 +0200] rev 5831
monkey task: always log to userpath
2011-09-09 move hedgehogs out of walls
sheepluva [Fri, 09 Sep 2011 20:17:50 +0200] rev 5830
move hedgehogs out of walls
2011-09-09 Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
unc0rr [Fri, 09 Sep 2011 22:04:40 +0400] rev 5829
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
2011-09-16 Changed firebutton, parameters in uTouch might need to be tweaked some more hedgeroid
Xeli [Fri, 16 Sep 2011 17:36:05 +0200] rev 5828
Changed firebutton, parameters in uTouch might need to be tweaked some more
2011-09-09 we don't need trailing whitespaces... I guess :P
sheepluva [Fri, 09 Sep 2011 15:52:59 +0200] rev 5827
we don't need trailing whitespaces... I guess :P
2011-09-14 Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc.. hedgeroid
Xeli [Wed, 14 Sep 2011 18:43:16 +0200] rev 5826
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
2011-09-09 Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
sheepluva [Fri, 09 Sep 2011 15:36:30 +0200] rev 5825
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event. I implemented that event in Tumber and Space Invasion already in order to update HUD locations properly. (mikade: deal with it $
2011-09-09 merge hedgeroid
Xeli [Fri, 09 Sep 2011 05:15:45 +0200] rev 5824
merge
2011-09-09 merge
mikade [Fri, 09 Sep 2011 03:57:45 +0200] rev 5823
merge Disable SuddenDeath on Missions Fix hats for Missions Add achievement "Lively Lifeguard" for "That Sinking Feeling"
2011-09-09 merge
mikade [Fri, 09 Sep 2011 03:22:08 +0200] rev 5822
merge
2011-09-09 Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
mikade [Fri, 09 Sep 2011 03:21:16 +0200] rev 5821
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes Fix missing case of support for more players in CTF_Blizzard
2011-09-09 er. let's reference the right gear, shall we?
nemo [Thu, 08 Sep 2011 21:20:12 -0400] rev 5820
er. let's reference the right gear, shall we?
2011-09-09 Add support for more players.
mikade [Fri, 09 Sep 2011 03:00:03 +0200] rev 5819
Add support for more players. (Hopefully) prevent Time-Box (or is that Time Box?) ruining my life.
2011-09-09 There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
nemo [Thu, 08 Sep 2011 21:18:44 -0400] rev 5818
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
2011-09-09 For now, don't spawn anything other than health crates.
mikade [Fri, 09 Sep 2011 02:11:51 +0200] rev 5817
For now, don't spawn anything other than health crates.
2011-09-09 "fix" for a screen scaling problem I had after resizing to odd width number values
sheepluva [Fri, 09 Sep 2011 03:04:15 +0200] rev 5816
"fix" for a screen scaling problem I had after resizing to odd width number values
2011-09-08 * ShoppaKing/TrophyRace maps updated by wolfmarc
sheepluva [Fri, 09 Sep 2011 01:25:21 +0200] rev 5815
* ShoppaKing/TrophyRace maps updated by wolfmarc * post new resolution in console on resize
2011-09-08 change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
sheepluva [Fri, 09 Sep 2011 00:22:48 +0200] rev 5814
change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
2011-09-08 oops
nemo [Thu, 08 Sep 2011 13:03:58 -0400] rev 5813
oops
2011-09-08 Restore hog on team gone
nemo [Thu, 08 Sep 2011 13:01:20 -0400] rev 5812
Restore hog on team gone
2011-09-08 fix knight hat
sheepluva [Thu, 08 Sep 2011 17:44:51 +0200] rev 5811
fix knight hat
2011-09-08 Fix loading from save desync
unc0rr [Thu, 08 Sep 2011 17:59:19 +0400] rev 5810
Fix loading from save desync
2011-09-08 Remove unnecessary and wrong check
unc0rr [Thu, 08 Sep 2011 15:39:30 +0400] rev 5809
Remove unnecessary and wrong check
2011-09-07 Replace tab with space
unc0rr [Wed, 07 Sep 2011 11:19:10 +0400] rev 5808
Replace tab with space
2011-09-08 Define 2 script callbacks to notify of hog vanishment
nemo [Thu, 08 Sep 2011 08:44:17 -0400] rev 5807
Define 2 script callbacks to notify of hog vanishment
2011-09-08 remove debug message, clear a couple of global gear references if appropriate, fix control script
nemo [Thu, 08 Sep 2011 00:29:01 -0400] rev 5806
remove debug message, clear a couple of global gear references if appropriate, fix control script
2011-09-08 Add flickery ghost grave
nemo [Wed, 07 Sep 2011 20:54:32 -0400] rev 5805
Add flickery ghost grave
2011-09-08 Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
nemo [Wed, 07 Sep 2011 20:53:45 -0400] rev 5804
Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
2011-09-08 Revert camera shake. Now to make sure we don't desync anymore.
nemo [Wed, 07 Sep 2011 20:35:24 -0400] rev 5803
Revert camera shake. Now to make sure we don't desync anymore.
2011-09-08 updated hat
Star [Wed, 07 Sep 2011 20:13:14 -0400] rev 5802
updated hat
2011-10-08 merge
jose1711 [Sat, 08 Oct 2011 16:45:52 +0200] rev 5801
merge
2011-09-08 NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
nemo [Wed, 07 Sep 2011 20:12:20 -0400] rev 5800
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
2011-09-07 svg export darkened the upper white band a bit too much for my tastes
nemo [Wed, 07 Sep 2011 15:06:42 -0400] rev 5799
svg export darkened the upper white band a bit too much for my tastes
2011-09-07 new countries
nemo [Wed, 07 Sep 2011 15:03:26 -0400] rev 5798
new countries
2011-09-06 fix hat name
nemo [Tue, 06 Sep 2011 17:14:29 -0400] rev 5797
fix hat name
2011-09-06 Another mass hat rename, because people were just about finished fixing their teams.
nemo [Tue, 06 Sep 2011 17:10:03 -0400] rev 5796
Another mass hat rename, because people were just about finished fixing their teams.
2011-09-06 - Don't generate seed twice
unc0rr [Tue, 06 Sep 2011 21:15:01 +0400] rev 5795
- Don't generate seed twice - Also update preview of missions when new one is chosen
2011-09-06 Send mapgen for static maps
unc0rr [Tue, 06 Sep 2011 21:10:02 +0400] rev 5794
Send mapgen for static maps
2011-09-06 This should be a real fix (7643cbb88f09 reverted). Not tested.
unc0rr [Tue, 06 Sep 2011 20:53:26 +0400] rev 5793
This should be a real fix (7643cbb88f09 reverted). Not tested.
2011-09-06 translation update
tsleon [Tue, 06 Sep 2011 10:40:32 -0400] rev 5792
translation update
2011-09-06 translation update
szczur [Tue, 06 Sep 2011 10:37:32 -0400] rev 5791
translation update
2011-09-06 Fix link again (changed libraries order)
unc0rr [Tue, 06 Sep 2011 13:36:10 +0400] rev 5790
Fix link again (changed libraries order)
2011-09-05 Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
nemo [Mon, 05 Sep 2011 16:20:35 -0400] rev 5789
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
2011-09-05 Add update preview when picking random static
nemo [Mon, 05 Sep 2011 15:48:46 -0400] rev 5788
Add update preview when picking random static
2011-09-05 Add a fade out when in lag for snow.
nemo [Mon, 05 Sep 2011 15:32:58 -0400] rev 5787
Add a fade out when in lag for snow.
2011-09-05 check for turn over (infinite attack)
nemo [Mon, 05 Sep 2011 15:05:46 -0400] rev 5786
check for turn over (infinite attack)
2011-09-05 Fix linking in windows
unC0Rr [Mon, 05 Sep 2011 21:45:28 +0400] rev 5785
Fix linking in windows
2011-09-05 Add zlib headers (library itself is included to Qt)
unC0Rr [Mon, 05 Sep 2011 21:12:22 +0400] rev 5784
Add zlib headers (library itself is included to Qt)
2011-09-05 3 more user hats, fixed by "Star and Moon", thank you!
sheepluva [Mon, 05 Sep 2011 16:04:05 +0200] rev 5783
3 more user hats, fixed by "Star and Moon", thank you!
2011-09-05 fix gas mask hat
sheepluva [Mon, 05 Sep 2011 15:11:46 +0200] rev 5782
fix gas mask hat
2011-09-05 Don't refuse to create save file when a game loaded from save interrupts
unc0rr [Mon, 05 Sep 2011 15:51:32 +0400] rev 5781
Don't refuse to create save file when a game loaded from save interrupts
2011-09-05 Support Qt version which have no qHash(QUrl)
unc0rr [Mon, 05 Sep 2011 15:49:14 +0400] rev 5780
Support Qt version which have no qHash(QUrl)
2011-09-04 Move a few more, exclude NoHat and team hats from animation
nemo [Sun, 04 Sep 2011 17:26:38 -0400] rev 5779
Move a few more, exclude NoHat and team hats from animation
2011-09-04 Load list of hats dynamically.
nemo [Sun, 04 Sep 2011 17:15:09 -0400] rev 5778
Load list of hats dynamically.
2011-09-04 Add check on amNothing
nemo [Sun, 04 Sep 2011 16:42:51 -0400] rev 5777
Add check on amNothing
2011-09-04 Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
nemo [Sun, 04 Sep 2011 16:35:27 -0400] rev 5776
Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
2011-09-04 copy/paste fail
nemo [Sun, 04 Sep 2011 14:05:11 -0400] rev 5775
copy/paste fail
2011-09-04 make pickhammer and blowtorch burn time for infinite attack mode
nemo [Sun, 04 Sep 2011 13:54:24 -0400] rev 5774
make pickhammer and blowtorch burn time for infinite attack mode
2011-09-04 Some renaming
unc0rr [Sun, 04 Sep 2011 21:40:47 +0400] rev 5773
Some renaming
2011-09-04 Replace iterators with simple declarative foreach (not tested if it works)
unc0rr [Sun, 04 Sep 2011 21:39:50 +0400] rev 5772
Replace iterators with simple declarative foreach (not tested if it works)
2011-09-04 by request of shoppa player, remove land spray from shoppa wep set
nemo [Sun, 04 Sep 2011 13:36:59 -0400] rev 5771
by request of shoppa player, remove land spray from shoppa wep set
2011-09-04 load mask from user path as well
nemo [Sun, 04 Sep 2011 13:13:51 -0400] rev 5770
load mask from user path as well
2011-09-04 Prevent runtime warning
unc0rr [Sun, 04 Sep 2011 21:03:06 +0400] rev 5769
Prevent runtime warning
2011-09-04 Only prepend hedgewars.org if the url is relative
unc0rr [Sun, 04 Sep 2011 20:51:54 +0400] rev 5768
Only prepend hedgewars.org if the url is relative
2011-09-04 remove dupe
nemo [Sun, 04 Sep 2011 12:47:10 -0400] rev 5767
remove dupe
2011-09-04 oops
nemo [Sun, 04 Sep 2011 12:34:43 -0400] rev 5766
oops
2011-09-04 Allow surfing, download and extract only .zip files
unc0rr [Sun, 04 Sep 2011 20:21:08 +0400] rev 5765
Allow surfing, download and extract only .zip files
2011-09-04 truncate page on comment tags, as suggested by unc0rr
nemo [Sun, 04 Sep 2011 12:19:31 -0400] rev 5764
truncate page on comment tags, as suggested by unc0rr
2011-09-04 Add a crappy button to encourage artists to make another one. Restore Info page.
nemo [Sun, 04 Sep 2011 12:06:10 -0400] rev 5763
Add a crappy button to encourage artists to make another one. Restore Info page.
2011-09-04 Extract to cfgdir
unc0rr [Sun, 04 Sep 2011 19:04:36 +0400] rev 5762
Extract to cfgdir
2011-09-04 update animation page. remove test image
nemo [Sun, 04 Sep 2011 10:54:00 -0400] rev 5761
update animation page. remove test image
2011-09-04 Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
nemo [Sun, 04 Sep 2011 10:47:44 -0400] rev 5760
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
2011-09-04 Call update() so loaded images appear
unc0rr [Sun, 04 Sep 2011 17:33:33 +0400] rev 5759
Call update() so loaded images appear
2011-09-04 Fix a warning
unc0rr [Sun, 04 Sep 2011 14:59:38 +0400] rev 5758
Fix a warning
(0) -3000 -1000 -480 +480 +1000 +3000 tip