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
|
Tue, 14 Oct 2008 14:33:54 +0000 |
unc0rr |
Add more support for handling disconnects while playing (not fully tested)
|
file |
diff |
annotate
|
Mon, 13 Oct 2008 19:04:27 +0000 |
unc0rr |
Add partial implementation of handling disconnects while playing via network
|
file |
diff |
annotate
|
Mon, 29 Sep 2008 21:59:19 +0000 |
unc0rr |
Add team surrender flag
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 15:30:04 +0000 |
unc0rr |
Hat 'wearing' animation
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 17:22:50 +0000 |
unc0rr |
Hats now fully implemented for local game
|
file |
diff |
annotate
|
Thu, 07 Aug 2008 18:25:51 +0000 |
unc0rr |
Fix max teams detection
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 13:06:25 +0000 |
unc0rr |
Update copyright headers a bit
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 21:52:07 +0000 |
unc0rr |
- Proper turns counting, split SwitchHedgehog into two functions
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 18:57:34 +0000 |
unc0rr |
Winners clan hedgehogs smiling with big smile
|
file |
diff |
annotate
|
Mon, 02 Jun 2008 19:15:53 +0000 |
unc0rr |
Fix a bug with automatic weapon switching when attacking from rope
|
file |
diff |
annotate
|
Thu, 22 May 2008 17:25:12 +0000 |
unc0rr |
Fix bug with holding switch tool
|
file |
diff |
annotate
|
Sun, 18 May 2008 10:54:43 +0000 |
unc0rr |
- Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
|
file |
diff |
annotate
|
Sun, 11 May 2008 19:30:40 +0000 |
unc0rr |
Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 11:40:22 +0000 |
unc0rr |
Update copyright info in source files headers
|
file |
diff |
annotate
|
Fri, 14 Mar 2008 19:34:05 +0000 |
unc0rr |
Start implementing better statistics implementation (does nothing yet)
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 14:47:03 +0000 |
unc0rr |
- 'Incoming!' shout when the plane appears
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 14:32:26 +0000 |
unc0rr |
- Your hedgehogs says you: "Yes, sir"
|
file |
diff |
annotate
|
Tue, 05 Feb 2008 17:53:38 +0000 |
unc0rr |
- New command 'set weapon'
|
file |
diff |
annotate
|
Sun, 27 Jan 2008 16:49:11 +0000 |
unc0rr |
Now game looks almost like it did before switching to OpenGL
|
file |
diff |
annotate
|
Sun, 27 Jan 2008 15:02:12 +0000 |
unc0rr |
More sprites are visible
|
file |
diff |
annotate
|
Sun, 30 Dec 2007 16:40:12 +0000 |
unc0rr |
Finally, get rid of large stupid StoreSurface
|
file |
diff |
annotate
|
Sun, 30 Dec 2007 16:19:41 +0000 |
unc0rr |
The rest of stuff converted to sprites
|
file |
diff |
annotate
|
Fri, 21 Sep 2007 18:55:44 +0000 |
unc0rr |
Add CurrentHedgehog variable which simplifies code
|
file |
diff |
annotate
|
Thu, 20 Sep 2007 20:00:10 +0000 |
unc0rr |
Special game mode allowing the only clan on map for training mode
|
file |
diff |
annotate
|
Sat, 18 Aug 2007 20:53:49 +0000 |
unc0rr |
Fix some warnings
|
file |
diff |
annotate
|
Fri, 13 Jul 2007 20:00:42 +0000 |
unc0rr |
- TeamHealthSorter refactored to know about clans
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 17:16:46 +0000 |
unc0rr |
- Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 20:11:48 +0000 |
unc0rr |
Fix hedgehogs switching
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 17:06:18 +0000 |
unc0rr |
Fix warnings
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 17:03:41 +0000 |
unc0rr |
Clan-based hedgehogs switching
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 16:09:04 +0000 |
unc0rr |
- Introduce clans (teams with same color)
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 14:47:33 +0000 |
unc0rr |
Fix regression introduced by previous commit
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 21:33:21 +0000 |
unc0rr |
Convert teams list to array
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 15:52:32 +0000 |
unc0rr |
- Many fixes related to hh switcher
|
file |
diff |
annotate
|
Sun, 03 Jun 2007 17:21:57 +0000 |
unc0rr |
- Fix some bugs
|
file |
diff |
annotate
|
Sat, 17 Mar 2007 18:17:19 +0000 |
unc0rr |
- Get rid of operator := to have GPC support
|
file |
diff |
annotate
|
Mon, 05 Feb 2007 19:33:24 +0000 |
unc0rr |
Update copyright information
|
file |
diff |
annotate
|
Sat, 27 Jan 2007 14:18:33 +0000 |
unc0rr |
integer -> LongInt
|
file |
diff |
annotate
|
Wed, 24 Jan 2007 22:05:05 +0000 |
unc0rr |
- Better land generator
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 19:51:02 +0000 |
unc0rr |
Fixed-point arithmetics in engine.
|
file |
diff |
annotate
|
Mon, 08 Jan 2007 20:51:22 +0000 |
unc0rr |
Use new parameters, small protocol change
|
file |
diff |
annotate
|
Thu, 04 Jan 2007 18:54:24 +0000 |
unc0rr |
More statistics
|
file |
diff |
annotate
|
Thu, 04 Jan 2007 16:27:45 +0000 |
unc0rr |
- Better blowtorch
|
file |
diff |
annotate
|
Sun, 17 Dec 2006 20:50:49 +0000 |
unc0rr |
Attack angle constraints
|
file |
diff |
annotate
|
Sun, 10 Dec 2006 15:55:53 +0000 |
unc0rr |
- Implement ammo cases
|
file |
diff |
annotate
|
Sun, 10 Dec 2006 12:09:32 +0000 |
unc0rr |
Current hedgehog is on top of others in Z-order
|
file |
diff |
annotate
|
Tue, 05 Dec 2006 17:27:27 +0000 |
unc0rr |
Ammo schemes and ammo stores support in engine
|
file |
diff |
annotate
|
Thu, 30 Nov 2006 16:44:42 +0000 |
unc0rr |
Fix problems when deleting ammo
|
file |
diff |
annotate
|
Sun, 19 Nov 2006 16:10:37 +0000 |
unc0rr |
Fix selecting 2nd ammo in slot %-\
hedgewars-0.8.0
|
file |
diff |
annotate
|
Sat, 18 Nov 2006 14:47:50 +0000 |
unc0rr |
- Fix infinite loop when selecting weapon with ammo menu
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 17:10:30 +0000 |
unc0rr |
- New crosshair
|
file |
diff |
annotate
|
Thu, 12 Oct 2006 18:52:00 +0000 |
unc0rr |
- Many small fixes
|
file |
diff |
annotate
|
Thu, 05 Oct 2006 20:07:04 +0000 |
unc0rr |
Color fixes
|
file |
diff |
annotate
|
Thu, 05 Oct 2006 19:40:11 +0000 |
unc0rr |
Cardinal -> Longword
|
file |
diff |
annotate
|
Thu, 05 Oct 2006 16:33:18 +0000 |
unc0rr |
Relicense to GPL
|
file |
diff |
annotate
|
Thu, 28 Sep 2006 16:34:42 +0000 |
unc0rr |
'h' marks out current hedgehog
|
file |
diff |
annotate
|
Tue, 26 Sep 2006 11:53:12 +0000 |
unc0rr |
"Trusted" binds
|
file |
diff |
annotate
|
Sun, 24 Sep 2006 21:32:18 +0000 |
unc0rr |
Many small fixes
|
file |
diff |
annotate
|
Sun, 24 Sep 2006 18:29:14 +0000 |
unc0rr |
Ammo menu now works!
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 13:47:01 +0000 |
unc0rr |
- Fix AI not to damage self hedgehogs
|
file |
diff |
annotate
|
Thu, 10 Aug 2006 21:52:14 +0000 |
unc0rr |
- Fixed integer->longint
|
file |
diff |
annotate
|
Sat, 05 Aug 2006 20:57:36 +0000 |
unc0rr |
- Fixed compilation
|
file |
diff |
annotate
|
Sun, 30 Jul 2006 18:59:35 +0000 |
unc0rr |
- Fix win message to appear only after all hedgehogs death
|
file |
diff |
annotate
|
Thu, 27 Jul 2006 15:24:14 +0000 |
unc0rr |
- Fix various bugs
|
file |
diff |
annotate
|
Mon, 24 Jul 2006 14:03:51 +0000 |
unc0rr |
- First hedgehog in team has first turn in team
|
file |
diff |
annotate
|
Fri, 21 Jul 2006 20:37:44 +0000 |
unc0rr |
More translations
|
file |
diff |
annotate
|
Thu, 20 Jul 2006 20:11:32 +0000 |
unc0rr |
- Fixed bug with hedgehog under water using rope
|
file |
diff |
annotate
|
Sun, 16 Jul 2006 08:13:51 +0000 |
unc0rr |
- New test map
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 21:04:05 +0000 |
unc0rr |
- New First Aid powerup
|
file |
diff |
annotate
|
Sat, 08 Jul 2006 21:40:03 +0000 |
unc0rr |
- Unicode support for team and hedgehogs names
|
file |
diff |
annotate
|
Thu, 29 Jun 2006 18:27:53 +0000 |
unc0rr |
Basic save support in engine
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 20:02:41 +0000 |
unc0rr |
- Many AI improvements
|
file |
diff |
annotate
|
Wed, 14 Jun 2006 15:50:22 +0000 |
unc0rr |
- Start AI rewrite
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 20:42:53 +0000 |
unc0rr |
- Fixed compiling .)
|
file |
diff |
annotate
|
Sun, 15 Jan 2006 14:14:12 +0000 |
unc0rr |
- Teams health bars sorting
|
file |
diff |
annotate
|
Thu, 12 Jan 2006 16:33:26 +0000 |
unc0rr |
Show team health bars, without sorting yet
|
file |
diff |
annotate
|
Wed, 28 Dec 2005 22:18:11 +0000 |
unc0rr |
With this patch the game doesn't crash when gaming by net
|
file |
diff |
annotate
|
Mon, 12 Sep 2005 21:16:57 +0000 |
unc0rr |
minor code review
|
file |
diff |
annotate
|
Wed, 07 Sep 2005 18:51:53 +0000 |
unc0rr |
- Show no crosshair when using mine
|
file |
diff |
annotate
|
Sat, 03 Sep 2005 16:01:28 +0000 |
unc0rr |
- Mine weapon
|
file |
diff |
annotate
|
Thu, 25 Aug 2005 17:15:36 +0000 |
unc0rr |
Smooth change wind bar
|
file |
diff |
annotate
|
Thu, 25 Aug 2005 16:45:58 +0000 |
unc0rr |
Show wind speed on bar
|
file |
diff |
annotate
|
Tue, 23 Aug 2005 16:17:53 +0000 |
unc0rr |
- set svn:eol-style to native
|
file |
diff |
annotate
|
Mon, 22 Aug 2005 13:35:41 +0000 |
unc0rr |
Add current sources.
|
file |
diff |
annotate
|