This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Blarg.GameFramework/Blarg.GameFramework
2013-09-08 10:55:36 -04:00
..
Content add specific exception for content manager / loader errors 2013-08-25 15:04:14 -04:00
Entities new AddUsingPreset overloads allowing a Type to be passed in at runtime 2013-09-01 22:09:29 -04:00
Events really fix the event queue post-process object pool freeing type issue 2013-09-01 09:30:39 -04:00
Graphics minor vertex count calculation fixes in GeometryDebugRenderer 2013-09-08 10:55:36 -04:00
Input add some basic interfaces and supporting classes 2013-08-14 19:16:24 -04:00
IO add extremely basic support for opening files in more modes then reading 2013-08-29 23:14:56 -04:00
Math add random number generator helper extension methods 2013-09-07 14:18:08 -04:00
Processes refactor forceful state/process removal code. add OnUnload callback to StateManager 2013-08-25 13:00:26 -04:00
Properties initial commit 2013-08-13 17:55:26 -04:00
Resources add GraphicsDevice class and all other classes necessary to support it 2013-08-17 22:43:29 -04:00
States refactor forceful state/process removal code. add OnUnload callback to StateManager 2013-08-25 13:00:26 -04:00
Support Camera class now abstract, split off into specific perspective cameras 2013-09-02 13:05:24 -04:00
TileMap these should be ref parameters in order to "return" min/max values 2013-09-01 08:16:49 -04:00
UI add Gwen UI input processor and renderer implementations (ported) 2013-08-24 13:56:15 -04:00
BaseApplication.cs fix how OnUnload and OnLostContext game app callbacks are invoked 2013-08-25 13:01:58 -04:00
BasicGameApp.cs add state manager OnUnload call in BasicGameApp 2013-08-25 13:02:15 -04:00
Blarg.GameFramework.csproj add random number generator helper extension methods 2013-09-07 14:18:08 -04:00
ConfigFileException.cs add specific exception for errors when parsing config files 2013-08-25 15:01:39 -04:00
Framework.cs rename Platform to Framework 2013-08-23 18:02:02 -04:00
IApplication.cs rename Platform to Framework 2013-08-23 18:02:02 -04:00
IGameApp.cs add game app init/shutdown callbacks 2013-08-22 23:02:17 -04:00
ILogger.cs rename logger interface 2013-08-17 17:51:18 -04:00
IPlatformConfiguration.cs initial SDL platform implementation support 2013-08-17 15:15:24 -04:00
IPlatformWindow.cs don't really need the full (external) window dimensions, just the client-area stuff 2013-08-17 17:48:14 -04:00
IService.cs add initial Services container 2013-08-22 17:41:09 -04:00
IServiceLocator.cs add service locator interface 2013-08-24 14:52:38 -04:00
ServiceContainer.cs add service locator interface 2013-08-24 14:52:38 -04:00
ServiceLocatorException.cs add specific exception class for errors when using the service locator 2013-08-25 14:59:31 -04:00