Mon, 10 Aug 2015 03:53:11 +0200 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
Sun, 19 Jul 2015 04:05:19 +0200 |
sheepluva |
add some chat message colors
|
file |
diff |
annotate
|
Fri, 17 Jul 2015 10:06:00 +0200 |
sheepluva |
unpause game when finishing game
|
file |
diff |
annotate
|
Tue, 12 May 2015 22:38:33 +0300 |
unc0rr |
- Fix order of messages, also don't duplicate last timestamped message
|
file |
diff |
annotate
|
Wed, 01 Apr 2015 02:42:37 +0200 |
sheepluva |
terminate engine and output fatal error message if hedgehogs are added incorrectly
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 10:05:50 -0500 |
nemo |
use TeamsCount instead of cMaxTeams in a few loops
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 08:05:45 -0500 |
nemo |
put back the old uteams cleanup, leaks and all, to worry about post-release since my attempt to use DeleteGear was running into the fact that that procedure does way more than just delete a gear. might need an explicit cleanup routine for both to call.
|
file |
diff |
annotate
|
Mon, 08 Dec 2014 15:02:43 -0500 |
nemo |
skip a bunch of stuff not applicable to cleanup
|
file |
diff |
annotate
|
Mon, 08 Dec 2014 10:14:47 -0500 |
nemo |
nil out CurrentHedgehog in FreeModule, add a test for nil'd CurrentHedgehog in DelCI since I'd still like to use DeleteGear for the other stuff it does. Move some variable initialiasations in AI Misc to hopefully avoid some uninit val errors.
|
file |
diff |
annotate
|
Mon, 08 Dec 2014 09:35:14 -0500 |
nemo |
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
|
file |
diff |
annotate
|
Sat, 29 Nov 2014 21:29:11 -0500 |
nemo |
Wuzzy's changes to climbhome w/ some tweaks by me
|
file |
diff |
annotate
|
Sat, 25 Oct 2014 11:29:45 -0400 |
nemo |
Remove switching of hog's hat to chef. do it in draw instead.
|
file |
diff |
annotate
|
Sun, 24 Aug 2014 23:41:06 +0400 |
unc0rr |
Also convert the message if current team is gone
|
file |
diff |
annotate
|
Sun, 24 Aug 2014 15:18:26 -0400 |
nemo |
rename of variable typo for readability
|
file |
diff |
annotate
|
Fri, 04 Jul 2014 22:45:59 +0400 |
unc0rr |
Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
|
file |
diff |
annotate
|
Wed, 02 Jul 2014 23:55:00 +0400 |
unc0rr |
Fix some issues with rejoining (rejoining client still desyncs though)
|
file |
diff |
annotate
|
Mon, 30 Jun 2014 00:07:03 +0400 |
unc0rr |
Make team disappear after 3 turns in 'gone' state
|
file |
diff |
annotate
|
Sun, 29 Jun 2014 22:50:21 +0400 |
unc0rr |
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
|
file |
diff |
annotate
|
Sat, 28 Jun 2014 14:51:45 +0400 |
unc0rr |
Finish implementation of ability to take control over your team after being disconnected. Completely untested.
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 22:40:49 -0400 |
nemo |
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
|
file |
diff |
annotate
|
Sun, 09 Feb 2014 00:44:29 +0400 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
file |
diff |
annotate
|
Thu, 06 Feb 2014 22:03:53 +0100 |
sheepluva |
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 19:45:22 +0100 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 16:35:31 +0100 |
sheepluva |
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:38:13 +0100 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 22:14:02 +0400 |
unc0rr |
- /owner command to specify team owner
|
file |
diff |
annotate
|
Tue, 03 Dec 2013 22:53:45 -0500 |
nemo |
make the team association with hog before calling gear creation. makes some lua a little easier
|
file |
diff |
annotate
|
Thu, 28 Nov 2013 00:41:35 +0400 |
unc0rr |
Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.
|
file |
diff |
annotate
|
Fri, 08 Nov 2013 23:11:13 -0500 |
nemo |
Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects,
|
file |
diff |
annotate
|
Wed, 30 Oct 2013 00:18:10 +0400 |
unc0rr |
- More HealthTex to clan structure
|
file |
diff |
annotate
|
Tue, 29 Oct 2013 23:47:57 +0400 |
unc0rr |
Tinted crosshair (without that cool white dot in the middle)
|
file |
diff |
annotate
|
Fri, 11 Oct 2013 17:43:13 +0200 |
koda |
merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang
webgl
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 12:58:21 +0400 |
unc0rr |
- Actually call uTexture.initModule and .freeModule
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 00:54:18 +0400 |
unc0rr |
- Load default binds from settings.ini
|
file |
diff |
annotate
|
Sat, 21 Sep 2013 23:54:57 +0400 |
unc0rr |
Finish rework of default binds system. Default binds now work even before first turn.
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 16:02:08 +0400 |
unc0rr |
Engine loads team binds from team config. Frontend still sends default binds commands, and default binds in team config aren't processed.
|
file |
diff |
annotate
|
Fri, 28 Jun 2013 12:47:54 -0400 |
nemo |
Remove some GLunit dependencies noticed on graph. uUtils was using it for GLfloat - but, the stuff it was returning to was usually converting to "real" anyway. uLand was including it unnecessarily. Minor refactor
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:01:43 -0400 |
nemo |
Make add/delete consistent (this has bugged me for so long)
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 15:33:02 +0400 |
unc0rr |
Refactoring: get rid of GSHandlers.inc
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:37:03 +0400 |
unc0rr |
Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 23:10:45 +0200 |
koda |
really update with default
webgl
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 22:27:23 +0200 |
koda |
merge cmake_pascal branch in default
|
file |
diff |
annotate
|
Sun, 09 Jun 2013 12:22:53 +0200 |
koda |
update with default
webgl
|
file |
diff |
annotate
|
Fri, 07 Jun 2013 22:12:15 -0400 |
nemo |
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
|
file |
diff |
annotate
|
Wed, 05 Jun 2013 16:28:30 +0200 |
sheepluva |
fixed all engine compilation hints and notes (that I could see)
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 22:28:12 +0200 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
Tue, 28 May 2013 13:57:11 -0400 |
nemo |
< 256 is "thawing"
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 21:06:05 -0400 |
nemo |
this is fairer
|
file |
diff |
annotate
|
Sun, 21 Apr 2013 17:38:17 -0400 |
nemo |
yep. I did forget to put this back
|
file |
diff |
annotate
|
Sun, 21 Apr 2013 16:39:36 -0400 |
nemo |
So. This should fix ammo delays being off on a team that is resurrected later in the game, even up freezing delays a bit, prevent an infinite loop in freezing, and reduces fuel burn when adjusting freezer to one-fourth.
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 21:00:57 +0200 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 18:32:03 +0100 |
koda |
move RestoreHog from uGears to uTeams to break a circular dependency
cmake_pascal
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 19:50:25 -0500 |
nemo |
yeah. this was a bad idea. the minor difference in thaw speed vs last hog of team never unthawing.
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 08:26:14 -0500 |
nemo |
extend time a bit. move to defrosting on team's turn. fairer than using round order I think.
|
file |
diff |
annotate
|
Tue, 05 Mar 2013 16:04:22 -0500 |
nemo |
At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
|
file |
diff |
annotate
|
Mon, 25 Feb 2013 20:45:13 -0500 |
nemo |
forgot this loop
icegun
|
file |
diff |
annotate
|
Sun, 24 Feb 2013 21:44:40 -0500 |
nemo |
Messing around w/ Freezer
icegun
|
file |
diff |
annotate
|
Sun, 27 Jan 2013 00:28:57 +0100 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:59:46 +0400 |
martin_bede |
Fix tons of warnings
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 10:11:42 +0100 |
koda |
also have uTouch follow the new NewTurn policy
|
file |
diff |
annotate
|
Tue, 01 Jan 2013 14:21:51 -0500 |
nemo |
move onNewTurn, onGameTick and onGameTick20 to try and avoid ParseCommand breakage after nextturn call. Needs testing, but should be safe for most scripts. Also fix locale loading.
|
file |
diff |
annotate
|
Sat, 29 Dec 2012 22:50:10 +0100 |
dag10 |
GCI2012: Advanced Keyboard Configuration
|
file |
diff |
annotate
|
Tue, 25 Dec 2012 04:45:22 +0100 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
Thu, 29 Nov 2012 23:23:19 -0500 |
Joe Doyle (Ginto8) |
Move global variables to units that use them
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 00:41:53 +0100 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
Sat, 17 Nov 2012 20:27:49 -0500 |
nemo |
oops
|
file |
diff |
annotate
|
Sun, 11 Nov 2012 17:15:19 +0100 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
Tue, 06 Nov 2012 23:59:58 +0400 |
unc0rr |
Don't zero TeamHealth, only show empty health bar
|
file |
diff |
annotate
|
Tue, 06 Nov 2012 08:38:37 -0500 |
nemo |
Remove duplicate files from voices (add a fallback check in uSound). Add JustYouWait as an alternate to IllGetYou. Note that IllGetYou being called every turn seems awkward. IMO they probably should be reserved for significant enemy action. Maybe played by team of heavily damaged or killed hog.
|
file |
diff |
annotate
|
Sat, 27 Oct 2012 14:50:38 +0200 |
koda |
minor macro cleanup
|
file |
diff |
annotate
|
Sat, 27 Oct 2012 01:16:35 +0400 |
unc0rr |
Clear hedgehog's gear Power value when switching. Should fix issue 446 (not tested, but looks obvious).
|
file |
diff |
annotate
|
Sun, 14 Oct 2012 20:24:08 -0400 |
nemo |
Also shove using shotgun, switch off hat when not active hog
|
file |
diff |
annotate
|
Tue, 04 Sep 2012 13:18:26 +0200 |
sheepluva |
I didn't want to do this since it seems less clean, but...
|
file |
diff |
annotate
|
Thu, 26 Jul 2012 21:56:47 +0400 |
Stepan777 |
merge
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 10:56:14 -0400 |
nemo |
Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 20:31:26 +0400 |
Stepan777 |
merge
|
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
|
Thu, 07 Jun 2012 17:42:32 +0400 |
Stepan777 |
merge
|
file |
diff |
annotate
|
Thu, 07 Jun 2012 01:10:57 +0200 |
Xeli |
first attempt at implementing support for keys with modifiers
|
file |
diff |
annotate
|
Tue, 05 Jun 2012 19:33:49 +0200 |
Xeli |
only reset those keys which actually change their bindings
|
file |
diff |
annotate
|
Mon, 04 Jun 2012 21:32:30 +0400 |
Stepan777 |
here it is
|
file |
diff |
annotate
|
Thu, 31 May 2012 15:14:39 +0400 |
unc0rr |
pas2c stuff
|
file |
diff |
annotate
|
Wed, 23 May 2012 23:24:03 +0400 |
unc0rr |
Don't remove already removed team
|
file |
diff |
annotate
|
Thu, 10 May 2012 23:21:56 +0200 |
koda |
the ios port runs again, although with a few things to sort out
|
file |
diff |
annotate
|
Sat, 05 May 2012 19:04:59 +0100 |
koda |
old typed const moved to their proper unit
|
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 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
|
Wed, 02 May 2012 10:53:13 +0100 |
koda |
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
|
file |
diff |
annotate
|
Tue, 01 May 2012 19:56:55 +0200 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
Sun, 29 Apr 2012 21:17:27 +0200 |
Xeli |
wops
|
file |
diff |
annotate
|
Sun, 29 Apr 2012 18:08:46 +0200 |
Xeli |
hide utilitywidget when changing turns, this also fixes some inconsistency when using targetting weapons
|
file |
diff |
annotate
|
Sat, 28 Apr 2012 15:03:52 +0200 |
Xeli |
changed uKeys to uInputHandler to better reflect its function
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 23:50:40 +0400 |
unc0rr |
Get rid of overloaded functions in uAmmo
|
file |
diff |
annotate
|
Sun, 22 Apr 2012 13:58:53 -0400 |
nemo |
Make clouds/flakes change direction smoothly
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 18:11:24 -0400 |
nemo |
*sigh*
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 18:05:42 -0400 |
nemo |
Seems to me placing hogs does not need 5s since it is a fixed interval now. Maybe if placing hogs was ever 0 seconds or something.
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 19:51:13 +0400 |
unc0rr |
- Remove support for variables in command handlers
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 21:32:19 +0100 |
Xeli |
move the aim buttons to be above the jump button
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 17:48:03 +0100 |
Xeli |
added hide/show animation for the aiming keys (should animateWidget() be moved to another unit?)
|
file |
diff |
annotate
|
Sat, 04 Feb 2012 16:22:46 +0100 |
Xeli |
Rewrote the Ammomenu:
|
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
|
Sat, 31 Dec 2011 01:52:14 +0300 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
Sun, 27 Nov 2011 14:46:57 +0300 |
unc0rr |
- Improvement to the parser
|
file |
diff |
annotate
|
Wed, 26 Oct 2011 01:50:08 +0200 |
sheepluva |
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
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
|
Thu, 22 Sep 2011 17:19:39 +0400 |
unc0rr |
Fix sheepluva's merge
|
file |
diff |
annotate
|
Mon, 19 Sep 2011 23:25:13 +0200 |
sheepluva |
merge the 2 heads. I hope I did it right. also I increased proto and ver number
|
file |
diff |
annotate
|
Mon, 19 Sep 2011 23:55:52 +0400 |
unc0rr |
- Unset hhdriven flag for gone hedgehog
|
file |
diff |
annotate
|
Sat, 17 Sep 2011 13:40:54 -0400 |
nemo |
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
|
file |
diff |
annotate
|
Mon, 12 Sep 2011 07:38:16 +0200 |
sheepluva |
don't load key binds for AI hedgehogs
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 18:30:40 -0400 |
nemo |
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
|
file |
diff |
annotate
|
Fri, 09 Sep 2011 22:04:40 +0400 |
unc0rr |
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 21:18:44 -0400 |
nemo |
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
|
file |
diff |
annotate
|
Thu, 08 Sep 2011 13:01:20 -0400 |
nemo |
Restore hog on team gone
|
file |
diff |
annotate
|