Sun, 15 Jul 2012 16:56:05 -0400 |
nemo |
Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
|
file |
diff |
annotate
|
Sun, 15 Jul 2012 15:35:28 -0400 |
nemo |
Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
|
file |
diff |
annotate
|
Sat, 14 Jul 2012 23:19:09 -0400 |
nemo |
Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
|
file |
diff |
annotate
|
Sun, 08 Jul 2012 23:14:24 +0400 |
unc0rr |
Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
|
file |
diff |
annotate
|
Thu, 05 Jul 2012 20:53:55 +0400 |
unc0rr |
Fix crash when hedgehog dies while switching from it
|
file |
diff |
annotate
|
Wed, 04 Jul 2012 12:41:47 -0400 |
nemo |
free up power for use by script
|
file |
diff |
annotate
|
Tue, 03 Jul 2012 22:44:50 +0400 |
unc0rr |
- Don't call Length() on variable size arrays
|
file |
diff |
annotate
|
Fri, 29 Jun 2012 01:23:43 +0400 |
unc0rr |
Tiny optimization + formatting fix
|
file |
diff |
annotate
|
Wed, 27 Jun 2012 09:16:34 -0400 |
nemo |
More efficient
|
file |
diff |
annotate
|
Wed, 27 Jun 2012 08:54:03 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Tue, 26 Jun 2012 20:05:24 -0400 |
nemo |
Extend TARDIS away time a bit (minimum, range) to make it a bit more useful. Remove a couple of unused variables.
|
file |
diff |
annotate
|
Tue, 26 Jun 2012 11:08:33 -0400 |
nemo |
er. this one too
|
file |
diff |
annotate
|
Tue, 26 Jun 2012 10:14:40 -0400 |
nemo |
Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 20:30:51 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 18:21:12 -0400 |
nemo |
These 2 need masks now
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 09:12:53 -0400 |
nemo |
Another take at prettier crate appearance
|
file |
diff |
annotate
|
Sat, 23 Jun 2012 22:39:00 -0400 |
nemo |
Second part of the change. Make collision check use the new mask bit.
|
file |
diff |
annotate
|
Sat, 23 Jun 2012 21:37:47 -0400 |
nemo |
Step 1. Add current hedgehog as top bit of bottom byte.
|
file |
diff |
annotate
|
Sat, 23 Jun 2012 22:44:11 +0400 |
unc0rr |
- Fix cake bug introduced in r2ccfc93c6b5e
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 17:05:16 +0400 |
unc0rr |
- Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
|
file |
diff |
annotate
|
Fri, 08 Jun 2012 14:30:46 +0400 |
unc0rr |
Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
|
file |
diff |
annotate
|
Sun, 03 Jun 2012 18:52:22 -0400 |
nemo |
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
|
file |
diff |
annotate
|
Sun, 03 Jun 2012 11:02:12 -0400 |
nemo |
warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
|
file |
diff |
annotate
|
Sat, 26 May 2012 16:50:51 -0400 |
nemo |
Minor freezer changes, allow snow to accumulate on indestructible terrain too.
|
file |
diff |
annotate
|
Sun, 20 May 2012 19:42:55 -0400 |
nemo |
Ok. I think *this* should flip it correctly...
|
file |
diff |
annotate
|
Sun, 20 May 2012 10:55:58 -0400 |
nemo |
Minor tweaks to freezer, mostly to simplify current state to laptop
|
file |
diff |
annotate
|
Sun, 20 May 2012 01:00:00 -0400 |
nemo |
Bit more freezer.
|
file |
diff |
annotate
|
Fri, 18 May 2012 13:35:22 -0400 |
nemo |
Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival
|
file |
diff |
annotate
|
Sat, 12 May 2012 22:50:33 +0400 |
unc0rr |
Get rid of cripple SendIPCc
|
file |
diff |
annotate
|
Sat, 12 May 2012 22:13:56 +0400 |
unc0rr |
Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
|
file |
diff |
annotate
|
Fri, 11 May 2012 23:34:35 +0400 |
unc0rr |
Recognize length on arrays as a separate function
|
file |
diff |
annotate
|
Fri, 11 May 2012 23:22:01 +0400 |
unc0rr |
More tolerance to pas2c
|
file |
diff |
annotate
|
Fri, 11 May 2012 20:01:57 +0400 |
unc0rr |
Make pas2c happier with uSound
|
file |
diff |
annotate
|
Thu, 10 May 2012 11:12:06 +0400 |
unc0rr |
Implement built-in functions Low() and High()
|
file |
diff |
annotate
|
Thu, 03 May 2012 00:20:58 -0400 |
nemo |
Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
|
file |
diff |
annotate
|
Wed, 02 May 2012 19:16:12 -0400 |
nemo |
Initial stub for freezer
|
file |
diff |
annotate
|
Wed, 02 May 2012 22:12:58 +0400 |
unc0rr |
GetRandom -> GetRandomf
|
file |
diff |
annotate
|
Wed, 02 May 2012 11:43:43 +0100 |
koda |
marked a couple of functions as inline
|
file |
diff |
annotate
|
Tue, 01 May 2012 19:56:55 +0200 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 23:50:40 +0400 |
unc0rr |
Get rid of overloaded functions in uAmmo
|
file |
diff |
annotate
|
Wed, 28 Mar 2012 16:33:50 -0400 |
nemo |
invalidate on switch
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 01:30:54 -0400 |
nemo |
bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.
|
file |
diff |
annotate
|
Sat, 17 Mar 2012 17:18:43 -0400 |
nemo |
Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze
|
file |
diff |
annotate
|
Sat, 17 Mar 2012 13:16:50 -0400 |
nemo |
orient kamikaze correctly when going through portals
|
file |
diff |
annotate
|
Wed, 14 Mar 2012 23:58:56 -0400 |
nemo |
oh yeah, dY...
|
file |
diff |
annotate
|
Wed, 14 Mar 2012 21:12:04 -0400 |
nemo |
Allow RC plane to go through portals
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 11:39:45 -0400 |
nemo |
bug #336
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 15:56:36 -0500 |
nemo |
Avoid rare double decrement.
|
file |
diff |
annotate
|
Wed, 29 Feb 2012 18:24:56 -0500 |
nemo |
Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
Tue, 17 Jan 2012 09:01:31 -0500 |
lovelacer |
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
|
file |
diff |
annotate
|
Wed, 11 Jan 2012 22:26:07 -0500 |
nemo |
Allow multiple portals, so long as the team hasn't changed...
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 22:41:35 -0500 |
nemo |
allow roping into a portal (still detaches rope)
|
file |
diff |
annotate
|
Wed, 28 Dec 2011 18:40:02 +0300 |
unc0rr |
It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
|
file |
diff |
annotate
|
Sat, 17 Dec 2011 13:12:33 -0500 |
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
|
Mon, 05 Dec 2011 23:10:53 -0500 |
nemo |
with statement considered harmful
|
file |
diff |
annotate
|
Fri, 02 Dec 2011 15:03:27 +0400 |
unc0rr |
Some tiny optimizations
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 00:56:07 +0300 |
unc0rr |
Some cleanup here and there
|
file |
diff |
annotate
|
Sun, 04 Dec 2011 00:52:47 +0300 |
unc0rr |
- Give uLand more modularity
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 18:02:27 +0400 |
unc0rr |
- Improve renderer a bit, disallow nested functions
|
file |
diff |
annotate
|
Thu, 01 Dec 2011 11:30:06 +0400 |
unc0rr |
Why 'And'? (help parser)
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 23:16:44 +0100 |
Henek |
present somthing that could be taken as a structure
|
file |
diff |
annotate
|
Fri, 30 Dec 2011 13:54:39 +0400 |
unc0rr |
Start refactoring uGears. Breaks build.
|
file |
diff |
annotate
|
Sun, 27 Nov 2011 23:13:22 +0300 |
unc0rr |
Countless imporvements to the parser and countless help to the parser in sources.
|
file |
diff |
annotate
|
Sun, 27 Nov 2011 19:34:08 +0300 |
unc0rr |
More work on the parser
|
file |
diff |
annotate
|
Sun, 27 Nov 2011 14:46:57 +0300 |
unc0rr |
- Improvement to the parser
|
file |
diff |
annotate
|
Thu, 24 Nov 2011 16:40:17 -0500 |
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
|
Wed, 16 Nov 2011 15:16:17 -0500 |
nemo |
prevent flinging up into any land.
|
file |
diff |
annotate
|
Tue, 15 Nov 2011 00:43:19 -0500 |
nemo |
Fix for issue #291 - this check should probably be in ApplyDamage though
|
file |
diff |
annotate
|
Mon, 14 Nov 2011 18:08:36 -0500 |
nemo |
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
|
file |
diff |
annotate
|
Sun, 13 Nov 2011 19:17:47 -0500 |
nemo |
this one should not be delayed
0.9.17
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 15:11:41 -0500 |
nemo |
Update changelog, comment on possibly redundant lines in GSHandlers
|
file |
diff |
annotate
|
Thu, 10 Nov 2011 15:12:44 -0500 |
nemo |
Add more border checks
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 13:53:25 -0500 |
nemo |
Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 13:17:42 -0500 |
nemo |
Set CurrentAmmoGear on piano (should fix notes again). Also disable focus on current hog if unplaced.
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 12:50:37 +0100 |
sheepluva |
tweak DrawTunnel call of blowtorch. should fix issues with blowtorch going horizontal when it shouldn't
|
file |
diff |
annotate
|
Mon, 31 Oct 2011 16:44:25 +0100 |
sheepluva |
Bee:
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 22:32:26 -0400 |
nemo |
lolwut
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 21:53:39 -0400 |
nemo |
Fix sticky mine/mine activation bug
|
file |
diff |
annotate
|
Wed, 19 Oct 2011 21:50:03 -0400 |
nemo |
Fix birdy flight bug
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 11:45:46 -0400 |
nemo |
Blend the outter side too
|
file |
diff |
annotate
|
Wed, 12 Oct 2011 21:00:12 -0400 |
nemo |
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
|
file |
diff |
annotate
|
Mon, 10 Oct 2011 16:36:35 -0400 |
nemo |
tidier
|
file |
diff |
annotate
|
Mon, 10 Oct 2011 16:23:08 -0400 |
nemo |
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
|
file |
diff |
annotate
|
Mon, 10 Oct 2011 15:45:19 -0400 |
nemo |
set followgear to cluster/melon/gascloud
|
file |
diff |
annotate
|
Sun, 09 Oct 2011 19:36:09 -0400 |
nemo |
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
|
file |
diff |
annotate
|
Fri, 07 Oct 2011 18:52:04 -0400 |
nemo |
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
|
file |
diff |
annotate
|
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
|
Sat, 24 Sep 2011 22:16:49 +0400 |
unC0Rr |
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
|
file |
diff |
annotate
|
Sat, 24 Sep 2011 01:41:03 +0200 |
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
|
Sun, 25 Sep 2011 10:48:18 -0400 |
nemo |
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 20:52:04 -0400 |
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
|
Tue, 20 Sep 2011 13:27:07 -0400 |
nemo |
Clear gstAnimation and reset Timer before entering death animation
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 12:59:02 -0400 |
nemo |
revert prev - that was dumb. wrong gear.
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 12:46:45 -0400 |
nemo |
Let's actually add the gstHHDeath check to the right line, shall we?
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 12:02:58 -0400 |
nemo |
Check on active hedgehog death animation
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 15:21:27 -0400 |
nemo |
clear HHJump on portaling
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 14:43:04 -0400 |
nemo |
Requested a few times
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 22:53:47 -0400 |
nemo |
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 20:39:04 -0400 |
nemo |
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
|
file |
diff |
annotate
|
Fri, 16 Sep 2011 01:12:57 +0200 |
sheepluva |
moar sparkles :3
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 17:19:49 +0200 |
sheepluva |
fix and optimize kamikaze's png
|
file |
diff |
annotate
|
Wed, 14 Sep 2011 17:17:50 +0200 |
sheepluva |
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
|
file |
diff |
annotate
|
Tue, 13 Sep 2011 17:49:39 -0400 |
nemo |
fix for issue #238
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 07:27:34 +0200 |
sheepluva |
nemo's molotov burst effect; with a slight color modification added
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 06:31:10 +0200 |
sheepluva |
fix side-effects of nemo's bottle-turnin'
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 21:30:42 -0400 |
nemo |
Since we are tweaking molotov. make the flame flickery and add a drowning frame
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 00:47:49 +0200 |
sheepluva |
smoke for molotov
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 18:09:49 -0400 |
nemo |
make it more sekret
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 14:46:04 -0400 |
nemo |
aaaallways, I want to beeee with you, and make belieeeeve with you
|
file |
diff |
annotate
|
Sun, 11 Sep 2011 00:36:47 +0200 |
sheepluva |
some portal love for deagle/etc shots
|
file |
diff |
annotate
|
Sat, 10 Sep 2011 16:21:38 +0200 |
sheepluva |
fix: let's use less random code for drawing the bullet trajectory
|
file |
diff |
annotate
|
Sat, 10 Sep 2011 04:08:15 +0200 |
sheepluva |
actual rope fix for hogs getting stuck on walls
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 08:44:17 -0400 |
nemo |
Define 2 script callbacks to notify of hog vanishment
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 00:29:01 -0400 |
nemo |
remove debug message, clear a couple of global gear references if appropriate, fix control script
|
file |
diff |
annotate
|
Mon, 05 Sep 2011 15:05:46 -0400 |
nemo |
check for turn over (infinite attack)
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 13:54:24 -0400 |
nemo |
make pickhammer and blowtorch burn time for infinite attack mode
|
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
|
Sat, 03 Sep 2011 14:01:52 -0400 |
nemo |
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
|
file |
diff |
annotate
|
Fri, 02 Sep 2011 09:25:43 -0400 |
nemo |
that was just getting me into trouble
|
file |
diff |
annotate
|
Fri, 02 Sep 2011 00:24:54 -0400 |
nemo |
*sigh* I suppose I'd best avoid those trademarks...
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 17:45:21 +0400 |
unc0rr |
Keep blowtorch direction (doesn't actually fix the bug with hedgehog turning opposite direction)
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 11:08:03 -0400 |
nemo |
Avoid burning other hog's turn
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 08:45:22 -0400 |
nemo |
Restore gear ASAP, add denied sound for illegal activation without wasting ammo.
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 01:32:12 -0400 |
nemo |
TARDIS bugfix
|
file |
diff |
annotate
|
Wed, 31 Aug 2011 00:58:48 -0400 |
nemo |
more proper implementation of TARDIS
|
file |
diff |
annotate
|
Sat, 27 Aug 2011 17:53:35 -0400 |
nemo |
Prevent flakes from drawing if they spawn in land
|
file |
diff |
annotate
|
Sat, 27 Aug 2011 15:06:16 -0400 |
nemo |
Avoid unsightly gaps in landbacktex
|
file |
diff |
annotate
|
Sat, 27 Aug 2011 14:54:56 -0400 |
nemo |
implement proper blending
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 22:15:09 -0400 |
nemo |
Allow vgtSmoke to scale. Scale it down 50% for mines, so smoke doesn't seem so oversized
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 21:38:11 -0400 |
nemo |
Correctly check for failure to look up ammo, check for damaged mines
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 21:00:53 +0200 |
sheepluva |
* partial rollback of changes to camera
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 19:29:04 -0400 |
nemo |
Try to avoid overlapping voices for major statements (not things like byebye or oof)
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 13:53:11 -0400 |
nemo |
hammer tweak
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 11:37:39 -0400 |
nemo |
Allow hammer to bash mines/barrels too, increase escape time to 3s
|
file |
diff |
annotate
|
Sat, 20 Aug 2011 16:43:57 -0400 |
nemo |
This really should have been a TPoint for consistency
|
file |
diff |
annotate
|
Sat, 20 Aug 2011 14:26:29 -0400 |
nemo |
Special case small radius gears to try and prevent repeated collisions.
|
file |
diff |
annotate
|
Thu, 18 Aug 2011 00:14:43 +0200 |
sheepluva |
portal: combating the space-detection issue.
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 17:49:12 -0400 |
nemo |
For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 17:42:26 -0400 |
nemo |
Use same visual gear for health tags and hearts.
|
file |
diff |
annotate
|
Sun, 14 Aug 2011 16:59:55 -0400 |
nemo |
Seduction animation. New visual gear type.
|
file |
diff |
annotate
|
Wed, 10 Aug 2011 11:45:02 -0400 |
nemo |
exclude current hedgehog
|
file |
diff |
annotate
|
Tue, 09 Aug 2011 21:54:45 -0400 |
nemo |
Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
|
file |
diff |
annotate
|
Sun, 07 Aug 2011 14:29:11 -0400 |
nemo |
Experimental area-of-effect Seduction
|
file |
diff |
annotate
|
Sun, 07 Aug 2011 12:25:21 -0400 |
nemo |
disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
|
file |
diff |
annotate
|
Sun, 07 Aug 2011 11:18:49 -0400 |
nemo |
This should make bee/airstrikes play nicer with infinite attack mode
|
file |
diff |
annotate
|
Thu, 04 Aug 2011 19:52:27 -0400 |
nemo |
Fix crasher. thanks to dagni for the demo file that tracked it down.
|
file |
diff |
annotate
|
Sat, 30 Jul 2011 14:52:25 -0400 |
nemo |
kill off some speckles, crank up land gun output
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 09:06:51 -0400 |
nemo |
skip splashes for flakes
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 08:52:29 -0400 |
nemo |
unnecessary test removed, also merge
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 08:51:16 -0400 |
nemo |
Deletion was a bad idea.
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 13:45:40 -0400 |
nemo |
try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.
|
file |
diff |
annotate
|
Sat, 16 Jul 2011 13:01:11 -0400 |
nemo |
Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.
|
file |
diff |
annotate
|
Tue, 12 Jul 2011 21:12:07 +0400 |
unc0rr |
Somehow this line got lost somewhere
|
file |
diff |
annotate
|
Fri, 08 Jul 2011 12:18:27 -0400 |
nemo |
Add fudge factors for the collision check on portal exit
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 12:53:39 -0400 |
nemo |
adjust test slightly
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 11:38:25 -0400 |
nemo |
Add a little y kick if there is nothing under an active barrel.
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 11:24:53 -0400 |
nemo |
Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
|
file |
diff |
annotate
|
Sun, 03 Jul 2011 01:10:39 +0200 |
sheepluva |
fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
|
file |
diff |
annotate
|
Fri, 01 Jul 2011 10:38:00 +0400 |
unc0rr |
Merge
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 22:24:38 +0400 |
unc0rr |
merge
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 00:05:26 -0400 |
nemo |
call onusedammo earlier for switcher
|
file |
diff |
annotate
|
Thu, 30 Jun 2011 15:09:10 +0400 |
unc0rr |
Tiny optimization: convert smooth wind indicator change gear into visual gear
|
file |
diff |
annotate
|
Tue, 28 Jun 2011 23:32:42 -0400 |
nemo |
match snow to visual gear
|
file |
diff |
annotate
|
Thu, 30 Jun 2011 14:28:13 +0400 |
unc0rr |
Fix formatting a bit
|
file |
diff |
annotate
|
Thu, 30 Jun 2011 13:59:57 +0400 |
unc0rr |
Don't draw snow flakes spawned in land, introduce gstInvisible flag
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 17:25:41 +0400 |
unc0rr |
Check xx for LAND_WIDTH_MASK
|
file |
diff |
annotate
|
Tue, 28 Jun 2011 17:12:09 +0400 |
unc0rr |
- Allow snow to drop a bit outside the map, where it already is allowed to spawn
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 13:39:46 -0400 |
nemo |
Store gear X/Y/dX/dY for use in splash/droplets. Also saves a few hwRound calls.
|
file |
diff |
annotate
|
Sun, 26 Jun 2011 02:47:36 +0200 |
Henek |
now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
|
file |
diff |
annotate
|
Fri, 24 Jun 2011 13:24:41 +0200 |
sheepluva |
Remove unused variable
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 22:47:12 +0200 |
Henek |
remove theme.cfg from CMakeLists too
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 17:27:26 -0400 |
nemo |
Should reduce rope skip fail and unrealistic rope drownings
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 00:22:57 -0400 |
nemo |
fix splash
|
file |
diff |
annotate
|
Sat, 04 Jun 2011 16:09:12 -0400 |
nemo |
Nerf RC a bit
|
file |
diff |
annotate
|
Sun, 29 May 2011 20:28:27 +0400 |
unc0rr |
Tiny optimization
|
file |
diff |
annotate
|
Sat, 28 May 2011 16:59:09 -0400 |
nemo |
Fix bug that made me lose my tournament match
|
file |
diff |
annotate
|
Mon, 02 May 2011 01:55:14 -0400 |
nemo |
Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
|
file |
diff |
annotate
|
Thu, 28 Apr 2011 01:01:07 +0200 |
koda |
fix some more warnings
|
file |
diff |
annotate
|
Mon, 25 Apr 2011 02:25:25 +0200 |
koda |
small trailing changes
|
file |
diff |
annotate
|
Mon, 18 Apr 2011 23:35:44 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Sun, 17 Apr 2011 12:48:32 -0400 |
nemo |
An experiment - make bazooka AI use float instead of hwFloat - should be as accurate, but faster.
|
file |
diff |
annotate
|
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
|
Wed, 22 Dec 2010 02:50:17 +0100 |
Henek |
added density for gears used in gfMoreWind, needs alot of tweaking
|
file |
diff |
annotate
|
Sun, 19 Dec 2010 22:06:38 -0500 |
nemo |
FAIL - actually assign
|
file |
diff |
annotate
|
Sun, 19 Dec 2010 21:06:34 -0500 |
nemo |
Snowball weapon
|
file |
diff |
annotate
|
Mon, 06 Dec 2010 13:07:36 -0500 |
nemo |
try this mikade
|
file |
diff |
annotate
|
Thu, 02 Dec 2010 18:45:16 -0500 |
nemo |
Add an extra pass in FindPlace for AI resurrection mode to try to make it unwinnable, add DeleteGear, DeleteVisualGear, AddVisualGear, GetVisualGearValues, SetVisualGearValues to Lua
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 12:11:50 -0500 |
nemo |
detach rope if the Land[] vanishes
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 10:53:50 -0500 |
nemo |
fix rope test
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 09:37:48 -0500 |
nemo |
Disable rope attach to hogs/crates/barrels etc. Should fix a bug in collision according to unc0rr
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 09:12:44 -0500 |
nemo |
After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
|
file |
diff |
annotate
|
Sat, 20 Nov 2010 23:19:52 +0300 |
unc0rr |
no way
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:09:07 -0500 |
nemo |
remove some more PHedgehog casts
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 20:58:23 +0300 |
unc0rr |
Remove ugly PHedgehog(Gear^.Hedgehog) cast
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 15:06:02 -0500 |
nemo |
merge 0.9.14.1 to trunk
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 12:57:01 +0100 |
Palewolf |
Small animation on bullet impact
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 02:38:05 -0500 |
nemo |
sorry bout that guys.
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 23:08:33 +0100 |
Henek |
clean up and lua update, very minor
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 15:32:53 -0500 |
nemo |
merge 0.9.14 back into trunk
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 23:03:17 +0300 |
unc0rr |
merge
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 17:19:18 +0100 |
Henek |
made napalm use napalmbombs instead of just dropping fire
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 20:42:26 +0300 |
unc0rr |
Optimization fail fixed
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 11:10:25 -0500 |
nemo |
2 of the fixes for 0.9.14.1 - still need to fix the frontend desync and config-dir
0.9.14.1
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 23:29:11 -0500 |
nemo |
Apply wind while roping too (with the game flag set)
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 23:13:21 +0300 |
unc0rr |
Apply 2610ad7c6d6c to branch too
0.9.14
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 21:30:00 -0500 |
nemo |
tweak more wind mode
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 03:26:14 +0100 |
koda |
merge
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 18:57:36 -0500 |
nemo |
This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
|
file |
diff |
annotate
|
Sat, 13 Nov 2010 00:51:55 +0100 |
Henek |
makes drill attack drills weaker and not affected by wind
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 23:40:08 +0100 |
Henek |
fancy dust when the drill is drilling
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 22:47:13 +0100 |
koda |
redo once again file updating, moving stuff around
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 22:38:05 +0100 |
Palewolf |
Light trails for bullets
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 16:06:06 -0500 |
nemo |
copypasta fail
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 16:00:28 -0500 |
nemo |
off by 1 error in resurrector index
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 15:57:30 -0500 |
nemo |
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 13:54:22 -0500 |
nemo |
distribute health evenly amongst graves instead of randomly - avoid situation where a grave stays dead
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:35:30 -0500 |
nemo |
ok... combine a tick check with texture percentage check. this should be a lot less frequent
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:30:22 -0500 |
nemo |
Also switch saucer from updating every N ticks to updating as-needed.
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:25:38 -0500 |
nemo |
Switch to Damage - Tag is already in use
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:21:40 -0500 |
nemo |
remove floating point/rounding
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 12:20:50 -0500 |
nemo |
only update flamethrower texture when the percentage changes
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 17:54:49 -0500 |
nemo |
improve behaviour of resurrection. pull in 4254 and 4259 which replace random with index
0.9.14
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 17:53:35 -0500 |
nemo |
pull bugfix into 0.9.14 avoid major performance hit when using flamethrower
0.9.14
|
file |
diff |
annotate
|
Fri, 12 Nov 2010 14:54:53 +0100 |
koda |
drillstrike! might require the drill patch to improve behavior
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 22:40:38 -0500 |
nemo |
make weapons on rope/parachute/UFO inherit momentum of the hog. needs testing of course
|
file |
diff |
annotate
|
Mon, 08 Nov 2010 22:11:46 -0500 |
nemo |
No point in leaving hogs at 0, since shotgun triggers death anyway. Also, add some audio cues to extra damage / time
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 19:00:41 +0100 |
koda |
remove last warnings from xcodeproj
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 12:37:29 -0500 |
nemo |
fix stray offset in resurrector, make resurrector use time
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 20:36:16 +0300 |
unc0rr |
Fix rev dec8aafc6414 (not tested)
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 19:24:37 +0300 |
Henek |
renaming gtAmmo_Bomb and gtAmmo_Grenade
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 17:01:48 +0300 |
unc0rr |
Don't call getrandom() from parameters to a function. The order of calls is undefined, so desyncs are probable.
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 22:03:12 -0400 |
nemo |
Prevent escape
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 17:56:24 -0400 |
henek |
2 more variables to control water rise and health loss during sudden death.
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 17:27:14 -0400 |
nemo |
This should make bee and other targetted things behave more reliably in infinite attack mode. Blocks switching of weps if a target point is active.
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 20:16:31 +0100 |
sheepluva |
copypasta(TM) saves the day (nemo's bugfix part2)
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 15:03:24 -0400 |
nemo |
clear gmAttack on attach to prevent a particularly nasty abuse found by the shoppa users.
|
file |
diff |
annotate
|
Tue, 02 Nov 2010 13:17:01 +0100 |
sheepluva |
more portal tweaks (closer exit position, cake stuff, etc)
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 03:05:44 +0100 |
sheepluva |
we had it with you intolerant portals\!
|
file |
diff |
annotate
|
Sun, 31 Oct 2010 19:16:54 +0100 |
sheepluva |
various portal tweaks, also: nemo's gear jiggling is back
|
file |
diff |
annotate
|
Sun, 31 Oct 2010 18:04:21 +0100 |
koda |
merge
|
file |
diff |
annotate
|
Sun, 31 Oct 2010 00:32:41 -0400 |
nemo |
Cancel out dX/dY to handle the invulnerability case
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 23:50:49 -0400 |
nemo |
Check for collision with surfaces above when levitating hog, use more typical drawing syntax for the resurrector wep, restore typical indentation
|
file |
diff |
annotate
|
Sun, 31 Oct 2010 02:50:15 +0100 |
sheepluva |
potential fix for Issue #86: 'Objects behind a portal will sometimes go through the portal.' please test
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 21:39:50 -0400 |
nemo |
make aura match cross colour, add a faint aura to resurrected hogs. basically mucking about w/ burp's weapon again.
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 21:06:55 -0400 |
nemo |
Only set zombie hat if the hog didn't have a hat. I'm keeping my dinos dammit!
|
file |
diff |
annotate
|
Sun, 31 Oct 2010 18:04:02 +0100 |
koda |
add some phone rumbling to big explosions, airbomb and sinegun
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 23:25:41 +0200 |
sheepluva |
Portal: don't port RCPlanes for now, they are too wide anyway :P
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 21:57:54 +0200 |
Tobias Neumann |
Resurrector: respect modified Gear position for resurrection range circle
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 21:43:41 +0200 |
Tobias Neumann |
Resurrector: Levitate hog + show cross
|
file |
diff |
annotate
|
Sat, 30 Oct 2010 20:01:34 +0200 |
Tobias Neumann |
Resurrector: Use zombie-hat for resurrected hogs
|
file |
diff |
annotate
|
Fri, 29 Oct 2010 20:35:17 -0400 |
nemo |
burp can always remove this if he doesn't like it. just making it a bit more interesting.
|
file |
diff |
annotate
|
Fri, 29 Oct 2010 20:05:19 -0400 |
nemo |
Kill off hog immediately on using up health, use more common formatting, call render less often
|
file |
diff |
annotate
|
Wed, 27 Oct 2010 11:39:05 -0400 |
nemo |
Only FollowGear for the pilot.
|
file |
diff |
annotate
|
Sat, 23 Oct 2010 14:10:23 +0200 |
Tobias Neumann |
Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 21:12:53 -0400 |
nemo |
Remove this - doesn't seem to do anything useful after all.
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 19:47:17 -0400 |
nemo |
merge
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 22:01:33 +0200 |
koda |
less warning, no rotation glitch, more comments
|
file |
diff |
annotate
|
Thu, 14 Oct 2010 16:01:43 +0200 |
Tobias Neumann |
Resurrector weapon: do not make it end turn, add description,
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 19:46:43 -0400 |
nemo |
Rope optimisation. Remove a space in sdl keys that seems like a bug - issue #70
|
file |
diff |
annotate
|
Tue, 12 Oct 2010 05:06:30 +0200 |
koda |
minor stuff
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 14:55:13 -0400 |
nemo |
Call OnUsedAmmo *after* doing the normal CurAmmoType stuff so CurAmmoType actually points to the right bloody weapon
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 20:34:21 +0200 |
Tobias Neumann |
New Weapon: Resurrector (TODO: ammo icon + sprites)
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 11:36:47 -0400 |
nemo |
Don't use AfterAttack in saucer - CurAmmoType is switched at this point
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 21:14:58 -0400 |
nemo |
Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 20:34:48 -0400 |
nemo |
Hopefully fix bee/air attacks w/o screwing anything else up. Set mines to trigger immediately in infinite attack mode (better not use 0s mines)
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:25 -0400 |
nemo |
Correct bug in flight ceiling for birdy as well, increase clip on velocity to 1.9 (shouldn't cause problems with most collision checks still), apply clip to both + and -
|
file |
diff |
annotate
|
Sun, 26 Sep 2010 19:06:59 -0400 |
nemo |
remove windspeed from bubbles, remove initial dY from bubbles, apply dY/dX to bubbles, correct offsets on flying saucer flame graphics, add bubbles when flying saucer thrusts underwater, make flying saucer sink more slowly underwater
|
file |
diff |
annotate
|
Sun, 26 Sep 2010 15:40:59 -0400 |
nemo |
Allow UFO to go underwater. Keep UFO active if it runs out of fuel in the air/water, just disable controls.
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 21:53:29 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 17:56:41 -0400 |
nemo |
Fix kamikaze portal loop
|
file |
diff |
annotate
|
Sun, 12 Sep 2010 23:43:20 +0200 |
smaxx |
Sounds:
|
file |
diff |
annotate
|
Thu, 09 Sep 2010 23:13:11 -0400 |
nemo |
Fix swapped x/y in drill rocket test
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 16:23:47 -0400 |
nemo |
Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
|
file |
diff |
annotate
|
Fri, 03 Sep 2010 01:41:51 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 19:31:32 -0400 |
nemo |
Fix for issue #20
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 21:06:34 +0100 |
tiyuri |
Some survival mode changes by burp
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 13:24:37 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 16:31:57 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Fri, 06 Aug 2010 11:45:20 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 15:13:32 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 14:19:47 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Tue, 03 Aug 2010 02:33:57 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
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
|
Sun, 02 May 2010 14:38:46 +0000 |
nemo |
Drown the hog using the piano
|
file |
diff |
annotate
|
Sun, 02 May 2010 04:51:29 +0000 |
nemo |
Avoid checking in log spam.
|
file |
diff |
annotate
|
Sun, 02 May 2010 04:49:07 +0000 |
nemo |
Revert removal of CurAmmoGear from shotgun/deagle (was a silly idea of speeding up the shots)
|
file |
diff |
annotate
|
Sun, 02 May 2010 02:58:59 +0000 |
nemo |
More portal changes. Allows for a multishoot utility. Hopefully not breaking anything.
|
file |
diff |
annotate
|
Sat, 01 May 2010 20:15:10 +0000 |
nemo |
Minor change, so sheepluva can comment
|
file |
diff |
annotate
|
Sat, 01 May 2010 18:44:25 +0000 |
nemo |
Fix portal graphic name, continuing work on portal movement
|
file |
diff |
annotate
|
Sat, 01 May 2010 05:15:16 +0000 |
sheepluva |
* added some comments
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 12:19:25 +0000 |
mbait |
Gas grenade:
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 19:21:40 +0000 |
sheepluva |
let players affect in which direction their teleported hedgehog will look
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 13:31:08 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 12:47:36 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 18 Apr 2010 23:19:15 +0000 |
koda |
add missing controller stubs
|
file |
diff |
annotate
|
Sat, 17 Apr 2010 23:03:52 +0000 |
palewolf |
cWindSpeed recalculation assumed GetRandom returns a value between 0.0-1.0 while in fact is in the 0.0-0.5 range; Halve cMaxWindSpeed to compensate.
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 17:17:43 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 16:04:41 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 20:46:34 +0000 |
nemo |
Some initial stubs for portal just so Tiy will quit nagging. Also let folks know what approximation of physics I plan to try, here.
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 12:15:49 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 05 Apr 2010 17:22:54 +0000 |
nemo |
These don't belong here.
|
file |
diff |
annotate
|
Sun, 04 Apr 2010 15:51:19 +0000 |
unc0rr |
with this patch I'm unable to make rope stuck in land
|
file |
diff |
annotate
|
Sat, 03 Apr 2010 16:32:48 +0000 |
nemo |
try this instead
|
file |
diff |
annotate
|
Sat, 03 Apr 2010 06:39:17 +0000 |
nemo |
Add ApplyAmmoChanges to get text/animation/crosshairs
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 16:08:09 +0000 |
nemo |
Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 20:44:38 +0000 |
nemo |
Only require a minimum speed if object is descending.
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 11:34:58 +0000 |
sheepluva |
make use of Smaxx latest commit(s) when playing ImpactSounds
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 16:01:12 +0000 |
sheepluva |
fix fpc 2.2.4 type related warning with unclear origin
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 13:20:04 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 00:02:40 +0000 |
nemo |
prophylactic removal of some Integer references, raise a few of the template islands up a bit so they work inverted without triggering border
|
file |
diff |
annotate
|
Mon, 29 Mar 2010 20:32:35 +0000 |
palewolf |
- Add HH dX/dY to Birdy disappearing animation
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:41:58 +0000 |
palewolf |
AfterAttack was issued twice
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:40:49 +0000 |
palewolf |
Return control as soon as Birdy begins to disappear
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:37:28 +0000 |
palewolf |
Birdy appears from off-screen
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:11:16 +0000 |
mbait |
Feather: wrong constant fix
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 23:10:33 +0000 |
mbait |
Birdy's falling feathers
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 21:53:03 +0000 |
sheepluva |
* tweaked some random stuff in GSHandlers.inc
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 18:26:31 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 28 Mar 2010 16:35:44 +0000 |
sheepluva |
* removed old hellishimpact.ogg
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 20:51:53 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 17:32:46 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 17:32:04 +0000 |
nemo |
New impact sounds for HHG
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 17:22:33 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 14:03:30 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 11:59:03 +0000 |
palewolf |
- Bee sprites for target and HH hand
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 08:59:42 +0000 |
mbait |
Wind does not affect of eggs
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 08:59:10 +0000 |
mbait |
Added poisoned eggs
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 03:55:12 +0000 |
nemo |
Remove Distance from flake kick, reduce calls to Random() in flame replacing w/ checks on game tick and a little randomness.
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 02:55:35 +0000 |
sheepluva |
making collision/impact sounds a gear property + adding random melon+hellish sound, feel free to hate me :D
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 00:03:29 +0000 |
sheepluva |
doStepBomb: cache rounded values of Gear^.X/Y instead of recalculating the exact same values up to 512 times
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 16:02:47 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 15:59:21 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 12:34:18 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 03:04:19 +0000 |
nemo |
I don't know why I'm bothering. Sheepluva has a whole new approach in the works.
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 00:53:31 +0000 |
nemo |
Add more dY checks to allow greater 45 deg bouncing, simplify check for stopped gear in interests of perf.
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 23:03:21 +0000 |
mbait |
Birdy egg added
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 16:51:33 +0000 |
nemo |
Make barrels a little more likely to blow up. 25% more damage in fall
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 15:50:38 +0000 |
palewolf |
Insert commit message here
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:52:56 +0000 |
nemo |
use cWaterLine for steam, splashes and droplets
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 09:55:22 +0000 |
smxx |
Frontend:
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 21:39:55 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 04:46:29 +0000 |
nemo |
More semi-arbitrary tweaking.
|
file |
diff |
annotate
|
Tue, 16 Mar 2010 04:43:01 +0000 |
nemo |
Still fiddling with bouncing, hoping to make it work
|
file |
diff |
annotate
|
Mon, 15 Mar 2010 02:23:40 +0000 |
nemo |
Slightly better behaved bounce, assuming we can make this 45 deg thing work, calcs could stand some optimisation.
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 20:48:13 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 20:46:29 +0000 |
nemo |
Palewolf adds bubbles and splashes when firing bullets into the water
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 17:04:36 +0000 |
nemo |
Add back sheepluva's 45° patch for some weapons. Rescale Tiy's latest icons to his specifications.
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 14:18:31 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 13 Mar 2010 14:30:41 +0000 |
nemo |
Palewolf adds droplets to his splashes
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 17:56:26 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 07 Mar 2010 16:40:21 +0000 |
nemo |
Updated pl from szczur/nerihsa. Reduce dX requirement for high dY to allow batting tighter angles, try grenade impact sound for barrels
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 21:32:04 +0000 |
nemo |
This might be all it takes to prevent the desync. needs local/remote testing. Also toggle 2nd barrel state on 0 movement
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 13:49:55 +0000 |
nemo |
Tweak to joke in french locale (everyone always fixes the spelling) updated explosive frames from Palewolf, increase explosive fall damage from 30 to 40
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 01:19:58 +0000 |
nemo |
Adjust fall damage again, zero out X/Y to avoid sinking/shivering barrels.
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 17:32:13 +0000 |
nemo |
White/Black smoke, break out rolling barrel into its own routine, adjust rolling barrel impact damage. NEEDS TESTING
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 02:57:34 +0000 |
nemo |
... or I would have been if svn hadn't locked up and made me try my luck at one more...
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 02:51:12 +0000 |
nemo |
ok. I think I'm finally done burning revisions
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 02:28:03 +0000 |
nemo |
More tweaking, make blowtorch interact badly w/ explosives
|
file |
diff |
annotate
|
Fri, 05 Mar 2010 02:23:57 +0000 |
nemo |
Only trigger on dX to allow dropping straight down
|
file |
diff |
annotate
|