Tue, 03 Aug 2010 01:33:20 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 00:36:36 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Mon, 02 Aug 2010 18:19:55 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Mon, 02 Aug 2010 01:07:51 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Mon, 02 Aug 2010 00:48:15 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Thu, 29 Jul 2010 13:43:57 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Tue, 13 Jul 2010 17:39:00 -0400 |
nemo |
Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
|
file |
diff |
annotate
|
Fri, 02 Jul 2010 21:19:22 -0400 |
nemo |
Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 17:00:14 -0400 |
nemo |
Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
|
file |
diff |
annotate
|
Wed, 30 Jun 2010 12:55:33 +0200 |
koda |
turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 23:30:49 -0400 |
nemo |
Remove hwFloat from VisualGears - they don't need the precision for syncing purposes, and it saves a whole lot of operations.
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 23:25:42 +0200 |
sheepluva |
bee:
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 18:06:50 +0200 |
sheepluva |
rope: another, small optimization
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 07:09:55 +0200 |
sheepluva |
rope: optimization, should save up to ~3 million hwFloat multiplications per second
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 06:27:59 +0200 |
sheepluva |
rope: another small optimization
|
file |
diff |
annotate
|
Tue, 29 Jun 2010 05:22:25 +0200 |
sheepluva |
rope: tiny optimisation
|
file |
diff |
annotate
|
Mon, 28 Jun 2010 08:52:17 +0200 |
sheepluva |
portal: angle preservation tweaking
|
file |
diff |
annotate
|
Sun, 27 Jun 2010 18:17:34 +0200 |
sheepluva |
portal: I accidentally flipped the exit angle in last commit
|
file |
diff |
annotate
|
Sun, 27 Jun 2010 05:32:11 +0200 |
sheepluva |
portal: some moar tweaks
|
file |
diff |
annotate
|
Sun, 27 Jun 2010 02:11:31 +0200 |
sheepluva |
portal: entry angle is now affecting exit angle
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 19:30:16 +0200 |
sheepluva |
portal / slope detection:
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 09:59:53 +0200 |
sheepluva |
portal:
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 08:14:53 +0200 |
sheepluva |
portal: make shot 2 times faster, add hog movement speed to shot speed (only the part in shot direction, so that aiming is not messed up)
|
file |
diff |
annotate
|
Wed, 23 Jun 2010 22:12:06 -0400 |
nemo |
Workaround for cakes and portals. Also disable something that always seems to screw up my portal games.
|
file |
diff |
annotate
|
Fri, 18 Jun 2010 14:26:04 -0400 |
nemo |
rename flags
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 11:41:38 -0400 |
nemo |
Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
|
file |
diff |
annotate
|
Wed, 16 Jun 2010 11:50:45 +0200 |
mario.liebisch |
Engine:
|
file |
diff |
annotate
|
Sat, 05 Jun 2010 19:00:42 +0000 |
nemo |
Remove decrement of iterator health. Might fix weird health bug.
|
file |
diff |
annotate
|
Fri, 28 May 2010 20:05:22 +0000 |
smxx |
Engine (Henek):
|
file |
diff |
annotate
|
Fri, 28 May 2010 19:48:51 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 28 May 2010 16:21:54 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 23 May 2010 23:51:54 +0000 |
nemo |
Prevent all portal loops the guaranteed way, at least until sheepluva's tests yield something reliable.
|
file |
diff |
annotate
|
Wed, 19 May 2010 02:10:28 +0000 |
nemo |
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
|
file |
diff |
annotate
|
Tue, 18 May 2010 13:09:57 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 17 May 2010 15:42:48 +0000 |
nemo |
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.
|
file |
diff |
annotate
|
Mon, 17 May 2010 06:26:06 +0000 |
sheepluva |
remove all portal specific code from EndTurnCleanup(), instead have portals self destruct if "CurrentHedgehog" is not the portal's creator
|
file |
diff |
annotate
|
Sun, 16 May 2010 23:43:45 +0000 |
sheepluva |
* make portals delete each other only indirectly (by setting timer to 0)
|
file |
diff |
annotate
|
Sat, 15 May 2010 09:21:25 +0000 |
sheepluva |
fix multi-round fire
|
file |
diff |
annotate
|
Fri, 14 May 2010 23:42:56 +0000 |
nemo |
revert the restoration of non-vgt health gears. desyncs continued with it, and furthermore, occur in r3489 too
|
file |
diff |
annotate
|
Fri, 14 May 2010 16:02:27 +0000 |
nemo |
sheepluva adds back non-vgt health tag due to desyncs. we should still see about solving the desync though.
|
file |
diff |
annotate
|
Mon, 10 May 2010 04:43:07 +0000 |
mbait |
Reslyling: little fix of previous commit
|
file |
diff |
annotate
|
Mon, 10 May 2010 04:41:19 +0000 |
mbait |
Code restlyling: experimental restyling of one module
|
file |
diff |
annotate
|
Thu, 06 May 2010 22:02:56 +0000 |
sheepluva |
* gtHealthTag, gtSmokeTrace, gtEvilTrace, gtExplosion and gtBigExplosion are visual gears now (vgt*)
|
file |
diff |
annotate
|
Thu, 06 May 2010 03:12:42 +0000 |
nemo |
trying to unbreak what I broke
|
file |
diff |
annotate
|
Thu, 06 May 2010 01:41:07 +0000 |
sheepluva |
portal:
|
file |
diff |
annotate
|
Tue, 04 May 2010 21:30:25 +0000 |
nemo |
Add back in earlier lines, commented out
|
file |
diff |
annotate
|
Tue, 04 May 2010 19:51:27 +0000 |
nemo |
erase useless junk
|
file |
diff |
annotate
|
Tue, 04 May 2010 19:40:57 +0000 |
sheepluva |
* some changes/cleanups to portal, still much to do :/ * reverted nemo's temporary loop fix * notice: small loops possible again, so take care :P, bigger onces should be interrupted
|
file |
diff |
annotate
|
Tue, 04 May 2010 16:30:41 +0000 |
nemo |
Add drown-the-playing-hog check for case of piano falling off the landscape.
|
file |
diff |
annotate
|
Tue, 04 May 2010 03:04:07 +0000 |
sheepluva |
on portal death: make sure that the linked portal know it has been unlinked
|
file |
diff |
annotate
|
Tue, 04 May 2010 02:46:23 +0000 |
sheepluva |
fix segfault on destroyed portal
|
file |
diff |
annotate
|
Tue, 04 May 2010 02:34:23 +0000 |
nemo |
TEMPORARY
|
file |
diff |
annotate
|
Tue, 04 May 2010 00:44:32 +0000 |
sheepluva |
some portal changes, warning: no loop prevention yet, note: entry angle not preserved yet
|
file |
diff |
annotate
|
Mon, 03 May 2010 23:56:18 +0000 |
nemo |
tweak
|
file |
diff |
annotate
|
Mon, 03 May 2010 02:32:17 +0000 |
sheepluva |
tweak land angle detection/portal a bit
|
file |
diff |
annotate
|
Sun, 02 May 2010 22:00:50 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 02 May 2010 20:30:23 +0000 |
nemo |
Minor tweak. Still needs a lot of work.
|
file |
diff |
annotate
|
Sun, 02 May 2010 18:25:13 +0000 |
nemo |
hax
|
file |
diff |
annotate
|
Sun, 02 May 2010 16:53:19 +0000 |
nemo |
Revert switch behaviour (can't use AfterAttack here) remove unneeded value from jetpack definition
|
file |
diff |
annotate
|
Sun, 02 May 2010 16:24:31 +0000 |
sheepluva |
add a part of my landslide vector collision and use if for the portal gun DirAngle, not flawless yet
|
file |
diff |
annotate
|