Commit Graph

618 Commits

Author SHA1 Message Date
spartanj@gmail.com
4e70877ef1 Changed the way to know if a GameObject is some type. 2011-08-22 19:36:50 -03:00
spartanj@gmail.com
d94d27b5f9 Map background and grid now fade in/out with the map editor.
Log is saved by default in the process path directory.
Fixed the fist time elapsed in the windows, now it will return the correct time.
2011-08-21 03:07:42 -03:00
spartanj@gmail.com
d5f4dcb9c4 Worked on some changes on the audio engine.
cTextureFontLoader now doesn't create a new thread to load the texture.
2011-08-21 01:45:25 -03:00
spartanj@gmail.com
88763ffed7 Cleaned up a little HaikuTTF.
Fixed the allocator.
Touched a couple of things in the memory manager.
And some minor things.
2011-08-20 06:14:50 -03:00
spartanj@gmail.com
4d3c932d36 Added fallback to packs loaded support over the engine.
Cleaned up a little bit some code.
2011-08-19 01:46:56 -03:00
spartanj@gmail.com
2229d7fc4f Added some usefull functions for the cursor manager.
Some minor clean up.
2011-08-17 03:46:49 -03:00
spartanj@gmail.com
d849ac58ba Fixed win projects. 2011-08-15 16:36:21 -03:00
spartanj@gmail.com
037577a105 Updated again stb_image 2011-08-14 21:58:19 -03:00
spartanj@gmail.com
88cfe89cc6 Fixed a minor bug on the shape creation.
Updated stb_image.
2011-08-14 21:18:21 -03:00
spartanj@gmail.com
e6e087ead1 Updated project cbp project files.
Fixed a couple of minor bugs in the map editor.
2011-08-14 18:34:54 -03:00
spartanj@gmail.com
bf6a9f888c Cleaned up a little bit the particle system class. 2011-08-07 05:04:57 -03:00
spartanj@gmail.com
52524c0ce6 cWaypoints and cInterpolation now set the Speed in Pixels Per Second ( and cleaned up a little the code ).
Mutexes are now recursive.
Modified a little bit the cSprite class, i think that now i'm done with that, but not 100% sure yet.
2011-08-06 05:25:01 -03:00
spartanj@gmail.com
07fc41c9a0 Some changes over cSprite, this could change againt over course of this days.
Added some functions to the gameobjects, layers and map.
Added some mouse functions for the map editor.
Fixed a bug on the interpolations.
2011-08-04 03:49:12 -03:00
spartanj@gmail.com
8a0e8e2adc Fixed a minor bug on cUISkinComplex that prevented to render correctly some skins.
Changed the common dialog listbox scroll sensibility.

My lazyness it's beyond limits, and i didn't code a sh*t, and now my plans for this week are f*ck*d.
2011-08-03 03:27:06 -03:00
spartanj@gmail.com
35e5569767 Some minor fixes to the Map system and Map Editor. 2011-08-02 04:40:06 -03:00
spartanj@gmail.com
4e482d925e Small fixes. 2011-07-31 17:11:32 -03:00
spartanj@gmail.com
c079fc296a Added lights support in the map editor ( editing lights inside the map editor ). 2011-07-31 03:57:55 -03:00
spartanj@gmail.com
4915893099 Changed default map base color. 2011-07-27 04:50:51 -03:00
spartanj@gmail.com
9f92ca789e Added flags ( lights, clipping, etc ) selection for the map creation.
Added base color map color changer.
Added a way to enable/disable lights in layers.
Added save/load of the map lights ( this changed the map format a little ).
Some fixes to the lighting system.
And some minor changes.
2011-07-27 04:15:08 -03:00
spartanj@gmail.com
00f7e58004 Added a basic lighting system for the tile maps ( still lacks of support for saving/loading the lights data and lacks of support to add/remove lights from the map editor ).
Added a Pack Manager to keep track of the loaded packs.
Some minor changes over cPak and cZip.
And more minor changes...
2011-07-26 05:05:10 -03:00
spartanj@gmail.com
f347b8d9fb Fixed a minor bug on cLog.
Removed some unused code.
2011-07-25 05:12:42 -03:00
spartanj@gmail.com
192e7d0a6c I'm not sure if i need it... mmmh 2011-07-25 04:49:00 -03:00
spartanj@gmail.com
2c336782ea Removed an unused file. 2011-07-25 04:29:48 -03:00
spartanj@gmail.com
ea34c1faa6 Updated Physics module integrating the lastest changes to Chipmunk Physics 6.
Small fixes to SDL 1.3 version to avoid crashes on Windows.
Avoid to compile SDL 1.2 when compiling SDL 1.3 in Windows.
2011-07-25 00:53:23 -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@gmail.com
faae6ee018 Added cUIMessageBox class. 2011-07-23 03:58:13 -03:00
spartanj@gmail.com
fa59409ce9 Updated helpers libraries to the lastests versions. 2011-07-20 21:09:00 -03:00
spartanj@gmail.com
c80724a90b Some minor fixes, map editor almost complete. 2011-07-19 04:36:20 -03:00
spartanj@gmail.com
957bf9899c Added Map and Layer properties editor. 2011-07-18 23:35:00 -03:00
spartanj@gmail.com
cf82760fe0 Fixed cIOStream errors.
Fixed Font Shadow Alpha.
And some minor fixes...
2011-07-18 03:18:45 -03:00
spartanj@gmail.com
a608bebcad Added cIOStream class to manage special io streams not supported by the engine and to simplify in some cases io operations ( also added cIOStreamFile and cIOStreamMemory as basic io streams ).
Modified and added some functions using the cIOStream class.
2011-07-18 00:12:14 -03:00
spartanj@gmail.com
320d6ebef0 Added some project configuration files that i prefere to back up, not usefull for others developers, but well, nothing anoying.
Changed the way that map tiling is rendered in the map editor.
2011-07-12 23:47:49 -03:00
spartanj@gmail.com
7b6a6ee817 Added/Fixed support for Mac OS X.
Added/Fixed support for 64 bits platforms.
2011-07-11 02:39:21 -03:00
spartanj@gmail.com
5c80592528 Moved safe SafeDataPointer to Utils as a generic class. 2011-07-09 03:21:55 -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
63c058eb59 Meh, i couldn't work today :( 2011-06-11 04:14:46 -03:00
spartanj
9a2077afc2 Map loading implemented, and fixed the saving. 2011-06-10 03:30:06 -03:00
spartanj
a514d37b1d Keep it working on the map editor, maps can now be saved, i'll implement the loading next.
Changed a little bit how to load from memory packs.
Fixed some minor bugs on the UI.
And many things that i can't remember, i forgot to make a commit yesterday.
2011-06-09 03:37:26 -03:00
spartanj
05ef7cc0b8 A couple of quick fixes for the Map Editor. 2011-06-05 04:09:25 -03:00
spartanj
3f0850c577 Continued working on the Map Editor.
Fixed a lot of bugs and minor details on the UI Controls.
Added basic support for icons on the UI themes.
2011-06-05 03:53:40 -03:00
spartanj
c006139636 Started working on a generic tile map editor.
Fixed severla minor bugs on the UI.
2011-06-04 03:25:00 -03:00
spartanj
88e9b7fd5f Fixed a bug on the batch renderer, now force rendering when the blend func changes.
Fixed a bug on the main window resize event of the UI, that caused a bad resizing of the childs.
Played a little bit with the ui window shadow.
2011-06-02 03:14:19 -03:00
spartanj
0a2eebfc0b Some minor changes to cPrimitive.
Added window shadow draw.
2011-06-02 02:06:25 -03:00
spartanj
e3b57a0d00 Added cUIAquaTheme, a wrapper to create controls for the Aqua theme.
cUITheme controls creation methods completed.
Fixed Font shadow drawing for cached fonts.
Fixed a bug on size calculation in GetSkinShapeSize on cUIControl.
2011-05-31 22:53:21 -03:00
spartanj
f34c78a6b9 Added new constructors for cSprite.
Keep going with the fast UI elements creators.
2011-05-31 04:44:01 -03:00
spartanj
fde007e44b Keep it creating some UI elements creators.
Chipmunk updated.
2011-05-30 23:35:09 -03:00
spartanj
037d6f7a92 Some minor changes to the UI.
And a small bug fix on utils.
2011-05-30 03:22:54 -03:00
spartanj
772bae4768 Added access to the loaded textures on the texture group loader.
Added live write option to the log, to force non-delayed writing to the file.
Added a try catch to the cWindowAl window creation.
Fixed a mayor bug on the SOIL texture loading, that caused to segfault when tried to resize a non-power of two texture.
Fixed a minor bug on the VBO.
Fixed a minor bug on cUIWinMenu.
Fixed how the SDL version is consulted on SDL 1.2 backend.
Updated chipmunk.
Updated Windows eetest cbp project.
2011-05-27 03:11:15 -03:00
spartanj
18e4c925bd Some fixes to the cUICommonDialog.
Started workin on a tiled map class, layers, game objects, etc.
2011-05-23 04:20:30 -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