mbait [Fri, 30 Apr 2010 12:19:25 +0000] rev 3382
Gas grenade:
* code in doStepBomb
* item in weapon list
* english locale name
smxx [Thu, 29 Apr 2010 21:25:51 +0000] rev 3381
Engine:
* Fixed tint color byte order
* Fixed invulnerability's flashing
* Added some more stats/achievement code (unfinished)
Frontend:
* Added ability to check for existing/missing team files
* Added some more stats/achievement code (unfinished)
smxx [Thu, 29 Apr 2010 19:40:13 +0000] rev 3380
Commited wrong file *grmlrgrml*
smxx [Thu, 29 Apr 2010 19:39:58 +0000] rev 3379
Engine:
* Fixed highlight color (little/big endian issue or just different byte order for clan colors?)
sheepluva [Thu, 29 Apr 2010 19:21:40 +0000] rev 3378
let players affect in which direction their teleported hedgehog will look
koda [Thu, 29 Apr 2010 18:53:22 +0000] rev 3377
add option to look at the previous debug log
finally remove duplicate project file
smxx [Thu, 29 Apr 2010 17:21:10 +0000] rev 3376
Engine:
* Did some OpenGL cleanup, avoiding additional calls to glColor, etc.
koda [Thu, 29 Apr 2010 17:20:42 +0000] rev 3375
this should fix the old project name that is present in the scm database
koda [Thu, 29 Apr 2010 17:19:06 +0000] rev 3374
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
code rearranged a little
game configuration for ipad
koda [Thu, 29 Apr 2010 02:43:28 +0000] rev 3373
use a proper bundle identifier
fix land preview
add theme selection and map preview
mbait [Wed, 28 Apr 2010 05:58:14 +0000] rev 3372
Teleport AI:
* teleport bombing without fall path check
mbait [Tue, 27 Apr 2010 21:49:52 +0000] rev 3371
Teleport AI:
* collision test while choosing teleport target
mbait [Tue, 27 Apr 2010 12:51:29 +0000] rev 3370
Teleport AI:
* basic implementation of teleport using in order to take crates
* filter option to get certain types of gears in FillBonuses
koda [Mon, 26 Apr 2010 01:55:26 +0000] rev 3369
add other controls for map preview, also fix a bug in digest
smxx [Sun, 25 Apr 2010 18:38:08 +0000] rev 3368
Engine:
* Added backward compatibility to Lua's SetAmmo (now accepts 4 or 5 parameters)
koda [Sun, 25 Apr 2010 13:54:45 +0000] rev 3367
burning revision numbers with style
koda [Sun, 25 Apr 2010 13:33:49 +0000] rev 3366
rename the project from HedgewarsMobile to Hedgewars
koda [Sun, 25 Apr 2010 02:30:42 +0000] rev 3365
wow all these files only for land preview and seed generation
koda [Thu, 22 Apr 2010 17:43:12 +0000] rev 3364
no more hardcoded teams, team selection is real \o/
custom buttons rock
removed difficult errlib from openalbridge
nemo [Wed, 21 Apr 2010 21:38:07 +0000] rev 3363
More work on slovak locale from jose1711
koda [Wed, 21 Apr 2010 10:22:06 +0000] rev 3362
in reprocessing openalbridge, a lot of code cleanup and simplification
koda [Wed, 21 Apr 2010 01:57:23 +0000] rev 3361
buttons for number of hogs in game config
buttons for color of team in game config
update and code cleanup
fixed crashes at uitextfield
koda [Mon, 19 Apr 2010 15:30:11 +0000] rev 3360
updates to openalbridge (modified api and simplified some sections)
smxx [Mon, 19 Apr 2010 13:31:08 +0000] rev 3359
Engine:
* Let gears collide once they significantly leave visible area (might need more testing)
* Added skipping sound to gears skipping on water surface
Frontend:
* Fixed loading/saving of control bindings
smxx [Mon, 19 Apr 2010 12:47:36 +0000] rev 3358
Engine:
* Avoid game getting stuck due to indestructible land below piano (infinite bounces)
koda [Mon, 19 Apr 2010 01:39:55 +0000] rev 3357
draw a hedgehog when presenting hats
other lazy loading procedure
fix crash when loading multiple games
koda [Sun, 18 Apr 2010 23:19:15 +0000] rev 3356
add missing controller stubs
initial work for the game configuration in the ifrontend
stuff for working with official apple certificates
use lazy loading whenever possible
palewolf [Sat, 17 Apr 2010 23:03:52 +0000] rev 3355
cWindSpeed recalculation assumed GetRandom returns a value between 0.0-1.0 while in fact is in the 0.0-0.5 range; Halve cMaxWindSpeed to compensate.