2500 Commits

Author SHA1 Message Date
Max Horn
a834928e2a added missing #include
svn-id: r5545
2002-11-14 13:33:16 +00:00
Max Horn
287d45ff36 cleaned up Config::get_domain; fixed sorting in launcher
svn-id: r5541
2002-11-13 20:23:24 +00:00
Max Horn
d95abae057 #include headers for strlen & assert
svn-id: r5536
2002-11-13 15:40:31 +00:00
Max Horn
de554e2f9d properly init all datacd Projekte/scummvm
svn-id: r5529
2002-11-13 13:42:05 +00:00
Jonathan Gray
5627eb99dd first of a few more s/readme.txt/README/ changes
svn-id: r5519
2002-11-12 15:02:13 +00:00
Max Horn
da5a347d3e completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some static variables from drawFlashlight() and made them members of class Scumm instead
svn-id: r5506
2002-11-10 17:19:43 +00:00
James Brown
9d3a9fe2ae Update internal version number
svn-id: r5498
2002-11-10 16:00:09 +00:00
Max Horn
ca5a230d33 indention fix :-)
svn-id: r5492
2002-11-10 14:54:21 +00:00
Max Horn
5b7c29e4e6 added FIXME comment
svn-id: r5486
2002-11-10 13:16:59 +00:00
Max Horn
2d6f9472c7 use strcat instead of sprintf+strlen
svn-id: r5446
2002-11-06 16:47:46 +00:00
Max Horn
004afead33 moved some constants from scumm.h to gameDetector.h; this way, we don't have to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more)
svn-id: r5444
2002-11-06 16:01:36 +00:00
Jonathan Gray
b1a9e317d4 update formating of -z output to reflect long simon game names
svn-id: r5432
2002-11-06 03:40:41 +00:00
Travis Howell
2f270bfd58 Add simon1talkie and simon2talkie targets
svn-id: r5413
2002-11-05 10:36:31 +00:00
Travis Howell
e03be389de Added simon sound bugfix, patch #632518
Added fix for simon sound-related crash, patch #632517

svn-id: r5377
2002-11-02 10:51:32 +00:00
Max Horn
ace6c43b39 fixed shadow warning
svn-id: r5346
2002-10-28 20:35:14 +00:00
James Brown
63ee97b1ee Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define.
Please keep in mind that if you put an 'else' statement in an if clause, keep in mind that if the code it's supposed to
'else' is in another define.... and that isn't set... the NEXT statement of code will be used as the 'if..else'
condition.

svn-id: r5344
2002-10-28 12:56:42 +00:00
James Brown
959a9acf14 Add support for aliased scummvm config entries.
Eg:
 [germandott]
 path=/games/german/dott
 gameid=tentacle
 description=the german version of DOTT

I havn't finished the Launcher changes to show aliased entries yet, as I need to parse the whole domainmap to do so.

svn-id: r5341
2002-10-28 09:03:02 +00:00
Jonathan Gray
d93e639086 patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use
svn-id: r5320
2002-10-27 01:12:10 +00:00
Travis Howell
68fada397e Add simon1demo
svn-id: r5300
2002-10-24 09:40:20 +00:00
Max Horn
7a58ae782e cleaning up scummsys.h a bit (in preparation of using configure eventually). Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway
svn-id: r5290
2002-10-23 14:02:46 +00:00
Max Horn
4625c126c6 don't use strdup
svn-id: r5287
2002-10-23 12:56:30 +00:00
Travis Howell
f0e6f8ebf8 Correct volume limit listed under -m section of help
svn-id: r5282
2002-10-23 11:14:33 +00:00
Travis Howell
319b37bd7b Add command line option for master volume, patch #591813
svn-id: r5280
2002-10-23 10:34:14 +00:00
Max Horn
6e5ff6884f fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-)
svn-id: r5264
2002-10-22 23:36:54 +00:00
Max Horn
64195315e2 inline function instead of macro for SWAP, to make -Wshadow more useful
svn-id: r5263
2002-10-22 23:36:28 +00:00
Paweł Kołodziejski
3c2a409b11 cleanup array
svn-id: r5250
2002-10-22 20:40:51 +00:00
Max Horn
03daa01caf don't shadow vars
svn-id: r5237
2002-10-22 11:35:45 +00:00
Max Horn
060ded9ee7 don't shadow vars
svn-id: r5236
2002-10-22 11:34:21 +00:00
James Brown
9ec3336de4 Add fixme
svn-id: r5217
2002-10-21 15:59:04 +00:00
Max Horn
8af300fec3 The terms Word and DWord are somewhat Windows centric; in fact there are systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious
svn-id: r5216
2002-10-21 13:23:25 +00:00
Jonathan Gray
209e723a76 cosmetic change, change the scumm version for the HE games to those reported by the executables. 6 months difference in build date but still the same minor version
svn-id: r5184
2002-10-18 08:26:23 +00:00
Jonathan Gray
2425fc44bf add -z option to list games
svn-id: r5182
2002-10-18 07:08:45 +00:00
Marcus Comstedt
005696bc4b Dreamcast port now wraps main() to avoid special kluges in the common main.
svn-id: r5175
2002-10-18 01:39:25 +00:00
Max Horn
b1766c28b2 patch #620627: mouse wheel support for NewGui
svn-id: r5169
2002-10-16 20:32:12 +00:00
Max Horn
d5bcb63f82 dialogs now can be run 'modal'
svn-id: r5168
2002-10-16 17:37:30 +00:00
Max Horn
d8c26a61ae added insert_at method to List template
svn-id: r5153
2002-10-15 15:32:32 +00:00
Max Horn
2d18fc9e05 added new property to system interface, to be used by NewGui
svn-id: r5144
2002-10-14 11:01:35 +00:00
Max Horn
735e310ac5 fix for bug #620361
svn-id: r5113
2002-10-08 23:58:55 +00:00
Max Horn
8a7637cfc1 added methods to String class that convert a string to upper/lower case; changed config class to keep all domains as lower case (fixes bug #scummvm)
svn-id: r5104
2002-10-08 00:11:41 +00:00
Ruediger Hanke
2fd0a3d458 Renamed new AMidi to Etude
svn-id: r5079
2002-10-02 23:31:40 +00:00
Max Horn
1e626a7128 don't print usage information if no params are given
svn-id: r5067
2002-10-01 23:08:54 +00:00
Paweł Kołodziejski
9c436e6220 oops
svn-id: r5050
2002-09-30 06:09:07 +00:00
Max Horn
d921d06d39 played a bit with the launcher - it now is already somewhat usable <g>
svn-id: r5047
2002-09-30 00:55:47 +00:00
Max Horn
e9e75ffd0a cleanup
svn-id: r5046
2002-09-29 23:09:01 +00:00
Max Horn
9dfd298034 added Config::has_domain()
svn-id: r5045
2002-09-29 23:08:24 +00:00
Max Horn
fa1d629a85 disable experimental launcher dialog by default (at least till it is usable)
svn-id: r5044
2002-09-29 23:06:41 +00:00
James Brown
dfdb1f7547 Merge in 615745: GMD via AdLib emulation
Remove MIDIEMU driver obsoleted by patch.
Change functionality to fallback to AdLib/AdLibGMD Emulation where MIDI init fails
Switch to NewGUI by default (old code retained 'Just in case')

svn-id: r5033
2002-09-29 11:11:42 +00:00
Max Horn
94b55db821 patch #612722: MI2 NewGui title fix
svn-id: r5030
2002-09-28 19:25:09 +00:00
Max Horn
6024c80f14 added (currently completly useless) launcher dialog
svn-id: r5024
2002-09-27 23:27:14 +00:00
Max Horn
e674b9e2e2 enabled demo dialog shown during startup; some fixes/cleanup in NewGUI
svn-id: r5023
2002-09-27 13:06:58 +00:00