smxx [Sat, 05 Jun 2010 20:49:51 +0000] rev 3499
Engine:
* Avoid any offset applied if weapon's origin is set to (0, 0)
smxx [Sat, 05 Jun 2010 19:50:02 +0000] rev 3498
Frontend:
* Fixed main menu tips not showing up
nemo [Sat, 05 Jun 2010 19:00:42 +0000] rev 3497
Remove decrement of iterator health. Might fix weird health bug.
smxx [Sat, 05 Jun 2010 18:50:08 +0000] rev 3496
Engine:
* Fixed laser sight's origin while jumping and it disappearing for different angles
koda [Sat, 05 Jun 2010 14:07:58 +0000] rev 3495
now engine can be optionally built as library, there's an example wrapper of how to use it
building server is now disabled by default, saves users some headaches
smxx [Fri, 04 Jun 2010 20:50:24 +0000] rev 3494
Frontend:
* Avoid overwriting/replacing premade game/weapon schemes
koda [Thu, 03 Jun 2010 23:02:35 +0000] rev 3493
fix iphone version for map preview
add gl_priority constant (doesn't affect opengles)
fix building hwlibrary
koda [Thu, 03 Jun 2010 18:31:56 +0000] rev 3492
map preview generation reworked like nemo suggested (he was right, it's quickier in this way)
add some rounding image capabilities for more professional look
smxx [Thu, 03 Jun 2010 14:03:48 +0000] rev 3491
Engine:
* Added texture priorities to try to keep often used sprite textures as well as huge textures in video memory - this should improve performance on systems with low video memory
* Fixed portal gun's weapon offset
koda [Wed, 02 Jun 2010 13:52:23 +0000] rev 3490
a bunch of minor stuff
smxx [Tue, 01 Jun 2010 19:33:45 +0000] rev 3489
Engine:
* Removed horizontal weapon offsets for now (shouldn't affect human player's gameplay but that of AI)
Frontend:
* Added some main menu tips
nemo [Tue, 01 Jun 2010 18:10:06 +0000] rev 3488
Remove rope offset
koda [Mon, 31 May 2010 19:33:42 +0000] rev 3487
add some memory aware code
revert sdl calls to past implementation (the one that did not crash)
add some debug methods found online
smxx [Fri, 28 May 2010 20:13:47 +0000] rev 3486
Graphics:
* Updated ammo menu numbers
smxx [Fri, 28 May 2010 20:05:22 +0000] rev 3485
Engine (Henek):
* Moved some utility weapons to a new 10th row
* Added adjustable flame output to Flamethrower (left/right controls power/intensity)
* Added fuel display to flame thrower
Frontend:
* Added support to bind the new 10th row (default: F10)
smxx [Fri, 28 May 2010 19:48:51 +0000] rev 3484
Engine:
* Fixed aiming for Ballgun and Flamethrower
smxx [Fri, 28 May 2010 16:21:54 +0000] rev 3483
Engine:
* New weapon attributes: ejectX/ejectY: Offset to the hedgehog (center of hand graphic) where the projectile(s) will be spawned
* Changed Laser Sight to origin from the weapon instead of the hedgehog (needs some adjustments while walking/jumping)
* Changed most weapons to no longer shoot from the hedgehog's center and use the weapon's visible position instead (might require some testing and adjustments)
* Silenced the small Piano explosions
smxx [Fri, 28 May 2010 13:04:11 +0000] rev 3482
Engine:
* Added some animation to Vampirism's hand graphic
smxx [Fri, 28 May 2010 12:47:17 +0000] rev 3481
Engine:
* Updated Flamethrower's hand graphic and added some animation
nemo [Sun, 23 May 2010 23:51:54 +0000] rev 3480
Prevent all portal loops the guaranteed way, at least until sheepluva's tests yield something reliable.
koda [Sun, 23 May 2010 22:05:59 +0000] rev 3479
initial support for game modifiers (schemes)
nemo [Sun, 23 May 2010 19:37:31 +0000] rev 3478
Sonic set
nemo [Wed, 19 May 2010 13:08:59 +0000] rev 3477
claymore says that this needs to be 44.1 for some systems
nemo [Wed, 19 May 2010 02:10:28 +0000] rev 3476
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
smxx [Tue, 18 May 2010 13:09:57 +0000] rev 3475
Engine:
* Modified gas grenade and added graphics to it (better get a nose clip!)
* Added the ability to tint visual gears
* Added the ability to tint explosion effects
* Birdy's eggs now cause a small green explosion
nemo [Mon, 17 May 2010 15:50:48 +0000] rev 3474
Skip collision on X for barrels that aren't knocked over
nemo [Mon, 17 May 2010 15:42:48 +0000] rev 3473
Increase minimum threshold for barrel damage to reduce likelihood of blowing one up on jumping out, increase damage to compensate (may need tweaking). Only apply dX for collision w/ kick if barrel is rolling.
sheepluva [Mon, 17 May 2010 09:45:46 +0000] rev 3472
portal-link-bugfix: make sure deleted portals don't reset links other than those to themselves
sheepluva [Mon, 17 May 2010 06:26:06 +0000] rev 3471
remove all portal specific code from EndTurnCleanup(), instead have portals self destruct if "CurrentHedgehog" is not the portal's creator
nemo [Mon, 17 May 2010 02:54:56 +0000] rev 3470
Change to just set timer to 0