Sun, 07 Oct 2012 11:59:42 -0400 Set default collision mask for gears at currenthedgehog X/Y to FF7F, expose mask to scripting as well. This should resolve the collision part of bug #420
nemo [Sun, 07 Oct 2012 11:59:42 -0400] rev 7726
Set default collision mask for gears at currenthedgehog X/Y to FF7F, expose mask to scripting as well. This should resolve the collision part of bug #420
Sun, 07 Oct 2012 00:12:46 +0400 Further work on moving to players list model
unc0rr [Sun, 07 Oct 2012 00:12:46 +0400] rev 7725
Further work on moving to players list model
Sat, 06 Oct 2012 23:36:43 +0400 Simplify file loading procedure
unc0rr [Sat, 06 Oct 2012 23:36:43 +0400] rev 7724
Simplify file loading procedure
Sat, 06 Oct 2012 01:09:41 +0400 Start moving to players list model.
unc0rr [Sat, 06 Oct 2012 01:09:41 +0400] rev 7723
Start moving to players list model.
Wed, 03 Oct 2012 12:04:29 +0400 No commit message
unc0rr [Wed, 03 Oct 2012 12:04:29 +0400] rev 7722
No commit message
Mon, 01 Oct 2012 12:01:39 +0400 - Fix warnings and hints
unc0rr [Mon, 01 Oct 2012 12:01:39 +0400] rev 7721
- Fix warnings and hints - Hide "Converting the operands to Int64 before doing the add could prevent overflow errors" kind of hints as pretty useless and annoying
Mon, 01 Oct 2012 00:31:38 +0400 Show more statuses in icons.
unc0rr [Mon, 01 Oct 2012 00:31:38 +0400] rev 7720
Show more statuses in icons. Need further work: - Better icons (specially registered vs unregistered) - Share information between chat widgets (now room widget can't show registered status because recieves events for users when user list is empty)
Sat, 29 Sep 2012 19:26:18 +0400 Move hedgehog's step routine into separate function, use it in both hedgehog and ai code
unc0rr [Sat, 29 Sep 2012 19:26:18 +0400] rev 7719
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code
Fri, 28 Sep 2012 18:03:32 +0100 use cmake OPTION for arguments and further cleanup on CMakeFiles
koda [Fri, 28 Sep 2012 18:03:32 +0100] rev 7718
use cmake OPTION for arguments and further cleanup on CMakeFiles
Thu, 27 Sep 2012 13:37:10 -0400 revert since I didn't quite get this working smoothly enough. was close though. perhaps some other time. Shame because calling game tick less frequently can save a lot of CPU
nemo [Thu, 27 Sep 2012 13:37:10 -0400] rev 7717
revert since I didn't quite get this working smoothly enough. was close though. perhaps some other time. Shame because calling game tick less frequently can save a lot of CPU
Fri, 28 Sep 2012 00:51:04 +0400 Fix some hints
unc0rr [Fri, 28 Sep 2012 00:51:04 +0400] rev 7716
Fix some hints
Fri, 28 Sep 2012 00:39:20 +0400 Shutup pas2c
unc0rr [Fri, 28 Sep 2012 00:39:20 +0400] rev 7715
Shutup pas2c
Fri, 28 Sep 2012 00:18:07 +0400 vector2Angle function which converts vector to angle from -2048 to 2048
unc0rr [Fri, 28 Sep 2012 00:18:07 +0400] rev 7714
vector2Angle function which converts vector to angle from -2048 to 2048
Thu, 27 Sep 2012 23:24:01 +0400 Always run simple game on medium maps
unc0rr [Thu, 27 Sep 2012 23:24:01 +0400] rev 7713
Always run simple game on medium maps
Thu, 27 Sep 2012 19:15:49 +0400 Oops
unc0rr [Thu, 27 Sep 2012 19:15:49 +0400] rev 7712
Oops
Wed, 26 Sep 2012 11:36:41 +0400 Fix framing
unc0rr [Wed, 26 Sep 2012 11:36:41 +0400] rev 7711
Fix framing
Tue, 25 Sep 2012 22:45:40 +0400 - Keep track of room name so correct name is displayed when you become room admin
unc0rr [Tue, 25 Sep 2012 22:45:40 +0400] rev 7710
- Keep track of room name so correct name is displayed when you become room admin - Don't rename rooms if client is > 0.9.17
Tue, 25 Sep 2012 02:57:03 +0200 only accept RELASE and DEBUG build type configuration
koda [Tue, 25 Sep 2012 02:57:03 +0200] rev 7709
only accept RELASE and DEBUG build type configuration
Tue, 25 Sep 2012 02:35:21 +0200 another little tweak
koda [Tue, 25 Sep 2012 02:35:21 +0200] rev 7708
another little tweak
Tue, 25 Sep 2012 02:25:22 +0200 sdl_extras updated/fixed (is this file still needed?)
koda [Tue, 25 Sep 2012 02:25:22 +0200] rev 7707
sdl_extras updated/fixed (is this file still needed?)
Tue, 25 Sep 2012 01:27:26 +0200 forgot a few checks from rev f40c65ae3eab
koda [Tue, 25 Sep 2012 01:27:26 +0200] rev 7706
forgot a few checks from rev f40c65ae3eab
Tue, 25 Sep 2012 01:02:21 +0200 force a DEBUG build when HW_DEV is true, some CMakeLists.txt cleanup/commenting
koda [Tue, 25 Sep 2012 01:02:21 +0200] rev 7705
force a DEBUG build when HW_DEV is true, some CMakeLists.txt cleanup/commenting
Tue, 25 Sep 2012 00:35:49 +0200 slight tweak to lua linking (that will break everything, i'm sure)
koda [Tue, 25 Sep 2012 00:35:49 +0200] rev 7704
slight tweak to lua linking (that will break everything, i'm sure)
Sat, 22 Sep 2012 19:14:58 +0400 Make sheepluva happy
unc0rr [Sat, 22 Sep 2012 19:14:58 +0400] rev 7703
Make sheepluva happy
Sat, 22 Sep 2012 19:01:39 +0400 Allow using system proxy settings
unc0rr [Sat, 22 Sep 2012 19:01:39 +0400] rev 7702
Allow using system proxy settings
Fri, 21 Sep 2012 23:33:34 +0400 - Small fix
unc0rr [Fri, 21 Sep 2012 23:33:34 +0400] rev 7701
- Small fix - Update russian translation
Fri, 21 Sep 2012 23:29:57 +0400 Support for proxies (not tested)
unc0rr [Fri, 21 Sep 2012 23:29:57 +0400] rev 7700
Support for proxies (not tested)
Fri, 21 Sep 2012 01:29:33 +0200 blindly trying to fix the android build
koda [Fri, 21 Sep 2012 01:29:33 +0200] rev 7699
blindly trying to fix the android build
Fri, 21 Sep 2012 01:07:56 +0200 nicer debug log visuals on ios
koda [Fri, 21 Sep 2012 01:07:56 +0200] rev 7698
nicer debug log visuals on ios
Fri, 21 Sep 2012 00:50:04 +0200 switch the Tremor implementation from the Cocos2D one to the lowmem-no-byte branch and let's see what happens
koda [Fri, 21 Sep 2012 00:50:04 +0200] rev 7697
switch the Tremor implementation from the Cocos2D one to the lowmem-no-byte branch and let's see what happens
Thu, 20 Sep 2012 23:04:10 +0200 update ios project file again to reflect SDL2 renaming
koda [Thu, 20 Sep 2012 23:04:10 +0200] rev 7696
update ios project file again to reflect SDL2 renaming
Sun, 16 Sep 2012 23:52:36 +0200 Hedgeroid: Updated base locale
Medo <smaxein@googlemail.com> [Sun, 16 Sep 2012 23:52:36 +0200] rev 7695
Hedgeroid: Updated base locale
Thu, 20 Sep 2012 22:17:02 +0200 issue ENGINECLEAN only when fpc < 2.6
koda [Thu, 20 Sep 2012 22:17:02 +0200] rev 7694
issue ENGINECLEAN only when fpc < 2.6
Sun, 16 Sep 2012 22:41:58 +0200 Hedgeroid: Update to new NDK toolchain (requires NDK r8b)
Medo <smaxein@googlemail.com> [Sun, 16 Sep 2012 22:41:58 +0200] rev 7693
Hedgeroid: Update to new NDK toolchain (requires NDK r8b)
Thu, 20 Sep 2012 22:10:32 +0200 updated ios project file
koda [Thu, 20 Sep 2012 22:10:32 +0200] rev 7692
updated ios project file
Sun, 16 Sep 2012 22:31:34 +0200 frontlib+Hedgeroid: Added support for the new client flags (chief, admin, reg)
Medo <smaxein@googlemail.com> [Sun, 16 Sep 2012 22:31:34 +0200] rev 7691
frontlib+Hedgeroid: Added support for the new client flags (chief, admin, reg)
Sun, 16 Sep 2012 23:30:55 +0400 Treat init expression in parens as just expression instead of array initializer when there's only one entry in expressions list
unc0rr [Sun, 16 Sep 2012 23:30:55 +0400] rev 7690
Treat init expression in parens as just expression instead of array initializer when there's only one entry in expressions list
Sun, 16 Sep 2012 17:42:48 +0200 frontlib: Add/change comments to correspond to recent changes in QtFrontend and server
Medo <smaxein@googlemail.com> [Sun, 16 Sep 2012 17:42:48 +0200] rev 7689
frontlib: Add/change comments to correspond to recent changes in QtFrontend and server
Sun, 16 Sep 2012 22:55:33 +0400 New hwSqrt which is up to 8.7% more efficient than old one on synthetic tests
unc0rr [Sun, 16 Sep 2012 22:55:33 +0400] rev 7688
New hwSqrt which is up to 8.7% more efficient than old one on synthetic tests
Sun, 16 Sep 2012 16:54:51 +0200 Merge
Medo <smaxein@googlemail.com> [Sun, 16 Sep 2012 16:54:51 +0200] rev 7687
Merge
Sun, 16 Sep 2012 09:33:57 +0400 Italian translation update
ChipHome [Sun, 16 Sep 2012 09:33:57 +0400] rev 7686
Italian translation update
Tue, 11 Sep 2012 22:19:23 +0400 Italian engine translation update
ChipHome [Tue, 11 Sep 2012 22:19:23 +0400] rev 7685
Italian engine translation update
Sun, 09 Sep 2012 20:58:45 +0200 recognize client-flags h and u, ROOM_CONTROL_ACCESS will be ignored from here on
sheepluva [Sun, 09 Sep 2012 20:58:45 +0200] rev 7684
recognize client-flags h and u, ROOM_CONTROL_ACCESS will be ignored from here on
Sun, 09 Sep 2012 20:11:07 +0200 client-flags: make code easier to read/prettier; add parsing of flag 'a'; add warning in console on unknown flag; ignore ADMIN_ACCESS
sheepluva [Sun, 09 Sep 2012 20:11:07 +0200] rev 7683
client-flags: make code easier to read/prettier; add parsing of flag 'a'; add warning in console on unknown flag; ignore ADMIN_ACCESS
Sun, 09 Sep 2012 19:57:13 +0400 'h' status for room admins
unc0rr [Sun, 09 Sep 2012 19:57:13 +0400] rev 7682
'h' status for room admins
Sun, 09 Sep 2012 15:37:10 +0400 Reset to default colors button
unc0rr [Sun, 09 Sep 2012 15:37:10 +0400] rev 7681
Reset to default colors button
Sun, 09 Sep 2012 14:45:21 +0400 - Some improvements to tr() calls
unc0rr [Sun, 09 Sep 2012 14:45:21 +0400] rev 7680
- Some improvements to tr() calls - Translate some entries in russian and english translations
Sun, 09 Sep 2012 13:40:02 +0400 - Fix some warnings in frontend
unc0rr [Sun, 09 Sep 2012 13:40:02 +0400] rev 7679
- Fix some warnings in frontend - lupdate
Sun, 09 Sep 2012 11:50:34 +0400 Polish settings page a bit
unc0rr [Sun, 09 Sep 2012 11:50:34 +0400] rev 7678
Polish settings page a bit
Sat, 08 Sep 2012 10:30:16 +0400 More consistency in terminology
unc0rr [Sat, 08 Sep 2012 10:30:16 +0400] rev 7677
More consistency in terminology
Fri, 07 Sep 2012 12:13:38 +0200 merging in campaign updates - please test
sheepluva [Fri, 07 Sep 2012 12:13:38 +0200] rev 7676
merging in campaign updates - please test
Wed, 05 Sep 2012 16:54:13 +0300 Fixed grammar/vocabulary and improved balance
belphegorr <szabibibi@gmail.com> [Wed, 05 Sep 2012 16:54:13 +0300] rev 7675
Fixed grammar/vocabulary and improved balance Mission 7: Added more pickhammers so that it's harder to run out of them, added more weapons to the AI Mission 6: Removed reset possibility, added sticky mines, more weapons for AI every six turns Enter commit message. Lines beginning with 'HG:' are removed.
Thu, 06 Sep 2012 15:47:52 +0200 fix for issue 293 : "rope stuck after picking crate"
sheepluva [Thu, 06 Sep 2012 15:47:52 +0200] rev 7674
fix for issue #293 : "rope stuck after picking crate"
Wed, 05 Sep 2012 12:36:47 +0200 fix a segfault related to tcp servers deleting themselves without removing themselves from the internal server list first.
sheepluva [Wed, 05 Sep 2012 12:36:47 +0200] rev 7673
fix a segfault related to tcp servers deleting themselves without removing themselves from the internal server list first. (e.g. happens if game fails to start due to missing hwengine binary. a second start attempt will lead to a segfault, even if you correctly install the binary.)
Tue, 04 Sep 2012 18:40:53 -0400 retain frontend effects setting exiting/leaving settings
nemo [Tue, 04 Sep 2012 18:40:53 -0400] rev 7672
retain frontend effects setting exiting/leaving settings
Wed, 05 Sep 2012 02:17:04 +0400 Fix some warnings
unc0rr [Wed, 05 Sep 2012 02:17:04 +0400] rev 7671
Fix some warnings
Wed, 05 Sep 2012 02:11:51 +0400 Stop messages without possible desync on load from save
unc0rr [Wed, 05 Sep 2012 02:11:51 +0400] rev 7670
Stop messages without possible desync on load from save
Tue, 04 Sep 2012 13:18:26 +0200 I didn't want to do this since it seems less clean, but...
sheepluva [Tue, 04 Sep 2012 13:18:26 +0200] rev 7669
I didn't want to do this since it seems less clean, but... moving the stats-fix into CheckForWin, since that function is the one sending the damage stats (whyyyy?) therefore it's not sufficient to update stats after calling it, some of the stats won't be transfered to frontend then
Tue, 04 Sep 2012 15:18:22 +0400 Show who is the room admin on join (no tested, also I don't like how it is done via server warnings, but it seems there's no other solution compatible with .17)
unc0rr [Tue, 04 Sep 2012 15:18:22 +0400] rev 7668
Show who is the room admin on join (no tested, also I don't like how it is done via server warnings, but it seems there's no other solution compatible with .17)
Tue, 04 Sep 2012 12:43:55 +0200 skip second CheckForWin if water wasn't raised after first one
sheepluva [Tue, 04 Sep 2012 12:43:55 +0200] rev 7667
skip second CheckForWin if water wasn't raised after first one
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip