hedgewars/hwengine.pas
Thu, 11 Aug 2011 14:56:31 +0200 Xeli Android touch events propagate to hwengine now hedgeroid
Tue, 09 Aug 2011 21:41:52 +0200 Xeli merge hedgeroid
Sun, 07 Aug 2011 22:18:51 +0400 unc0rr Enter gsConfirm state when loosing focus
Sat, 06 Aug 2011 07:09:30 +0200 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.
Thu, 04 Aug 2011 17:21:13 +0200 Xeli added GenLandPreview declaration hedgeroid
Tue, 28 Jun 2011 17:51:07 +0200 Xeli Added an argument to Game(PChar) which provides a path to the data folder. This allows the user/java side to change from internal sdcard to sdcard hedgeroid
Fri, 24 Jun 2011 13:22:17 +0200 Xeli put back GLUnit in the uses clause, indentation fix, path fix hedgeroid
Fri, 24 Jun 2011 09:36:59 +0200 Xeli Fixed the incomplete merge of rev: 22c1f4833a86 hedgeroid
Wed, 22 Jun 2011 00:38:31 +0200 Xeli First commit.. hedgeroid
Tue, 14 Jun 2011 16:44:51 -0400 nemo corrected user ptData path
Sun, 12 Jun 2011 22:34:38 -0400 nemo Bit more reusability
Sun, 12 Jun 2011 21:06:48 -0400 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.
Fri, 27 May 2011 23:18:23 +0400 unc0rr Don't allocate SDL_event structure on stack
Mon, 25 Apr 2011 06:38:59 +0200 koda initial refactoring of ObjcExports and OverlayViewController
Thu, 21 Apr 2011 07:41:24 +0200 koda Clean Augean stables 2 (pascal has classnames available)
Wed, 20 Apr 2011 05:26:47 +0200 koda and now for something completely different, overlay refactoring!
Sun, 10 Apr 2011 20:24:25 +0400 unc0rr Add a parameter for game simulation with no gui/sound enabled, just to get statistics
Wed, 06 Apr 2011 00:30:02 +0200 koda merge
Tue, 05 Apr 2011 16:27:58 -0400 nemo set cLocale even for en
Wed, 06 Apr 2011 00:29:49 +0200 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
Tue, 05 Apr 2011 16:23:52 -0400 nemo Allow override of voicepack with a locale voicepack. Untested, but should mean that a Default voice should use the Ukranian version if that is their locale.
Tue, 29 Mar 2011 16:24:55 +0200 sheepluva fix leaking of hand-drawn maps
Sat, 26 Mar 2011 22:49:38 +0100 koda fix a couple of loose ends
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Fri, 11 Feb 2011 00:15:11 +0100 koda screenshot binding for library (on ios it just plays the sound)
Tue, 08 Feb 2011 02:43:07 +0100 koda screenshots 4 ios
Mon, 07 Feb 2011 23:12:56 +0100 koda update sdl apis to use the new rendering functions
Sun, 06 Feb 2011 11:39:11 +0100 sheepluva I need this export in order to not have the wrapper.c fail to find Game() on linux
Tue, 01 Feb 2011 19:49:10 +0100 sheepluva Thou shalt not leak!
Tue, 01 Feb 2011 15:30:08 +0100 koda addfilelog <3 debugfile
Tue, 01 Feb 2011 00:18:25 +0100 koda merge 0.9.15 once again
Mon, 17 Jan 2011 23:24:55 +0100 koda merge
Mon, 17 Jan 2011 23:22:52 +0100 koda merge latest 0.9.15 changes into head
Tue, 04 Jan 2011 13:05:30 +0100 koda smaller rearrangement of (non stereo related) variables experimental3D
Tue, 04 Jan 2011 12:53:46 +0100 koda merge with HEAD after 0.9.15 release, move consts and vars in their proper files experimental3D
Sat, 01 Jan 2011 23:10:57 +0100 Henek added flake configuration also in sudden death and SDClouds for underwater
Tue, 01 Feb 2011 00:12:19 +0100 koda yay, sdl resumed development and accepted some of our patches in mainstream 0.9.15
Fri, 14 Jan 2011 00:31:21 +0100 koda general uKey refactor in preparaiton of two new shortcuts 0.9.15
Wed, 08 Dec 2010 22:25:30 +0300 unc0rr Stub to recieve /draw command
Sat, 04 Dec 2010 08:52:57 +0100 koda more retina support and multitasking support
Wed, 01 Dec 2010 00:58:03 +0100 koda un-break build (wrong merge in uConsole) and update project file with the new sources
Mon, 22 Nov 2010 21:43:31 +0300 unc0rr uCommandHandlers
Sun, 21 Nov 2010 16:13:44 -0500 nemo revert 4388 - was there already, I didn't notice. still no idea what the problem is
Sun, 21 Nov 2010 15:57:38 -0500 nemo I think unc0rr forgot to add initModule here
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
Sun, 21 Nov 2010 16:53:31 +0300 unc0rr uCaptions
Sat, 20 Nov 2010 23:48:04 +0300 unc0rr Move land hash checking into commands
Thu, 18 Nov 2010 11:50:02 +0300 unC0Rr Move SendStats to uIO
Thu, 18 Nov 2010 11:32:47 +0300 unC0Rr Move some stuff from uMisc to uUtils
Thu, 18 Nov 2010 09:12:27 +0300 unC0Rr Introduce uCommands.pas
Wed, 17 Nov 2010 17:45:55 +0300 unC0Rr Move variables from uMisc to uVariables
Wed, 17 Nov 2010 17:22:36 +0300 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
Mon, 15 Nov 2010 12:37:39 +0100 koda update the 3d branch after release experimental3D
Sun, 31 Oct 2010 12:19:54 -0400 nemo making indentation consistent (noticed while debugging)
Wed, 27 Oct 2010 14:02:20 +0200 koda update branch with latest head, most likely breaking water color in stereo mode experimental3D
Thu, 14 Oct 2010 22:01:33 +0200 koda less warning, no rotation glitch, more comments
Tue, 12 Oct 2010 05:06:30 +0200 koda minor stuff
Sat, 09 Oct 2010 18:00:53 +0200 koda made the new menu toggable
Thu, 07 Oct 2010 02:03:01 +0200 koda move all mobile-related functions in their own module, provides a structure for future mobile ports
Sat, 02 Oct 2010 04:23:32 +0200 koda iPad Video Out support (+less warnings +code update for latest SDL)
less more (0) -100 -60 tip