Thread: [Saggui-svn] SF.net SVN: saggui: [284] trunk (Page 5)
Status: Beta
Brought to you by:
juvinious
From: <sag...@li...> - 2006-12-18 07:18:59
|
Revision: 284 http://svn.sourceforge.net/saggui/?rev=284&view=rev Author: juvinious Date: 2006-12-17 23:18:58 -0800 (Sun, 17 Dec 2006) Log Message: ----------- Starting the the font modularization Modified Paths: -------------- trunk/include/saggui/font_base.h Added Paths: ----------- trunk/include/saggui/freetype/ trunk/include/saggui/freetype/ft_font.h trunk/src/freetype/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-19 03:09:55
|
Revision: 285 http://svn.sourceforge.net/saggui/?rev=285&view=rev Author: juvinious Date: 2006-12-18 19:09:54 -0800 (Mon, 18 Dec 2006) Log Message: ----------- Made changes to the way fonts are handled. Made it so that its plugable, so freetype is no longer required. Need to add in a new font system that will not require external libraries. Now the add on libraries can add in their own system Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/examples/demo/include/test_classes.h trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/include/saggui/font.h trunk/include/saggui/font_base.h trunk/include/saggui/font_manager.h trunk/include/saggui/freetype/ft_font.h trunk/include/saggui/resource_manager.h trunk/include/saggui/rgba.h trunk/src/font.cpp trunk/src/font_base.cpp trunk/src/font_manager.cpp trunk/src/resource_manager.cpp Added Paths: ----------- trunk/include/saggui/freetype/ft_default.h trunk/include/saggui_freetype.h trunk/src/freetype/ft_font.cpp Removed Paths: ------------- trunk/include/saggui/fonts/ trunk/include/saggui/system_font.h trunk/src/fonts/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-20 20:22:31
|
Revision: 287 http://svn.sourceforge.net/saggui/?rev=287&view=rev Author: juvinious Date: 2006-12-20 12:22:20 -0800 (Wed, 20 Dec 2006) Log Message: ----------- Allegro font system incorporated when using allegro and agl libraries by default. Modified buttons resize as it wasn't accurately adjusting. Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/gamedemo.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/allegro/al_font.h trunk/include/saggui_alleg.h trunk/src/agl/agl_system.cpp trunk/src/allegro/al_system.cpp trunk/src/widgets/button.cpp Added Paths: ----------- trunk/src/allegro/al_font.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-20 21:47:51
|
Revision: 289 http://svn.sourceforge.net/saggui/?rev=289&view=rev Author: juvinious Date: 2006-12-20 13:47:50 -0800 (Wed, 20 Dec 2006) Log Message: ----------- Fixed va_arg problems for formatting text with font rendering Modified Paths: -------------- trunk/include/saggui/allegro/al_font.h trunk/include/saggui/font_base.h trunk/include/saggui/freetype/ft_font.h trunk/src/allegro/al_font.cpp trunk/src/font.cpp trunk/src/freetype/ft_font.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-21 23:36:37
|
Revision: 290 http://svn.sourceforge.net/saggui/?rev=290&view=rev Author: juvinious Date: 2006-12-21 15:36:19 -0800 (Thu, 21 Dec 2006) Log Message: ----------- Added getpixel routine for graphics as it is needed after all Modified Paths: -------------- trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/graphics.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/sdl/sdl_gfx.h trunk/include/saggui/sdl/sdl_gfx_primitives.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/include/saggui_freetype.h trunk/src/allegro/al_gfx.cpp trunk/src/openlayer/ol_gfx.cpp trunk/src/sdl/sdl_gfx.cpp trunk/src/sdl/sdl_gfx_primitives.c trunk/src/sdlgl/sdlgl_gfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-22 09:10:58
|
Revision: 291 http://svn.sourceforge.net/saggui/?rev=291&view=rev Author: juvinious Date: 2006-12-22 01:10:56 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Finally added in default font system that requires no external lib. It also includes a default font, however it lacks some characters. It is very basic however, with no ability to change colors nor change size. But it should be sufficient Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/include/saggui/allegro/al_font.h trunk/include/saggui/font.h trunk/include/saggui/font_base.h trunk/include/saggui/freetype/ft_font.h trunk/include/saggui/system_graphics.h trunk/src/allegro/al_font.cpp trunk/src/font.cpp trunk/src/freetype/ft_font.cpp trunk/src/resource_manager.cpp trunk/src/rgba.cpp Added Paths: ----------- trunk/include/saggui/bitmap_font.h trunk/src/bitmap_font.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-26 04:19:28
|
Revision: 294 http://svn.sourceforge.net/saggui/?rev=294&view=rev Author: juvinious Date: 2006-12-25 20:19:23 -0800 (Mon, 25 Dec 2006) Log Message: ----------- Added in some macros for the external libs. Freetype seems to be broken on new sizes, needs fixing Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui_agl.h trunk/include/saggui_alleg.h trunk/include/saggui_freetype.h trunk/include/saggui_ol.h trunk/include/saggui_sdl.h trunk/include/saggui_sdlgl.h trunk/src/freetype/ft_font.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-28 08:42:17
|
Revision: 295 http://svn.sourceforge.net/saggui/?rev=295&view=rev Author: juvinious Date: 2006-12-28 00:42:15 -0800 (Thu, 28 Dec 2006) Log Message: ----------- Updated default font bitmap Modified Paths: -------------- trunk/CMakeLists.txt trunk/include/saggui/system_graphics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-29 07:16:15
|
Revision: 296 http://svn.sourceforge.net/saggui/?rev=296&view=rev Author: juvinious Date: 2006-12-28 23:16:14 -0800 (Thu, 28 Dec 2006) Log Message: ----------- Updated some things in window class according to some suggestions by indeterminatus.. Thanks :) Modified Paths: -------------- trunk/README trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-01 11:28:01
|
Revision: 297 http://svn.sourceforge.net/saggui/?rev=297&view=rev Author: juvinious Date: 2007-01-01 03:27:59 -0800 (Mon, 01 Jan 2007) Log Message: ----------- Completely replaced slotsig with a different signals and slots system... functionality and implementation is identical so no major changes. Only thing that changed is the infectious GPL licensing requirement, which now there is no restrictions placed on this lib. Modified Paths: -------------- trunk/OTHER_LICENSES trunk/README trunk/build/saggui.h.in trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/gamedemo.cpp trunk/include/saggui/coord.h trunk/include/saggui/decorator.h trunk/include/saggui/font.h trunk/include/saggui/gui_manager.h trunk/include/saggui/key_events.h trunk/include/saggui/keyinput_manager.h trunk/include/saggui/mouse_events.h trunk/include/saggui/mouse_manager.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/window.h trunk/src/coord.cpp trunk/src/font.cpp trunk/src/font_manager.cpp trunk/src/gui_manager.cpp trunk/src/keyinput_manager.cpp trunk/src/mouse_manager.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/checkbox.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp Added Paths: ----------- trunk/include/saggui/sigslot.h Removed Paths: ------------- trunk/include/saggui/slotsig/ trunk/src/slotsig_bases.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-02 22:58:40
|
Revision: 299 http://svn.sourceforge.net/saggui/?rev=299&view=rev Author: juvinious Date: 2007-01-02 14:58:39 -0800 (Tue, 02 Jan 2007) Log Message: ----------- Added in a font renderer to support openlayers fonts Modified Paths: -------------- trunk/CMakeLists.txt trunk/include/saggui/widgets/dialog.h trunk/include/saggui_ol.h trunk/src/openlayer/ol_gfx.cpp trunk/src/widgets/dialog.cpp Added Paths: ----------- trunk/include/saggui/openlayer/ol_font.h trunk/src/openlayer/ol_font.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-03 09:06:28
|
Revision: 300 http://svn.sourceforge.net/saggui/?rev=300&view=rev Author: juvinious Date: 2007-01-03 01:06:27 -0800 (Wed, 03 Jan 2007) Log Message: ----------- fixed issues on windows build, msvc seems to work too Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/demo/src/allegro.cpp trunk/include/saggui/agl/agl_system.h trunk/include/saggui/allegro/al_font.h trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/allegro/al_keyinput.h trunk/include/saggui/allegro/al_mouse.h trunk/include/saggui/allegro/al_system.h trunk/include/saggui/openlayer/ol_factory.h trunk/include/saggui/openlayer/ol_font.h trunk/include/saggui/openlayer/ol_system.h trunk/include/saggui/sigslot.h trunk/src/font_manager.cpp trunk/src/graphic_manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-04 05:23:27
|
Revision: 302 http://svn.sourceforge.net/saggui/?rev=302&view=rev Author: juvinious Date: 2007-01-03 21:23:26 -0800 (Wed, 03 Jan 2007) Log Message: ----------- Added in a dllspec export information to be able to create dlls on windows Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/include/saggui/agl/agl_factory.h trunk/include/saggui/agl/agl_system.h trunk/include/saggui/allegro/al_factory.h trunk/include/saggui/allegro/al_font.h trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/allegro/al_keyinput.h trunk/include/saggui/allegro/al_mouse.h trunk/include/saggui/allegro/al_system.h trunk/include/saggui/animation.h trunk/include/saggui/bitmap_font.h trunk/include/saggui/coord.h trunk/include/saggui/decorator.h trunk/include/saggui/font.h trunk/include/saggui/font_base.h trunk/include/saggui/font_manager.h trunk/include/saggui/graphic_manager.h trunk/include/saggui/graphics.h trunk/include/saggui/gui_manager.h trunk/include/saggui/key_events.h trunk/include/saggui/keyinput.h trunk/include/saggui/keyinput_manager.h trunk/include/saggui/keys.h trunk/include/saggui/library_factory.h trunk/include/saggui/mouse.h trunk/include/saggui/mouse_events.h trunk/include/saggui/mouse_manager.h trunk/include/saggui/openlayer/ol_factory.h trunk/include/saggui/openlayer/ol_font.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/openlayer/ol_system.h trunk/include/saggui/resource_manager.h trunk/include/saggui/rgba.h trunk/include/saggui/sdl/sdl_factory.h trunk/include/saggui/sdl/sdl_gfx.h trunk/include/saggui/sdl/sdl_keyinput.h trunk/include/saggui/sdl/sdl_mouse.h trunk/include/saggui/sdl/sdl_system.h trunk/include/saggui/sdlgl/sdlgl_factory.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/include/saggui/sdlgl/sdlgl_system.h trunk/include/saggui/sigslot.h trunk/include/saggui/sprite.h trunk/include/saggui/system.h trunk/include/saggui/system_factory.h trunk/include/saggui/timer.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/checkbox.h trunk/include/saggui/widgets/dialog.h trunk/include/saggui/widgets/input_box.h trunk/include/saggui/widgets/label.h trunk/include/saggui/widgets/progress_bar.h trunk/include/saggui/widgets/radial.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/widgets/text_box.h trunk/include/saggui/window.h Added Paths: ----------- trunk/include/saggui/dllspec.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-04 09:17:26
|
Revision: 303 http://svn.sourceforge.net/saggui/?rev=303&view=rev Author: juvinious Date: 2007-01-04 01:17:25 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Finally completed dll shared library capeable library. Additionally made the demos build seperated from the libs and modules. Makes it easy to keep track of Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/CMakeMacros.cmake trunk/build/saggui.h.in trunk/include/saggui/agl/agl_factory.h trunk/include/saggui/agl/agl_system.h trunk/include/saggui/allegro/al_factory.h trunk/include/saggui/allegro/al_font.h trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/allegro/al_keyinput.h trunk/include/saggui/allegro/al_mouse.h trunk/include/saggui/allegro/al_system.h trunk/include/saggui/dllspec.h trunk/include/saggui/font.h trunk/include/saggui/freetype/ft_font.h trunk/include/saggui/openlayer/ol_factory.h trunk/include/saggui/openlayer/ol_font.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/openlayer/ol_system.h trunk/include/saggui/sdl/sdl_factory.h trunk/include/saggui/sdl/sdl_gfx.h trunk/include/saggui/sdl/sdl_gfx_primitives.h trunk/include/saggui/sdl/sdl_keyinput.h trunk/include/saggui/sdl/sdl_mouse.h trunk/include/saggui/sdl/sdl_system.h trunk/include/saggui/sdlgl/sdlgl_factory.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/include/saggui/sdlgl/sdlgl_system.h Added Paths: ----------- trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-04 10:58:08
|
Revision: 304 http://svn.sourceforge.net/saggui/?rev=304&view=rev Author: juvinious Date: 2007-01-04 02:58:06 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Added in some fixes for msvc building, modules and demos have problems Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/include/saggui/dllspec.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-04 16:22:14
|
Revision: 305 http://svn.sourceforge.net/saggui/?rev=305&view=rev Author: juvinious Date: 2007-01-04 08:22:12 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Corrected mouse sending events to widgets when the gui is disabled Modified Paths: -------------- trunk/include/saggui/mouse_manager.h trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-05 02:37:39
|
Revision: 307 http://svn.sourceforge.net/saggui/?rev=307&view=rev Author: juvinious Date: 2007-01-04 18:37:38 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Added in additional fixes for click system settings. Ported bmpdump utility to SDL Modified Paths: -------------- trunk/include/saggui/sigslot.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/window.cpp Added Paths: ----------- trunk/utils/bmpdump/bmpdump-sdl.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-05 04:19:31
|
Revision: 308 http://svn.sourceforge.net/saggui/?rev=308&view=rev Author: juvinious Date: 2007-01-04 20:19:30 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Preparing to make a section specific to modules Added Paths: ----------- trunk/modules/ trunk/modules/agl/ trunk/modules/allegro/ trunk/modules/freetype/ trunk/modules/openlayer/ trunk/modules/sdl/ trunk/modules/sdlgl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-05 06:47:14
|
Revision: 311 http://svn.sourceforge.net/saggui/?rev=311&view=rev Author: juvinious Date: 2007-01-04 22:47:12 -0800 (Thu, 04 Jan 2007) Log Message: ----------- The move continues Added Paths: ----------- trunk/modules/agl/include/ trunk/modules/allegro/include/ trunk/modules/openlayer/include/ trunk/modules/openlayer/src/ trunk/modules/sdl/include/ trunk/modules/sdl/src/ trunk/modules/sdlgl/include/ trunk/modules/sdlgl/src/ Removed Paths: ------------- trunk/include/saggui/agl/ trunk/include/saggui/allegro/ trunk/include/saggui/openlayer/ trunk/include/saggui/sdl/ trunk/include/saggui/sdlgl/ trunk/src/agl/ trunk/src/allegro/ trunk/src/freetype/ trunk/src/openlayer/ trunk/src/sdl/ trunk/src/sdlgl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-05 07:56:09
|
Revision: 312 http://svn.sourceforge.net/saggui/?rev=312&view=rev Author: juvinious Date: 2007-01-04 23:56:03 -0800 (Thu, 04 Jan 2007) Log Message: ----------- Completed relocations of modules to their own directories. No longer mixed in with the rest of the library, only on install Modified Paths: -------------- trunk/CMakeLists.txt trunk/modules/agl/include/agl_factory.h trunk/modules/agl/include/agl_system.h trunk/modules/agl/src/agl_factory.cpp trunk/modules/agl/src/agl_system.cpp trunk/modules/allegro/include/al_factory.h trunk/modules/allegro/include/al_gfx.h trunk/modules/allegro/include/al_keyinput.h trunk/modules/allegro/include/al_mouse.h trunk/modules/allegro/include/al_system.h trunk/modules/allegro/src/al_factory.cpp trunk/modules/allegro/src/al_gfx.cpp trunk/modules/allegro/src/al_keyinput.cpp trunk/modules/allegro/src/al_mouse.cpp trunk/modules/allegro/src/al_system.cpp trunk/modules/freetype/CMakeLists.txt trunk/modules/openlayer/include/ol_factory.h trunk/modules/openlayer/include/ol_gfx.h trunk/modules/openlayer/include/ol_system.h trunk/modules/openlayer/src/ol_factory.cpp trunk/modules/openlayer/src/ol_gfx.cpp trunk/modules/openlayer/src/ol_system.cpp trunk/modules/sdl/include/sdl_factory.h trunk/modules/sdl/include/sdl_gfx.h trunk/modules/sdl/include/sdl_keyinput.h trunk/modules/sdl/include/sdl_mouse.h trunk/modules/sdl/include/sdl_system.h trunk/modules/sdl/src/sdl_factory.cpp trunk/modules/sdl/src/sdl_gfx.cpp trunk/modules/sdl/src/sdl_gfx_primitives.c trunk/modules/sdl/src/sdl_keyinput.cpp trunk/modules/sdl/src/sdl_mouse.cpp trunk/modules/sdl/src/sdl_system.cpp trunk/modules/sdlgl/include/sdlgl_factory.h trunk/modules/sdlgl/include/sdlgl_gfx.h trunk/modules/sdlgl/include/sdlgl_system.h trunk/modules/sdlgl/src/sdlgl_factory.cpp trunk/modules/sdlgl/src/sdlgl_gfx.cpp trunk/modules/sdlgl/src/sdlgl_system.cpp Added Paths: ----------- trunk/modules/agl/CMakeLists.txt trunk/modules/allegro/CMakeLists.txt trunk/modules/openlayer/CMakeLists.txt trunk/modules/sdl/CMakeLists.txt trunk/modules/sdlgl/CMakeLists.txt Removed Paths: ------------- trunk/include/saggui/freetype/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-05 09:13:32
|
Revision: 314 http://svn.sourceforge.net/saggui/?rev=314&view=rev Author: juvinious Date: 2007-01-05 01:13:30 -0800 (Fri, 05 Jan 2007) Log Message: ----------- Fixed freetype module default font from crashing. Cleaned up the other modules. Made the utilities installable Modified Paths: -------------- trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/modules/freetype/include/ft_font.h trunk/modules/freetype/src/ft_font.cpp trunk/utils/bmpdump/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-07 19:17:23
|
Revision: 319 http://svn.sourceforge.net/saggui/?rev=319&view=rev Author: juvinious Date: 2007-01-07 11:17:20 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Updated timer to provide an interface for timing if one doesn't exist Modified Paths: -------------- trunk/include/saggui/timer.h trunk/modules/palib/Makefile trunk/src/timer.cpp Added Paths: ----------- trunk/modules/palib/include/saggui/custom_timer.h trunk/modules/palib/saggui/custom_timer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-07 19:23:42
|
Revision: 320 http://svn.sourceforge.net/saggui/?rev=320&view=rev Author: juvinious Date: 2007-01-07 11:23:41 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Fixed compile issue with palib module template Modified Paths: -------------- trunk/include/saggui/timer.h trunk/modules/palib/include/saggui/custom_timer.h trunk/modules/palib/saggui/custom_timer.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 02:27:57
|
Revision: 332 http://svn.sourceforge.net/saggui/?rev=332&view=rev Author: juvinious Date: 2007-01-07 18:27:56 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Corrected some issues on timer.h also modified the example program for palibs module Modified Paths: -------------- trunk/include/saggui/timer.h trunk/src/timer.cpp Added Paths: ----------- trunk/modules/palib/include/saggui/saggui.h trunk/modules/palib/source/main.cpp Removed Paths: ------------- trunk/modules/palib/source/main.c trunk/modules/palib/source/main.c.sbm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 03:37:52
|
Revision: 333 http://svn.sourceforge.net/saggui/?rev=333&view=rev Author: juvinious Date: 2007-01-07 19:37:51 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Trying to get stuff rendering properly for the palib module Modified Paths: -------------- trunk/CHANGELOG trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |