Commit Graph

15 Commits

Author SHA1 Message Date
spartanj@gmail.com
becb98eabe Optimized the lighting system.
Fixed a couple of bugs on the ui.
Fixed Mac OS X build.
2011-09-02 02:35:37 -03:00
spartanj@gmail.com
d2c002f992 Removed InheritsFrom and IsTypeOrInheritsFrom, now it's contained in IsType.
Fixed IsType in cGameObjects.
2011-08-22 22:41:56 -03:00
spartanj@gmail.com
b5be87e7a3 Added cTextureGroupEditor ( to create / edit texture groups ).
Fixed stbi_info ( need more testing ).
Some minor changes.
2011-07-24 04:42:34 -03:00
spartanj
e26ca9f87a Added a way to update the texture atlas to the current state of the shapes ( updates offsets and dest size ).
A lot of minor fixes.
2011-06-18 05:05:52 -03:00
spartanj
9a2077afc2 Map loading implemented, and fixed the saving. 2011-06-10 03:30:06 -03:00
spartanj
2464680ab5 Changed how ui control types are stored.
Some minor ui fixes.
Added Step callback for waypoints and interpolation.
2011-05-09 04:31:38 -03:00
spartanj
9f4f013a9e Added cUISelectButton control.
Added cUIWinMenu control ( window menu ).
Some minor changes on the UI controls.
2011-04-18 19:45:13 -03:00
spartanj
613ad329cf Added cUIWindow, still in development, basic window is working ( no resizing from borders ).
Some UI bug fixes.
Some minor changes on cEngine where made.
2011-01-07 04:46:59 -03:00
spartanj
0dfe1eb72e Fixed a couple of minor bugs. 2010-12-26 18:36:32 -03:00
spartanj
2ab8e3eedd PopUp Menu now response on Mouse Up instead on Click.
Renamed singleton.hpp to tsingleton.hpp for consistency.
Fixed GLES rendering.
2010-12-13 23:13:05 -03:00
spartanj
a501124e03 More UI fixes. 2010-12-09 17:27:01 -03:00
spartanj
134237d14b Addedd SubMenues.
Fixed and improved some minor things.
2010-12-08 23:24:46 -03:00
spartanj
0575be5836 Modified the Makefile to support correct recompilation of modified files and now the objects files are stored in a separated folder.
Added OnItemClicked Event.
2010-12-07 01:24:51 -03:00
spartanj
3a75edae9a Fixed Show and Hide in PopUpMenu. 2010-12-05 05:03:48 -03:00
spartanj
17d39aaa3a Added cUIMenu, cUIPopUpMenu, cUISeparator, cUIMenuItem.
Implemented a basic PopUpMenu, still lack of some features.
Moved events as protected.
Fixed ChildAddAt.
Some other minor fixes.
2010-12-05 04:49:53 -03:00