hedgewars/hwengine.pas
Thu, 17 Jan 2019 22:48:14 +0100 Wuzzy Initialize newGameTicks/newRealTicks
Wed, 16 Jan 2019 00:37:26 +0100 Wuzzy Make game engine load the user's locale correctly (bug 688)
Wed, 16 Jan 2019 00:01:29 +0100 Wuzzy Refactor hwengine: Rename cLocale to cLanguage
Mon, 14 Jan 2019 03:52:09 +0100 Wuzzy Remove a bunch of dead out-commented code
Thu, 13 Dec 2018 11:03:15 -0500 nemo Backed out changeset 1ffa8bfc5c58 0.9.25
Thu, 13 Dec 2018 10:49:30 -0500 nemo Disable screenshoting in pas2c due to unimplemented function. bug #719 0.9.25
Wed, 05 Dec 2018 09:50:25 -0500 nemo Add log note just in case pas2c does anything odd. 0.9.25
Mon, 12 Nov 2018 20:30:06 +0300 alfadur make engine windows checks work for 64bit builds
Tue, 02 Oct 2018 21:26:25 +0200 Wuzzy IFNDEF custom exception handlung away in pas2c builds
Wed, 01 Aug 2018 21:30:33 +0200 Wuzzy Load default clan colors from settings file
Mon, 16 Jul 2018 04:50:23 +0200 Wuzzy When hwengine crashes w/ error 217, write backtrace in log, too
Sun, 15 Jul 2018 19:49:31 +0200 Wuzzy Fix hwengine --help returning with exit code 51
Sun, 04 Mar 2018 00:13:38 +0100 unc0rr Having chat mode as game state was a mistake
Tue, 20 Feb 2018 19:07:32 +0100 Wuzzy VideoRec: Fix many effects not being recorded
Sun, 07 Jan 2018 01:21:42 +0100 unc0rr - ResizeWindow function to pass engine new window size qmlfrontend
Tue, 02 Jan 2018 23:45:18 +0100 unc0rr Break engine completely and make it render in frontend window (no actual rendering yet, just white screen) qmlfrontend
Mon, 25 Dec 2017 00:58:47 +0100 unc0rr Preview rendering seems to work now qmlfrontend
Sun, 17 Dec 2017 00:09:24 +0100 unc0rr Merge default. This branch is up-to-date and code is working. qmlfrontend
Sat, 25 Nov 2017 09:40:43 -0500 nemo Should probably have gl context stuff in its own unit separate from store, but, don't close the gl context before anything that might still want to do gl operations
Sun, 12 Nov 2017 17:41:01 +0100 Wuzzy Backed out changeset 575c0de98505
Wed, 01 Nov 2017 22:49:54 -0400 nemo initialise previousGameState to something valid and not gsSuspend
Mon, 30 Oct 2017 19:18:53 +0100 Wuzzy Fix Hedgewars going into suspension mode (game freezes) when windows got minimized
Sat, 28 Oct 2017 17:48:54 +0200 Wuzzy Use SDL_SetRelativeMouseMode to detect mouse movements, fixes xinput issues
Wed, 18 Oct 2017 20:33:20 -0400 nemo extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync
Fri, 06 Oct 2017 14:45:22 +0200 alfadur (Hopefully) fix game camera being shifted on Windows 10
Sat, 30 Sep 2017 21:54:47 +0200 sheepluva fix some fpc hints
Tue, 12 Sep 2017 08:35:13 -0400 nemo this probably isn't helpful
Tue, 12 Sep 2017 08:32:01 -0400 nemo This should be ok right?
Sun, 09 Jul 2017 00:30:17 +0200 sheepluva fix issue 199: video recording crashed when trying to freeEverything twice
Sat, 08 Apr 2017 05:04:18 +0200 Wuzzy Load screen: Move “LOADING” from image into text box
Sat, 01 Oct 2016 19:06:12 +0200 sheepluva fix issue 110
Fri, 15 Jul 2016 22:39:07 +0300 unc0rr merge default qmlfrontend
Tue, 21 Jun 2016 22:03:09 +0200 sheepluva remove experimental in-game credits code
Tue, 21 Jun 2016 15:37:08 -0400 nemo no.
Tue, 17 May 2016 23:29:49 +0300 unc0rr Merge default qmlfrontend
Tue, 17 May 2016 23:18:08 +0300 unc0rr - Add state to engine callback for it to know what engine is sending qmlfrontend
Fri, 29 Apr 2016 19:01:52 +0200 sheepluva show credits only briefly
Fri, 29 Apr 2016 13:12:26 +0200 sheepluva music credits etc.
Fri, 29 Apr 2016 12:26:13 +0200 sheepluva do not show credits in stats-only mode
Fri, 29 Apr 2016 12:11:19 +0200 sheepluva move function
Fri, 29 Apr 2016 00:56:04 +0200 sheepluva some initial credits-display implementation
Mon, 25 Apr 2016 22:10:06 +0300 unc0rr Merge default qmlfrontend
Sat, 23 Apr 2016 17:03:38 -0400 frd pas2c converts exit to return, so change RunEngine signature
Sat, 02 Apr 2016 23:32:57 +0300 unc0rr - Init physfs before creating debug log
Tue, 29 Mar 2016 22:09:13 +0300 unc0rr merge default qmlfrontend
Tue, 29 Mar 2016 22:00:34 +0300 unc0rr Pass paths to initModule of uPhysFSLayer (as in 4be6cd55f1cf from qmlfrontend branch)
Mon, 14 Mar 2016 22:08:27 +0300 unc0rr Merge default qmlfrontend
Sun, 14 Feb 2016 21:34:01 +0100 Anton Malmygin Fix for cursor movement problems on touch devices
Tue, 09 Feb 2016 21:11:16 +0300 unc0rr Merge default qmlfrontend
Thu, 04 Feb 2016 21:04:08 +0300 unc0rr Fix a crasher
Sun, 31 Jan 2016 16:07:14 +0300 unc0rr Bye-bye TryDo
Sun, 10 Jan 2016 00:45:13 +0300 unc0rr SDLTry doesn't halt engine no more
Tue, 12 Jan 2016 22:36:08 +0100 sheepluva don't send text input to chat if not in chat-mode.
Tue, 12 Jan 2016 22:12:16 +0100 sheepluva finish SDL2-window focus change detection code
Mon, 11 Jan 2016 22:23:14 +0100 sheepluva stop screenshot-flash-effects from showing up on consecutive screenshots
Sun, 10 Jan 2016 17:39:27 +0100 sheepluva fix/clean-up mousewheel code
Fri, 01 Jan 2016 19:15:32 +0300 unc0rr merge default qmlfrontend
Thu, 31 Dec 2015 12:47:33 -0500 nemo Force locations for hogs if even TryHard fails on initial spawn.
Thu, 03 Dec 2015 23:59:06 +0300 unc0rr - Accept team and team color from net qmlfrontend
Mon, 30 Nov 2015 23:25:18 +0300 unc0rr - Implement engine runs queue qmlfrontend
Mon, 16 Nov 2015 22:57:24 +0300 unc0rr Merge default (add a bunch of FIXMEs) qmlfrontend
Wed, 11 Nov 2015 19:25:56 +0100 sheepluva reenable cursor movement etc. sdl2transition
Tue, 10 Nov 2015 20:43:13 +0100 sheepluva merge default sdl2transition
Tue, 10 Nov 2015 17:45:14 +0100 sheepluva drop support for SDL 1.2 sdl2transition
Sat, 07 Nov 2015 16:15:27 +0100 sheepluva merge orphan head (while discarding all its changes) to make koda and his hg-git happy
Fri, 11 Sep 2015 07:39:01 +0200 sheepluva pas2c doesn't like {$ENDIF} with argument
Thu, 10 Sep 2015 18:22:52 +0200 sheepluva merge branch ios-revival into default
Thu, 10 Sep 2015 17:51:49 +0200 antonc27 - ifdef for CMEM ios-revival
Thu, 10 Sep 2015 17:47:01 +0200 antonc27 - ifdef for engine exit/halt ios-revival
Sat, 15 Aug 2015 20:48:13 +0200 antonc27 - Fix for retrieving 'Maze' preview genration ios-revival
Thu, 13 Aug 2015 13:40:12 +0200 antonc27 - Fix for app crash after ending game ios-revival
Thu, 13 Aug 2015 01:33:40 +0200 antonc27 - Using come for internal memory management ios-revival
Sat, 08 Aug 2015 22:45:23 +0200 antonc27 - Fix for PascalImports and for GenLandPreview ios-revival
Thu, 03 Sep 2015 20:59:48 +0300 unc0rr Merge default qmlfrontend
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Tue, 21 Jul 2015 08:41:06 -0400 nemo just disable landpixels w/ blurry land instead. the mask can be helpful for debugging at least.
Thu, 02 Apr 2015 21:09:56 +0300 unc0rr - Merge default qmlfrontend
Sun, 01 Mar 2015 04:15:11 +0100 sheepluva selections
Sat, 03 Jan 2015 23:46:26 +0300 unc0rr merge default qmlfrontend
Sun, 07 Dec 2014 14:36:28 -0500 nemo Add that "make screenshots of Land/LandPixels" thing for map creators
Wed, 03 Dec 2014 18:49:10 +0100 sheepluva pas2c-whoops
Wed, 03 Dec 2014 18:32:37 +0100 sheepluva add warning to logs when tests terminates prematurely
Wed, 03 Dec 2014 18:18:37 +0100 sheepluva unexpected return from lua test should not return exit status 0
Wed, 03 Dec 2014 00:07:33 +0300 unc0rr merge default qmlfrontend
Sat, 29 Nov 2014 21:29:11 -0500 nemo Wuzzy's changes to climbhome w/ some tweaks by me
Sat, 29 Nov 2014 15:30:33 -0500 nemo Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
Tue, 18 Nov 2014 23:39:30 +0300 unc0rr merge default qmlfrontend
Sat, 01 Nov 2014 00:23:22 +0300 unc0rr - Allow to delete teams from config qmlfrontend
Sat, 25 Oct 2014 15:17:02 -0400 nemo cosmetic disabling of clouds with sea edges and underwater theme
Sat, 27 Sep 2014 12:49:08 +0400 unc0rr - Get rid of engine's PathPrefix and UserPathPrefix qmlfrontend
Sat, 20 Sep 2014 00:56:54 +0400 unc0rr - Remove --port command qmlfrontend
Fri, 19 Sep 2014 14:27:41 +0400 unc0rr Strip some HWLIBRARY ifdefs qmlfrontend
Sun, 15 Jun 2014 00:02:25 +0200 sheepluva clean up halting a little
Sat, 14 Jun 2014 15:49:44 +0200 sheepluva fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
Sat, 14 Jun 2014 02:25:49 +0200 sheepluva huh? me? nono, don't mind me. I'm just here to clean up.
Tue, 10 Jun 2014 22:35:44 +0200 sheepluva update viewlimits after screen/window resize
Tue, 10 Jun 2014 08:47:03 +0200 sheepluva some minor tweaks and stuff
Wed, 05 Mar 2014 00:53:08 +0400 unc0rr Don't call halt()
Tue, 04 Mar 2014 00:40:23 +0400 unc0rr Remove game/preview functions split in library mode, just let normal procedure run instead:
Wed, 26 Feb 2014 23:43:42 +0400 unc0rr Add alpha channel to preview
Mon, 24 Feb 2014 13:41:32 -0500 nemo move the freeModule too, couple of style tweaks
Sun, 23 Feb 2014 10:06:58 -0500 nemo Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
Fri, 14 Feb 2014 13:48:14 +0400 unc0rr In stats-only mode:
Wed, 12 Feb 2014 23:40:35 +0400 unc0rr - Remove few PAS2C ifdef's
Mon, 10 Feb 2014 00:43:03 +0400 unc0rr It compiles \o/
Fri, 07 Feb 2014 23:57:32 +0400 unc0rr Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Sat, 18 Jan 2014 08:09:55 -0500 nemo Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
Sat, 18 Jan 2014 00:10:33 +0400 unc0rr Convert some ansistrings to pchars
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Tue, 14 Jan 2014 22:56:13 +0100 sheepluva simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Sun, 10 Nov 2013 14:04:15 +0400 unc0rr Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?) sdl2transition
Sun, 10 Nov 2013 01:45:43 +0400 unc0rr All I want is to receive some events... sdl2transition
Fri, 08 Nov 2013 17:53:02 +0400 unc0rr - Keyboard bindings seem to work fully sdl2transition
Thu, 07 Nov 2013 21:15:36 +0400 unc0rr Sounds can be heard now sdl2transition
Thu, 07 Nov 2013 21:10:17 +0400 unc0rr Fix SDL_GL_SwapWindow, engine renders graphics now sdl2transition
Thu, 07 Nov 2013 21:06:30 +0400 unc0rr Provide more information to SDLTry sdl2transition
Mon, 28 Oct 2013 17:03:20 +0100 koda correctly use USE_TOUCH_INTERFACE
less more (0) -120 tip