Sat, 16 Mar 2013 23:29:50 +0100 do not hardcode CMAKE_INSTALL_PREFIX for windows, but rather put it in the script, so that custom build setups still work
koda [Sat, 16 Mar 2013 23:29:50 +0100] rev 8734
do not hardcode CMAKE_INSTALL_PREFIX for windows, but rather put it in the script, so that custom build setups still work
Sun, 17 Mar 2013 00:18:38 +0400 Hard math to fix issue 571. Well, not really hard math,
unc0rr [Sun, 17 Mar 2013 00:18:38 +0400] rev 8733
Hard math to fix issue #571. Well, not really hard math, just checking if vector is in opposite direction and trait that as a special case when removing rope dividing point (this could only happens when rope sticks to land outline, so this basically fixes a bug in another bug).
Fri, 15 Mar 2013 11:55:41 -0400 oups
nemo [Fri, 15 Mar 2013 11:55:41 -0400] rev 8732
oups
Fri, 15 Mar 2013 11:12:42 +0100 fix compilation with clang. fixes issue 553 - thanks to julien for reporting and to drew for the first part of the fix
sheepluva [Fri, 15 Mar 2013 11:12:42 +0100] rev 8731
fix compilation with clang. fixes issue #553 - thanks to julien for reporting and to drew for the first part of the fix
Wed, 13 Mar 2013 21:02:26 -0400 at vatten's request. make resurrection always resurrect at least 1 hp out of kindness to noobs who can't be bothered to read tooltips
nemo [Wed, 13 Mar 2013 21:02:26 -0400] rev 8730
at vatten's request. make resurrection always resurrect at least 1 hp out of kindness to noobs who can't be bothered to read tooltips
Tue, 12 Mar 2013 22:35:57 -0400 Call steps on focus instead. fix typo
nemo [Tue, 12 Mar 2013 22:35:57 -0400] rev 8729
Call steps on focus instead. fix typo
Tue, 12 Mar 2013 22:20:42 -0400 Experiment in undisabling the brick theme flake
nemo [Tue, 12 Mar 2013 22:20:42 -0400] rev 8728
Experiment in undisabling the brick theme flake
Tue, 12 Mar 2013 22:13:38 -0400 Crashed here last game
nemo [Tue, 12 Mar 2013 22:13:38 -0400] rev 8727
Crashed here last game
Tue, 12 Mar 2013 22:41:26 +0100 better message, as suggested by inu
koda [Tue, 12 Mar 2013 22:41:26 +0100] rev 8726
better message, as suggested by inu
Tue, 12 Mar 2013 22:38:49 +0100 return after ram size on win
koda [Tue, 12 Mar 2013 22:38:49 +0100] rev 8725
return after ram size on win
Tue, 12 Mar 2013 23:45:26 +0400 Merge
unc0rr [Tue, 12 Mar 2013 23:45:26 +0400] rev 8724
Merge
Tue, 12 Mar 2013 19:25:05 +0100 add 'run Hedgewars' checkbox at the end of the NSIS installation
koda [Tue, 12 Mar 2013 19:25:05 +0100] rev 8723
add 'run Hedgewars' checkbox at the end of the NSIS installation
Tue, 12 Mar 2013 17:18:55 +0100 this should supposedly add hwplay:// schemes to windows, after user presses file association
koda [Tue, 12 Mar 2013 17:18:55 +0100] rev 8722
this should supposedly add hwplay:// schemes to windows, after user presses file association
Tue, 12 Mar 2013 02:30:36 +0100 No more std::string in feedbackdialog.cpp
inu [Tue, 12 Mar 2013 02:30:36 +0100] rev 8721
No more std::string in feedbackdialog.cpp
Tue, 12 Mar 2013 01:32:39 +0100 this should prevent the password prompt from appearing on local games (issue 548)
koda [Tue, 12 Mar 2013 01:32:39 +0100] rev 8720
this should prevent the password prompt from appearing on local games (issue #548)
Mon, 11 Mar 2013 12:21:37 -0400 grrrr
nemo [Mon, 11 Mar 2013 12:21:37 -0400] rev 8719
grrrr
Sun, 10 Mar 2013 19:43:31 +0100 fix bug 552 - reset network button state after use
koda [Sun, 10 Mar 2013 19:43:31 +0100] rev 8718
fix bug #552 - reset network button state after use
Mon, 11 Mar 2013 12:20:59 -0400 this should ensure those other voices play a bit more often.
nemo [Mon, 11 Mar 2013 12:20:59 -0400] rev 8717
this should ensure those other voices play a bit more often.
Sun, 10 Mar 2013 15:44:03 +0100 hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda [Sun, 10 Mar 2013 15:44:03 +0100] rev 8716
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
Sun, 10 Mar 2013 11:29:00 +0100 oops forgot to move header
koda [Sun, 10 Mar 2013 11:29:00 +0100] rev 8715
oops forgot to move header
Sun, 10 Mar 2013 08:49:40 +0400 Prepend, not append
unc0rr [Sun, 10 Mar 2013 08:49:40 +0400] rev 8714
Prepend, not append
Sat, 09 Mar 2013 23:01:15 -0500 fix highlander - needed new script load function
nemo [Sat, 09 Mar 2013 23:01:15 -0500] rev 8713
fix highlander - needed new script load function
Sat, 09 Mar 2013 22:52:17 -0500 unbreak build
nemo [Sat, 09 Mar 2013 22:52:17 -0500] rev 8712
unbreak build
Sun, 10 Mar 2013 02:41:27 +0100 hooks for opening custom urls on osx (commented out until we decide what to do)
koda [Sun, 10 Mar 2013 02:41:27 +0100] rev 8711
hooks for opening custom urls on osx (commented out until we decide what to do)
Sun, 10 Mar 2013 02:32:25 +0100 cleanup file loading, this codepath can be used to load url schemes
koda [Sun, 10 Mar 2013 02:32:25 +0100] rev 8710
cleanup file loading, this codepath can be used to load url schemes
Sun, 10 Mar 2013 01:27:48 +0100 fix loading files on osx too, the cause was different than other systems
koda [Sun, 10 Mar 2013 01:27:48 +0100] rev 8709
fix loading files on osx too, the cause was different than other systems
Sun, 10 Mar 2013 01:02:15 +0100 move signal handler in hwapplication
koda [Sun, 10 Mar 2013 01:02:15 +0100] rev 8708
move signal handler in hwapplication
Sun, 10 Mar 2013 00:40:00 +0100 alignment
koda [Sun, 10 Mar 2013 00:40:00 +0100] rev 8707
alignment
Sat, 09 Mar 2013 19:23:00 +0100 introducing the bestest flag of all
koda [Sat, 09 Mar 2013 19:23:00 +0100] rev 8706
introducing the bestest flag of all
Sat, 09 Mar 2013 21:40:02 +0400 - Put compiled units into more appropriate dir
unc0rr [Sat, 09 Mar 2013 21:40:02 +0400] rev 8705
- Put compiled units into more appropriate dir - Fix build with .pro file
Sat, 09 Mar 2013 01:22:45 +0100 forgot to update lib names here
koda [Sat, 09 Mar 2013 01:22:45 +0100] rev 8704
forgot to update lib names here
Sat, 09 Mar 2013 01:17:31 +0100 sigh
koda [Sat, 09 Mar 2013 01:17:31 +0100] rev 8703
sigh
Sat, 09 Mar 2013 00:57:09 +0100 have fpc work in the right directory instead of passing the full path of the main module (avoids having full paths in debug build backtraces for the first module only)
koda [Sat, 09 Mar 2013 00:57:09 +0100] rev 8702
have fpc work in the right directory instead of passing the full path of the main module (avoids having full paths in debug build backtraces for the first module only)
Sat, 09 Mar 2013 00:43:26 +0100 stripping
koda [Sat, 09 Mar 2013 00:43:26 +0100] rev 8701
stripping
Sat, 09 Mar 2013 00:41:08 +0100 adjust casing
koda [Sat, 09 Mar 2013 00:41:08 +0100] rev 8700
adjust casing
Sat, 09 Mar 2013 00:38:53 +0100 readd revision info to the cpack generated package
koda [Sat, 09 Mar 2013 00:38:53 +0100] rev 8699
readd revision info to the cpack generated package
Sat, 09 Mar 2013 00:26:25 +0100 move cpack stuff in its own cmake file
koda [Sat, 09 Mar 2013 00:26:25 +0100] rev 8698
move cpack stuff in its own cmake file
Sat, 09 Mar 2013 00:20:58 +0100 fix linking on osx
koda [Sat, 09 Mar 2013 00:20:58 +0100] rev 8697
fix linking on osx
Tue, 12 Mar 2013 23:43:31 +0400 Merge
unc0rr [Tue, 12 Mar 2013 23:43:31 +0400] rev 8696
Merge
Fri, 08 Mar 2013 11:26:47 -0500 typo
nemo [Fri, 08 Mar 2013 11:26:47 -0500] rev 8695
typo
Fri, 08 Mar 2013 13:15:08 +0100 A bit more of Italian translation... in progress. :)
Marco Bresciani [Fri, 08 Mar 2013 13:15:08 +0100] rev 8694
A bit more of Italian translation... in progress. :) Ancora un po' di traduzione italiana... in corso! :-)
Fri, 08 Mar 2013 08:31:34 -0500 *sigh* hopefully there aren't any more of these. add missing tr() to button text
nemo [Fri, 08 Mar 2013 08:31:34 -0500] rev 8693
*sigh* hopefully there aren't any more of these. add missing tr() to button text
Fri, 08 Mar 2013 08:17:11 -0500 lock weapons since script doesn't support custom sets anyway (yet). Use bor on flags to allow other game flags.
nemo [Fri, 08 Mar 2013 08:17:11 -0500] rev 8692
lock weapons since script doesn't support custom sets anyway (yet). Use bor on flags to allow other game flags.
Fri, 08 Mar 2013 08:07:30 -0500 *sigh* sorry. I miss the old, don't-push-if-unsynced-remote-w/o-force. Keep forgetting to pull.
nemo [Fri, 08 Mar 2013 08:07:30 -0500] rev 8691
*sigh* sorry. I miss the old, don't-push-if-unsynced-remote-w/o-force. Keep forgetting to pull.
Fri, 08 Mar 2013 00:36:10 +0400 Unbreak build without stl compatibility
unc0rr [Fri, 08 Mar 2013 00:36:10 +0400] rev 8690
Unbreak build without stl compatibility
Thu, 07 Mar 2013 12:08:03 +0100 merge
koda [Thu, 07 Mar 2013 12:08:03 +0100] rev 8689
merge
Thu, 07 Mar 2013 11:55:00 +0100 even more wrapping with find_package_or_disable_msg
koda [Thu, 07 Mar 2013 11:55:00 +0100] rev 8688
even more wrapping with find_package_or_disable_msg
Thu, 07 Mar 2013 10:16:21 +0100 update option list
koda [Thu, 07 Mar 2013 10:16:21 +0100] rev 8687
update option list
Thu, 07 Mar 2013 10:14:12 +0100 introduce find_package_or_fail/disable to group together similar cmake code
koda [Thu, 07 Mar 2013 10:14:12 +0100] rev 8686
introduce find_package_or_fail/disable to group together similar cmake code
Thu, 07 Mar 2013 10:11:07 +0100 link png library in code on osx
koda [Thu, 07 Mar 2013 10:11:07 +0100] rev 8685
link png library in code on osx
Thu, 07 Mar 2013 11:53:40 +0200 Fix frozen hog rendering
Urbertar [Thu, 07 Mar 2013 11:53:40 +0200] rev 8684
Fix frozen hog rendering
Thu, 07 Mar 2013 11:23:01 +0400 Fix check for flag
unc0rr [Thu, 07 Mar 2013 11:23:01 +0400] rev 8683
Fix check for flag
Fri, 08 Mar 2013 08:06:13 -0500 hopefully closes issues 541, 312 and 503
mikade [Fri, 08 Mar 2013 08:06:13 -0500] rev 8682
hopefully closes issues 541, 312 and 503
Wed, 06 Mar 2013 19:50:25 -0500 yeah. this was a bad idea. the minor difference in thaw speed vs last hog of team never unthawing.
nemo [Wed, 06 Mar 2013 19:50:25 -0500] rev 8681
yeah. this was a bad idea. the minor difference in thaw speed vs last hog of team never unthawing.
Wed, 06 Mar 2013 17:06:35 -0500 prevent an old abuse of parachute to land safely
nemo [Wed, 06 Mar 2013 17:06:35 -0500] rev 8680
prevent an old abuse of parachute to land safely
Wed, 06 Mar 2013 16:00:48 -0500 fix fade to black in training
nemo [Wed, 06 Mar 2013 16:00:48 -0500] rev 8679
fix fade to black in training
Thu, 07 Mar 2013 00:25:11 +0400 PhysFS-aware check for directory existence. Should fix issue 511.
unc0rr [Thu, 07 Mar 2013 00:25:11 +0400] rev 8678
PhysFS-aware check for directory existence. Should fix issue #511.
Wed, 06 Mar 2013 13:03:11 -0500 skip frozen hogs in switch
nemo [Wed, 06 Mar 2013 13:03:11 -0500] rev 8677
skip frozen hogs in switch
Wed, 06 Mar 2013 12:55:48 -0500 Add missing feedback button translation
nemo [Wed, 06 Mar 2013 12:55:48 -0500] rev 8676
Add missing feedback button translation
Wed, 06 Mar 2013 11:13:18 -0500 This has bothered me for the longest time. Move texture so it doesn't overlap. I'd initially had a test for isPaused, but jumping texture bothered me.
nemo [Wed, 06 Mar 2013 11:13:18 -0500] rev 8675
This has bothered me for the longest time. Move texture so it doesn't overlap. I'd initially had a test for isPaused, but jumping texture bothered me.
Wed, 06 Mar 2013 16:48:03 +0100 our cmake modules have become good enough, prefer them over system ones
koda [Wed, 06 Mar 2013 16:48:03 +0100] rev 8674
our cmake modules have become good enough, prefer them over system ones
Wed, 06 Mar 2013 16:47:31 +0100 Backed out changeset 4cccc0520988
koda [Wed, 06 Mar 2013 16:47:31 +0100] rev 8673
Backed out changeset 4cccc0520988
Wed, 06 Mar 2013 16:42:56 +0100 our cmake modules have become good enough, prefer them over system ones
koda [Wed, 06 Mar 2013 16:42:56 +0100] rev 8672
our cmake modules have become good enough, prefer them over system ones
Wed, 06 Mar 2013 16:40:56 +0100 write FindGHC.cmake for haskell stuff
koda [Wed, 06 Mar 2013 16:40:56 +0100] rev 8671
write FindGHC.cmake for haskell stuff
Wed, 06 Mar 2013 09:42:20 -0500 *sigh* I always forget to pull when AFK for a while. btw. why are we still keeping binaries in here? ☹
nemo [Wed, 06 Mar 2013 09:42:20 -0500] rev 8670
*sigh* I always forget to pull when AFK for a while. btw. why are we still keeping binaries in here? ☹
Wed, 06 Mar 2013 15:09:29 +0100 user correct variable and slimmer test, version typos, .dll.a updated
koda [Wed, 06 Mar 2013 15:09:29 +0100] rev 8669
user correct variable and slimmer test, version typos, .dll.a updated
Wed, 06 Mar 2013 08:26:14 -0500 extend time a bit. move to defrosting on team's turn. fairer than using round order I think.
nemo [Wed, 06 Mar 2013 08:26:14 -0500] rev 8668
extend time a bit. move to defrosting on team's turn. fairer than using round order I think.
Wed, 06 Mar 2013 12:18:42 +0100 comas and capitals
koda [Wed, 06 Mar 2013 12:18:42 +0100] rev 8667
comas and capitals
Wed, 06 Mar 2013 12:12:02 +0100 rework ffmpeg/libav/videorec linking and their cmake discovery
koda [Wed, 06 Mar 2013 12:12:02 +0100] rev 8666
rework ffmpeg/libav/videorec linking and their cmake discovery
Wed, 06 Mar 2013 11:18:54 +0100 rewritten findfreepascal, moved checkstack code elsewhere
koda [Wed, 06 Mar 2013 11:18:54 +0100] rev 8665
rewritten findfreepascal, moved checkstack code elsewhere
Wed, 06 Mar 2013 10:13:23 +0100 support old cmake style variables
koda [Wed, 06 Mar 2013 10:13:23 +0100] rev 8664
support old cmake style variables
Wed, 06 Mar 2013 03:49:52 +0100 merge
koda [Wed, 06 Mar 2013 03:49:52 +0100] rev 8663
merge
Wed, 06 Mar 2013 03:46:22 +0100 rewritten findffmpeg.cmake
koda [Wed, 06 Mar 2013 03:46:22 +0100] rev 8662
rewritten findffmpeg.cmake
Wed, 06 Mar 2013 03:11:15 +0100 replace sdl mixer/image version checking with something more robust
koda [Wed, 06 Mar 2013 03:11:15 +0100] rev 8661
replace sdl mixer/image version checking with something more robust
Wed, 06 Mar 2013 02:52:17 +0100 rewritten FindOggVorbis.cmake
koda [Wed, 06 Mar 2013 02:52:17 +0100] rev 8660
rewritten FindOggVorbis.cmake
Wed, 06 Mar 2013 01:28:21 +0100 fail if sparkle not found consciously
koda [Wed, 06 Mar 2013 01:28:21 +0100] rev 8659
fail if sparkle not found consciously
Tue, 05 Mar 2013 20:28:33 -0500 oups
nemo [Tue, 05 Mar 2013 20:28:33 -0500] rev 8658
oups
Wed, 06 Mar 2013 01:24:59 +0100 rework FindSparkle.cmake
koda [Wed, 06 Mar 2013 01:24:59 +0100] rev 8657
rework FindSparkle.cmake
Tue, 05 Mar 2013 19:37:48 -0500 use opacity to indicate thawing. not totally happy w/ effect, but argument was made to indicate some progress towards thaw. drop "exit" since it really wasn't helpful, and not rendering tags, was more annoying than fun.
nemo [Tue, 05 Mar 2013 19:37:48 -0500] rev 8656
use opacity to indicate thawing. not totally happy w/ effect, but argument was made to indicate some progress towards thaw. drop "exit" since it really wasn't helpful, and not rendering tags, was more annoying than fun.
Tue, 05 Mar 2013 16:04:22 -0500 At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
nemo [Tue, 05 Mar 2013 16:04:22 -0500] rev 8655
At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
Tue, 05 Mar 2013 09:11:28 +0100 escape return and be more friendly with translations
koda [Tue, 05 Mar 2013 09:11:28 +0100] rev 8654
escape return and be more friendly with translations
Mon, 04 Mar 2013 23:33:33 +0100 add link to GPLv2 notice in about page
koda [Mon, 04 Mar 2013 23:33:33 +0100] rev 8653
add link to GPLv2 notice in about page
Mon, 04 Mar 2013 23:27:15 +0100 uniform revision info in about page
koda [Mon, 04 Mar 2013 23:27:15 +0100] rev 8652
uniform revision info in about page
Mon, 04 Mar 2013 23:24:55 +0100 add version info to frontend output too
koda [Mon, 04 Mar 2013 23:24:55 +0100] rev 8651
add version info to frontend output too
Mon, 04 Mar 2013 23:11:28 +0100 version variables confom to naming convention
koda [Mon, 04 Mar 2013 23:11:28 +0100] rev 8650
version variables confom to naming convention
Mon, 04 Mar 2013 22:58:01 +0100 oooooops forgot SHAREPATH is still used somewhere
koda [Mon, 04 Mar 2013 22:58:01 +0100] rev 8649
oooooops forgot SHAREPATH is still used somewhere
Mon, 04 Mar 2013 16:18:21 -0500 lupdate-qt4/lrelease-qt4
nemo [Mon, 04 Mar 2013 16:18:21 -0500] rev 8648
lupdate-qt4/lrelease-qt4
Mon, 04 Mar 2013 14:14:38 -0500 apply variable change here as well
nemo [Mon, 04 Mar 2013 14:14:38 -0500] rev 8647
apply variable change here as well
Mon, 04 Mar 2013 18:27:21 +0100 on linux assume datapath is always relative to cmake_install_prefix, unless you provide an absolute path; on win32/osx hardcode engine path to default installation prefixes (it gets overridden at runtime so it works even if you move the data folder)
koda [Mon, 04 Mar 2013 18:27:21 +0100] rev 8646
on linux assume datapath is always relative to cmake_install_prefix, unless you provide an absolute path; on win32/osx hardcode engine path to default installation prefixes (it gets overridden at runtime so it works even if you move the data folder)
Mon, 04 Mar 2013 20:16:43 +0400 Oops, forgot this check (fixes crash)
unc0rr [Mon, 04 Mar 2013 20:16:43 +0400] rev 8645
Oops, forgot this check (fixes crash)
Mon, 04 Mar 2013 16:35:17 +0100 typo and doc
koda [Mon, 04 Mar 2013 16:35:17 +0100] rev 8644
typo and doc
Mon, 04 Mar 2013 15:16:06 +0100 fix file association on windows too
koda [Mon, 04 Mar 2013 15:16:06 +0100] rev 8643
fix file association on windows too
Mon, 04 Mar 2013 13:44:33 +0100 use rev info from the just created file when configuring without mercurial
koda [Mon, 04 Mar 2013 13:44:33 +0100] rev 8642
use rev info from the just created file when configuring without mercurial
Mon, 04 Mar 2013 13:30:33 +0100 dump rev and hash in a file to be packed by cpack
koda [Mon, 04 Mar 2013 13:30:33 +0100] rev 8641
dump rev and hash in a file to be packed by cpack
Mon, 04 Mar 2013 13:29:59 +0100 adjust cpack ignored files (libraries, mobile project files and win res files are still necessary)
koda [Mon, 04 Mar 2013 13:29:59 +0100] rev 8640
adjust cpack ignored files (libraries, mobile project files and win res files are still necessary)
Mon, 04 Mar 2013 11:09:36 +0100 hopefully fix bug 523, file extension association
koda [Mon, 04 Mar 2013 11:09:36 +0100] rev 8639
hopefully fix bug #523, file extension association
Mon, 04 Mar 2013 10:33:30 +0100 merge for the win
koda [Mon, 04 Mar 2013 10:33:30 +0100] rev 8638
merge for the win
Mon, 04 Mar 2013 10:33:08 +0100 caught two frontend warnings
koda [Mon, 04 Mar 2013 10:33:08 +0100] rev 8637
caught two frontend warnings
Mon, 04 Mar 2013 10:30:56 +0100 convert HAVE_NETSERVER to check for file existance, so that it's easier to provide missing servers
koda [Mon, 04 Mar 2013 10:30:56 +0100] rev 8636
convert HAVE_NETSERVER to check for file existance, so that it's easier to provide missing servers
Mon, 04 Mar 2013 10:08:38 +0100 convert HW_DEV in ifdef DEBUG clauses
koda [Mon, 04 Mar 2013 10:08:38 +0100] rev 8635
convert HW_DEV in ifdef DEBUG clauses
Sun, 03 Mar 2013 20:59:27 -0500 fix portal/hammer interaction, ban freezer from portal
nemo [Sun, 03 Mar 2013 20:59:27 -0500] rev 8634
fix portal/hammer interaction, ban freezer from portal
Sun, 03 Mar 2013 20:08:55 -0500 keep hogs from sliding while they are being frozen
nemo [Sun, 03 Mar 2013 20:08:55 -0500] rev 8633
keep hogs from sliding while they are being frozen
Sun, 03 Mar 2013 19:43:01 -0500 Make hogs thaw only on enemy turns, make timebox counter decrement only on your turn, adjust knock for frozen hogs, increase damage on frozen hogs, make freezer fuel only reduce when not adjusting angle.
nemo [Sun, 03 Mar 2013 19:43:01 -0500] rev 8632
Make hogs thaw only on enemy turns, make timebox counter decrement only on your turn, adjust knock for frozen hogs, increase damage on frozen hogs, make freezer fuel only reduce when not adjusting angle.
Sun, 03 Mar 2013 14:58:58 -0500 Call act as if attack ended on last shot if switching while in mid multi-shoot. Thanks to AI for discovering this.
nemo [Sun, 03 Mar 2013 14:58:58 -0500] rev 8631
Call act as if attack ended on last shot if switching while in mid multi-shoot. Thanks to AI for discovering this.
Sun, 03 Mar 2013 14:39:55 -0500 add neglected merge
nemo [Sun, 03 Mar 2013 14:39:55 -0500] rev 8630
add neglected merge
Sun, 03 Mar 2013 23:25:34 +0400 Fix team file path
unc0rr [Sun, 03 Mar 2013 23:25:34 +0400] rev 8629
Fix team file path
Sun, 03 Mar 2013 19:35:57 +0200 Fix water on ice setting
Urbertar@gmail.com [Sun, 03 Mar 2013 19:35:57 +0200] rev 8628
Fix water on ice setting
Sun, 03 Mar 2013 23:25:09 +0400 Eh, two players condition seems to make more sense than two clans here
unc0rr [Sun, 03 Mar 2013 23:25:09 +0400] rev 8627
Eh, two players condition seems to make more sense than two clans here
Sun, 03 Mar 2013 19:32:48 +0200 Fix DrawLine bug
Urbertar@gmail.com [Sun, 03 Mar 2013 19:32:48 +0200] rev 8626
Fix DrawLine bug
Sun, 03 Mar 2013 23:23:41 +0400 lol nemo, lol
unc0rr [Sun, 03 Mar 2013 23:23:41 +0400] rev 8625
lol nemo, lol
Fri, 01 Mar 2013 22:32:49 -0500 tweaks to sea ice appearance
nemo [Fri, 01 Mar 2013 22:32:49 -0500] rev 8624
tweaks to sea ice appearance
Fri, 01 Mar 2013 17:22:09 -0500 Possibly fixed issue 533.
dag10 [Fri, 01 Mar 2013 17:22:09 -0500] rev 8623
Possibly fixed issue #533.
Fri, 01 Mar 2013 16:58:00 -0500 Resolves issue 528. Fixed platform-specific order of buttons on seed prompt and new room prompt. Fixed height of back button on all pages -- now aligns to bottom. On pagemain, feedback and dlc buttons no longer fixed size.
dag10 [Fri, 01 Mar 2013 16:58:00 -0500] rev 8622
Resolves issue #528. Fixed platform-specific order of buttons on seed prompt and new room prompt. Fixed height of back button on all pages -- now aligns to bottom. On pagemain, feedback and dlc buttons no longer fixed size.
Fri, 01 Mar 2013 16:12:25 -0500 my turn to do a neglected merge for someone else
nemo [Fri, 01 Mar 2013 16:12:25 -0500] rev 8621
my turn to do a neglected merge for someone else
Sat, 02 Mar 2013 00:16:37 +0400 Review the list of synced messages in isSyncedCommand. Fixes issue 546.
unc0rr [Sat, 02 Mar 2013 00:16:37 +0400] rev 8620
Review the list of synced messages in isSyncedCommand. Fixes issue #546.
Fri, 01 Mar 2013 15:50:00 -0500 Made pressing the button in mapContainer only randomize things if client is master. Fixes issue 545. Also synchronized themes. Fixes issue 547.
dag10 [Fri, 01 Mar 2013 15:50:00 -0500] rev 8619
Made pressing the button in mapContainer only randomize things if client is master. Fixes issue #545. Also synchronized themes. Fixes issue 547.
Fri, 01 Mar 2013 10:38:49 -0500 avoid floating point desync, other script tweaks
Vatten [Fri, 01 Mar 2013 10:38:49 -0500] rev 8618
avoid floating point desync, other script tweaks
Thu, 28 Feb 2013 23:15:33 -0500 So. A while ago, while trying to prevent hogs blowtorching getting turned around, unc0rr altered the old range of blowtorch from 1/8th of 180° up or down, to a 4° gain in upwards and a -4° loss in downwards. He also made it so that starting tunnels could fail to erase sufficient terrain, trapping hogs. Here are a couple of workarounds to more closely approximate old behaviour (do some initial erasure, adjust min/max angles)
nemo [Thu, 28 Feb 2013 23:15:33 -0500] rev 8617
So. A while ago, while trying to prevent hogs blowtorching getting turned around, unc0rr altered the old range of blowtorch from 1/8th of 180° up or down, to a 4° gain in upwards and a -4° loss in downwards. He also made it so that starting tunnels could fail to erase sufficient terrain, trapping hogs. Here are a couple of workarounds to more closely approximate old behaviour (do some initial erasure, adjust min/max angles)
Thu, 28 Feb 2013 22:10:49 -0500 Safety check. The main place this can be a problem is on a mild bowl w/ multiple hogs. Could possibly add a hog collision check in here.
nemo [Thu, 28 Feb 2013 22:10:49 -0500] rev 8616
Safety check. The main place this can be a problem is on a mild bowl w/ multiple hogs. Could possibly add a hog collision check in here.
Fri, 01 Mar 2013 01:05:43 +0100 split version information in engine too
koda [Fri, 01 Mar 2013 01:05:43 +0100] rev 8615
split version information in engine too
Fri, 01 Mar 2013 00:58:37 +0100 drop useless option, automatically set revision and debug info
koda [Fri, 01 Mar 2013 00:58:37 +0100] rev 8614
drop useless option, automatically set revision and debug info
Fri, 01 Mar 2013 00:06:05 +0100 split cVersionString into its three separate components (version, revision, hash) and apply the new values sensibly on the frontend (esp. title, info and feedback)
koda [Fri, 01 Mar 2013 00:06:05 +0100] rev 8613
split cVersionString into its three separate components (version, revision, hash) and apply the new values sensibly on the frontend (esp. title, info and feedback)
Thu, 28 Feb 2013 23:14:11 +0100 mysterious merge
koda [Thu, 28 Feb 2013 23:14:11 +0100] rev 8612
mysterious merge
Thu, 28 Feb 2013 23:05:07 +0100 support WARNING message status on cmake 2.6 (bug 524)
koda [Thu, 28 Feb 2013 23:05:07 +0100] rev 8611
support WARNING message status on cmake 2.6 (bug #524)
Thu, 28 Feb 2013 23:02:12 +0100 correct copyright header on files i added
koda [Thu, 28 Feb 2013 23:02:12 +0100] rev 8610
correct copyright header on files i added
Thu, 28 Feb 2013 22:59:22 +0100 use NETGAME_DEFAULT_PORT macro across frontend sources
koda [Thu, 28 Feb 2013 22:59:22 +0100] rev 8609
use NETGAME_DEFAULT_PORT macro across frontend sources
Thu, 28 Feb 2013 22:47:42 +0100 move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
koda [Thu, 28 Feb 2013 22:47:42 +0100] rev 8608
move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
Thu, 28 Feb 2013 22:39:38 +0100 add icegun everywhere (default, crazy, 1oe) with a qt prob delay crate of 2
koda [Thu, 28 Feb 2013 22:39:38 +0100] rev 8607
add icegun everywhere (default, crazy, 1oe) with a qt prob delay crate of 2
Tue, 04 Jun 2013 16:09:05 +0200 close branch icegun
koda [Tue, 04 Jun 2013 16:09:05 +0200] rev 8606
close branch
Thu, 28 Feb 2013 22:24:32 +0100 add 'One of Everything' in the weaponsets, from nemo's idea
koda [Thu, 28 Feb 2013 22:24:32 +0100] rev 8605
add 'One of Everything' in the weaponsets, from nemo's idea
Thu, 28 Feb 2013 16:38:22 -0500 merge icegun branch w/ default icegun
nemo [Thu, 28 Feb 2013 16:38:22 -0500] rev 8604
merge icegun branch w/ default
Thu, 28 Feb 2013 23:28:01 +0200 Merge
Urbertar@gmail.com [Thu, 28 Feb 2013 23:28:01 +0200] rev 8603
Merge
Thu, 28 Feb 2013 23:24:50 +0200 Draw ice on water
Urbertar@gmail.com [Thu, 28 Feb 2013 23:24:50 +0200] rev 8602
Draw ice on water
Thu, 28 Feb 2013 20:11:16 +0200 Make refactoring. Remove DrawIce function
Urbertar@gmail.com [Thu, 28 Feb 2013 20:11:16 +0200] rev 8601
Make refactoring. Remove DrawIce function
Thu, 28 Feb 2013 19:59:42 +0100 small update of german engine translation
sheepluva [Thu, 28 Feb 2013 19:59:42 +0100] rev 8600
small update of german engine translation
Thu, 28 Feb 2013 09:08:25 -0500 aaagh. remove dead code. again.
nemo [Thu, 28 Feb 2013 09:08:25 -0500] rev 8599
aaagh. remove dead code. again.
Wed, 27 Feb 2013 21:30:33 -0500 Apologies if jaree had done something similar, but didn't see anything in repo pull. This removes Land[] mixed w/ LandPixels[] and streamlines things a little
nemo [Wed, 27 Feb 2013 21:30:33 -0500] rev 8598
Apologies if jaree had done something similar, but didn't see anything in repo pull. This removes Land[] mixed w/ LandPixels[] and streamlines things a little
Wed, 27 Feb 2013 23:15:37 +0100 physfs strikes back
koda [Wed, 27 Feb 2013 23:15:37 +0100] rev 8597
physfs strikes back
Wed, 27 Feb 2013 11:17:45 -0500 define ice edge colour
nemo [Wed, 27 Feb 2013 11:17:45 -0500] rev 8596
define ice edge colour
Wed, 27 Feb 2013 16:44:19 +0100 enable asm only on intel/amd machines
koda [Wed, 27 Feb 2013 16:44:19 +0100] rev 8595
enable asm only on intel/amd machines
Wed, 27 Feb 2013 08:29:21 -0500 remove dead code
nemo [Wed, 27 Feb 2013 08:29:21 -0500] rev 8594
remove dead code
Wed, 27 Feb 2013 16:12:57 +0100 merge physfslayer in default
koda [Wed, 27 Feb 2013 16:12:57 +0100] rev 8593
merge physfslayer in default
Wed, 27 Feb 2013 13:13:34 +0200 Draw ice on water
Urbertar@gmail.com [Wed, 27 Feb 2013 13:13:34 +0200] rev 8592
Draw ice on water
Wed, 27 Feb 2013 16:12:22 +0100 .hgignore
koda [Wed, 27 Feb 2013 16:12:22 +0100] rev 8591
.hgignore
Tue, 26 Feb 2013 20:39:18 -0500 pull icegun into default. it has a few issues, but, pretty close. that way more people will play with it.
nemo [Tue, 26 Feb 2013 20:39:18 -0500] rev 8590
pull icegun into default. it has a few issues, but, pretty close. that way more people will play with it.
Tue, 26 Feb 2013 20:37:58 -0500 merge w/ default icegun
nemo [Tue, 26 Feb 2013 20:37:58 -0500] rev 8589
merge w/ default
Tue, 26 Feb 2013 20:26:49 -0500 huh. how'd we end up needing a merge here... icegun
nemo [Tue, 26 Feb 2013 20:26:49 -0500] rev 8588
huh. how'd we end up needing a merge here...
Tue, 26 Feb 2013 17:04:40 +0200 Separate setting and drawing ice icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 17:04:40 +0200] rev 8587
Separate setting and drawing ice
Tue, 26 Feb 2013 16:46:58 +0200 Make little refactoring icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 16:46:58 +0200] rev 8586
Make little refactoring
Tue, 26 Feb 2013 16:04:35 +0200 Check is lanscape already ice icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 16:04:35 +0200] rev 8585
Check is lanscape already ice
Tue, 26 Feb 2013 09:10:48 -0500 put ice colour in uVariables, add check for land that is already ice icegun
nemo [Tue, 26 Feb 2013 09:10:48 -0500] rev 8584
put ice colour in uVariables, add check for land that is already ice
Tue, 26 Feb 2013 15:15:20 +0200 Change shape of ice to round icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 15:15:20 +0200] rev 8583
Change shape of ice to round
Tue, 26 Feb 2013 11:00:09 +0200 Don't calculate edges of map as edges of landscape icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 11:00:09 +0200] rev 8582
Don't calculate edges of map as edges of landscape
Tue, 26 Feb 2013 10:27:51 +0200 Check bounds of landscape in drawice procedure icegun
Urbertar@gmail.com [Tue, 26 Feb 2013 10:27:51 +0200] rev 8581
Check bounds of landscape in drawice procedure
Mon, 25 Feb 2013 20:45:13 -0500 forgot this loop icegun
nemo [Mon, 25 Feb 2013 20:45:13 -0500] rev 8580
forgot this loop
Mon, 25 Feb 2013 19:19:41 -0500 graphics tweak. flag a couple more overeager setall HH icegun
nemo [Mon, 25 Feb 2013 19:19:41 -0500] rev 8579
graphics tweak. flag a couple more overeager setall HH
Mon, 25 Feb 2013 13:51:45 -0500 ice texture still needs moving to uLandGraphics and circle drawing icegun
nemo [Mon, 25 Feb 2013 13:51:45 -0500] rev 8578
ice texture still needs moving to uLandGraphics and circle drawing
Mon, 25 Feb 2013 11:37:48 +0400 Merge
unc0rr [Mon, 25 Feb 2013 11:37:48 +0400] rev 8577
Merge
Mon, 25 Feb 2013 12:54:50 -0500 workaround for frequent AllHH active call in hedgehog step icegun
nemo [Mon, 25 Feb 2013 12:54:50 -0500] rev 8576
workaround for frequent AllHH active call in hedgehog step
Sun, 24 Feb 2013 15:53:47 -0500 add hiragana/katakana ranges to CJK check.
nemo [Sun, 24 Feb 2013 15:53:47 -0500] rev 8575
add hiragana/katakana ranges to CJK check.
Mon, 25 Feb 2013 12:29:39 -0500 More fiddling w/ sliding icegun
nemo [Mon, 25 Feb 2013 12:29:39 -0500] rev 8574
More fiddling w/ sliding
Sun, 24 Feb 2013 14:14:09 -0500 *sigh* somehow misplaced this. this should have been rd9627d65edf7
nemo [Sun, 24 Feb 2013 14:14:09 -0500] rev 8573
*sigh* somehow misplaced this. this should have been rd9627d65edf7
Mon, 25 Feb 2013 11:35:24 -0500 slight tweak to colours icegun
nemo [Mon, 25 Feb 2013 11:35:24 -0500] rev 8572
slight tweak to colours
Sun, 24 Feb 2013 14:13:27 -0500 add some missing wrapping.
nemo [Sun, 24 Feb 2013 14:13:27 -0500] rev 8571
add some missing wrapping.
Mon, 25 Feb 2013 10:53:33 -0500 quick and dirty and inefficient example of Tiy's suggested terrain sampling. Still needs moving to uLandGraphics icegun
nemo [Mon, 25 Feb 2013 10:53:33 -0500] rev 8570
quick and dirty and inefficient example of Tiy's suggested terrain sampling. Still needs moving to uLandGraphics
Sat, 23 Feb 2013 23:23:02 +0400 Fix issue 537 (empty team created on startup)
unc0rr [Sat, 23 Feb 2013 23:23:02 +0400] rev 8569
Fix issue #537 (empty team created on startup)
Mon, 25 Feb 2013 09:50:56 +0100 savesurf icegun
koda [Mon, 25 Feb 2013 09:50:56 +0100] rev 8568
savesurf
Sat, 23 Feb 2013 12:01:51 +0400 Fix issue 507 (not highlighting friends joins)
unc0rr [Sat, 23 Feb 2013 12:01:51 +0400] rev 8567
Fix issue #507 (not highlighting friends joins)
Sat, 23 Feb 2013 23:01:50 -0500 This and the "retain freezing" stuff could probably use a flag.
nemo [Sat, 23 Feb 2013 23:01:50 -0500] rev 8566
This and the "retain freezing" stuff could probably use a flag.
Mon, 25 Feb 2013 00:00:39 -0500 too aggressive? icegun
nemo [Mon, 25 Feb 2013 00:00:39 -0500] rev 8565
too aggressive?
Fri, 22 Feb 2013 21:44:00 -0500 prevent drilling into hogs w/ drill rocket
nemo [Fri, 22 Feb 2013 21:44:00 -0500] rev 8564
prevent drilling into hogs w/ drill rocket
Sun, 24 Feb 2013 23:07:46 -0500 Trying to improve rendering, sliding and thawing. Messing around w/ making fire thaw faster. icegun
nemo [Sun, 24 Feb 2013 23:07:46 -0500] rev 8563
Trying to improve rendering, sliding and thawing. Messing around w/ making fire thaw faster.
Fri, 22 Feb 2013 19:24:59 -0500 Restore freezing hedgehog for shotgun, sniper rifle and deagle to make unc0rr happy. You'll still be able to get away after throwing cleaver and sticky bomb tho.
nemo [Fri, 22 Feb 2013 19:24:59 -0500] rev 8562
Restore freezing hedgehog for shotgun, sniper rifle and deagle to make unc0rr happy. You'll still be able to get away after throwing cleaver and sticky bomb tho.
Wed, 27 Feb 2013 16:14:24 +0100 close thei branch physfslayer
koda [Wed, 27 Feb 2013 16:14:24 +0100] rev 8561
close thei branch
Sun, 24 Feb 2013 21:44:40 -0500 Messing around w/ Freezer icegun
nemo [Sun, 24 Feb 2013 21:44:40 -0500] rev 8560
Messing around w/ Freezer
Fri, 22 Feb 2013 23:59:52 +0400 Support 'registered only' room flag in frontend
unc0rr [Fri, 22 Feb 2013 23:59:52 +0400] rev 8559
Support 'registered only' room flag in frontend
Mon, 25 Feb 2013 19:48:35 +0100 on windows fpc-linking is the funniest of all physfslayer
koda [Mon, 25 Feb 2013 19:48:35 +0100] rev 8558
on windows fpc-linking is the funniest of all
Sun, 24 Feb 2013 21:40:06 +0200 Add freezing hogs with icegun icegun
Urbertar@gmail.com [Sun, 24 Feb 2013 21:40:06 +0200] rev 8557
Add freezing hogs with icegun
Fri, 22 Feb 2013 14:42:57 -0500 oops. forgot this one.
nemo [Fri, 22 Feb 2013 14:42:57 -0500] rev 8556
oops. forgot this one.
Mon, 25 Feb 2013 10:03:35 +0100 moar docs update physfslayer
koda [Mon, 25 Feb 2013 10:03:35 +0100] rev 8555
moar docs update
Sat, 23 Feb 2013 19:34:02 +0200 Add change ice gun image icegun
Urbertar@gmail.com [Sat, 23 Feb 2013 19:34:02 +0200] rev 8554
Add change ice gun image
Fri, 22 Feb 2013 14:33:21 -0500 Allow switching away from any weapon when during multishoot.
nemo [Fri, 22 Feb 2013 14:33:21 -0500] rev 8553
Allow switching away from any weapon when during multishoot.
Mon, 25 Feb 2013 00:24:09 +0100 upd doc physfslayer
koda [Mon, 25 Feb 2013 00:24:09 +0100] rev 8552
upd doc
Sat, 23 Feb 2013 19:33:26 +0200 Add frozen land texture icegun
Urbertar@gmail.com [Sat, 23 Feb 2013 19:33:26 +0200] rev 8551
Add frozen land texture
Fri, 22 Feb 2013 23:24:20 +0400 This change from r0cd63b963330 caused more troubles than solved. Also fix some warnings.
unc0rr [Fri, 22 Feb 2013 23:24:20 +0400] rev 8550
This change from r0cd63b963330 caused more troubles than solved. Also fix some warnings.
Mon, 25 Feb 2013 00:20:09 +0100 due to popular demand, add a compile time switch to manually select whether to build the internal physfs (default) or not physfslayer
koda [Mon, 25 Feb 2013 00:20:09 +0100] rev 8549
due to popular demand, add a compile time switch to manually select whether to build the internal physfs (default) or not
Sat, 23 Feb 2013 19:12:11 +0200 Add land freezing icegun
Urbertar@gmail.com [Sat, 23 Feb 2013 19:12:11 +0200] rev 8548
Add land freezing
Fri, 22 Feb 2013 23:21:13 +0400 Global notice with /global command. Can now warn users when doing server restart.
unc0rr [Fri, 22 Feb 2013 23:21:13 +0400] rev 8547
Global notice with /global command. Can now warn users when doing server restart.
Sun, 24 Feb 2013 23:11:30 +0100 documentation physfslayer
koda [Sun, 24 Feb 2013 23:11:30 +0100] rev 8546
documentation
Fri, 22 Feb 2013 11:35:54 +0400 Oh, and # too to prevent occasional game hang when N is followed by #
unc0rr [Fri, 22 Feb 2013 11:35:54 +0400] rev 8545
Oh, and # too to prevent occasional game hang when N is followed by #
Sun, 24 Feb 2013 23:11:00 +0100 perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search physfslayer
koda [Sun, 24 Feb 2013 23:11:00 +0100] rev 8544
perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search
Fri, 22 Feb 2013 11:33:30 +0400 Flush buffer on N command
unc0rr [Fri, 22 Feb 2013 11:33:30 +0400] rev 8543
Flush buffer on N command
Sun, 24 Feb 2013 19:24:14 +0100 disable unneeded physfs archives (as of bug 529) physfslayer
koda [Sun, 24 Feb 2013 19:24:14 +0100] rev 8542
disable unneeded physfs archives (as of bug #529)
Thu, 21 Feb 2013 22:43:00 +0400 Try to prevent hedgehogs number in team desync
unc0rr [Thu, 21 Feb 2013 22:43:00 +0400] rev 8541
Try to prevent hedgehogs number in team desync
Sun, 24 Feb 2013 19:11:58 +0100 this should hijack the linker name and always pick the bundled physfs when another version is already prsent physfslayer
koda [Sun, 24 Feb 2013 19:11:58 +0100] rev 8540
this should hijack the linker name and always pick the bundled physfs when another version is already prsent
Thu, 21 Feb 2013 22:31:03 +0400 Merge
unc0rr [Thu, 21 Feb 2013 22:31:03 +0400] rev 8539
Merge
Sat, 23 Feb 2013 18:49:45 +0100 blindly updated Android build files for new physfs physfslayer
koda [Sat, 23 Feb 2013 18:49:45 +0100] rev 8538
blindly updated Android build files for new physfs
Thu, 21 Feb 2013 11:13:00 +0400 Merge
unc0rr [Thu, 21 Feb 2013 11:13:00 +0400] rev 8537
Merge
Sat, 23 Feb 2013 18:38:57 +0100 updated ios project files for the new phys build system physfslayer
koda [Sat, 23 Feb 2013 18:38:57 +0100] rev 8536
updated ios project files for the new phys build system
Thu, 21 Feb 2013 11:12:42 +0400 Merge
unc0rr [Thu, 21 Feb 2013 11:12:42 +0400] rev 8535
Merge
Thu, 21 Feb 2013 22:20:43 +0400 Workaround queued signals problem in netclient instead. Should fix everything.
unc0rr [Thu, 21 Feb 2013 22:20:43 +0400] rev 8534
Workaround queued signals problem in netclient instead. Should fix everything.
Fri, 22 Feb 2013 10:12:17 +0100 this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib physfslayer
koda [Fri, 22 Feb 2013 10:12:17 +0100] rev 8533
this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib
Wed, 20 Feb 2013 16:13:08 +0100 Updating Italian translation. In progress, as usual.
Marco Bresciani [Wed, 20 Feb 2013 16:13:08 +0100] rev 8532
Updating Italian translation. In progress, as usual.
Thu, 21 Feb 2013 01:37:04 +0400 Unbreak build
unc0rr [Thu, 21 Feb 2013 01:37:04 +0400] rev 8531
Unbreak build
Fri, 22 Feb 2013 09:53:09 +0100 workaround static physfs static linking on linux physfslayer
koda [Fri, 22 Feb 2013 09:53:09 +0100] rev 8530
workaround static physfs static linking on linux
Thu, 21 Feb 2013 01:35:14 +0400 We need this to fix hedgehog numbers desync (workarounded in previous revision)
unc0rr [Thu, 21 Feb 2013 01:35:14 +0400] rev 8529
We need this to fix hedgehog numbers desync (workarounded in previous revision)
Fri, 22 Feb 2013 06:39:16 +0100 and now compile and link properly physfslayer
koda [Fri, 22 Feb 2013 06:39:16 +0100] rev 8528
and now compile and link properly
Thu, 21 Feb 2013 01:27:21 +0400 Fix stupid mistake which made checker desync almost always
unc0rr [Thu, 21 Feb 2013 01:27:21 +0400] rev 8527
Fix stupid mistake which made checker desync almost always
Fri, 22 Feb 2013 06:38:46 +0100 update cmake files to use the two libraries independently physfslayer
koda [Fri, 22 Feb 2013 06:38:46 +0100] rev 8526
update cmake files to use the two libraries independently
Thu, 21 Feb 2013 01:26:38 +0400 Found another possible source of desync, trying similar workaround on this
unc0rr [Thu, 21 Feb 2013 01:26:38 +0400] rev 8525
Found another possible source of desync, trying similar workaround on this
Fri, 22 Feb 2013 05:43:56 +0100 split extras and src physfslayer
koda [Fri, 22 Feb 2013 05:43:56 +0100] rev 8524
split extras and src
Thu, 21 Feb 2013 00:15:11 +0400 Forbit guest checkers
unc0rr [Thu, 21 Feb 2013 00:15:11 +0400] rev 8523
Forbit guest checkers
Fri, 22 Feb 2013 05:15:48 +0100 use standard library prefix physfslayer
koda [Fri, 22 Feb 2013 05:15:48 +0100] rev 8522
use standard library prefix
Wed, 20 Feb 2013 23:57:01 +0400 Workaround hGetContents blocking all threads with my own version of the function
unc0rr [Wed, 20 Feb 2013 23:57:01 +0400] rev 8521
Workaround hGetContents blocking all threads with my own version of the function
Fri, 22 Feb 2013 05:05:32 +0100 reopen and update branch physfslayer
koda [Fri, 22 Feb 2013 05:05:32 +0100] rev 8520
reopen and update branch
Wed, 20 Feb 2013 22:54:16 +0400 Workaround desync issue if I correctly understand its roots (barely tested)
unc0rr [Wed, 20 Feb 2013 22:54:16 +0400] rev 8519
Workaround desync issue if I correctly understand its roots (barely tested)
Wed, 20 Feb 2013 01:55:23 +0100 fix compiling on osx when you have multiple linkers installed
koda [Wed, 20 Feb 2013 01:55:23 +0100] rev 8518
fix compiling on osx when you have multiple linkers installed
Tue, 19 Feb 2013 22:03:33 +0400 Some fixes
unc0rr [Tue, 19 Feb 2013 22:03:33 +0400] rev 8517
Some fixes
Mon, 18 Feb 2013 14:06:16 -0500 pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.
nemo [Mon, 18 Feb 2013 14:06:16 -0500] rev 8516
pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.
Mon, 18 Feb 2013 23:04:38 +0400 Parse engine output to deside whether simulation ran to the end
unc0rr [Mon, 18 Feb 2013 23:04:38 +0400] rev 8515
Parse engine output to deside whether simulation ran to the end
Mon, 18 Feb 2013 22:47:42 +0400 Clear player's clan info on room join
unc0rr [Mon, 18 Feb 2013 22:47:42 +0400] rev 8514
Clear player's clan info on room join
Mon, 18 Feb 2013 22:21:31 +0400 Disallow kicking the opponent in duel
unc0rr [Mon, 18 Feb 2013 22:21:31 +0400] rev 8513
Disallow kicking the opponent in duel
Mon, 18 Feb 2013 00:22:16 +0100 Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.
Medo <smaxein@googlemail.com> [Mon, 18 Feb 2013 00:22:16 +0100] rev 8512
Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.
Mon, 18 Feb 2013 00:31:16 +0400 Catch exceptions when moving files
unc0rr [Mon, 18 Feb 2013 00:31:16 +0400] rev 8511
Catch exceptions when moving files
Mon, 18 Feb 2013 00:28:09 +0400 No NFData instance for ByteString when ghc >= 7.6
unc0rr [Mon, 18 Feb 2013 00:28:09 +0400] rev 8510
No NFData instance for ByteString when ghc >= 7.6
Mon, 18 Feb 2013 00:22:13 +0400 Sort checked files into dirs
unc0rr [Mon, 18 Feb 2013 00:22:13 +0400] rev 8509
Sort checked files into dirs
Sun, 17 Feb 2013 00:25:53 +0400 - Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt)
unc0rr [Sun, 17 Feb 2013 00:25:53 +0400] rev 8508
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt) - Fix build with .pro file
Sat, 16 Feb 2013 23:28:16 +0400 Some more work on checker
unc0rr [Sat, 16 Feb 2013 23:28:16 +0400] rev 8507
Some more work on checker
Fri, 15 Feb 2013 00:12:19 +0400 - Fix check for void message
unc0rr [Fri, 15 Feb 2013 00:12:19 +0400] rev 8506
- Fix check for void message - Disable sound in checker
Thu, 14 Feb 2013 00:32:13 +0400 Fix build
unc0rr [Thu, 14 Feb 2013 00:32:13 +0400] rev 8505
Fix build
Wed, 13 Feb 2013 23:00:57 +0400 Ehm... probably this will improve situation with desyncs
unc0rr [Wed, 13 Feb 2013 23:00:57 +0400] rev 8504
Ehm... probably this will improve situation with desyncs
Wed, 13 Feb 2013 22:59:41 +0400 Pass hogs names and hats
unc0rr [Wed, 13 Feb 2013 22:59:41 +0400] rev 8503
Pass hogs names and hats
Wed, 13 Feb 2013 21:13:15 +0400 Fix order of messages
unc0rr [Wed, 13 Feb 2013 21:13:15 +0400] rev 8502
Fix order of messages
Mon, 11 Feb 2013 17:09:35 -0500 restore prior modifier. I think the damage dealt is appropriate to intended uses
nemo [Mon, 11 Feb 2013 17:09:35 -0500] rev 8501
restore prior modifier. I think the damage dealt is appropriate to intended uses
Tue, 29 Jan 2013 16:18:36 +0100 Some more Italian translation... still in progress.
Marco Bresciani [Tue, 29 Jan 2013 16:18:36 +0100] rev 8500
Some more Italian translation... still in progress.
Tue, 12 Feb 2013 23:47:41 +0400 - Add forgotten ammo definitions
unc0rr [Tue, 12 Feb 2013 23:47:41 +0400] rev 8499
- Add forgotten ammo definitions - Fix addteam arguments
Mon, 11 Feb 2013 10:20:07 +0400 Bring back full log strings for commands, just a bit sanitized
unc0rr [Mon, 11 Feb 2013 10:20:07 +0400] rev 8498
Bring back full log strings for commands, just a bit sanitized
Mon, 11 Feb 2013 00:19:15 +0400 Hack checker to run engine with record file received (uses hardcoded paths)
unc0rr [Mon, 11 Feb 2013 00:19:15 +0400] rev 8497
Hack checker to run engine with record file received (uses hardcoded paths)
Mon, 11 Feb 2013 00:14:05 +0400 Prevent 'black team color' error
unc0rr [Mon, 11 Feb 2013 00:14:05 +0400] rev 8496
Prevent 'black team color' error
Sun, 10 Feb 2013 22:58:16 +0400 Oops, forgot path
unc0rr [Sun, 10 Feb 2013 22:58:16 +0400] rev 8495
Oops, forgot path
(0) -3000 -1000 -240 +240 +1000 +3000 tip