nemo [Fri, 12 Nov 2010 16:00:28 -0500] rev 4275
off by 1 error in resurrector index
unc0rr [Sat, 13 Nov 2010 16:52:53 +0300] rev 4274
Some fixes
nemo [Sat, 13 Nov 2010 08:55:58 -0500] rev 4273
merge (stupid reflexive pull -u)
nemo [Fri, 12 Nov 2010 15:57:30 -0500] rev 4272
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine
unc0rr [Sat, 13 Nov 2010 16:47:40 +0300] rev 4271
Useless
szczur [Sat, 13 Nov 2010 08:54:39 -0500] rev 4270
last-minute pl updates
Henek [Fri, 12 Nov 2010 21:37:12 +0100] rev 4269
fixed breakage of game schemes
Palewolf [Sat, 13 Nov 2010 12:07:17 +0100] rev 4268
Updated spanish translation
unc0rr [Fri, 12 Nov 2010 21:55:55 +0300] rev 4267
merge
unC0Rr [Sat, 13 Nov 2010 11:33:50 +0300] rev 4266
Add 0.9.14 and 0.9.15-dev mapping
nemo [Fri, 12 Nov 2010 13:54:22 -0500] rev 4265
distribute health evenly amongst graves instead of randomly - avoid situation where a grave stays dead
unc0rr [Fri, 12 Nov 2010 21:55:33 +0300] rev 4264
Apply typo fix also here
unC0Rr [Sat, 13 Nov 2010 10:52:27 +0300] rev 4263
Remove "-dev" suffix
nemo [Fri, 12 Nov 2010 12:35:30 -0500] rev 4262
ok... combine a tick check with texture percentage check. this should be a lot less frequent
unC0Rr [Sat, 13 Nov 2010 10:22:06 +0300] rev 4261
Fix typo in russian translation, update english translation with plural forms
nemo [Fri, 12 Nov 2010 12:30:22 -0500] rev 4260
Also switch saucer from updating every N ticks to updating as-needed.
nemo [Fri, 12 Nov 2010 18:32:56 -0500] rev 4259
update translation files for the 4265 text change
nemo [Fri, 12 Nov 2010 12:25:38 -0500] rev 4258
Switch to Damage - Tag is already in use
jose1711 [Fri, 12 Nov 2010 18:32:29 -0500] rev 4257
translation update for the release
nemo [Fri, 12 Nov 2010 12:21:40 -0500] rev 4256
remove floating point/rounding
nemo [Fri, 12 Nov 2010 18:24:11 -0500] rev 4255
bugfix. correct crossplatform tips
nemo [Fri, 12 Nov 2010 12:20:50 -0500] rev 4254
only update flamethrower texture when the percentage changes
nemo [Fri, 12 Nov 2010 17:54:49 -0500] rev 4253
improve behaviour of resurrection. pull in 4254 and 4259 which replace random with index
koda [Fri, 12 Nov 2010 17:17:25 +0100] rev 4252
raised version number
nemo [Fri, 12 Nov 2010 17:53:35 -0500] rev 4251
pull bugfix into 0.9.14 avoid major performance hit when using flamethrower
koda [Fri, 12 Nov 2010 17:08:31 +0100] rev 4250
exposing Henek's no wind flag
unc0rr [Fri, 12 Nov 2010 21:42:27 +0300] rev 4249
Fix typo
koda [Fri, 12 Nov 2010 15:20:54 +0100] rev 4248
yay i'm free to break things again!
unc0rr [Fri, 12 Nov 2010 20:42:36 +0300] rev 4247
Make server listen on ipv4 interface only
koda [Fri, 12 Nov 2010 14:54:53 +0100] rev 4246
drillstrike! might require the drill patch to improve behavior
koda [Fri, 12 Nov 2010 09:49:46 +0100] rev 4245
merge this two safe commits from trunk to release branch
koda [Fri, 12 Nov 2010 00:11:22 +0100] rev 4244
iphone interface
Henek [Thu, 11 Nov 2010 23:24:06 +0100] rev 4243
added getrandom and addcaption to lua
unc0rr [Thu, 11 Nov 2010 22:17:54 +0300] rev 4242
Revert to old server in branch 0.9.14
nemo [Thu, 11 Nov 2010 11:04:24 -0500] rev 4241
Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
nemo [Thu, 11 Nov 2010 10:51:38 -0500] rev 4240
er. and cast to TAmmoType, which burp's routine still requires :)
nemo [Thu, 11 Nov 2010 09:59:45 -0500] rev 4239
Forgot burp's new ammo routine
nemo [Thu, 11 Nov 2010 09:58:10 -0500] rev 4238
Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.
koda [Thu, 11 Nov 2010 00:38:12 +0100] rev 4237
by default selecting a game mode will select a weapon with the same name, and viceversa; toggable for every game
Henek [Wed, 10 Nov 2010 19:43:13 +0100] rev 4236
added function GetHogTeamName to lua, makes TeamsCount more useful
Henek [Wed, 10 Nov 2010 18:34:11 +0100] rev 4235
added TeamsCount and TotalTurns to lua as requested by mikade
nemo [Tue, 09 Nov 2010 22:44:12 -0500] rev 4234
hide crosshair when switching to no weapon
nemo [Tue, 09 Nov 2010 22:40:38 -0500] rev 4233
make weapons on rope/parachute/UFO inherit momentum of the hog. needs testing of course
koda [Wed, 10 Nov 2010 03:08:14 +0100] rev 4232
tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda [Wed, 10 Nov 2010 00:56:21 +0100] rev 4231
added two games modes and one weaponset
Henek [Tue, 09 Nov 2010 19:17:53 +0100] rev 4230
removed altuse property for sticky mines
unc0rr [Tue, 09 Nov 2010 19:17:53 +0300] rev 4229
Even more png optimizations
unc0rr [Tue, 09 Nov 2010 09:46:45 +0300] rev 4228
More png optimizations
unc0rr [Tue, 09 Nov 2010 09:29:16 +0300] rev 4227
Optimized graphics by size using
'optipng -o5 -np -nc -nb *.png'
nemo [Mon, 08 Nov 2010 23:28:39 -0500] rev 4226
compensate a bit for the reduction in power by increasing target height, avoids bouncing off terrain.
nemo [Mon, 08 Nov 2010 22:26:44 -0500] rev 4225
Revert yet again for breaking stuff. No more chances on this. If there'd been a release, this would have been twice with serious breakage. P.S. - as per koda's complaint last time, only reverted the non-iphone, probably means iphone is now broken. Oh well.
nemo [Mon, 08 Nov 2010 22:11:46 -0500] rev 4224
No point in leaving hogs at 0, since shotgun triggers death anyway. Also, add some audio cues to extra damage / time
sheepluva [Tue, 09 Nov 2010 01:56:22 +0100] rev 4223
changelog
nemo [Mon, 08 Nov 2010 19:36:51 -0500] rev 4222
restore circle
Henek [Tue, 09 Nov 2010 00:21:59 +0100] rev 4221
added missing game modifiers to lua
koda [Mon, 08 Nov 2010 23:59:21 +0100] rev 4220
merge again? :o
Henek [Mon, 08 Nov 2010 23:16:13 +0100] rev 4219
fix so gfDisableWind can infact be used in lua
Henek [Mon, 08 Nov 2010 23:07:43 +0100] rev 4218
added flag gfDisableWind to be used in lua scripts
TheException [Mon, 08 Nov 2010 23:05:44 +0100] rev 4217
Fix wrong order in results screen when players team up
koda [Mon, 08 Nov 2010 23:58:59 +0100] rev 4216
merge