hedgewars/uStore.pas
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
less more (0) -120 tip