unc0rr [Sat, 07 Feb 2015 11:53:08 +0300] rev 10815
Fix pas2c?
unc0rr [Sat, 07 Feb 2015 00:19:54 +0300] rev 10814
This should help with second rejoin bug. (reverting previous workaround over frontend bug and making a new one)
unC0Rr [Fri, 06 Feb 2015 16:08:02 +0300] rev 10813
One more medium template
nemo [Sat, 31 Jan 2015 23:14:12 -0500] rev 10812
fix typo
nemo [Sat, 31 Jan 2015 22:18:40 -0500] rev 10811
I guess the params shouldn't be all or nothing.
nemo [Sat, 31 Jan 2015 22:13:44 -0500] rev 10810
add some config params - speed,accel,delaytime,delayheight,nocake. water rise speed, water rise acceleration, time delay from start of turn for water rise, height delay for same, and disable cake. also set start boulder to indestructible
nemo [Sun, 25 Jan 2015 16:10:20 -0500] rev 10809
Add generic getter/setter for a bunch of more obscure gear structure values
nemo [Sun, 25 Jan 2015 14:48:02 -0500] rev 10808
Add a couple of more variable bindings, make all the set visual gear values optional, to allow skipping trailing params or specifying ones in the middle as nil to not set. Should make using it more convenient in simple cases.
nemo [Sat, 24 Jan 2015 13:49:57 -0500] rev 10807
Make the various mine states a bit clearer (inactive, active but not in seek mode, seek mode, chasing target)
nemo [Wed, 21 Jan 2015 16:00:08 -0500] rev 10806
more turn-based-y
nemo [Sun, 18 Jan 2015 22:48:23 -0500] rev 10805
inherit mines time div 4
sheepluva [Mon, 19 Jan 2015 01:18:43 +0100] rev 10804
feedback/linux: fix wrong mem size being reported if mem > 4GB. thanks to tomreyn for reporting this issue
nemo [Sun, 18 Jan 2015 17:14:37 -0500] rev 10803
merge 0.9.21, hopefully without screwing anything up due to this having been left for a while + parallel commits that occurred...
nemo [Sun, 18 Jan 2015 16:57:32 -0500] rev 10802
Use the larger scaled airmine sprite originally intended, add some antidickery measures.
unc0rr [Mon, 19 Jan 2015 00:12:26 +0300] rev 10801
Fix here too
nemo [Sun, 18 Jan 2015 16:01:09 -0500] rev 10800
more tweakery
nemo [Sun, 18 Jan 2015 15:12:54 -0500] rev 10799
initialise trackSpeed, add nil check before resetting seek timer
nemo [Sun, 18 Jan 2015 15:03:35 -0500] rev 10798
er... didn't mean to leave this line in
sheepluva [Sun, 18 Jan 2015 20:59:37 +0100] rev 10797
begin/end
nemo [Sun, 18 Jan 2015 14:48:23 -0500] rev 10796
merge
sheepluva [Sun, 18 Jan 2015 15:36:36 +0100] rev 10795
fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)
nemo [Sun, 18 Jan 2015 14:47:25 -0500] rev 10794
radius and sprite drawing tweaks to match the still temporary sprite. also a begin/end sheepluva suggested
sheepluva [Sat, 17 Jan 2015 21:41:01 +0100] rev 10793
oops. I committed hat fix to .21 branch
nemo [Sun, 18 Jan 2015 14:18:06 -0500] rev 10792
Toss in scaled down underwater SD mine as "air mine" pending, er, cybernetic butterflies or whatever
nemo [Sat, 17 Jan 2015 10:07:12 -0500] rev 10791
tweak a few params. still something wtf going on when on rope
sheepluva [Sat, 17 Jan 2015 14:26:25 +0100] rev 10790
merge
nemo [Fri, 16 Jan 2015 17:51:29 -0500] rev 10789
experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
sheepluva <sheepluva@users.noreply.github.com> [Fri, 16 Jan 2015 15:47:34 +0100] rev 10788
Merge pull request #31 from LocutusOfBorg/fix-cmake
Add RelWithDebInfo for debugging pourposes
unC0Rr [Wed, 14 Jan 2015 11:47:50 +0300] rev 10787
Oops, misspelled protocol command
unc0rr [Tue, 13 Jan 2015 23:37:07 +0300] rev 10786
Implement /newseed and /hedgehogs commands. Only tested for building.
nemo [Mon, 12 Jan 2015 08:20:20 -0500] rev 10785
oups. Accidentally commited air mine stuff which needs reworking now since I can't use Gear^.Hedgehog
nemo [Sun, 11 Jan 2015 22:30:52 -0500] rev 10784
move TGear Hedgehog based on how uStats is using it
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Thu, 15 Jan 2015 11:48:28 +0100] rev 10783
Add RelWithDebInfo for debugging purposes
sheepluva [Tue, 06 Jan 2015 16:38:39 +0100] rev 10782
merge git head
sheepluva <sheepluva@users.noreply.github.com> [Tue, 06 Jan 2015 15:16:34 +0100] rev 10781
Merge pull request #29 from LocutusOfBorg/bad-fix-segfault
Fix for segfault when BUILD_ENGINE_C=ON and FONTS_DIR is provided, by Locutus and unC0Rr
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 06 Jan 2015 03:41:10 +0100] rev 10780
Unify _P flags
unc0rr [Tue, 06 Jan 2015 12:52:37 +0300] rev 10779
Fix handling of perlin mapgen
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 29 Nov 2014 14:53:41 +0100] rev 10778
Fix segfault when BUILD_ENGINE_C=ON and FONTS_DIR is provided
unc0rr [Tue, 06 Jan 2015 12:12:34 +0300] rev 10777
- Send maze_size command in other mapgen modes too
- Fix drawn land mapgen detection
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Mon, 05 Jan 2015 16:29:27 +0100] rev 10776
Rename test to test_normal, to comply with policy CMP0037
nemo [Thu, 09 Jul 2015 13:27:56 -0400] rev 10775
Fix build w/o S3D and video recording. untested.
unc0rr [Mon, 05 Jan 2015 19:24:49 +0300] rev 10774
merge
unc0rr [Thu, 04 Jun 2015 19:57:04 +0300] rev 10773
More ifdefs \o/ (fix build even more)
unc0rr [Mon, 05 Jan 2015 19:24:20 +0300] rev 10772
merge
unc0rr [Wed, 03 Jun 2015 23:24:56 +0300] rev 10771
Lazy fix for server build
sheepluva <sheepluva@users.noreply.github.com> [Mon, 05 Jan 2015 14:37:08 +0100] rev 10770
Merge pull request #27 from LocutusOfBorg/fix-build2
Fix arm* build failures
< LocutusOfBorg1> sheepluva, the problem is fpc, so the workaround might be necessary even if they patch it :(
http://bugs.freepascal.org/view.php?id=27222
koda [Wed, 03 Jun 2015 14:50:54 +0100] rev 10769
Update .hgignore file
sheepluva <sheepluva@users.noreply.github.com> [Mon, 05 Jan 2015 14:05:09 +0100] rev 10768
Merge pull request #28 from LocutusOfBorg/lua-fix
Find lua 5.1 on fedora machines (taken from fedora hw git)
koda [Tue, 02 Jun 2015 19:53:30 +0100] rev 10767
Added tag 0.9.21-release, fab746a3597e for
changeset 7e55468ffe38
sheepluva <sheepluva@users.noreply.github.com> [Mon, 05 Jan 2015 14:04:39 +0100] rev 10766
Merge pull request #26 from LocutusOfBorg/fix-build
Do not throw error when an haskell module throws a build failure, e.g. b...
koda [Tue, 02 Jun 2015 19:51:04 +0100] rev 10765
Fix building hedgewars-server
sheepluva <sheepluva@users.noreply.github.com> [Mon, 05 Jan 2015 14:03:29 +0100] rev 10764
Merge pull request #25 from LocutusOfBorg/translation
Add LocutusOfBorg to IT translation credits
unc0rr [Mon, 05 Jan 2015 18:30:43 +0300] rev 10763
Support _S and _P in initialization expressions
koda [Tue, 02 Jun 2015 18:37:40 +0100] rev 10762
Allow skipping the bundle step after install on OSX
sheepluva <sheepluva@users.noreply.github.com> [Mon, 05 Jan 2015 14:02:27 +0100] rev 10761
Merge pull request #24 from LocutusOfBorg/update-travis
travis adjustments by LocutusOfBorg
unc0rr [Mon, 05 Jan 2015 11:35:04 +0300] rev 10760
Eh, faulty check
koda [Tue, 02 Jun 2015 01:58:10 +0100] rev 10759
Move OSX SDL library configuration from SDLh to proper CMakeLists
unc0rr [Mon, 05 Jan 2015 01:38:46 +0300] rev 10758
Random gravity values interval should include maxgravity
unc0rr [Mon, 02 Feb 2015 23:12:56 +0300] rev 10757
Scheme parsing
koda [Mon, 01 Jun 2015 14:30:22 +0200] rev 10756
Fix building on OSX when autoupdate is disabled