2016-04-25 |
sheepluva |
Fix issue 12: “Yoohoo” sound for seduction is missing
|
file |
diff |
annotate
|
2016-02-16 |
nemo |
sniper rifle too
|
file |
diff |
annotate
|
2016-02-16 |
nemo |
reduce by 1, probably should avoid tunnel issue
|
file |
diff |
annotate
|
2016-02-16 |
sheepluva |
apply to deagle and sniper only
|
file |
diff |
annotate
|
2016-02-16 |
sheepluva |
disallow bullets to hit the hedgehog that fired them (unless bounced/wrapped/portal'd)
|
file |
diff |
annotate
|
2016-02-09 |
nemo |
crosshair on hog won't cause a direct hit anymore
|
file |
diff |
annotate
|
2016-01-23 |
sheepluva |
rename doStepCakeWork to doStepCakeWalk
|
file |
diff |
annotate
|
2016-01-23 |
sheepluva |
party tweak
|
file |
diff |
annotate
|
2016-01-23 |
nemo |
As an animation effect this should be in uGearsRender. Plus it'll still spark when paused then, which is kinda fun.
|
file |
diff |
annotate
|
2016-01-23 |
nemo |
sparkles for dynamite at sheepy's request. he can tweak values if he wishes
|
file |
diff |
annotate
|
2016-01-23 |
sheepluva |
recognize proper birthday parties
|
file |
diff |
annotate
|
2016-01-23 |
sheepluva |
adding a "cinematic mode" - currently: black bars on bottom/top. triggered by rcplane when pressing enter
|
file |
diff |
annotate
|
2015-12-31 |
unc0rr |
AI is pretty good at using Bee weapon
|
file |
diff |
annotate
|
2015-12-30 |
nemo |
call this faller scrambling less often.
|
file |
diff |
annotate
|
2015-12-29 |
nemo |
Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
|
file |
diff |
annotate
|
2015-11-15 |
nemo |
avoid double applying wind on drill
|
file |
diff |
annotate
|
2015-11-15 |
nemo |
Set gears that go off map to gmDestroy instead of collision, disable morewind for no-gravity gears, restrict application of wind to gears that are already moving and not colliding.
|
file |
diff |
annotate
|
2015-11-09 |
sheepluva |
fix hedgehog on parachute facing in wrong direction if parachute opens during double-jump
|
file |
diff |
annotate
|
2015-11-05 |
sheepluva |
fix bug reported by S.D.: throwing a sticking mine into a bouncy pit never ends turn. see also http://hedgewars.org/node/6350
|
file |
diff |
annotate
|
2015-11-04 |
sheepluva |
wrap bee during pre-flight too
|
file |
diff |
annotate
|
2015-11-03 |
sheepluva |
make hammer non-lethal again (as requested by unC0Rr)
|
file |
diff |
annotate
|
2015-10-23 |
sheepluva |
fixed: poison clouds could bounce
|
file |
diff |
annotate
|
2015-10-08 |
nemo |
Pass overridden uid into AddGear instead
|
file |
diff |
annotate
|
2015-10-08 |
nemo |
restore uid on resurrection as well
|
file |
diff |
annotate
|
2015-09-23 |
sheepluva |
fp complained about this line being too long
|
file |
diff |
annotate
|
2015-09-13 |
nemo |
Allow for arbitrary number of airstrike bombs and spacing.
|
file |
diff |
annotate
|
2015-09-13 |
nemo |
Move health:= 6 to gear addition so lua can more easily override it.
|
file |
diff |
annotate
|
2015-09-10 |
sheepluva |
stop rc plane prop/engine sound when out of fuel
|
file |
diff |
annotate
|
2015-09-03 |
nemo |
Add some HHGear nil checks to teleport. google bug #974
|
file |
diff |
annotate
|
2015-09-01 |
sheepluva |
global variable for defining construction distance limit. value smaller 1 means no limit (wip)
|
file |
diff |
annotate
|
2015-08-10 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
2015-08-09 |
sheepluva |
this should prevent hogs from hovering in air after using hammer
|
file |
diff |
annotate
|
2015-08-09 |
sheepluva |
fix the fix
|
file |
diff |
annotate
|
2015-08-08 |
sheepluva |
tweak prev commit
|
file |
diff |
annotate
|
2015-08-08 |
sheepluva |
Hammer changes/fixes: honor extra-damage (Issue 975), round up damage, do correct damage when being spammed in infinite-attack mode
|
file |
diff |
annotate
|
2015-07-18 |
sheepluva |
fix pickhammer collision when moving upwards, thanks to MK for reporting
|
file |
diff |
annotate
|
2015-06-12 |
nemo |
Just to prevent airmines from stealing camera when they blow up... but really what is needed I think is forcing camera to stay on current hedgehog if you are the active player. either all the time, or at least if you are on rope/saucer.
|
file |
diff |
annotate
|
2015-05-26 |
unC0Rr |
Make sure to have gstMoving flag cleared
|
file |
diff |
annotate
|
2015-05-22 |
nemo |
don't decrement 0 timer for air mines...
|
file |
diff |
annotate
|
2015-04-10 |
nemo |
bouncy/noportal check after spawn
|
file |
diff |
annotate
|
2015-04-08 |
nemo |
Add options to set colouring, behind existing land, and horizontal/vertical flipping to PlaceSprite
|
file |
diff |
annotate
|
2015-04-05 |
nemo |
Make bouncing a bit less wtf for various gears tested (hog, 'zooka, saucer hog, drill strike). Less hacky is another matter.
|
file |
diff |
annotate
|
2015-04-03 |
nemo |
Make FP tunnel 2px wider.
|
file |
diff |
annotate
|
2015-03-25 |
sheepluva |
only display cake timer if it is low
|
file |
diff |
annotate
|
2015-03-25 |
sheepluva |
allow gear specific data (with gear type specific type). applied to cake
|
file |
diff |
annotate
|
2015-02-17 |
nemo |
Clear flag set by gear on gear deletion. Also added a few more nil checks on HHGear
|
file |
diff |
annotate
|
2015-02-16 |
nemo |
make mines submersible
|
file |
diff |
annotate
|
2015-02-15 |
nemo |
hook up to frontend
|
file |
diff |
annotate
|
2015-02-14 |
nemo |
Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
|
file |
diff |
annotate
|
2015-02-07 |
unc0rr |
Fix pas2c?
|
file |
diff |
annotate
|
2015-01-24 |
nemo |
Make the various mine states a bit clearer (inactive, active but not in seek mode, seek mode, chasing target)
|
file |
diff |
annotate
|
2015-01-21 |
nemo |
more turn-based-y
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
Use the larger scaled airmine sprite originally intended, add some antidickery measures.
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
more tweakery
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
initialise trackSpeed, add nil check before resetting seek timer
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
er... didn't mean to leave this line in
|
file |
diff |
annotate
|
2015-01-18 |
sheepluva |
begin/end
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
merge
|
file |
diff |
annotate
|
2015-01-18 |
sheepluva |
fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)
|
file |
diff |
annotate
|
2015-01-18 |
nemo |
radius and sprite drawing tweaks to match the still temporary sprite. also a begin/end sheepluva suggested
|
file |
diff |
annotate
|