Age | Commit message (Collapse) | Author |
|
compiling under MSVC.
svn-id: r34063
|
|
(Without Max' compressed backward seeking support for now)
svn-id: r34053
|
|
svn-id: r30664
|
|
svn-id: r26720
|
|
parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
svn-id: r26719
|
|
manage *cursor* palettes, so the name was misleading.
svn-id: r25500
|
|
consistent with dxa_player.[cpp|h]. (Though actually, "decoder" might be more
accurate...)
svn-id: r23774
|
|
svn-id: r23332
|
|
* Renamed common.rules to rules.mk
* Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it)
svn-id: r23275
|
|
recently added (cursor) palette manager) so that the cursor can be properly
restored after returning from the GUI.
If there's any C++ magic that can keep the backend functions from being called
by anything else than these managing classes, that would probably be a good
idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps
there are at least some backends that will no longer need to?
svn-id: r22639
|
|
to work, cursor palette now has to be set using the new "palette manager". See
graphics/paletteman.cpp
svn-id: r22543
|
|
svn-id: r20800
|
|
svn-id: r20797
|
|
and x11 backends; added engines/module.mk
svn-id: r20584
|
|
- adds a ImageMan and ImageDec class for loading and managing image files
- adds a loader for zip files which is used by the new theme and the image manager
- changes the widgets to use the new gui code
- changes the scumm dialogs to use the new gui code
- fixes a #include problem in the sky debugger with the new gui code
To use the new gui copy gui/themes/default-theme.zip to your extrapath.
If the theme zip can not be found the gui will fallback to the classic theme.
If you want to change the gui styles use "gui_theme=classic" for the classic theme
and "gui_theme=default-theme" for the new theme.
Thanks to eriktorbjorn for testing and help with the new theme and to sev for
reviewing this patch.
svn-id: r20227
|
|
svn-id: r18588
|
|
svn-id: r17846
|
|
svn-id: r16742
|
|
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to
svn-id: r16467
|
|
svn-id: r16460
|
|
svn-id: r15885
|
|
svn-id: r13357
|