Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-27 | Fixed invalid memory reads in generateSubstResFileName. | Gregory Montoir | |
svn-id: r20240 | |||
2006-01-27 | Patch #1416561: "updated .spec package description" | Eugene Sandulenko | |
svn-id: r20238 | |||
2006-01-27 | Proper RCS IDs | Eugene Sandulenko | |
svn-id: r20236 | |||
2006-01-27 | Proper RCS IDs. | Eugene Sandulenko | |
svn-id: r20235 | |||
2006-01-27 | Fix crash on platforms which do not initialize memory with zeroes. | Eugene Sandulenko | |
svn-id: r20234 | |||
2006-01-27 | experimental smush code without timer callback usage | Paweł Kołodziejski | |
svn-id: r20233 | |||
2006-01-27 | turn off warning #4351 with msvc8 | Paweł Kołodziejski | |
svn-id: r20232 | |||
2006-01-27 | fixed warning | Paweł Kołodziejski | |
svn-id: r20231 | |||
2006-01-27 | Oops forgot to change calcColor to calcGradient before commiting. | Johannes Schickel | |
svn-id: r20230 | |||
2006-01-27 | Patch #1416370: "AmigaOS 4 changes" | Eugene Sandulenko | |
svn-id: r20229 | |||
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel | |
- 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 | |||
2006-01-27 | I believe it's actually meant to include common/debugger.cpp. It's what we | Torbjörn Andersson | |
do in several other places, and not doing it causes numerous linker errors for me. svn-id: r20225 | |||
2006-01-27 | fingolfin renamed 'GameSettings::name' to 'GameSettings::gameid'. | Marcus Comstedt | |
svn-id: r20222 | |||
2006-01-27 | I really wonder how this #include "debugger.cpp" could stay for 1.5 years. | Eugene Sandulenko | |
svn-id: r20221 | |||
2006-01-27 | Add parts of patch #1416145 - README: various fixes | Travis Howell | |
svn-id: r20214 | |||
2006-01-27 | Fix memory leak on exit. | Travis Howell | |
svn-id: r20212 | |||
2006-01-27 | Edited the Kyrandia section of the README, as the save and load part | Oystein Eftevaag | |
of the GUI is now implemented. svn-id: r20211 | |||
2006-01-27 | Implemented the GUI menu for saving games (minus the cursor in the text ↵ | Oystein Eftevaag | |
entry window...). The Load Game menu will now pop up before the last part of the intro is played, if it has already played once before (as in the original). Note that the palette is still wrong, and the settings menu is still not implemented. svn-id: r20210 | |||
2006-01-27 | Fix another memory leak in HE games. | Travis Howell | |
svn-id: r20209 | |||
2006-01-27 | A | Travis Howell | |
Fix memory leaks in HE games on exit. svn-id: r20208 | |||
2006-01-27 | No longer required. | Travis Howell | |
svn-id: r20207 | |||
2006-01-27 | Resource modified status always cleared when nuked. | Travis Howell | |
svn-id: r20203 | |||
2006-01-27 | Make resource management of modified wizImages closer to original games. | Travis Howell | |
Fixes many errors in Backyard Sports titles. svn-id: r20201 | |||
2006-01-27 | Fix memory leak, if called directly. | Travis Howell | |
svn-id: r20199 | |||
2006-01-26 | Changing Kyra copyright notice from EA to Westwood, after IRC discussion | Oystein Eftevaag | |
svn-id: r20198 | |||
2006-01-26 | Adding Kyrandia to the About dialog copyright section. | Oystein Eftevaag | |
svn-id: r20197 | |||
2006-01-26 | Clarify that the default gain change was for the FluidSynth music driver, | Torbjörn Andersson | |
not when hooking up FluidSynth through ALSA. svn-id: r20191 | |||
2006-01-26 | Mention bug fixes in the NEWS | Max Horn | |
svn-id: r20190 | |||
2006-01-26 | Removed version from docs | Max Horn | |
svn-id: r20188 | |||
2006-01-26 | Removed version from docs | Max Horn | |
svn-id: r20187 | |||
2006-01-26 | Sync. md5s. | Travis Howell | |
svn-id: r20183 | |||
2006-01-26 | Remove leftover. | Travis Howell | |
svn-id: r20182 | |||
2006-01-25 | Update | Travis Howell | |
svn-id: r20167 | |||
2006-01-25 | Fixes bug #1413951 (crashes when highlighting buttons on menu screens | Oystein Eftevaag | |
where the first button wasn't there), and the missing text on exit buttons. svn-id: r20166 | |||
2006-01-25 | New tools/update-version.pl script (usage: CMD 1 2 3 CVS -> results in ↵ | Max Horn | |
version 1.2.3CVS) svn-id: r20165 | |||
2006-01-25 | Do not hardcode the program name (bad style) | Max Horn | |
svn-id: r20164 | |||
2006-01-25 | Extend the workaround for bug #1407789 in an attempt to deal with the | Torbjörn Andersson | |
different versions of Full Throttle. This is partly guesswork, and may be incorrect. svn-id: r20161 | |||
2006-01-24 | Fix HE games. | Travis Howell | |
svn-id: r20160 | |||
2006-01-24 | added option to allow switch disable scalers | Paweł Kołodziejski | |
svn-id: r20159 | |||
2006-01-24 | don't execute binary for libmpeg2 test when cross compiling | Paweł Kołodziejski | |
svn-id: r20158 | |||
2006-01-24 | Removing unneccessary checks again (say yay to preconditions that ensure ↵ | Max Horn | |
_version > X :-) svn-id: r20157 | |||
2006-01-24 | Loom (Cd) specific. | Travis Howell | |
svn-id: r20156 | |||
2006-01-24 | FM-TOWNS version of Zak only. | Travis Howell | |
svn-id: r20155 | |||
2006-01-23 | oops | Max Horn | |
svn-id: r20154 | |||
2006-01-23 | Removing GID_ZAK256 and GID_LOOM256 | Max Horn | |
svn-id: r20153 | |||
2006-01-23 | Prepare 68k version | Chris Apers | |
svn-id: r20152 | |||
2006-01-23 | Update copyright notice | Chris Apers | |
svn-id: r20151 | |||
2006-01-23 | - Zodiac backend is now based on OS5Ex class | Chris Apers | |
- Moved some methods and members to OS5 class svn-id: r20150 | |||
2006-01-23 | Fixed compilation | Chris Apers | |
svn-id: r20149 | |||
2006-01-23 | Updated and moved to be_save.cpp | Chris Apers | |
svn-id: r20148 |