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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip