2010-10-12 |
koda |
minor stuff
|
file |
diff |
annotate
|
2010-10-09 |
koda |
merge
|
file |
diff |
annotate
|
2010-10-06 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-10-06 |
nemo |
Inline most of uFloat (saves ~7.5% opcount on a test game), inline a few very short candidates in uMisc, comment out some unused functions in uMisc
|
file |
diff |
annotate
|
2010-10-07 |
koda |
move all mobile-related functions in their own module, provides a structure for future mobile ports
|
file |
diff |
annotate
|
2010-09-27 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-09-14 |
nemo |
more fixing of indentation
|
file |
diff |
annotate
|
2010-08-29 |
burp |
Extend statistics collection (TeamKills, TurnSkips, TeamDamage)
|
file |
diff |
annotate
|
2010-08-27 |
koda |
tap to dismiss 'get ready', add a toggle to enable/disable it
|
file |
diff |
annotate
|
2010-08-26 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-08-24 |
koda |
set flake to non critical, no touches until game is starding, moved some variables to be initialized in the right place
|
file |
diff |
annotate
|
2010-08-24 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-08-23 |
burp |
lua function SetEffect to set and remove THogEffects
|
file |
diff |
annotate
|
2010-08-02 |
koda |
clean and reorder arguments passed to engine
|
file |
diff |
annotate
|
2010-07-31 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
2010-08-18 |
smaxx |
Engine:
experimental3D
|
file |
diff |
annotate
|
2010-07-31 |
koda |
reverted stereo craziness - the experimental3D branch has been created for a reason
|
file |
diff |
annotate
|
2010-08-02 |
koda |
new quality slider widget (needs to be customized), removed obsolete arguments
experimental3D
|
file |
diff |
annotate
|
2010-07-31 |
koda |
merge
|
file |
diff |
annotate
|
2010-07-30 |
smaxx |
Engine:
|
file |
diff |
annotate
|
2010-07-31 |
koda |
applying smaxx patch where it should be
experimental3D
|
file |
diff |
annotate
|
2010-07-30 |
koda |
creating a new branch for experimental 3d stereographic rendering
experimental3D
|
file |
diff |
annotate
|
2010-07-31 |
koda |
fix panning when zoomed (finally)
|
file |
diff |
annotate
|
2010-07-31 |
koda |
fix issue #6 (missing nick in chat)
|
file |
diff |
annotate
|
2010-07-25 |
koda |
use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
|
file |
diff |
annotate
|
2010-07-22 |
koda |
reduce the number of keywords used and switch to BMP format for screenshots
|
file |
diff |
annotate
|
2010-07-18 |
koda |
add a timer selection for grenades
|
file |
diff |
annotate
|
2010-07-10 |
koda |
cWeaponTooltips -> rqTooltipsOff
|
file |
diff |
annotate
|
2010-07-07 |
koda |
fix the multitouch shooting and moving
|
file |
diff |
annotate
|
2010-07-03 |
koda |
make runtime quality check for iDevices
|
file |
diff |
annotate
|
2010-07-02 |
koda |
interpret parameters before initializing everything
|
file |
diff |
annotate
|
2010-06-30 |
koda |
sheepluva's inline patch, fix a crash in overlay
|
file |
diff |
annotate
|
2010-06-30 |
koda |
tiy new overlay graphics
|
file |
diff |
annotate
|
2010-06-30 |
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
|
2010-06-30 |
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
|
2010-06-23 |
nemo |
New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
|
file |
diff |
annotate
|
2010-06-22 |
koda |
ok really fix the command line utility
|
file |
diff |
annotate
|
2010-06-22 |
koda |
fix build and permissions problems when launching hwengine from command line
|
file |
diff |
annotate
|
2010-06-17 |
koda |
now it's possible to select the scheme file in the ifrontendfix a type about loading an image (iphone file system IS case senstive)
|
file |
diff |
annotate
|
2010-05-16 |
koda |
unbreak build (everyone saw this coming)
|
file |
diff |
annotate
|
2010-05-16 |
koda |
update sdl functions to latest revision
|
file |
diff |
annotate
|
2010-05-02 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-04-29 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-04-29 |
koda |
add option to look at the previous debug log
|
file |
diff |
annotate
|
2010-04-25 |
koda |
wow all these files only for land preview and seed generation
|
file |
diff |
annotate
|
2010-04-17 |
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
|
2010-04-16 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-04-12 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-04-04 |
koda |
merged code from ipad and iphone frontends
|
file |
diff |
annotate
|
2010-04-03 |
koda |
fix building without DEBUGFILE
|
file |
diff |
annotate
|
2010-03-30 |
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
|
2010-03-29 |
koda |
just some very sane stuff for the iphone port (plus some macro on pascal files)
|
file |
diff |
annotate
|
2010-03-28 |
nemo |
prg's maze generator
|
file |
diff |
annotate
|
2010-03-27 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-03-27 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-03-26 |
nemo |
Enable birdy. Has egg bombing. Eggs should possibly have a dX component. No poison yet, no egg sprite.
|
file |
diff |
annotate
|
2010-03-21 |
unc0rr |
In pascal unit is a namespace
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
2010-03-06 |
unc0rr |
hate Smaxx (tested)
|
file |
diff |
annotate
|
2010-03-03 |
nemo |
Add spinner for explosives, add dust on crate impact, crank up explosives a bit
|
file |
diff |
annotate
|
2010-03-01 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-28 |
nemo |
Dude mine probability spinner
|
file |
diff |
annotate
|
2010-02-13 |
koda |
allow to compile engine as library with HWLIBRARY symbol
|
file |
diff |
annotate
|
2010-02-10 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-10 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-02-04 |
koda |
update iphone port to new code from Smaxx
|
file |
diff |
annotate
|
2010-02-04 |
smxx |
Server:
|
file |
diff |
annotate
|
2010-02-04 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-01-31 |
smxx |
Engine:
|
file |
diff |
annotate
|
2010-01-31 |
nemo |
Update translation files, add "King Mode"
|
file |
diff |
annotate
|
2010-01-26 |
koda |
complete the replacement of init/free wrappers for every unit
|
file |
diff |
annotate
|
2010-01-26 |
nemo |
Free up some unfreed memory. Needed for Koda's iphone lib work
|
file |
diff |
annotate
|
2010-01-24 |
koda |
fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
|
file |
diff |
annotate
|
2010-01-18 |
koda |
replace initialization/finalization statements with custom init functions
|
file |
diff |
annotate
|
2010-01-16 |
koda |
objc/pascal finally working
|
file |
diff |
annotate
|
2010-01-16 |
koda |
code cleanup and opengles optimizations
|
file |
diff |
annotate
|
2010-01-13 |
koda |
GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)
|
file |
diff |
annotate
|
2010-01-10 |
koda |
initial support for engine protocol
|
file |
diff |
annotate
|
2010-01-09 |
koda |
move mixed functions in PascalExports
|
file |
diff |
annotate
|
2010-01-03 |
koda |
smaller patches, one missing Sky-lowres, IMG_Init and Mix_Init (might require newer libraries), updates to SDL bindings, code cleanup, new compile flags
|
file |
diff |
annotate
|
2009-12-24 |
koda |
regression, powerpc colors working again
|
file |
diff |
annotate
|
2009-12-19 |
koda |
update SDLMain.m/.h to latest version
|
file |
diff |
annotate
|
2009-12-18 |
koda |
complete transition of longword->sdl_color for TTF bindings
|
file |
diff |
annotate
|
2009-12-18 |
koda |
powerpc and gameserver compilation disabled temporarily
|
file |
diff |
annotate
|
2009-11-29 |
unc0rr |
Get rid of stupid ToggleLongInt and ToggleString functions
|
file |
diff |
annotate
|
2009-11-29 |
unc0rr |
Smaxx patch with tuning by me:
|
file |
diff |
annotate
|
2009-11-22 |
koda |
fix build
|
file |
diff |
annotate
|
2009-11-20 |
koda |
revamped file access and debug display
|
file |
diff |
annotate
|
2009-11-15 |
koda |
fix chat color in ppc
|
file |
diff |
annotate
|
2009-11-14 |
unc0rr |
Fix desync when playing with AI via network, occuring in certain conditions
|
file |
diff |
annotate
|
2009-11-14 |
koda |
fix wrong ttf blending in ppc
|
file |
diff |
annotate
|
2009-11-09 |
unc0rr |
wtf is this, koda?
|
file |
diff |
annotate
|
2009-11-05 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
2009-10-25 |
koda |
fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
|
file |
diff |
annotate
|
2009-10-23 |
koda |
err, complete previous commit
|
file |
diff |
annotate
|
2009-10-22 |
koda |
code cleanup for Surface2Tex (we don't have 3 bytes surfaces any more)
|
file |
diff |
annotate
|
2009-10-22 |
koda |
update color management for new sdl_image on mac
|
file |
diff |
annotate
|
2009-10-20 |
nemo |
Bunch of neat stuff by Smaxx. ATI check, translucent name tags to reduce terrain fail, disabling health crates on invulnerable hogs. Also tweaks to prior stuff.
|
file |
diff |
annotate
|
2009-10-15 |
nemo |
Adjustments to training mode and credits by Smaxx
|
file |
diff |
annotate
|
2009-10-14 |
koda |
Smaxx's updated german translation + texture gap fixes + updated room list
|
file |
diff |
annotate
|
2009-10-12 |
unc0rr |
Huge Smaxx patch with some fixes by me:
|
file |
diff |
annotate
|
2009-09-22 |
koda |
Smaxx's patch fixing openal sound issues with poor card drivers
|
file |
diff |
annotate
|
2009-09-22 |
unc0rr |
- Remove cake fix
|
file |
diff |
annotate
|
2009-09-16 |
unc0rr |
Optimize network traffic a bit:
|
file |
diff |
annotate
|
2009-09-10 |
nemo |
Strip trailing spaces
|
file |
diff |
annotate
|
2009-09-10 |
unc0rr |
Implement smooth zoom
|
file |
diff |
annotate
|
2009-08-19 |
koda |
restored volumen control (hoorray)
|
file |
diff |
annotate
|
2009-07-30 |
nemo |
Selectively enable clamping - seeing if this helps avoid weird flake problems while still fixing vertical lines in waves and sky
|
file |
diff |
annotate
|
2009-07-28 |
unc0rr |
Fix hwSign to give 1 on -0 value
|
file |
diff |
annotate
|
2009-07-24 |
nemo |
Add water opacity to theme - defaulting to 50% opaque on all themes but Eyes (80%) and Underwater (100%)
|
file |
diff |
annotate
|
2009-07-24 |
nemo |
flagging for "reduced quality". Clamping cuts frame rate in half in software rendering on my sucky laptop
|
file |
diff |
annotate
|
2009-07-12 |
nemo |
sorry, these two don't help. tested, flakes still screwed up. anyway, the lines were only on terrain
|
file |
diff |
annotate
|
2009-07-12 |
nemo |
meh. let's try this one too. maybe "_TO_EDGE" is the magic difference
|
file |
diff |
annotate
|
2009-07-10 |
nemo |
untested
|
file |
diff |
annotate
|
2009-07-10 |
nemo |
Try reenabling these two - shouldn't impact flakes
|
file |
diff |
annotate
|
2009-07-10 |
koda |
real fix for iphone color (reverting previous commit)
|
file |
diff |
annotate
|
2009-07-08 |
koda |
initial support for touch input
|
file |
diff |
annotate
|
2009-06-29 |
koda |
initial bugfix for volume setup
|
file |
diff |
annotate
|
2009-06-18 |
nemo |
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
|
file |
diff |
annotate
|
2009-06-14 |
unc0rr |
koda's patch fixing some iphone port troubles (color, mouse)
|
file |
diff |
annotate
|
2009-06-13 |
unc0rr |
- Implement zoom-in and zoom-out
|
file |
diff |
annotate
|
2009-06-12 |
unc0rr |
Fix r2201
|
file |
diff |
annotate
|
2009-06-12 |
nemo |
Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
|
file |
diff |
annotate
|
2009-06-11 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
2009-06-03 |
nemo |
typos - the fix for zoom in uMisc.pas appears to be screwing up flakes and other things. commenting it out for now
|
file |
diff |
annotate
|
2009-05-31 |
unc0rr |
Fix lines arise when zooming. Doesn't fix water sprites.
|
file |
diff |
annotate
|
2009-05-07 |
nemo |
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
|
file |
diff |
annotate
|
2009-05-03 |
nemo |
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
|
file |
diff |
annotate
|
2009-04-30 |
unc0rr |
nemo's great patch:
|
file |
diff |
annotate
|
2009-04-19 |
unc0rr |
Patch by koda:
|
file |
diff |
annotate
|
2009-04-17 |
unc0rr |
Don't crash engine after round in reduced quality mode
|
file |
diff |
annotate
|
2009-03-23 |
unc0rr |
patch by koda:
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
Save much CPU time by initializing vertex arrays in texture creation function
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
use glVertexPointer to render water
|
file |
diff |
annotate
|
2009-03-22 |
unc0rr |
Apply koda's OpenGL ES compatibility patch
|
file |
diff |
annotate
|
2009-03-16 |
unc0rr |
Don't use GLU
|
file |
diff |
annotate
|
2009-03-15 |
unc0rr |
More game options by nemo
|
file |
diff |
annotate
|
2009-03-12 |
unc0rr |
Add an ability to run engine without IPC connection.
|
file |
diff |
annotate
|
2009-03-05 |
unc0rr |
nemo:
|
file |
diff |
annotate
|
2009-03-02 |
unc0rr |
laser beam by nemo reworked a bit by me
|
file |
diff |
annotate
|
2009-03-01 |
unc0rr |
4 utilities by nemo
|
file |
diff |
annotate
|
2009-02-20 |
unc0rr |
'Reduce quality' patch by nemo
|
file |
diff |
annotate
|
2009-02-15 |
unc0rr |
Templates filter by nemo
|
file |
diff |
annotate
|
2009-02-01 |
unc0rr |
Apply nemo's patch polished by me:
|
file |
diff |
annotate
|
2009-01-31 |
unc0rr |
Options for bonus box probability tuning and number of turn until sudden death
|
file |
diff |
annotate
|
2009-01-26 |
unc0rr |
Fix nemo's large land patch
|
file |
diff |
annotate
|
2009-01-25 |
unc0rr |
Apply nemo's world resize patch
|
file |
diff |
annotate
|
2009-01-09 |
unc0rr |
Initial health graphic implementation
|
file |
diff |
annotate
|
2009-01-02 |
unc0rr |
Quick replay round to spectators until current move
|
file |
diff |
annotate
|
2008-12-05 |
unc0rr |
Implement Solid Land checkbox
|
file |
diff |
annotate
|
2008-10-13 |
unc0rr |
Make messages be more debug-friendly
|
file |
diff |
annotate
|
2008-09-29 |
unc0rr |
- Fix water rise
|
file |
diff |
annotate
|
2008-09-28 |
unc0rr |
Start flames rework
|
file |
diff |
annotate
|
2008-08-08 |
unc0rr |
Start implementing support for 32bit sprites concerned in map generation process.
|
file |
diff |
annotate
|
2008-07-27 |
unc0rr |
Add an option to engine for turning music off
|
file |
diff |
annotate
|
2008-07-27 |
unc0rr |
- Airplane is higher
|
file |
diff |
annotate
|
2008-07-27 |
unc0rr |
Remember initial resolution settings to use when switching to fullscreen mode
|
file |
diff |
annotate
|
2008-07-14 |
unc0rr |
Repair screenshots capture on 'C' key press
|
file |
diff |
annotate
|
2008-07-07 |
unc0rr |
Update copyright headers a bit
|
file |
diff |
annotate
|
2008-07-06 |
unc0rr |
Dec delay
|
file |
diff |
annotate
|
2008-07-06 |
unc0rr |
Water rises after 25 mins of round, health is decreased after 20 mins
|
file |
diff |
annotate
|
2008-07-06 |
unc0rr |
- Prepare for sudden death implementation
|
file |
diff |
annotate
|
2008-06-11 |
unc0rr |
Get rid of old console
|
file |
diff |
annotate
|
2008-05-25 |
unc0rr |
Use nick from frontend to prepend chat messages
|
file |
diff |
annotate
|
2008-05-24 |
unc0rr |
- Start chat implementation: chat strings are on the screen
|
file |
diff |
annotate
|
2008-05-08 |
unc0rr |
- Small optimization in hwFloat
|
file |
diff |
annotate
|
2008-05-08 |
unc0rr |
- Some changes in clusters initialization
|
file |
diff |
annotate
|
2008-04-27 |
unc0rr |
Update copyright info in source files headers
|
file |
diff |
annotate
|
2008-04-24 |
unc0rr |
- New statistics
|
file |
diff |
annotate
|
2008-04-24 |
unc0rr |
- Fix introduced bug with hh physics
|
file |
diff |
annotate
|
2008-04-13 |
unc0rr |
Fix warnings
|
file |
diff |
annotate
|
2008-04-12 |
unc0rr |
- Small formatting changes
|
file |
diff |
annotate
|
2008-03-07 |
unc0rr |
Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
|
file |
diff |
annotate
|
2008-02-22 |
unc0rr |
- Get rid of PageSimpleGame, now pressing 'quick game' just starts round
|
file |
diff |
annotate
|
2008-02-21 |
unc0rr |
Start console OpenGL reincarnation
|
file |
diff |
annotate
|
2008-02-01 |
unc0rr |
- Store sky color in theme cfg file
|
file |
diff |
annotate
|
2008-01-28 |
unc0rr |
- Some optimizations
|
file |
diff |
annotate
|
2008-01-28 |
unc0rr |
- Enable back console (doesn't render yet)
|
file |
diff |
annotate
|
2008-01-27 |
unc0rr |
More sprites are visible
|
file |
diff |
annotate
|
2008-01-26 |
unc0rr |
Enable back fps counter
|
file |
diff |
annotate
|
2008-01-25 |
unc0rr |
Now show sprites too
|
file |
diff |
annotate
|
2008-01-25 |
unc0rr |
Some further work on switching to OpenGL rendering
|
file |
diff |
annotate
|
2008-01-25 |
unc0rr |
Start conversion to OpenGL rendering
|
file |
diff |
annotate
|
2007-12-02 |
unc0rr |
's' key to speed up demo playing
|
file |
diff |
annotate
|
2007-10-21 |
unc0rr |
- New training (not finished yet)
|
file |
diff |
annotate
|
2007-09-29 |
unc0rr |
- Fix some warnings
|
file |
diff |
annotate
|
2007-07-20 |
unc0rr |
Finalize basic playlists implementation
|
file |
diff |
annotate
|
2007-07-08 |
unc0rr |
- Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
|
file |
diff |
annotate
|
2007-07-01 |
unc0rr |
- Better randomness of placing hedgehogs on the land
|
file |
diff |
annotate
|
2007-06-07 |
unc0rr |
Ability to choose which info is shown above hedgehogs
|
file |
diff |
annotate
|
2007-06-03 |
unc0rr |
- Fix some bugs
|
file |
diff |
annotate
|
2007-05-27 |
unc0rr |
Option for alternative damage tags
|
file |
diff |
annotate
|
2007-03-15 |
displacer |
merge fixes from branch
|
file |
diff |
annotate
|
2007-03-11 |
unc0rr |
- Fix most of the warnings in hwengine
|
file |
diff |
annotate
|
2007-02-23 |
unc0rr |
Fix run with DEBUGFILE turned off
|
file |
diff |
annotate
|
2007-02-12 |
unc0rr |
Fix AI using shotgun and Desert Eagle
|
file |
diff |
annotate
|
2007-02-11 |
unc0rr |
AI thinks in separate thread
|
file |
diff |
annotate
|
2007-02-05 |
unc0rr |
Update copyright information
|
file |
diff |
annotate
|
2007-01-27 |
unc0rr |
integer -> LongInt
|
file |
diff |
annotate
|
2007-01-27 |
unc0rr |
- Repair bots: they can walk and use bazooka, possible cannot jump (why?)
|
file |
diff |
annotate
|
2007-01-21 |
unc0rr |
Fixed-point arithmetics in engine.
|
file |
diff |
annotate
|
2007-01-16 |
unc0rr |
Another float debug
|
file |
diff |
annotate
|
2007-01-14 |
unc0rr |
- Fix not debug build
|
file |
diff |
annotate
|
2007-01-11 |
unc0rr |
Calculate land digest
|
file |
diff |
annotate
|
2007-01-07 |
unc0rr |
Release mouse when keyboard focus lost
|
file |
diff |
annotate
|
2007-01-04 |
unc0rr |
More statistics
|
file |
diff |
annotate
|
2007-01-04 |
unc0rr |
- Better blowtorch
|
file |
diff |
annotate
|
2006-12-17 |
unc0rr |
Attack angle constraints
|
file |
diff |
annotate
|
2006-12-14 |
unc0rr |
Simplify hedgehogs physics code, make it better
|
file |
diff |
annotate
|
2006-12-10 |
unc0rr |
Implemented FPS limit and show/hide FPS value
|
file |
diff |
annotate
|
2006-12-10 |
unc0rr |
- Implement ammo cases
|
file |
diff |
annotate
|
2006-11-29 |
unc0rr |
Let mouse cursor be closer to screen edges
|
file |
diff |
annotate
|
2006-11-27 |
unc0rr |
Pause support (mouse cursor is released when the game is paused)
|
file |
diff |
annotate
|
2006-10-27 |
unc0rr |
Implement Knowledge Base for libs/compilers bugs
|
file |
diff |
annotate
|
2006-10-12 |
unc0rr |
- Many small fixes
|
file |
diff |
annotate
|
2006-10-05 |
unc0rr |
Cardinal -> Longword
|
file |
diff |
annotate
|
2006-10-05 |
unc0rr |
Relicense to GPL
|
file |
diff |
annotate
|
2006-09-27 |
unc0rr |
Changeable volume
|
file |
diff |
annotate
|
2006-09-11 |
unc0rr |
- Many fixes to AI
|
file |
diff |
annotate
|
2006-08-11 |
unc0rr |
Small fixes for better FPC compatibility
|
file |
diff |
annotate
|
2006-08-11 |
unc0rr |
- Many type fixes
|
file |
diff |
annotate
|
2006-08-06 |
unc0rr |
Get rid of x86 assembler when using fpc
|
file |
diff |
annotate
|
2006-08-05 |
unc0rr |
- Fixed compilation
|
file |
diff |
annotate
|
2006-07-21 |
unc0rr |
More translations
|
file |
diff |
annotate
|
2006-07-20 |
unc0rr |
- Fixed bug with hedgehog under water using rope
|
file |
diff |
annotate
|
2006-07-16 |
unc0rr |
- New test map
|
file |
diff |
annotate
|
2006-07-11 |
unc0rr |
- New First Aid powerup
|
file |
diff |
annotate
|
2006-07-08 |
unc0rr |
- Unicode support for team and hedgehogs names
|
file |
diff |
annotate
|
2006-06-29 |
unc0rr |
Basic save support in engine
|
file |
diff |
annotate
|
2006-06-23 |
unc0rr |
- Many AI improvements
|
file |
diff |
annotate
|
2006-01-25 |
unc0rr |
- Replaced water sprite
|
file |
diff |
annotate
|
2006-01-21 |
unc0rr |
Send run parameters by cmd line, game parameters by IPC... breaks network game
|
file |
diff |
annotate
|
2006-01-19 |
unc0rr |
- Fixed bubble theme object
|
file |
diff |
annotate
|
2006-01-12 |
unc0rr |
Show team health bars, without sorting yet
|
file |
diff |
annotate
|
2006-01-10 |
unc0rr |
- Removed dark pixels on the corners of health case
|
file |
diff |
annotate
|
2006-01-07 |
unc0rr |
- Increased FPS
|
file |
diff |
annotate
|
2005-12-28 |
unc0rr |
With this patch the game doesn't crash when gaming by net
|
file |
diff |
annotate
|
2005-12-05 |
unc0rr |
Add theme objects to land
|
file |
diff |
annotate
|
2005-09-12 |
unc0rr |
minor code review
|
file |
diff |
annotate
|
2005-09-07 |
unc0rr |
- Show no crosshair when using mine
|
file |
diff |
annotate
|