Thu, 03 May 2012 16:04:38 +0100 HAPPY 7000th COMMIT HEDGEWARS
koda [Thu, 03 May 2012 16:04:38 +0100] rev 7016
HAPPY 7000th COMMIT HEDGEWARS - enforce strong typechecking for strings - disable embedded fpc exceptions (binary size savings of ~5k) - add stack check in debug mode
Thu, 03 May 2012 13:25:40 +0200 add DLC button to net game room
sheepluva [Thu, 03 May 2012 13:25:40 +0200] rev 7015
add DLC button to net game room
Thu, 03 May 2012 12:33:08 +0200 + display lack of map in a nice way, don't generate bogus preview in the background
sheepluva [Thu, 03 May 2012 12:33:08 +0200] rev 7014
+ display lack of map in a nice way, don't generate bogus preview in the background * improve map selection behavior in online mode, so that players can load a missing map and have it correctly selected after pressing F5 without any rejoin, map-reselection. also doesn't cause "different maps generated" anymore if map is missing, instead the person lacking the map gets "invalid genmap" and drops out of game immediatly
Thu, 03 May 2012 12:21:16 +0400 Get rid of overloaded functions in uRenderUtils
unc0rr [Thu, 03 May 2012 12:21:16 +0400] rev 7013
Get rid of overloaded functions in uRenderUtils
Thu, 03 May 2012 00:21:17 -0400 merge
nemo [Thu, 03 May 2012 00:21:17 -0400] rev 7012
merge
Thu, 03 May 2012 03:18:10 +0200 small tweaks/fixes to room list header saving and restore...
sheepluva [Thu, 03 May 2012 03:18:10 +0200] rev 7011
small tweaks/fixes to room list header saving and restore... setModel should be really done in the constructor of the page IMO btw
Thu, 03 May 2012 00:20:58 -0400 Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
nemo [Thu, 03 May 2012 00:20:58 -0400] rev 7010
Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
Thu, 03 May 2012 15:34:26 +0200 Updated android support library to the latest version (r8)
Medo <smaxein@googlemail.com> [Thu, 03 May 2012 15:34:26 +0200] rev 7009
Updated android support library to the latest version (r8)
Thu, 03 May 2012 02:45:08 +0200 fix a previewmap-related QObject::disconnect segfault
sheepluva [Thu, 03 May 2012 02:45:08 +0200] rev 7008
fix a previewmap-related QObject::disconnect segfault
Wed, 02 May 2012 19:16:12 -0400 Initial stub for freezer
nemo [Wed, 02 May 2012 19:16:12 -0400] rev 7007
Initial stub for freezer
Wed, 02 May 2012 23:53:45 +0200 Merge
Medo <smaxein@googlemail.com> [Wed, 02 May 2012 23:53:45 +0200] rev 7006
Merge
Thu, 03 May 2012 01:18:29 +0200 fix: issue with playing team list vertically collapsing
sheepluva [Thu, 03 May 2012 01:18:29 +0200] rev 7005
fix: issue with playing team list vertically collapsing
Wed, 02 May 2012 18:36:27 -0400 Workaround for stuck pages.
nemo [Wed, 02 May 2012 18:36:27 -0400] rev 7004
Workaround for stuck pages.
Wed, 02 May 2012 21:45:55 +0200 tweak how the header customization is stored in the settings file
sheepluva [Wed, 02 May 2012 21:45:55 +0200] rev 7003
tweak how the header customization is stored in the settings file
Wed, 02 May 2012 22:51:42 +0400 Render float consts into defines
unc0rr [Wed, 02 May 2012 22:51:42 +0400] rev 7002
Render float consts into defines
Wed, 02 May 2012 22:12:58 +0400 GetRandom -> GetRandomf
unc0rr [Wed, 02 May 2012 22:12:58 +0400] rev 7001
GetRandom -> GetRandomf
Wed, 02 May 2012 19:36:23 +0200 allow F5 magic to refresh demos/saves list too
sheepluva [Wed, 02 May 2012 19:36:23 +0200] rev 7000
allow F5 magic to refresh demos/saves list too
Wed, 02 May 2012 16:36:11 +0100 rename a few Draw* routines
koda [Wed, 02 May 2012 16:36:11 +0100] rev 6999
rename a few Draw* routines
Wed, 02 May 2012 14:41:21 +0100 wut?
koda [Wed, 02 May 2012 14:41:21 +0100] rev 6998
wut?
Wed, 02 May 2012 14:35:54 +0100 remove old ukeys hooks from pascalexport (definitely breaking the ios port, will have to work on that, but for now sheepluva and xeli will be happy *hopefully*)
koda [Wed, 02 May 2012 14:35:54 +0100] rev 6997
remove old ukeys hooks from pascalexport (definitely breaking the ios port, will have to work on that, but for now sheepluva and xeli will be happy *hopefully*)
Wed, 02 May 2012 15:33:34 +0200 rooms list
sheepluva [Wed, 02 May 2012 15:33:34 +0200] rev 6996
rooms list + reorder filter chain for better performance (sorting and full-text search are now last step, not first) + automatically restore custom column widths and sort settings...
Wed, 02 May 2012 14:30:22 +0200 roomslist: reimplement filters
sheepluva [Wed, 02 May 2012 14:30:22 +0200] rev 6995
roomslist: reimplement filters implementation details: YO DAWG, I herd you like QSortFilterProxyModels, so I put a QSortFilterProxyModel in your QSortFilterProxyModel in your QSortFilterProxyModel in your QSortFilterProxyModel so that you can filter while you filter while you filter while you filter!
Wed, 02 May 2012 07:39:25 -0400 remove IFDEF 0 for sake of poor parser
nemo [Wed, 02 May 2012 07:39:25 -0400] rev 6994
remove IFDEF 0 for sake of poor parser
Wed, 02 May 2012 13:00:10 +0200 room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.
sheepluva [Wed, 02 May 2012 13:00:10 +0200] rev 6993
room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.
Wed, 02 May 2012 11:43:43 +0100 marked a couple of functions as inline
koda [Wed, 02 May 2012 11:43:43 +0100] rev 6992
marked a couple of functions as inline resolved all warnings/hints/notes added -Ooregvar optimisation (stores frequently used variables in registers, saving ~30k code size)
Wed, 02 May 2012 12:24:44 +0200 make search filter field have a useable size on low frontend resolution
sheepluva [Wed, 02 May 2012 12:24:44 +0200] rev 6991
make search filter field have a useable size on low frontend resolution
Wed, 02 May 2012 10:53:13 +0100 change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
koda [Wed, 02 May 2012 10:53:13 +0100] rev 6990
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
Wed, 02 May 2012 11:28:38 +0200 make column sorting three-state: asc -> dsc -> off/default (= by room state)
sheepluva [Wed, 02 May 2012 11:28:38 +0200] rev 6989
make column sorting three-state: asc -> dsc -> off/default (= by room state)
Wed, 02 May 2012 10:57:36 +0200 sort by room state by default
sheepluva [Wed, 02 May 2012 10:57:36 +0200] rev 6988
sort by room state by default
Wed, 02 May 2012 10:47:21 +0200 allow custom sorting of roomslist (by clicking on header sections)
sheepluva [Wed, 02 May 2012 10:47:21 +0200] rev 6987
allow custom sorting of roomslist (by clicking on header sections)
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip