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
Tue, 04 Sep 2012 12:34:00 +0200 fix multi-shot related game ends leading to incomplete stats, fixes issue 372
sheepluva [Tue, 04 Sep 2012 12:34:00 +0200] rev 7666
fix multi-shot related game ends leading to incomplete stats, fixes issue #372
Tue, 04 Sep 2012 12:25:55 +0400 More Qt-ish code, fix couple warnings.
unc0rr [Tue, 04 Sep 2012 12:25:55 +0400] rev 7665
More Qt-ish code, fix couple warnings.
Tue, 04 Sep 2012 12:16:36 +0400 Unset room restrictions on player/team joins when changing room admin
unc0rr [Tue, 04 Sep 2012 12:16:36 +0400] rev 7664
Unset room restrictions on player/team joins when changing room admin
Tue, 04 Sep 2012 11:09:23 +0400 More precision
unc0rr [Tue, 04 Sep 2012 11:09:23 +0400] rev 7663
More precision
Mon, 03 Sep 2012 14:50:26 -0400 forgot to add back c96ff1a053d0
nemo [Mon, 03 Sep 2012 14:50:26 -0400] rev 7662
forgot to add back c96ff1a053d0
Mon, 03 Sep 2012 20:46:34 +0200 fix for issue 376 (embedding barrels in ceiling)
sheepluva [Mon, 03 Sep 2012 20:46:34 +0200] rev 7661
fix for issue #376 (embedding barrels in ceiling)
Mon, 03 Sep 2012 14:08:01 -0400 Fix line endings, add missing amMine entry
nemo [Mon, 03 Sep 2012 14:08:01 -0400] rev 7660
Fix line endings, add missing amMine entry
Mon, 03 Sep 2012 20:04:42 +0200 teleport hack fixes:
sheepluva [Mon, 03 Sep 2012 20:04:42 +0200] rev 7659
teleport hack fixes: * don't let hogs fall into other hogs, barrels or other gears * stop animation on damage (doesn't work with invul, sadly) * don't force waiting for ground-contact in inf attack mode * fix initially placing hog right next to instant-mine causing bugs
Mon, 03 Sep 2012 13:52:35 -0400 adjust velocity when entering/exiting the 4x routine
nemo [Mon, 03 Sep 2012 13:52:35 -0400] rev 7658
adjust velocity when entering/exiting the 4x routine
Mon, 03 Sep 2012 12:35:51 -0400 Let's try *4 instead. Not nearly as much of a win, but might be usable.
nemo [Mon, 03 Sep 2012 12:35:51 -0400] rev 7657
Let's try *4 instead. Not nearly as much of a win, but might be usable.
Mon, 03 Sep 2012 00:00:54 -0400 So, unc0rr won't let me revert to pre-e496587db93e, but reverting db731c523653 makes the rope less-sticky-enough to actually be usable in an ordinary game without my screaming at the monitor as I drown for the nth time...
nemo [Mon, 03 Sep 2012 00:00:54 -0400] rev 7656
So, unc0rr won't let me revert to pre-e496587db93e, but reverting db731c523653 makes the rope less-sticky-enough to actually be usable in an ordinary game without my screaming at the monitor as I drown for the nth time...
Sun, 02 Sep 2012 22:27:01 +0200 if this doesn't work I shall cry like a lady
sheepluva [Sun, 02 Sep 2012 22:27:01 +0200] rev 7655
if this doesn't work I shall cry like a lady
Sun, 02 Sep 2012 22:09:06 +0200 I assumed NO_VIDEOREC would be set if ${FFMPEG_FOUND} was false. doesn't seem to be the case.
sheepluva [Sun, 02 Sep 2012 22:09:06 +0200] rev 7654
I assumed NO_VIDEOREC would be set if ${FFMPEG_FOUND} was false. doesn't seem to be the case.
Sun, 02 Sep 2012 21:55:56 +0200 engineclean returns
sheepluva [Sun, 02 Sep 2012 21:55:56 +0200] rev 7653
engineclean returns
Sun, 02 Sep 2012 19:58:56 +0400 Not sticky rope
unc0rr [Sun, 02 Sep 2012 19:58:56 +0400] rev 7652
Not sticky rope
Sun, 02 Sep 2012 11:44:59 -0400 perf tweak
nemo [Sun, 02 Sep 2012 11:44:59 -0400] rev 7651
perf tweak
Sun, 02 Sep 2012 10:11:24 -0400 LAND_HEIGHT/LAND_WIDTH need setting later now
nemo [Sun, 02 Sep 2012 10:11:24 -0400] rev 7650
LAND_HEIGHT/LAND_WIDTH need setting later now
Sun, 02 Sep 2012 09:23:36 -0400 Correct snow fall/rotation (matching visual gear)
nemo [Sun, 02 Sep 2012 09:23:36 -0400] rev 7649
Correct snow fall/rotation (matching visual gear)
Sun, 02 Sep 2012 09:36:06 +0400 Oops
unc0rr [Sun, 02 Sep 2012 09:36:06 +0400] rev 7648
Oops
Sat, 01 Sep 2012 17:11:39 -0400 Rope fix without hacks.
unc0rr [Sat, 01 Sep 2012 17:11:39 -0400] rev 7647
Rope fix without hacks.
Sat, 01 Sep 2012 15:46:22 -0400 oops
nemo [Sat, 01 Sep 2012 15:46:22 -0400] rev 7646
oops
Sat, 01 Sep 2012 15:44:59 -0400 remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.
nemo [Sat, 01 Sep 2012 15:44:59 -0400] rev 7645
remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip