Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-23 | Simon stuff | Travis Howell | |
svn-id: r5700 | |||
2002-11-21 | Revamped Adlib functionality. | Jamieson Christian | |
IMuseAdlib is defunct. New MidiDriver_ADLIB device. Simon 1/2 now supports Adlib. svn-id: r5677 | |||
2002-11-21 | enhanced Config::rename_domain; added the ability to change the domain name ↵ | Max Horn | |
in EditGameDialog svn-id: r5673 | |||
2002-11-21 | cleanup | Max Horn | |
svn-id: r5669 | |||
2002-11-21 | now this was an *EVIL* typo | Max Horn | |
svn-id: r5668 | |||
2002-11-21 | gotta love creating objects on the stack :-) | Max Horn | |
svn-id: r5666 | |||
2002-11-21 | Now only have to choose betwene simon 1/2 talkie/win versions | Travis Howell | |
svn-id: r5662 | |||
2002-11-21 | Fix Simon games detection | Travis Howell | |
svn-id: r5659 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 | |||
2002-11-21 | consistently ignore case of the domain name | Max Horn | |
svn-id: r5650 | |||
2002-11-21 | operator < and > for String now ignore case | Max Horn | |
svn-id: r5649 | |||
2002-11-21 | added and corrected some detectNames; it is vital that only names of files ↵ | Max Horn | |
that are *always* present for the game in quesion are used svn-id: r5645 | |||
2002-11-19 | revert adlib change for now (not happy with the whole adlib/midi situation, ↵ | Max Horn | |
though) svn-id: r5621 | |||
2002-11-19 | fixed default midi driver selection on Mac OS X; enforce adlib for ↵ | Max Horn | |
Indy3/MonkeyVGA for now; don't default to adlib in any other game svn-id: r5617 | |||
2002-11-19 | Small Windows CE changes : detect old WinCE as NONSTANDARD_PORT, change ↵ | Nicolas Bacca | |
__cdecl for these systems, add 2 sampling rates for WinCE due to problems with Smush mixer in 11 kHz svn-id: r5604 | |||
2002-11-19 | added some preliminary game auto detect code to the launcher; this required ↵ | Max Horn | |
a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work svn-id: r5600 | |||
2002-11-18 | touch up games list | Jonathan Gray | |
svn-id: r5595 | |||
2002-11-15 | fix operator == and != | Max Horn | |
svn-id: r5570 | |||
2002-11-15 | More tempo updates, news update, bump version number | James Brown | |
svn-id: r5557 | |||
2002-11-14 | cleanup | Max Horn | |
svn-id: r5552 | |||
2002-11-14 | set default window title 'ScummVM' while launcher is up | Max Horn | |
svn-id: r5549 | |||
2002-11-14 | added missing #include | Max Horn | |
svn-id: r5545 | |||
2002-11-13 | cleaned up Config::get_domain; fixed sorting in launcher | Max Horn | |
svn-id: r5541 | |||
2002-11-13 | #include headers for strlen & assert | Max Horn | |
svn-id: r5536 | |||
2002-11-13 | properly init all datacd Projekte/scummvm | Max Horn | |
svn-id: r5529 | |||
2002-11-12 | first of a few more s/readme.txt/README/ changes | Jonathan Gray | |
svn-id: r5519 | |||
2002-11-10 | completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some ↵ | Max Horn | |
static variables from drawFlashlight() and made them members of class Scumm instead svn-id: r5506 | |||
2002-11-10 | Update internal version number | James Brown | |
svn-id: r5498 | |||
2002-11-10 | indention fix :-) | Max Horn | |
svn-id: r5492 | |||
2002-11-10 | added FIXME comment | Max Horn | |
svn-id: r5486 | |||
2002-11-06 | use strcat instead of sprintf+strlen | Max Horn | |
svn-id: r5446 | |||
2002-11-06 | moved some constants from scumm.h to gameDetector.h; this way, we don't have ↵ | Max Horn | |
to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more) svn-id: r5444 | |||
2002-11-06 | update formating of -z output to reflect long simon game names | Jonathan Gray | |
svn-id: r5432 | |||
2002-11-05 | Add simon1talkie and simon2talkie targets | Travis Howell | |
svn-id: r5413 | |||
2002-11-02 | Added simon sound bugfix, patch #632518 | Travis Howell | |
Added fix for simon sound-related crash, patch #632517 svn-id: r5377 | |||
2002-10-28 | fixed shadow warning | Max Horn | |
svn-id: r5346 | |||
2002-10-28 | Fix using MAD -without- Vorbis, and remove COMPRESSED_SOUND_FILE define. | James Brown | |
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 | Add support for aliased scummvm config entries. | James Brown | |
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-27 | patch #628997 support for ogg vorbis instead of cd tracks by Daniel ↵ | Jonathan Gray | |
Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320 | |||
2002-10-24 | Add simon1demo | Travis Howell | |
svn-id: r5300 | |||
2002-10-23 | cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵ | Max Horn | |
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 | don't use strdup | Max Horn | |
svn-id: r5287 | |||
2002-10-23 | Correct volume limit listed under -m section of help | Travis Howell | |
svn-id: r5282 | |||
2002-10-23 | Add command line option for master volume, patch #591813 | Travis Howell | |
svn-id: r5280 | |||
2002-10-22 | fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-) | Max Horn | |
svn-id: r5264 | |||
2002-10-22 | inline function instead of macro for SWAP, to make -Wshadow more useful | Max Horn | |
svn-id: r5263 | |||
2002-10-22 | cleanup array | Paweł Kołodziejski | |
svn-id: r5250 | |||
2002-10-22 | don't shadow vars | Max Horn | |
svn-id: r5237 | |||
2002-10-22 | don't shadow vars | Max Horn | |
svn-id: r5236 | |||
2002-10-21 | Add fixme | James Brown | |
svn-id: r5217 |