| * Removed callbacks from action/option widgets. Fixed vkeyboard. |
|
More...
|
about 18 years ago
|
| * Dialogs update to the new gamegui signal system. |
|
More...
|
about 18 years ago
|
| * src/include/gamegui/signal.h, src/lib/gamegui/signal.c: Added. * src/include/gamegui/widget.h, src/include/gamegui/system.h, src/libs/gamegui/widget.c, src/libs/gamegui/system.c: Added signal system. * src/include/Makefile.am, src/libs/gamegui/Makefile.am: Updated. |
|
More...
|
about 18 years ago
|
| * Fixed a bug causing the selector bounce to fail. |
|
More...
|
over 18 years ago
|
| * ui_sdlgl_3d.c: Fixed the sel rotation sticking between themes. |
|
More...
|
over 18 years ago
|
| * Added the selector images. Whoops. |
|
More...
|
over 18 years ago
|
| * Selector theme additions. Texture, bounce, size, drop shadow. |
|
More...
|
over 18 years ago
|
| * theme.c: Removed some printfs. |
|
More...
|
over 18 years ago
|
| * Added abilty to select selector colour. Added a spin effect. |
|
More...
|
over 18 years ago
|
| * AUTHORS: Updated an email address. |
|
More...
|
over 18 years ago
|
| * Fullscreen toggle limited to unix. README updated. Ingame fullscreen toggle fixed. |
|
More...
|
over 18 years ago
|
| * ui_sdlgl/ui_sdlgl.c: The default theme XML is loaded first. |
|
More...
|
over 18 years ago
|
| * F11 toggles fullscreen. Added A fullscreen toggle to title. |
|
More...
|
over 18 years ago
|
| * src/audio/sdlmixer.c, src/include/audio.h, src/ui_sdlgl/ui_sdlgl.c: Play first song at title screen, and songs 2+ in-game. |
|
More...
|
over 18 years ago
|
| * data/sounds: Added (temporary?) sound effects. * src/dreamchess.c, src/audio/sdlmixer.c, src/include/audio.h: Load sound effects. Play sound when receiving move from engine. |
|
More...
|
over 18 years ago
|
| * src/ui_sdlgl/saveload_dialog.c: Added difficulty to dialog. |
|
More...
|
over 18 years ago
|
| * src/audio/playlist.c, src/audio/playlist.h, src/audio/sdlmixer.c, src/audio/Makefile.am, src/include/audio.h: Added music playing code to repository. |
|
More...
|
almost 19 years ago
|
| * Added start of new theme system. |
|
More...
|
almost 19 years ago
|
| * src/dreamchess.c, src/dreamchess.h, src/dreamer/commands.c, src/dreamer/search.c, src/dreamer/dreamer.c, src/dreamer/dreamer.h: Added an option to disable quiescence search to make the game easier. * src/ui_sdlgl/title_dialog.c, src/ui_sdlgl/theme.c, src/ui_sdlgl/ui_sdlgl.h, src/ui_sdlgl/saveload_dialog.c, src/ui_sdlgl/xmlsavefile.c: Added the new option to the menu and the savegames. Cleaned up some of the files in the process. |
|
More...
|
almost 19 years ago
|
| * Moved trivial dialogs out of ui_sdlgl. |
|
More...
|
about 19 years ago
|
| * configure.ac: Set version to 0.2.0-SVN. |
|
More...
|
about 19 years ago
|
| Merged revisions 254:431 into HEAD. |
|
More...
|
about 19 years ago
|
| * src/include/gamegui/hbox.h, src/include/gamegui/vbox.h, src/include/gamegui/widget.h, src/libs/gamegui/hbox.c, src/libs/gamegui/vbox.c, src/libs/gamegui/widget.c: Changed get_focus_pos() to return a gg_rect_t as focus position rather than a pixel offset. |
|
More...
|
almost 20 years ago
|
| * src/ui_sdlgl.c, src/include/gamegui/widget.h, src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c, src/libs/gamegui/entry.c, src/libs/gamegui/option.c, src/libs/gamegui/action.c, src/libs/gamegui/vbox.c: Added mouse click support to gamegui. Implemented mouse click handling for action, option and entry widgets. |
|
More...
|
almost 20 years ago
|
| * src/ui_sdlgl.c, src/include/gamegui/dialog.h, src/include/gamegui/hbox.h, src/include/gamegui/entry.h, src/include/gamegui/option.h, src/include/gamegui/action.h, src/include/gamegui/vbox.h, src/include/gamegui/widget.h, src/libs/gamegui/dialog.c, src/libs/gamegui/hbox.c, src/libs/gamegui/entry.c, src/libs/gamegui/option.c, src/libs/gamegui/action.c, src/libs/gamegui/vbox.c, src/libs/gamegui/widget.c: Added a gg_event type to gamegui in preparation of proper mouse events. |
|
More...
|
almost 20 years ago
|
| * src/ui.h, src/ui_sdlgl.c: Added HOME, END and DELETE events. * src/include/gamegui/entry.h, src/libs/gamegui/entry.c: Finished (initial) implementation of entry widget. |
|
More...
|
almost 20 years ago
|
| * src/include/gamegui/system.h, src/ui_sdlgl.c, src/libs/gamegui/dialog.c, src/libs/gamegui/entry.c, src/libs/gamegui/image.c, src/libs/gamegui/system.c: Corrected some doc errors. Changed text printing interface; drivers now supply character images to gamegui. |
|
More...
|
almost 20 years ago
|
| * src/ui_sdlgl.c (init_gui): Set title after creating window. |
|
More...
|
about 20 years ago
|
| * src/ui_sdlgl.c (do_menu): Fixed mixed declarations and code. |
|
More...
|
about 20 years ago
|
| * src/ui_sdlgl.c: Set icon before creating window. |
|
More...
|
about 20 years ago
|