Sun, 02 Oct 2011 10:36:43 -0400 |
nemo |
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 00:18:21 +0200 |
sheepluva |
TestRectForObstacle: areas outside map borders are not passable
|
file |
diff |
annotate
|
Wed, 14 Sep 2011 17:17:50 +0200 |
sheepluva |
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
|
file |
diff |
annotate
|
Sat, 10 Sep 2011 03:27:47 +0200 |
sheepluva |
rollin' back my silly hack ( rea4d1fe665d7 )
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 20:17:50 +0200 |
sheepluva |
move hedgehogs out of walls
|
file |
diff |
annotate
|
Sat, 03 Sep 2011 18:04:19 -0400 |
nemo |
Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
|
file |
diff |
annotate
|
Mon, 15 Aug 2011 20:18:18 +0400 |
unc0rr |
Why so suspicious?
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 23:52:45 -0400 |
nemo |
suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 23:06:00 -0400 |
nemo |
bump up max collision to 1024 entries
|
file |
diff |
annotate
|
Wed, 22 Jun 2011 18:55:58 -0400 |
nemo |
This can afford to be a bit larger. Does not impact performance.
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 21:39:12 +0100 |
sheepluva |
fix sticky rope issue
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 15:37:43 -0500 |
nemo |
ok. restore old [r + 1 + r] for gear width for a moment, and reset snowballs.
|
file |
diff |
annotate
|
Sat, 25 Dec 2010 22:58:35 -0500 |
nemo |
+2 was intended to be consistent on diametre (1px + radius *2) but screws up bullet
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 12:12:51 +0300 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:07:03 +0300 |
unc0rr |
uLand isn't that important to them
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:45:55 +0300 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:22:36 +0300 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
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 23:41:10 -0400 |
nemo |
Revert prior attempted optimisation. Gridding the land pays in some situations, but not all. Restricting to an upper bound might help, but overall, seems too fuzzy to be worth it. On one side is increased cost of Add/Delete + extra test on collision check, on the other is skipping the list iteration. Perhaps for large lists.
|
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
|
Sat, 26 Jun 2010 19:30:16 +0200 |
sheepluva |
portal / slope detection:
|
file |
diff |
annotate
|
Mon, 17 May 2010 15:50:48 +0000 |
nemo |
Skip collision on X for barrels that aren't knocked over
|
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
|
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 18:25:25 +0000 |
sheepluva |
allow kicking of barrels
|
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
|