Jordi Vilalta Prat
|
f773ec4df4
|
Added detection entry for Spanish Bud Tucker
svn-id: r35052
|
2008-11-14 09:45:42 +00:00 |
|
Filippos Karapetis
|
0f38e67f57
|
Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not detected"
svn-id: r35051
|
2008-11-13 23:21:38 +00:00 |
|
Filippos Karapetis
|
6ccf57d789
|
Fixed crash when returning to launcher from the GMM
svn-id: r35050
|
2008-11-13 23:19:25 +00:00 |
|
Vicent Marti
|
149345e13f
|
Moved binary theme parser to tools folder.
svn-id: r35049
|
2008-11-13 19:58:04 +00:00 |
|
Vicent Marti
|
313cba75b1
|
DrawStep parsing added to binary theme parser.
svn-id: r35048
|
2008-11-13 19:56:26 +00:00 |
|
Nicola Mettifogo
|
618644ba0c
|
Update to the low level parser:
* made it detect buffer overflows
* removed unused code paths
* general simplification
svn-id: r35047
|
2008-11-13 15:15:54 +00:00 |
|
Vicent Marti
|
f7bdf6b40f
|
Binary theme format parser.
Warning: Work in progress. May erase hard drive.
svn-id: r35046
|
2008-11-13 14:25:39 +00:00 |
|
Max Horn
|
4e51c62e39
|
Added DISABLE_COMMAND_LINE switch
svn-id: r35045
|
2008-11-13 12:45:35 +00:00 |
|
Filippos Karapetis
|
04a33b48c0
|
Updated the MSVC project files of the sword1 engine
svn-id: r35044
|
2008-11-13 12:25:19 +00:00 |
|
Filippos Karapetis
|
ebb72cdfdf
|
Moved sword1 detection and meta engine specific code from sword1.cpp into detection.cpp, like other engines
svn-id: r35043
|
2008-11-13 12:22:58 +00:00 |
|
Travis Howell
|
2c58689e14
|
Add newlines at end of files, to squash warning.
svn-id: r35042
|
2008-11-13 11:46:53 +00:00 |
|
Johannes Schickel
|
b11af14335
|
Fixed compilation with DISABLE_TEXT_CONSOLE.
svn-id: r35041
|
2008-11-13 11:46:17 +00:00 |
|
Johannes Schickel
|
cd5a85036d
|
Fixed compiling of MT32 emulator with -O2 and -Werror.
svn-id: r35040
|
2008-11-13 11:41:25 +00:00 |
|
Travis Howell
|
cca19671d5
|
Fix compile of CINE engine.
svn-id: r35039
|
2008-11-13 11:36:37 +00:00 |
|
Max Horn
|
a6502da9ac
|
* got rid of CDECL
* got rid of scumm_strrev
* added DISABLE_TEXT_CONSOLE flag which disables printf, warning, debug (but not error)
svn-id: r35038
|
2008-11-13 11:26:47 +00:00 |
|
Max Horn
|
c0786313fa
|
cleanup
svn-id: r35037
|
2008-11-13 11:21:16 +00:00 |
|
Max Horn
|
eb27307c12
|
minor tweaks
svn-id: r35036
|
2008-11-13 11:20:43 +00:00 |
|
Filippos Karapetis
|
8e3485f158
|
Added better checks for the current music status in pauseEngineIntern()
svn-id: r35035
|
2008-11-13 09:19:42 +00:00 |
|
Filippos Karapetis
|
963445e559
|
Updated the MSVC project files of the cine engine
svn-id: r35034
|
2008-11-13 09:00:51 +00:00 |
|
Filippos Karapetis
|
162634cc95
|
Started moving Save/Load code to saveload.cpp/.h
svn-id: r35033
|
2008-11-13 08:59:17 +00:00 |
|
Filippos Karapetis
|
0ba17539ac
|
Deleting save states via the launcher and the GMM is now supported in the cine engine
svn-id: r35032
|
2008-11-12 23:39:38 +00:00 |
|
Filippos Karapetis
|
28da377ccb
|
Saving and loading from the GMM is now supported in the cine engine
svn-id: r35031
|
2008-11-12 23:21:05 +00:00 |
|
Max Horn
|
f1b1327b33
|
Reduced header dependencies
svn-id: r35030
|
2008-11-12 22:25:19 +00:00 |
|
Max Horn
|
f974a6c8d5
|
GUI: Blitting the full screen to the backbuffer (or vice versa) can be done with a single memcpy, which is a bit faster than using _vectorRenderer->blitSurface
svn-id: r35029
|
2008-11-12 22:23:19 +00:00 |
|
Max Horn
|
3b01ed48f5
|
Further optimized drawCharIntern (on my system, 30% of the time used to draw the GUI is spent in there)
svn-id: r35028
|
2008-11-12 22:15:47 +00:00 |
|
Filippos Karapetis
|
7c40410ba7
|
Slight cleanup
svn-id: r35027
|
2008-11-12 21:15:35 +00:00 |
|
Filippos Karapetis
|
4952526581
|
Deleting save states via the launcher and the GMM is now supported in the sky engine
svn-id: r35026
|
2008-11-12 21:08:50 +00:00 |
|
Filippos Karapetis
|
6bfee1bae4
|
Saving and loading from the GMM is now supported in the sky engine
svn-id: r35024
|
2008-11-12 20:41:19 +00:00 |
|
Max Horn
|
c0f82d3518
|
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI::ThemeEngine::TextAlignVertical
svn-id: r35023
|
2008-11-12 14:30:16 +00:00 |
|
Max Horn
|
144be21bed
|
GUI: Got rid of the WidgetSize stuff
svn-id: r35022
|
2008-11-12 13:14:44 +00:00 |
|
Max Horn
|
190468c79a
|
GUI: Turn scrollbar width into a theme variable
svn-id: r35021
|
2008-11-12 13:07:41 +00:00 |
|
Max Horn
|
42533c2354
|
cleanup
svn-id: r35020
|
2008-11-12 13:01:21 +00:00 |
|
Max Horn
|
710084dde6
|
GUI: Got rid of kBigButtonWidth etc.
svn-id: r35019
|
2008-11-12 12:58:33 +00:00 |
|
Max Horn
|
fa942c42cc
|
GUI: Got rid of most 'built-in' variables
svn-id: r35018
|
2008-11-12 12:53:53 +00:00 |
|
Max Horn
|
201c26fcd0
|
cleanup
svn-id: r35017
|
2008-11-12 12:50:21 +00:00 |
|
Filippos Karapetis
|
8b91e9c8be
|
Updated MSVC project files for the sky engine
svn-id: r35016
|
2008-11-12 12:39:18 +00:00 |
|
Filippos Karapetis
|
c21038a448
|
Moved sky detection and meta engine specific code from sky.cpp into detection.cpp, like other engines
svn-id: r35015
|
2008-11-12 12:36:20 +00:00 |
|
Max Horn
|
0c501d303f
|
Verify sanity of LinearMemoryStream params in the factory function instead of the constructor (which is replicated for each instantiation of the LinearMemoryStream template class) -> saves some bytes
svn-id: r35014
|
2008-11-12 12:25:26 +00:00 |
|
Max Horn
|
0ce8400841
|
Patch #2258906: SCUMM: fix builtin load game screen for v1-v5
svn-id: r35013
|
2008-11-12 10:16:06 +00:00 |
|
Nicola Mettifogo
|
181a44fc21
|
Fixed default zone flags, so that labels in BRA are only shown on zones which have one.
svn-id: r35012
|
2008-11-12 07:08:43 +00:00 |
|
Filippos Karapetis
|
c36a8c1c72
|
Added getMaximumSaveSlot definition for the sky engine
svn-id: r35011
|
2008-11-11 23:35:18 +00:00 |
|
Filippos Karapetis
|
a0528c87ca
|
Updated MSVC project files for commit #35002
svn-id: r35010
|
2008-11-11 23:28:43 +00:00 |
|
Torbjörn Andersson
|
c29dfd1f17
|
Fixed warning. (GCC doesn't like the variable 'isPaused' because there already is
an isPaused() function.)
svn-id: r35009
|
2008-11-11 20:25:44 +00:00 |
|
Filippos Karapetis
|
0414a78a65
|
Added save/load support from the GMM for the touche engine
svn-id: r35008
|
2008-11-11 17:57:13 +00:00 |
|
Filippos Karapetis
|
113a83c0da
|
Implemented pauseEngineIntern() for the SAGA engine
svn-id: r35007
|
2008-11-11 17:34:52 +00:00 |
|
Gregory Montoir
|
b7c9958e82
|
enabled RTL
fixed bad glyphs display for non french version
got rid of Graphics::drawChar2
svn-id: r35006
|
2008-11-11 13:10:34 +00:00 |
|
Gregory Montoir
|
edd61a4f40
|
add missing version check for compressed sound file
svn-id: r35005
|
2008-11-11 13:08:06 +00:00 |
|
Max Horn
|
28c24b3fbb
|
Some GUI tweaks to make certain widgets readable
svn-id: r35004
|
2008-11-11 12:29:41 +00:00 |
|
Max Horn
|
d08192cb04
|
If confirm_exit is set, also ask the user if he really wants to return to the launcher (after all, as with quit, all data is lost)
svn-id: r35003
|
2008-11-11 12:28:46 +00:00 |
|
Max Horn
|
a39c78a1ba
|
Moved GUI::SaveLoadChooser to its own source file
svn-id: r35002
|
2008-11-11 12:13:55 +00:00 |
|