hedgewars/uStore.pas
2012-08-17 nemo This union hasn't been needed for 5 years, and makes using other headers harder.
2012-08-05 Stepan777 merge
2012-08-05 nemo Add bot level to CPU flag
2014-01-09 unc0rr Filter sprSDFlake too, so engine could pass initialization gl2
2014-01-09 Wolfgang Steffens Import temp.diff which is a try to fix glitches with textures edges gl2
2012-07-08 Stepan777 First try to use framebuffer, instead of auxilary buffer.
2012-07-06 Stepan777 When compiling with sdl2 use it instead of glut for creating hidden window (as suggested by koda).
2012-07-10 Wolfgang Steffens Added auto cropping to atlasing
2012-06-25 Wolfgang Steffens using atlas for rendering now
2012-06-25 Wolfgang Steffens retaining SDL surfaces in order to allow recreating atlases from scratch without
2012-06-11 Stepan777 1. Implement new page in frontend with options for video recording.
2012-06-07 Stepan777 1. Add IFDEFs for video recording
2012-06-05 Wolfgang Steffens Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
2012-06-05 Wolfgang Steffens Merge
2012-06-04 Stepan777 here it is
2012-06-03 nemo Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
2012-05-31 unc0rr pas2c stuff
2012-05-28 Wolfgang Steffens moved generic matrix code to uMatrix.pas
2012-05-28 unc0rr Some improvements to pas2c
2012-05-25 Wolfgang Steffens initial GLSL1.2 test version
2012-05-25 Wolfgang Steffens Removed lazy update: workaround for R7103
2012-05-25 Wolfgang Steffens merge
2012-05-23 nemo http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg
2012-05-22 Wolfgang Steffens Merge
2012-05-21 koda better lazy loading for cScaleFactor
2012-05-17 Xeli fix sdl13 build
2012-05-14 Wolfgang Steffens readded optimization for SetScale
2012-05-14 Wolfgang Steffens Replaced FFP code that sets up orthogonal projection with explicit matrix
2012-05-10 koda minor changes for warnings and a variables scope
2012-05-10 unc0rr Some work to make more units compile after conversion to c
2012-05-05 koda old typed const moved to their proper unit
2012-05-05 koda the scope cleanup continues...
2012-05-05 koda split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)
2012-05-03 unc0rr Get rid of overloaded functions in uRenderUtils
2012-05-02 koda rename a few Draw* routines
2012-05-02 koda change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
2012-05-02 koda add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
2012-05-01 koda breaking news, we don't support typed consts anymore
2012-04-21 unc0rr - Remove support for variables in command handlers
2012-04-12 koda minor gl debug/comments
2012-02-28 nemo Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.
2012-02-17 koda the most important commit of the year
2012-02-12 koda tipped by xeli, ammomenu texture needs to be redrawn on resize to update its position
2012-02-12 koda gather context restoration under a single keyword
2012-02-06 Xeli fix compiler error for non android build
2012-02-05 koda BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
2012-01-30 koda ahem, fix build
2012-01-29 koda rotation ftw!!! (engine part)
2012-01-26 Xeli added pause/resume functionality for android, android need the opengl context to be recreated along with textures and whatnot
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
2011-12-07 nemo Suggestion of sheepluva's - disable timebox in crates after SD, and set to disabled in Ammo. Also disable switch hedgehog for teams of 1 hedgehog in size, and try and correct what appears to be a bug in reserved hats.
2011-12-03 unc0rr No more nested functions in code
2011-11-27 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
2011-11-24 koda GSoC 2011: Android port - merged mainstream
2011-11-17 koda yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
2011-11-15 koda move the order of reloading texture to workaround buggy drivers
2011-11-14 nemo Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
2011-11-14 nemo reset chat lines too
2011-11-14 nemo Since I'm storing the text string anyway, might as well recreate captions on resize as well
2011-11-12 Xeli merge...i think hedgeroid
2011-11-05 koda and while we are giving SDLh.pas all this love, let's fix the signature of one SDL_ttf calls
2011-10-28 koda one dangerous merge hedgeroid
2011-10-06 koda (a lot of) ooops
2011-09-30 koda a little code cleanup
2011-09-25 koda reviewed the build system and parts of the previous merge, performed some code cleanup hedgeroid
2011-09-25 Xeli merge hedgeroid
2011-09-25 koda some hopefully harmless experiments Hedgewars-iOS-1.3.2
2011-09-16 Xeli merge hedgeroid
2011-09-12 nemo Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
2011-09-11 sheepluva fix for issue #276
2011-09-01 Xeli merge + changed the tardis image to egg.png because the data folder isn't up to date hedgeroid
2011-08-31 unc0rr - Don't reload fonts
2011-08-31 unc0rr Fix check for darwin or win32. Add debug message.
2011-08-30 nemo Reset to SD sky colour if in SD Hedgewars-iOS-1.3
2011-08-28 koda ios: fix a couple of bad memory management (unrelated to the crash at the end of each game)
2011-08-26 nemo Use frontend value for fullscreening.
2011-08-23 koda enable window resizing (tested only on linux) - fix issue 103
2011-08-28 Xeli sabotage of the iphone port failed.. hedgeroid
2011-08-23 koda FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
2011-08-22 koda set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
2011-08-22 nemo Free land texture, reset sky colour.
2011-08-21 Xeli merge hedgeroid
2011-08-20 nemo Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
2011-08-15 Xeli merge hedgeroid
2011-08-14 koda smaller code cleanup
2011-08-14 nemo Seduction animation. New visual gear type.
2011-08-09 Xeli merge hedgeroid
2011-08-07 koda oops this slipped through
2011-08-06 koda Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
2011-06-24 Xeli merge hedgeroid
2011-06-21 Xeli First commit.. hedgeroid
2011-06-21 nemo Make sky, horizon, flakes and clouds optional, replace repeated strips of skyL/skyR with 2x2 transparent PNGs instead of larger images of variable dimensions, remove a number of empty unused images
2011-06-21 nemo Remove default transparent chunks. Chunk will only be added if theme defined.
2011-06-13 nemo Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
2011-05-23 nemo Try and avoid problem reported by users like RDChrisco with cards that only support 512 texture size, and disable backgrounds. Also, reorganise the rq flags sprite loading a bit. Needs testing to make sure it matches the sprite uses. It should though.
2011-04-29 koda make sdl1.3 window creation code more readable
2011-04-27 koda fix some more warnings
2011-04-25 koda initial refactoring of ObjcExports and OverlayViewController
2011-04-21 koda Clean Augean stables 2 (pascal has classnames available)
2011-04-10 unc0rr Add a parameter for game simulation with no gui/sound enabled, just to get statistics
2011-04-05 koda strangely enough, the new sdl rotation code is incompatible with our system... this is a workaround that should hold up until their code becomes more stable
2011-03-26 koda fix a couple of loose ends
2011-03-24 koda this supposedly makes hwengine work with sdl 1.3 past rev 5296
2011-03-23 koda glswapbuffer consistency and create the window in the center (still, it doesn't work past sdl r5296)
2011-03-17 koda and or is not or and is not and
2011-03-13 koda update some sdl-1.3 bindings (working up to rev 5296)
2011-03-01 koda Happy 2011 :)
2011-02-07 koda update sdl apis to use the new rendering functions
2011-02-05 sheepluva initialize pointers properly with nil
2011-02-05 koda cleaning up how chat is handled on idevices
2011-02-02 koda update libs and move the multiwindow handling from internal libsdl mods to proper apis usage
2011-02-01 sheepluva Thou shalt not leak!
2011-02-01 koda addfilelog <3 debugfile
2011-01-31 koda merge 0.9.15 once again
2011-01-30 nemo Reset things using team colour on change in SetClanColor in lua. This routine had better have been worth it.
2011-01-28 sheepluva procedure for loading hats
2011-01-17 koda code cleanup
2011-01-04 koda merge with HEAD after 0.9.15 release, move consts and vars in their proper files experimental3D
2011-01-02 koda rearrange quality flags a little, disable snow rendering on rqLowRes
2010-12-30 Henek added also splash and droplets to sd and refactored theme.cfg, not all themes updated
2011-01-22 koda fixes for maps and quality = 0 0.9.15
2010-12-29 nemo Unbreak reduce quality on snow/christmas. Thanks Cairo.
2010-12-28 Henek sudden death, now with visual and audial effects :D
2010-12-22 koda damn. it.
2010-12-13 Henek added team flag to AddTeam and made AI team allowed to have custom flags. added GetGearVelocity and SetGearVelocity and removed CopyPV2. changed knockball to use use these functions instead.
2010-11-21 unc0rr Remove some more circular dependencies
2010-11-21 unc0rr uDebug
2010-11-21 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)
2010-11-20 unc0rr Move localization data to uVariables, some Uses cleanup
2010-11-20 unc0rr Introduce uGearsRender
2010-11-18 unC0Rr Introduce uRenderUtils
2010-11-18 unC0Rr Introduce uRender
2010-11-18 unC0Rr Haven't found a better place than uIO for OutError
2010-11-18 unC0Rr Introduce uTextures
2010-11-18 unC0Rr Move some stuff from uMisc to uUtils
2010-11-17 unc0rr Some more
2010-11-17 unc0rr uTeams
2010-11-17 unc0rr uLand isn't that important to them
2010-11-17 unC0Rr Move variables from uMisc to uVariables
2010-11-17 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
2010-12-27 koda add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time experimental3D
2010-11-15 koda update the 3d branch after release experimental3D
2010-11-12 Palewolf Light trails for bullets
2010-11-11 nemo Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
2010-11-09 nemo restore circle
2010-10-27 koda update branch with latest head, most likely breaking water color in stereo mode experimental3D
2010-10-12 koda minor stuff
2010-10-11 Tobias Neumann New Weapon: Resurrector (TODO: ammo icon + sprites)
2010-10-10 koda some optimizations to drawing and fetching data of new ammomenu
2010-10-09 koda merge
2010-10-08 unc0rr Some optimizations
2010-10-09 koda made the new menu toggable
2010-10-07 koda move all mobile-related functions in their own module, provides a structure for future mobile ports
2010-10-02 koda iPad Video Out support (+less warnings +code update for latest SDL)
2010-09-26 koda enable Lua for iOS (hooks for frontend to be done)
2010-09-22 koda captions are scaled down when they're bigger than screen
2010-09-22 koda compilation bugfix and scaling down textures when bigger than screen
2010-09-19 koda re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite)
2010-09-17 koda added forgotten images, removed support for CJK fonts (saving 13 MB)
2010-09-14 smaxx Engine:
2010-09-12 nemo Adjust to reduced ammo menu dimensions.
2010-09-01 smaxx Engine:
2010-08-26 smaxx Engine:
2010-08-26 tiyuri Fixes memory leak -Burp
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
2010-08-24 smaxx Engine:
2010-08-23 smaxx Frontend:
2010-07-31 koda remove trailing spaces from end of line
2010-08-18 smaxx Engine: experimental3D
2010-07-31 koda reverted stereo craziness - the experimental3D branch has been created for a reason
2010-08-02 koda these were removed by mistake experimental3D
2010-07-30 smaxx Engine:
2010-07-31 koda applying smaxx patch where it should be experimental3D
2010-07-30 smaxx Engine:
2010-07-30 koda add some comments and fix indentation experimental3D
2010-07-30 koda creating a new branch for experimental 3d stereographic rendering experimental3D
2010-07-25 koda use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
2010-07-22 koda reduce the number of keywords used and switch to BMP format for screenshots
2010-07-13 koda save the gl client state to get a nice 80% fps boost
2010-07-10 koda cWeaponTooltips -> rqTooltipsOff
2010-07-08 koda redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
2010-07-07 koda enable tooltips on ipad (todo: disable them on iphone)
2010-07-07 koda fix the multitouch shooting and moving
2010-07-02 koda interpret parameters before initializing everything
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)
2010-06-26 nemo Flag dimensions with booleans instead of using 0.
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.
2010-06-20 koda some memory caring code
2010-06-20 koda fix zoom smoothness
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)
2010-06-17 nemo Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
2010-06-03 smxx Engine:
2010-06-02 koda a bunch of minor stuff
2010-05-16 koda update sdl functions to latest revision
2010-05-07 smxx Engine:
2010-05-02 smxx Engine:
2010-05-02 koda js' patch that restores Vsync on snow leopard
2010-05-01 koda Henek's patch - adds a column to ammoMenu and removes the F* column in iphone version
2010-05-01 smxx Engine:
2010-05-01 sheepluva * added some comments
2010-04-29 smxx Engine:
2010-04-29 smxx Engine:
2010-04-15 smxx Engine:
2010-04-10 smxx Frontend:
2010-04-09 nemo Skip loading of splashes
2010-03-30 smxx Frontend:
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
2010-03-29 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
2010-03-26 smxx Engine:
2010-03-21 koda fix a small leak
2010-03-21 unc0rr In pascal unit is a namespace
2010-03-20 koda update project for ipad target
2010-03-17 koda restore compilation on simulator and device
2010-03-06 smxx Engine:
2010-03-06 unc0rr Replace tabs with spaces using 'expand -t 4' command
2010-03-02 smxx Engine:
2010-03-01 smxx Engine:
2010-02-26 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.
2010-02-26 nemo Font switch requested by Copy Liu in issue #220 - a GPL CJK font set that includes some hand-drawn bitmaps for lower resolutions, reducing fuzziness of CJK chars in places like the ammo menu
2010-02-22 smxx Engine:
2010-02-22 nemo Check the right midpoint font
2010-02-22 nemo Fix CJK in tooltips.
2010-02-15 smxx Engine:
2010-02-12 smxx Engine:
2010-02-10 smxx Engine:
2010-02-04 koda update iphone port to new code from Smaxx
2010-02-04 smxx Engine:
2010-02-04 smxx Server:
2010-01-31 smxx Engine:
2010-01-30 koda redo LANDSCAPE MODE in a saner way with lots of fps
2010-01-29 koda LANDSCAPE ON IPHONE
2010-01-26 koda complete the replacement of init/free wrappers for every unit
2010-01-24 koda fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
2010-01-23 koda settings tab has now a very nice iphone-like interface
2010-01-18 koda replace initialization/finalization statements with custom init functions
2010-01-16 koda objc/pascal finally working
2010-01-16 koda code cleanup and opengles optimizations
2010-01-14 koda makes freepascal code compatible with OBJFPC mode
2010-01-09 koda move mixed functions in PascalExports
2010-01-09 koda iphone overlay button animation
2010-01-07 nemo Hopefully this is the last error. Fix the if test, offset by -1 due to how the output appears to be handled.
2010-01-07 nemo Drop the LongInt conversion, strip the two tests that are too large
2010-01-07 nemo bit of a short circuit to reduce a few pointless tests on most text strings
2010-01-05 nemo Non-hacked version of CJK handling. Should switch to CJK rendering only if a particular string needs it, instead of based on locale file.
2010-01-03 koda lupdate + Palewolf's updated spanish translation + other patches of mine
2010-01-03 koda check for sdl_image and sdl_mixer versions
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
2009-12-24 koda regression, powerpc colors working again
2009-12-24 koda introduction of IMG_Init
2009-12-19 koda update SDLMain.m/.h to latest version
2009-12-18 koda complete transition of longword->sdl_color for TTF bindings
2009-12-16 koda random updates for 10.6 and iphone builds
2009-11-29 unc0rr Smaxx patch with tuning by me:
2009-11-20 koda trailing mods from previous commit
2009-11-20 koda revamped file access and debug display
2009-11-15 koda Color Fix in PPC + files fallbacks
2009-11-15 koda forgot this file in previous commit
2009-11-14 nemo koda, can we try to keep unC0Rr's code formatting, and not just change it when we feel like it?
2009-11-14 koda fix wrong ttf blending in ppc
2009-11-11 koda removes workaround except for iphone
2009-11-10 nemo unbreak build
2009-11-10 koda color works under ppc
2009-11-05 koda revert previous commit to remove a wip patch
2009-11-05 koda update themes cmakefiles to use GLOB instead of listing all the files
2009-11-05 koda fix iphone build
2009-11-05 koda revamped SDLh.pas
2009-11-05 koda move compiler directives to standard pascal
2009-11-04 nemo Oops. Accidentally removed the scaling.
2009-11-02 nemo A basic Spidey hat, leave hat on when roping.
2009-10-29 koda add an uninstall target (to be tested)
2009-10-29 koda fix missing land on ppc
2009-10-25 koda fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
2009-10-25 koda fix build
2009-10-25 koda convert 24 bits images to 32 (faster to manage)
2009-10-25 koda completes touch input/control (problems with moving camera)
2009-10-23 koda err, complete previous commit
2009-10-22 koda update color management for new sdl_image on mac
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.
2009-10-20 koda WE HAVE TOUCH INPUT
2009-10-20 koda update sdlmain files to 1.2.14
2009-10-21 nemo Disable NPOTT in 0.9.12 tag :) 0.9.12
2009-10-15 nemo Remove sprFlake from set of clamped textures
2009-10-14 koda Smaxx's updated german translation + texture gap fixes + updated room list
2009-10-12 koda can compile on iphone again
2009-10-12 unc0rr Huge Smaxx patch with some fixes by me:
2009-10-12 unc0rr - Fix camera area with different zoom levels
2009-09-27 unc0rr - Patch for "Syncronizing" message by Smaxx + some tweaks by me
2009-09-10 nemo Strip trailing spaces
2009-08-26 nemo Lower bound on speech text width for proper rendering
2009-08-01 unc0rr New waves rendering procedure based on using texture coodrinates > 1.0
2009-07-30 nemo Selectively enable clamping - seeing if this helps avoid weird flake problems while still fixing vertical lines in waves and sky
2009-07-28 nemo Avoid /0 in SetScale - not sure this is right way to do it though. But just to try and stop crashing prg's machine
2009-07-28 unc0rr - Remove one AddProgress call
2009-07-12 koda corrects a wrong binding
2009-07-11 koda -fix bamboo theme (unsupported color profile)
2009-07-11 koda accessory stuff for iphone
2009-07-10 koda real fix for iphone color (reverting previous commit)
2009-07-09 koda routine for loading lower resolution horizont and sky for nature theme when bigger images are not supported; right now they are not installed, but they could be useful for less powerful machines in general
2009-07-07 koda -Removal of older WAV files, now useless thanks to OpenAL
2009-07-06 koda once again, trying to restore windows compatibility from nemo's experiments
2009-07-06 koda patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
2009-07-06 koda -fix teleport sound when moving to wrong positions
2009-07-03 koda reworked progress structure
2009-06-18 nemo Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
2009-06-13 unc0rr Some work on zooming. Hedgewars are now unplayable.
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
2009-06-11 unc0rr Patch by Smaxx:
2009-06-11 unc0rr Patch by koda:
2009-06-02 nemo A few FIXME flags for easy grepping
2009-05-03 nemo Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
2009-05-01 unc0rr nemo's tweaks to bubbles
2009-04-30 unc0rr Oops, remove debug stuff
2009-04-30 unc0rr nemo's great patch:
2009-04-13 unc0rr - Fix training
2009-04-03 unc0rr Patch by nemo:
2009-03-23 unc0rr patch by koda:
2009-03-22 unc0rr Save much CPU time by initializing vertex arrays in texture creation function
2009-03-22 unc0rr Use GL_TRIANGLE_FAN instead of GL_TRIANGLES (more efficient)
2009-03-22 unc0rr Apply koda's OpenGL ES compatibility patch
2009-03-18 unc0rr - Fix warnings in frontend
2009-03-16 unc0rr Don't use GLU
2009-03-07 unc0rr - nemo's patch: some animations, zero probability for infinite weapons
2009-03-02 unc0rr laser beam by nemo reworked a bit by me
2009-02-18 unc0rr More reorganization
2009-02-18 unc0rr Reorganize land texteure function in prepare to texture split
2009-01-18 unc0rr Fallback to no hat when hat couldn't be loaded
2008-12-04 unc0rr Don't call SDL_FreeSurface with null pointer
2008-10-27 unc0rr Draw dark background under chat text
2008-09-28 unc0rr - Hedgehog doesn't take off hat when shooting from shotgun
2008-09-11 unc0rr Hat 'wearing' animation
2008-08-31 unc0rr Hats now fully implemented for local game
2008-08-08 unc0rr - Fix previous commit
2008-08-08 unc0rr Start implementing support for 32bit sprites concerned in map generation process.
2008-07-27 unc0rr Add ability to resize engine's window
2008-07-22 unc0rr Load flakes information from theme.cfg when playing painted map
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-04-27 unc0rr Update copyright info in source files headers
2008-04-20 unc0rr Teleport animation
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-04-13 unc0rr Fix warnings
2008-03-24 unc0rr Use 'rope gun' sprite
2008-03-24 unc0rr Use 'regular standing' and 'rope swing' hedgehog sprites
2008-03-09 unc0rr Fix hedgehogs switching hang
2008-03-07 unc0rr Finish flakes implementation
2008-02-21 unc0rr Start console OpenGL reincarnation
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 - Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization
2008-01-27 unc0rr Store Land surface in memory:
2008-01-27 unc0rr - Update land texture after explosions
2008-01-27 unc0rr Fix a bug introduced in previous revision (accidental delete of land surface)
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 hedgehogs are seen on map :)
2008-01-26 unc0rr Enable back fps counter
2008-01-25 unc0rr Respect alpha channel
2008-01-25 unc0rr Now show sprites too
2008-01-25 unc0rr Some further work on switching to OpenGL rendering
2008-01-25 unc0rr Start conversion to OpenGL rendering
2008-01-14 unc0rr Make team health bar surface transparent
2007-12-30 unc0rr Finally, get rid of large stupid StoreSurface
2007-12-30 unc0rr The rest of stuff converted to sprites
2007-10-20 unc0rr Add theme and map by omen (with fixes by me)
2007-07-21 unc0rr Small fixes
2007-07-03 unc0rr - Introduce clans (teams with same color)
2007-07-02 unc0rr Convert teams list to array
2007-06-03 unc0rr - Fix some bugs
2007-05-22 unc0rr - Fix bug with desert damaging current hedgehog
2007-05-07 unc0rr New loading progress sprite code
2007-03-11 unc0rr - Fix most of the warnings in hwengine
2007-02-11 unc0rr Delphi mode off
2007-02-05 unc0rr Update copyright information
2007-01-27 unc0rr integer -> LongInt
2007-01-21 unc0rr Small fixes to bring engine to life
2007-01-21 unc0rr Fixed-point arithmetics in engine.
2006-12-10 unc0rr Current hedgehog is on top of others in Z-order
2006-11-27 unc0rr Pause support (mouse cursor is released when the game is paused)
2006-10-27 unc0rr Implement Knowledge Base for libs/compilers bugs
2006-10-27 unc0rr Add workaround over freepascal bug (http://www.freepascal.org/mantis/view.php?id=7613)
2006-10-25 unc0rr Better crosshair
2006-10-19 unc0rr Support font styles
2006-10-16 unc0rr Make use of "unused" struct member (based on sdl_ttf example)
2006-10-16 unc0rr Small fixes
2006-10-16 unc0rr Better error message
2006-10-16 unc0rr - New crosshair
2006-10-12 unc0rr - Many small fixes
2006-10-08 unc0rr Bots are in the same thread as game. Fixes FreePascal issues.
2006-10-05 unc0rr Alpha channel value fix
2006-10-05 unc0rr Color fixes
2006-10-05 unc0rr Relicense to GPL
2006-09-23 unc0rr - AmmoMenu
2006-08-11 unc0rr Small fixes for better FPC compatibility
2006-08-11 unc0rr - Many type fixes
2006-08-10 unc0rr - Fixed integer->longint
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-20 unc0rr - Fixed bug with hedgehog under water using rope
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-01-21 unc0rr Send run parameters by cmd line, game parameters by IPC... breaks network game
2006-01-20 unc0rr - Fixed game loading
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-10 unc0rr - Removed dark pixels on the corners of health case
2006-01-09 unc0rr - Fixed console behavior
2006-01-05 unc0rr Better Desert Eagle and Shotgun
2006-01-05 unc0rr - Properly get seed in net game
2005-12-31 unc0rr - New rope
2005-12-27 unc0rr - Fixed slow sprite blt
2005-08-23 unc0rr - set svn:eol-style to native
2005-08-22 unc0rr Add current sources.
less more (0) tip