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
|
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
|
Thu, 30 Jun 2011 15:09:10 +0400 |
unc0rr |
Tiny optimization: convert smooth wind indicator change gear into visual gear
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 07:41:24 +0200 |
koda |
Clean Augean stables 2 (pascal has classnames available)
|
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
|
Sat, 19 Mar 2011 16:19:50 +0100 |
Henek |
some final work and buggfix for Tag Team, it is now playable
|
file |
diff |
annotate
|
Sat, 19 Mar 2011 14:38:49 +0100 |
Henek |
redone tag team to work and be beautifully coded
|
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, 02 Mar 2011 15:19:55 -0500 |
nemo |
add victory/flawless victory sounds. untested
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Tue, 01 Feb 2011 15:30:08 +0100 |
koda |
addfilelog <3 debugfile
|
file |
diff |
annotate
|
Sun, 30 Jan 2011 17:54:02 -0500 |
nemo |
Reset things using team colour on change in SetClanColor in lua. This routine had better have been worth it.
|
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
|
Sun, 12 Dec 2010 20:17:00 -0500 |
nemo |
div 0 check
|
file |
diff |
annotate
|
Tue, 07 Dec 2010 17:33:11 -0500 |
nemo |
would help if I put it in the right routine
|
file |
diff |
annotate
|
Tue, 07 Dec 2010 17:29:02 -0500 |
nemo |
Add script hook onNewTurn to the end of AfterSwitchHedgehog. This should signal the very start of a new turn, immediately after CurrentTeam is switched.
|
file |
diff |
annotate
|
Sun, 05 Dec 2010 22:02:30 -0500 |
nemo |
Allow hog speech when not your turn. Currently is set to 40% opacity (could be fainter) and drawn behind the hogs instead of in front. Also allows hog targetting using a number.
|
file |
diff |
annotate
|
Mon, 22 Nov 2010 21:43:31 +0300 |
unc0rr |
uCommandHandlers
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:51:33 +0300 |
unc0rr |
Remove some more circular dependencies
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:07:43 +0300 |
unc0rr |
Remove uAmmos dependaency from uCommands
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 17:48:58 +0300 |
unc0rr |
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 16:53:31 +0300 |
unc0rr |
uCaptions
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 01:08:43 -0500 |
nemo |
In the case of per-hog-ammo, switch the ammo viewed when not your turn to what will probably be your ammo, assuming that hog survives.
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 12:12:51 +0300 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:50:02 +0300 |
unC0Rr |
Move SendStats to uIO
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:32:47 +0300 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:14:41 +0300 |
unc0rr |
uTeams
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 20:28:42 +0300 |
unc0rr |
Move variables from uConsts to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:45:55 +0300 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:22:36 +0300 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
Mon, 08 Nov 2010 23:07:43 +0100 |
Henek |
added flag gfDisableWind to be used in lua scripts
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 20:40:30 +0100 |
koda |
err better wait after relase for this one
|
file |
diff |
annotate
|
Sun, 07 Nov 2010 20:27:05 +0100 |
koda |
move turnstime and minestime * 1000 outside frontend and place it in engine
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 13:00:17 -0400 |
nemo |
Extend shoppa hack to disable health crates to saucer and portal modes as well
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 12:28:44 -0400 |
nemo |
Apply the reset to all hogs on all teams in uGears. Make InitialHealth same type as Health to avoid issues w/ initial health > 255. Update InitialHealth with the king buff.
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 16:29:17 +0100 |
koda |
health reset mode ftw (replaces gfmines)
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 00:48:42 +0100 |
koda |
i give up and disable rotation on the iphone; also fix smaller compilation issues
|
file |
diff |
annotate
|
Mon, 01 Nov 2010 18:51:38 +0100 |
koda |
better support for wimpier i-devices
|
file |
diff |
annotate
|
Fri, 29 Oct 2010 13:19:33 -0400 |
nemo |
Avoid doing this stuff twice, even if CheckForWin is called twice
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 22:19:00 +0200 |
koda |
the ios port is also iphone compatible
|
file |
diff |
annotate
|
Sun, 24 Oct 2010 22:00:36 +0200 |
sheepluva |
fix/tweak let clouds reflect wind speed and direction again + stronger
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 21:45:25 +0200 |
koda |
merge
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 12:13:06 -0400 |
nemo |
Remove bit of debug code from prior, don't switch weapons on end of turn (stick with whatever the last weapon was)
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 03:28:15 +0200 |
koda |
moved some utilities to a separate column with round buttons
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 18:00:53 +0200 |
koda |
made the new menu toggable
|
file |
diff |
annotate
|
Thu, 07 Oct 2010 02:03:01 +0200 |
koda |
move all mobile-related functions in their own module, provides a structure for future mobile ports
|
file |
diff |
annotate
|
Wed, 22 Sep 2010 01:09:40 -0400 |
nemo |
Extend time limit to 9999, remove ready timer if time is over 999 and stop drawing time if it is over 999 (draws wrong over 999 anyway) - this has the effect of allowing an "unlimited" time appearance if turns are over a quarter hour or so. This can be used to add an unlimited time scheme or button to ipad
|
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
|
Wed, 01 Sep 2010 20:41:45 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Wed, 01 Sep 2010 18:06:52 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 16:02:09 +0200 |
smaxx |
Engine:
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 14:46:30 +0100 |
tiyuri |
Fixes memory leak -Burp
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 14:02:48 +0100 |
tiyuri |
Add kill counter to Survival Mode -Burp
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Thu, 22 Jul 2010 12:47:32 +0200 |
koda |
reduce the number of keywords used and switch to BMP format for screenshots
|
file |
diff |
annotate
|
Sun, 02 May 2010 22:00:50 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 21:25:51 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 19:39:58 +0000 |
smxx |
Engine:
|
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
|
Mon, 29 Mar 2010 23:20:34 +0000 |
koda |
just some very sane stuff for the iphone port (plus some macro on pascal files)
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 15:48:59 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 08:59:10 +0000 |
mbait |
Added poisoned eggs
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 12:38:11 +0000 |
mbait |
New field in THedgehog for poisoning. New type of explosion- poisoned
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 16:50:13 +0000 |
unc0rr |
Ok, this part is ok
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 17:48:19 +0000 |
unc0rr |
Clean Augean stables
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 19:02:03 +0000 |
unc0rr |
In pascal unit is a namespace
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 13:41:11 +0000 |
nemo |
Remove Timer2 from Gear, add a Timer to Hedgehog
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 19:49:33 +0000 |
nemo |
aaaand back to 15s. most changed line of code ever.
|
file |
diff |
annotate
|
Fri, 19 Mar 2010 02:06:27 +0000 |
nemo |
so claymore will quit complaining 'cause he can't think fast enough
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 19:54:33 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 19:52:22 +0000 |
nemo |
A simple hat reservation mechanism. Can be worked around with a little effort, but to make it useful, you'd have to get everyone you played with to work around it too. Quite a bit of effort for a small reward feature.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 03:03:43 +0000 |
nemo |
Adjust LocalClan when shuffling, set to -1 in case all local clans are bots.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 01:55:59 +0000 |
nemo |
Show the ammo menu of the last local non-bot team when not local turn. needs testing
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 13:59:05 +0000 |
nemo |
Remove invulnerability protection from the team gone effect
|
file |
diff |
annotate
|
Sun, 14 Feb 2010 21:52:32 +0000 |
nemo |
Prevent crasher if attempting to show ammo menu
|
file |
diff |
annotate
|
Wed, 10 Feb 2010 17:31:12 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 21:51:52 +0000 |
nemo |
set min on king health proportion
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 20:47:22 +0000 |
nemo |
King health proportional to team size
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 16:03:58 +0000 |
nemo |
Decrease king buff from 150% bonus to 50% bonus, disable warning sound in placement mode
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 12:54:44 +0000 |
nemo |
Request by soreau. Placement time proportional to map size.
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 05:17:59 +0000 |
nemo |
Do CI correctly. Still need to allow for mode in case of no teleports in ammo
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 03:03:18 +0000 |
nemo |
Mode to place hogs at start of game. Will probably need a bit more testing.
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 13:12:31 +0000 |
nemo |
Add one king per team instead of clan, kill off clan if all kings are dead. untested.
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 20:45:03 +0000 |
smxx |
Server:
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 14:48:49 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 19:24:22 +0000 |
nemo |
Remove king invulnerability, disable everything but teleport instead.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 16:20:53 +0000 |
nemo |
Update translation files, add "King Mode"
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 21:55:51 +0000 |
koda |
complete the replacement of init/free wrappers for every unit
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 04:13:37 +0000 |
nemo |
Free up some unfreed memory. Needed for Koda's iphone lib work
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 07:37:00 +0000 |
nemo |
Rolling random numbers before land is generated is bad, m'kay? InitWorld probably not the best place for it.
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 07:26:03 +0000 |
nemo |
Randomise order of play.
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 05:36:08 +0000 |
koda |
replace initialization/finalization statements with custom init functions
|
file |
diff |
annotate
|
Thu, 14 Jan 2010 16:46:50 +0000 |
koda |
makes freepascal code compatible with OBJFPC mode
|
file |
diff |
annotate
|
Sat, 14 Nov 2009 02:53:04 +0000 |
koda |
fix wrong ttf blending in ppc
|
file |
diff |
annotate
|
Mon, 09 Nov 2009 20:29:21 +0000 |
unc0rr |
- Formatting changes
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 16:23:09 +0000 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 16:35:09 +0000 |
koda |
fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
|
file |
diff |
annotate
|
Sun, 25 Oct 2009 15:55:49 +0000 |
koda |
added little/big endian checks, added symbol for touch input, simplified iphoneos definitions
|
file |
diff |
annotate
|
Sat, 24 Oct 2009 13:50:31 +0000 |
koda |
more updates on touch input/control
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:53:01 +0000 |
unc0rr |
Real fix to ammo slot overflow (bug triggered by r2411 fix)
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 15:29:28 +0000 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 17:32:46 +0000 |
unc0rr |
Fix queue bug triggered by AI
|
file |
diff |
annotate
|
Thu, 11 Jun 2009 15:22:02 +0000 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
Wed, 27 May 2009 03:52:07 +0000 |
nemo |
experiment in only sending a message to your clan
|
file |
diff |
annotate
|
Mon, 11 May 2009 18:56:55 +0000 |
nemo |
Move Speech to visual gears. This checkin CRASHES on deletion of visual gear outside the doStep
|
file |
diff |
annotate
|
Sat, 09 May 2009 11:56:46 +0000 |
unc0rr |
- Fix for desyncs when player exits
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 20:13:44 +0000 |
unc0rr |
nemo's great patch:
|
file |
diff |
annotate
|
Sun, 19 Apr 2009 11:59:23 +0000 |
unc0rr |
Move health sorter to visual gears:
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 19:22:40 +0000 |
unc0rr |
Fix bug with rope and bazooka
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 14:32:22 +0000 |
unc0rr |
Apply koda's OpenGL ES compatibility patch
|
file |
diff |
annotate
|
Fri, 16 Jan 2009 23:27:25 +0000 |
unc0rr |
Fix engine freeze when one of the teams is killed before its first turn, number of hedgehogs in that team < 8, and game still goes on
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 22:53:22 +0000 |
unc0rr |
Fix voicepacks
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 16:36:16 +0000 |
unc0rr |
Mostly fix voicepack usage
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 22:02:47 +0000 |
unc0rr |
Fix small bug in voicepacks support in engine. It's complete and tested now.
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 21:49:10 +0000 |
unc0rr |
Start voicepacks implementation
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 16:46:47 +0000 |
unc0rr |
Don't fallback to default binds set when switching to remotely driven team
|
file |
diff |
annotate
|
Fri, 14 Nov 2008 16:44:39 +0000 |
unc0rr |
More verbose gear delete debuglog message
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 17:04:46 +0000 |
unc0rr |
Fix using wrong variable =(
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 17:01:34 +0000 |
unc0rr |
Fix uninitialised variable
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 15:02:39 +0000 |
unc0rr |
Share chat between frontend and engine
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 11:54:06 +0000 |
unc0rr |
Further improve disconnects handling
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 11:50:16 +0000 |
unc0rr |
Various small insignificant improvements everywhere
|
file |
diff |
annotate
|