hedgewars/uWorld.pas
2009-03-22 unc0rr use glVertexPointer to render water
2009-03-22 unc0rr Apply koda's OpenGL ES compatibility patch
2009-03-08 unc0rr Patch by nemo
2009-02-23 unc0rr d'oh, the patch was fail
2009-02-23 unc0rr Nemo's patch allowing different water sprites size
2009-02-20 unc0rr 'Reduce quality' patch by nemo
2009-02-18 unc0rr Split land texture into small ones:
2009-02-18 unc0rr More reorganization
2009-02-18 unc0rr Reorganize land texteure function in prepare to texture split
2009-01-30 unc0rr Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon
2009-01-26 unc0rr Fix nemo's large land patch
2009-01-25 unc0rr Apply nemo's world resize patch
2009-01-17 unc0rr RC Plane
2009-01-13 unc0rr shutup tiyuri
2009-01-08 unc0rr Don't set focus on gears when curor is visible (should fix cursor jumping)
2008-12-05 unc0rr Don't hide ammo menu when user clicks on not yet available weapon
2008-10-31 unc0rr - Add a bunch of hats
2008-09-12 unc0rr Allow theme to set custom water color
2008-07-27 unc0rr Draw yet not available ammo grayscaled
2008-07-27 unc0rr Add ability to resize engine's window
2008-07-07 unc0rr Update copyright headers a bit
2008-07-04 unc0rr Testing explosion particles implementation
2008-06-22 unc0rr Complete exit confirmation implementation
2008-06-11 unc0rr Get rid of old console
2008-05-30 unc0rr Ammo count == 9 is infinite
2008-05-28 unc0rr Use turnsleft sprites to indicate turns left to activate ammo
2008-05-27 unc0rr Get rid of unused Surface parameter
2008-05-19 unc0rr Stub for chat implementation
2008-04-27 unc0rr Update copyright info in source files headers
2008-04-13 unc0rr Also, repair weapon count show in ammo menu
2008-04-13 unc0rr Repair weapon name show in ammo menu
2008-04-13 unc0rr Get rid of DXOutText call
2008-04-13 unc0rr Get rid if deprecated Surface parameter of Draw* calls
2008-03-07 unc0rr - Use cloud as 'visual gear'
2008-03-04 unc0rr - Massive images update by Tiyuri
2008-02-05 unc0rr - New command 'set weapon'
2008-02-01 unc0rr - Store sky color in theme cfg file
2008-01-28 unc0rr Solve problem with crosshairs
2008-01-28 unc0rr - Some optimizations
2008-01-27 unc0rr - Add alpha-channel to all sprites left
2008-01-27 unc0rr Now game looks almost like it did before switching to OpenGL
2008-01-27 unc0rr More sprites are visible
2008-01-27 unc0rr Now land texture renders properly
2008-01-26 unc0rr Enable back fps counter
2008-01-26 unc0rr Enable water waves back
2008-01-25 unc0rr Respect alpha channel
2008-01-25 unc0rr Now show sprites too
2008-01-25 unc0rr Start conversion to OpenGL rendering
2007-12-30 unc0rr Finally, get rid of large stupid StoreSurface
2007-12-30 unc0rr The rest of stuff converted to sprites
2007-12-17 unc0rr Move map view also when we have no window focus
2007-09-21 unc0rr Add CurrentHedgehog variable which simplifies code
2007-07-20 unc0rr Finalize basic playlists implementation
2007-07-02 unc0rr Convert teams list to array
2007-05-27 unc0rr - Check for incoming buffer overflow
2007-03-17 unc0rr - Get rid of operator := to have GPC support
2007-02-15 unc0rr Better Sync animation :)
2007-02-07 unc0rr Airplane can fly from right to left
2007-02-05 unc0rr Update copyright information
2007-01-27 unc0rr integer -> LongInt
2007-01-21 unc0rr Fixed-point arithmetics in engine.
2007-01-07 unc0rr Release mouse when keyboard focus lost
2006-12-10 unc0rr Render FPS value to its own surface one time a second
2006-12-10 unc0rr - Implement ammo cases
2006-12-09 unc0rr Hedgehogs names are drawn where the hedgehogs are
2006-11-29 unc0rr Let mouse cursor be closer to screen edges
2006-11-28 unc0rr - Pickhammer sound
2006-11-27 unc0rr Pause support (mouse cursor is released when the game is paused)
2006-11-15 unc0rr - Fix crosshair position
2006-10-25 unc0rr Better crosshair
2006-10-16 unc0rr - New crosshair
2006-10-08 unc0rr Bots are in the same thread as game. Fixes FreePascal issues.
2006-10-05 unc0rr Relicense to GPL
2006-09-28 unc0rr 'h' marks out current hedgehog
2006-09-27 unc0rr - Some improvements to volume control
2006-09-27 unc0rr Changeable volume
2006-09-24 unc0rr Many small fixes
2006-09-24 unc0rr Ammo menu now works!
2006-09-23 unc0rr - AmmoMenu
2006-09-20 unc0rr Network protocol uses integers in network byte order
2006-09-15 unc0rr - Fix AI not to damage self hedgehogs
2006-08-14 unc0rr - Use right packet length
2006-08-12 unc0rr - Initialize translations earlier
2006-08-11 unc0rr Small fixes for better FPC compatibility
2006-08-11 unc0rr - Many type fixes
2006-08-06 unc0rr - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
2006-08-05 unc0rr - Fixed compilation
2006-07-24 unc0rr - First hedgehog in team has first turn in team
2006-07-23 unc0rr - New fort
2006-07-20 unc0rr - Fixed bug with hedgehog under water using rope
2006-07-16 unc0rr - New test map
2006-07-11 unc0rr - New First Aid powerup
2006-07-08 unc0rr - Unicode support for team and hedgehogs names
2006-06-28 unc0rr - Changed falling damage scoring
2006-06-23 unc0rr - Many AI improvements
2006-06-20 unc0rr Show the bot thinking, when he does it after attack
2006-02-01 unc0rr - Fixed compiling .)
2006-01-25 unc0rr - Replaced water sprite
2006-01-19 unc0rr - Fixed bubble theme object
2006-01-15 unc0rr - Teams health bars sorting
2006-01-12 unc0rr Show team health bars, without sorting yet
2006-01-07 unc0rr - Increased FPS
2005-12-04 unc0rr - Land generator uses templates to generate
2005-09-07 unc0rr - Show no crosshair when using mine
2005-08-25 unc0rr Smooth change wind bar
2005-08-25 unc0rr Show wind speed on bar
2005-08-23 unc0rr - set svn:eol-style to native
2005-08-22 unc0rr Add current sources.
less more (0) tip