hedgewars/hwengine.pas
Fri, 28 Oct 2011 18:26:17 +0200 koda one dangerous merge hedgeroid
Fri, 28 Oct 2011 03:06:31 +0200 koda restore game config on iphone
Sun, 16 Oct 2011 21:03:30 +0200 koda merge the changes applied to 0.9.16
Fri, 30 Sep 2011 12:55:04 +0200 koda a little code cleanup
Mon, 26 Sep 2011 01:32:48 +0200 koda changed Game arguments to accept data path on 9th array element (like planned) hedgeroid
Sun, 25 Sep 2011 18:24:01 +0200 Xeli merge hedgeroid
Sun, 25 Sep 2011 03:32:07 +0200 koda some hopefully harmless experiments Hedgewars-iOS-1.3.2
Sat, 24 Sep 2011 22:35:31 +0200 koda warnings round also for ios
Sat, 24 Sep 2011 21:21:21 +0400 unc0rr Fix some warnings
Sun, 25 Sep 2011 10:48:18 -0400 nemo merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake. 0.9.16
Tue, 20 Sep 2011 23:43:52 +0200 koda let's use the built in events, shall we
Mon, 19 Sep 2011 23:35:07 +0200 koda this reintroduces the gsSuspend state to fix multitasking on ios
Fri, 16 Sep 2011 18:17:16 +0200 Xeli merge hedgeroid
Thu, 15 Sep 2011 10:11:38 +0200 sheepluva screenshots: display a msg on failure and log causative error
Fri, 09 Sep 2011 15:36:30 +0200 sheepluva Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
Fri, 09 Sep 2011 05:15:45 +0200 Xeli merge hedgeroid
Fri, 09 Sep 2011 03:04:15 +0200 sheepluva "fix" for a screen scaling problem I had after resizing to odd width number values
Fri, 09 Sep 2011 01:25:21 +0200 sheepluva * ShoppaKing/TrophyRace maps updated by wolfmarc
Fri, 09 Sep 2011 00:22:48 +0200 sheepluva change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
Fri, 02 Sep 2011 01:19:37 -0400 nemo Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
Fri, 02 Sep 2011 09:04:11 +0400 unc0rr Why so serious
Thu, 01 Sep 2011 17:03:19 +0200 Xeli merge + changed the tardis image to egg.png because the data folder isn't up to date hedgeroid
Thu, 01 Sep 2011 17:49:27 +0200 Xeli Changed SDL_PollEvent to SDL_PeepEvents
Fri, 26 Aug 2011 16:16:27 -0400 nemo Use frontend value for fullscreening.
Thu, 25 Aug 2011 18:08:44 +0200 sheepluva some camera adjustments (should also fix cam flickering on lowerst res)
Tue, 23 Aug 2011 16:37:57 -0400 nemo Set more generous minimums. Flicker seems to have nothing to do with minimum size. I get it even for fairly large dimensions after scaling down from a much larger size. Similar to issues with zoom from about a month ago, before unc0rr fixed them.
Tue, 23 Aug 2011 09:12:45 -0400 nemo don't override user defined size when resizing
Tue, 23 Aug 2011 12:53:47 +0200 koda enable window resizing (tested only on linux) - fix issue 103
Tue, 23 Aug 2011 03:46:17 +0200 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!
Sun, 21 Aug 2011 22:20:20 +0200 Xeli merge hedgeroid
Sun, 21 Aug 2011 08:52:19 -0400 nemo Fix localisation of scripts
Mon, 15 Aug 2011 21:49:09 +0200 Xeli merge hedgeroid
Mon, 15 Aug 2011 00:23:32 +0200 koda smaller code cleanup
Sun, 14 Aug 2011 16:59:55 -0400 nemo Seduction animation. New visual gear type.
Mon, 15 Aug 2011 21:45:27 +0200 Xeli Zoom and moving the camera now works with SDL_FINGER* events hedgeroid
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)
less more (0) -100 -60 tip