Sun, 17 Apr 2011 11:57:46 -0400 |
nemo |
Allow head of rope to attach to hogs/barrels/crates again. Rope still does not, to avoid the bug.
|
file |
diff |
annotate
|
Mon, 11 Apr 2011 01:30:43 +0200 |
sheepluva |
grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius
|
file |
diff |
annotate
|
Sun, 10 Apr 2011 17:25:34 -0400 |
nemo |
rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs
|
file |
diff |
annotate
|
Sat, 09 Apr 2011 15:54:28 -0400 |
nemo |
Check for 0 health to avoid div by 0. spotted by mikade.
|
file |
diff |
annotate
|
Thu, 07 Apr 2011 23:54:09 +0200 |
sheepluva |
added some comments in order to confuse the GSoC students as much as possible ;D
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 16:22:49 -0400 |
nemo |
workaround. disable drawing shot after passing through portal. proper fix would need to use the portal position
|
file |
diff |
annotate
|
Tue, 29 Mar 2011 21:10:35 +0200 |
sheepluva |
fix for Issue 207: To far left for Napalm (and other weapons)
|
file |
diff |
annotate
|
Mon, 28 Mar 2011 21:44:17 +0400 |
unc0rr |
- Use LastDamage in CheckHHDamage
|
file |
diff |
annotate
|
Sat, 26 Mar 2011 22:49:38 +0100 |
koda |
fix a couple of loose ends
|
file |
diff |
annotate
|
Wed, 23 Mar 2011 16:32:24 +0100 |
Colin Rice (clr_) |
I changed r. Still not a perfect fix.
|
file |
diff |
annotate
|
Wed, 23 Mar 2011 14:15:20 +0100 |
Colin Rice (clr_) |
Patch for Issue 165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)
|
file |
diff |
annotate
|
Tue, 22 Mar 2011 23:01:26 -0400 |
nemo |
Fix endianness
|
file |
diff |
annotate
|
Sat, 19 Mar 2011 19:41:59 -0400 |
nemo |
Land sprayer tweaks, make land spray and mudball not end turn
|
file |
diff |
annotate
|
Sat, 19 Mar 2011 17:49:27 -0400 |
nemo |
Landgun, first pass. At sdw's request.
|
file |
diff |
annotate
|
Thu, 17 Mar 2011 23:11:48 +0100 |
Henek |
added game mode Tag Team, mostly untested, please test :)
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 17:25:05 +0100 |
Henek |
added GetCurAmmoType to lua
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 11:48:02 -0500 |
nemo |
Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Sun, 27 Feb 2011 13:35:08 -0500 |
nemo |
visual tweak to smoke
|
file |
diff |
annotate
|
Sun, 27 Feb 2011 12:56:36 -0500 |
nemo |
make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
|
file |
diff |
annotate
|
Sat, 26 Feb 2011 15:56:11 +0100 |
koda |
usound: added function for loops with fade in and out
|
file |
diff |
annotate
|
Sun, 30 Jan 2011 19:05:31 +0100 |
Henek |
fixed unlimeted fuel bug for rcplane
|
file |
diff |
annotate
|
Sat, 29 Jan 2011 18:18:44 +0100 |
Henek |
still in developement take on adding structures, working hiding of hogs and ejecting them later.
|
file |
diff |
annotate
|
Sat, 29 Jan 2011 17:40:45 +0100 |
sheepluva |
bugfix: fixing sticky mines calling AddGearCI when they shouldn't (allows jumping on them in midair)
|
file |
diff |
annotate
|
Fri, 28 Jan 2011 02:47:11 +0100 |
sheepluva |
procedure for loading hats
|
file |
diff |
annotate
|
Sat, 22 Jan 2011 19:40:57 +0100 |
sheepluva |
let players set timer of drill strike. yes. drill strike :3 the timer starts to tick on first impact
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 21:52:48 +0300 |
unc0rr |
Pass PHedgehog instead of PGear to stats. Fixes crash.
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 23:08:34 +0300 |
unc0rr |
Keep track of which hog's weapon does damage
|
file |
diff |
annotate
|
Sun, 02 Jan 2011 18:12:16 +0100 |
koda |
remove obsolete TrainingFlags code
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 19:41:58 +0100 |
Palewolf |
Fancier detection of hogs/objects. Hogs wont get buried even by the worst of storms.
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 14:26:50 +0100 |
Palewolf |
Flakes were updating the wrong coordinates when rqBlurryLand was on
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 14:23:39 +0100 |
sheepluva |
fix very ancient typo in CheckCollision() that would cause check for collision at bottom and right instead of movement direction
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 14:18:33 +0100 |
sheepluva |
part #2
|
file |
diff |
annotate
|
Sat, 01 Jan 2011 11:15:35 +0100 |
sheepluva |
my attempt of "detach rope if the Land[] vanishes"
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 23:09:06 +0100 |
sheepluva |
fixing Palewolf's if-merging-whoopsy there. should unbreak build
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 21:39:12 +0100 |
sheepluva |
fix sticky rope issue
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 21:33:13 +0100 |
sheepluva |
revert ed78465973f6 ("detach rope if the Land[] vanishes") for now, some questionable/troublecausing parts there.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 21:30:38 +0100 |
Palewolf |
Avoid drawing if there's a hog/object behind
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 19:31:37 +0100 |
Palewolf |
Make flakes smaller by popular demand.
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 01:05:23 +0100 |
Henek |
sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
|
file |
diff |
annotate
|
Fri, 31 Dec 2010 00:37:39 +0100 |
Palewolf |
Snow blends into land, trys to fill the gaps
|
file |
diff |
annotate
|
Thu, 30 Dec 2010 22:20:17 +0100 |
sheepluva |
fix portal gun wrong color issue
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 17:27:33 +0100 |
sheepluva |
have napalm strike bombs explode right over the target
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 14:59:56 +0100 |
sheepluva |
fix parachute wall climbing bug
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 01:01:51 +0100 |
Henek |
drill strike falling instead of exploding when exiting ground
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 16:56:33 -0500 |
nemo |
add dx/dy increment prior to dostepbulletwork to avoid hurting yourself due to adjusted radius interaction (which snowball needs)
|
file |
diff |
annotate
|
Sun, 26 Dec 2010 15:50:21 +0100 |
Palewolf |
Turn off dust when drilling through air
0.9.15
|
file |
diff |
annotate
|
Thu, 23 Dec 2010 18:06:09 -0500 |
nemo |
Might want the snow actually showing up. Also disable it while rope is active due to bad side effects.
|
file |
diff |
annotate
|
Thu, 23 Dec 2010 10:54:47 -0500 |
nemo |
Try to be safer in my pixel checks
|
file |
diff |
annotate
|
Thu, 23 Dec 2010 00:01:56 -0500 |
nemo |
Tweak more wind values / densities
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 21:33:46 -0500 |
nemo |
enable snow on Christmas theme
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 19:25:00 -0500 |
nemo |
more tweaking land graphics due to snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 18:50:00 -0500 |
nemo |
Visual tweaks for snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 14:19:11 -0500 |
nemo |
raise Y start to cloud level
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 09:56:13 -0500 |
nemo |
knock back y two to make snow pile up a bit less high
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 02:16:07 -0500 |
nemo |
should allow snow to spawn against explosion land back tex. a bit messy but I'm sleepy. g'nite
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 01:19:47 -0500 |
nemo |
more snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 01:11:48 -0500 |
nemo |
minor visual tweaks to snow
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 00:48:06 -0500 |
nemo |
minor position tweaks. hopefully checking array bounds correctly
|
file |
diff |
annotate
|
Wed, 22 Dec 2010 00:17:43 -0500 |
nemo |
A very very basic snow implementation
|
file |
diff |
annotate
|