2011-12-17 |
nemo |
Little tweak to reduce noob fail. Delay drill rocket explosion by 250ms after spawn in Attack. Unless you drop it straight down w/ no power, it should not explode immediately in your face.
|
file |
diff |
annotate
|
2011-12-06 |
nemo |
with statement considered harmful
|
file |
diff |
annotate
|
2011-12-02 |
unc0rr |
Some tiny optimizations
|
file |
diff |
annotate
|
2011-12-03 |
unc0rr |
Some cleanup here and there
|
file |
diff |
annotate
|
2011-12-03 |
unc0rr |
- Give uLand more modularity
|
file |
diff |
annotate
|
2011-12-01 |
unc0rr |
- Improve renderer a bit, disallow nested functions
|
file |
diff |
annotate
|
2011-12-01 |
unc0rr |
Why 'And'? (help parser)
|
file |
diff |
annotate
|
2011-11-30 |
Henek |
present somthing that could be taken as a structure
|
file |
diff |
annotate
|
2011-12-30 |
unc0rr |
Start refactoring uGears. Breaks build.
|
file |
diff |
annotate
|
2011-11-27 |
unc0rr |
Countless imporvements to the parser and countless help to the parser in sources.
|
file |
diff |
annotate
|
2011-11-27 |
unc0rr |
More work on the parser
|
file |
diff |
annotate
|
2011-11-27 |
unc0rr |
- Improvement to the parser
|
file |
diff |
annotate
|
2011-11-24 |
nemo |
Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
|
file |
diff |
annotate
|
2011-11-16 |
nemo |
prevent flinging up into any land.
|
file |
diff |
annotate
|
2011-11-15 |
nemo |
Fix for issue #291 - this check should probably be in ApplyDamage though
|
file |
diff |
annotate
|
2011-11-14 |
nemo |
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
|
file |
diff |
annotate
|
2011-11-14 |
nemo |
this one should not be delayed
0.9.17
|
file |
diff |
annotate
|
2011-11-11 |
nemo |
Update changelog, comment on possibly redundant lines in GSHandlers
|
file |
diff |
annotate
|
2011-11-10 |
nemo |
Add more border checks
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
Set CurrentAmmoGear on piano (should fix notes again). Also disable focus on current hog if unplaced.
|
file |
diff |
annotate
|
2011-11-04 |
sheepluva |
tweak DrawTunnel call of blowtorch. should fix issues with blowtorch going horizontal when it shouldn't
|
file |
diff |
annotate
|
2011-10-31 |
sheepluva |
Bee:
|
file |
diff |
annotate
|
2011-10-20 |
nemo |
lolwut
|
file |
diff |
annotate
|
2011-10-20 |
nemo |
Fix sticky mine/mine activation bug
|
file |
diff |
annotate
|
2011-10-20 |
nemo |
Fix birdy flight bug
|
file |
diff |
annotate
|
2011-10-16 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
2011-10-16 |
nemo |
Blend the outter side too
|
file |
diff |
annotate
|
2011-10-13 |
nemo |
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
|
file |
diff |
annotate
|
2011-10-10 |
nemo |
tidier
|
file |
diff |
annotate
|
2011-10-10 |
nemo |
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
|
file |
diff |
annotate
|
2011-10-10 |
nemo |
set followgear to cluster/melon/gascloud
|
file |
diff |
annotate
|
2011-10-09 |
nemo |
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
|
file |
diff |
annotate
|
2011-10-07 |
nemo |
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
|
file |
diff |
annotate
|
2011-10-02 |
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
|
2011-09-24 |
unC0Rr |
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
|
file |
diff |
annotate
|
2011-09-23 |
sheepluva |
rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
|
file |
diff |
annotate
|
2011-09-25 |
nemo |
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
|
file |
diff |
annotate
|
2011-09-21 |
nemo |
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
|
file |
diff |
annotate
|
2011-09-20 |
nemo |
Clear gstAnimation and reset Timer before entering death animation
|
file |
diff |
annotate
|
2011-09-20 |
nemo |
revert prev - that was dumb. wrong gear.
|
file |
diff |
annotate
|
2011-09-20 |
nemo |
Let's actually add the gstHHDeath check to the right line, shall we?
|
file |
diff |
annotate
|
2011-09-20 |
nemo |
Check on active hedgehog death animation
|
file |
diff |
annotate
|
2011-09-16 |
nemo |
clear HHJump on portaling
|
file |
diff |
annotate
|
2011-09-16 |
nemo |
Requested a few times
|
file |
diff |
annotate
|
2011-09-16 |
nemo |
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
|
file |
diff |
annotate
|
2011-09-16 |
nemo |
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
|
file |
diff |
annotate
|
2011-09-15 |
sheepluva |
moar sparkles :3
|
file |
diff |
annotate
|
2011-09-15 |
sheepluva |
fix and optimize kamikaze's png
|
file |
diff |
annotate
|
2011-09-14 |
sheepluva |
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
|
file |
diff |
annotate
|
2011-09-13 |
nemo |
fix for issue #238
|
file |
diff |
annotate
|
2011-09-12 |
sheepluva |
nemo's molotov burst effect; with a slight color modification added
|
file |
diff |
annotate
|
2011-09-12 |
sheepluva |
fix side-effects of nemo's bottle-turnin'
|
file |
diff |
annotate
|
2011-09-12 |
nemo |
Since we are tweaking molotov. make the flame flickery and add a drowning frame
|
file |
diff |
annotate
|
2011-09-11 |
sheepluva |
smoke for molotov
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
make it more sekret
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
aaaallways, I want to beeee with you, and make belieeeeve with you
|
file |
diff |
annotate
|
2011-09-10 |
sheepluva |
some portal love for deagle/etc shots
|
file |
diff |
annotate
|
2011-09-10 |
sheepluva |
fix: let's use less random code for drawing the bullet trajectory
|
file |
diff |
annotate
|
2011-09-10 |
sheepluva |
actual rope fix for hogs getting stuck on walls
|
file |
diff |
annotate
|