Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-22 | Fixed DO_OPTION_OPT so that the '=' is no longer required in long options. (The | Torbjörn Andersson | |
value is, as the name implies, optional.) This fixes bug #1526483. svn-id: r23561 | |||
2006-07-22 | Return false for directories on md5_file with a FSNode as param. | Johannes Schickel | |
svn-id: r23560 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵ | Johannes Schickel | |
game detectors. svn-id: r23558 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the ↵ | Johannes Schickel | |
sword2 detector code too. svn-id: r23557 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the ↵ | Johannes Schickel | |
sword1 detector code too. svn-id: r23556 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the ↵ | Johannes Schickel | |
Gobliiins detector code too. svn-id: r23555 | |||
2006-07-22 | Changes usage of FilesystemNode::name to FilesystemNode::displayName in the ↵ | Johannes Schickel | |
detector code. svn-id: r23554 | |||
2006-07-22 | Added FilesystemNode::name method | Max Horn | |
svn-id: r23553 | |||
2006-07-22 | Speed increase for DS port - uses cache ram to store SIN_TABLE. Other ↵ | Neil Millstone | |
versions are unaffected. svn-id: r23552 | |||
2006-07-22 | Cleanup. | Torbjörn Andersson | |
svn-id: r23551 | |||
2006-07-22 | Changing usage of FSNode::displayName to FSNode::path | Johannes Schickel | |
svn-id: r23549 | |||
2006-07-21 | o Proper ScummVM copyrights | Eugene Sandulenko | |
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548 | |||
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-21 | Patch #1525407: TeX typos | Max Horn | |
svn-id: r23546 | |||
2006-07-21 | Removing redundant paranthesis | Oystein Eftevaag | |
svn-id: r23543 | |||
2006-07-21 | Spelling and formatting | Oystein Eftevaag | |
svn-id: r23542 | |||
2006-07-20 | Using path instead of displayName. | Johannes Schickel | |
svn-id: r23541 | |||
2006-07-20 | Test commit 4 | Max Horn | |
svn-id: r23540 | |||
2006-07-20 | Test commit 3 | Max Horn | |
svn-id: r23539 | |||
2006-07-19 | Test commit 2 | Max Horn | |
svn-id: r23537 | |||
2006-07-19 | Test commit | Max Horn | |
svn-id: r23536 | |||
2006-07-16 | - don't error on CHAPTER1.VRM miss anymore | Johannes Schickel | |
- nicer error messages when no font files are found - implements nicer way to load fonts svn-id: r23531 | |||
2006-07-16 | Add additional library directories. | Won Star | |
svn-id: r23530 | |||
2006-07-16 | Fix FileSystem bug. Now 'Go Up' button works. :) | Won Star | |
svn-id: r23527 | |||
2006-07-16 | Copy protection was disabled in the Monkey Island 1 release included with ↵ | Travis Howell | |
LucasArts Mac CD Game Pack II svn-id: r23526 | |||
2006-07-15 | Some cleanups and restructuring. The clearScreen() function has been renamed | Torbjörn Andersson | |
clearFrame(), and is only responsible for clearing the frame buffer. Frame syncing and frame drawing are now separate from each other. svn-id: r23525 | |||
2006-07-15 | Fixed regression: Test if there's a text object to close before closing it. | Torbjörn Andersson | |
svn-id: r23524 | |||
2006-07-15 | Close the current text object when the movie is ended, to avoid potential | Torbjörn Andersson | |
memory leak, and be a bit more robust about handling text objects in the dummy player. svn-id: r23523 | |||
2006-07-15 | Oops. I just noticed I was using _black to track the white colour, and _white | Torbjörn Andersson | |
to track the black colour. svn-id: r23522 | |||
2006-07-15 | This is more consistent with how we usually initialize arrays of structs, and | Torbjörn Andersson | |
seems to still keep msvc8 happy. svn-id: r23521 | |||
2006-07-15 | Should fix shadowing warnings with gcc. | Johannes Schickel | |
svn-id: r23520 | |||
2006-07-15 | Updates msvc8 project files. | Johannes Schickel | |
svn-id: r23519 | |||
2006-07-15 | Fix building with msvc8. | Johannes Schickel | |
svn-id: r23518 | |||
2006-07-15 | Fix building with msvc8. | Johannes Schickel | |
svn-id: r23517 | |||
2006-07-15 | Should fix loading of pakfiles. | Johannes Schickel | |
svn-id: r23516 | |||
2006-07-15 | Adds filesize check for kyra.dat, this forces to upgrade always to the ↵ | Johannes Schickel | |
newest version though. svn-id: r23514 | |||
2006-07-15 | Get rid of some asserts and adds error messages instead. | Johannes Schickel | |
svn-id: r23513 | |||
2006-07-15 | Little cleanup. | Johannes Schickel | |
svn-id: r23512 | |||
2006-07-15 | Use the FS Api to load all .PAK and .APK files. (I just made a few quick ↵ | Johannes Schickel | |
tests, but before this should be integrated to branch-0-9-0 there should be a test for it on *every* platform, since I'm not quite sure if FilesystemNode::displayName is useable for this...) svn-id: r23511 | |||
2006-07-15 | A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games) | Johannes Schickel | |
svn-id: r23510 | |||
2006-07-15 | Changes names of Kyra2 and Kyra3 detected games. | Johannes Schickel | |
svn-id: r23509 | |||
2006-07-15 | Adds eriktorbjorn to the kyra credits for his VQA player for kyra3. | Johannes Schickel | |
svn-id: r23506 | |||
2006-07-15 | Makes usage of themepath over extrapath then loading the gui files. | Johannes Schickel | |
svn-id: r23504 | |||
2006-07-15 | There are no known releases of indy3ega/monkeyega that require this bypass | Travis Howell | |
svn-id: r23503 | |||
2006-07-15 | There are no known releases of indy3ega/monkeyega that require this bypass | Travis Howell | |
svn-id: r23502 | |||
2006-07-14 | * Add grabRawScreen() method. | Won Star | |
* Add Launcher icon. * Fix trunk compile. svn-id: r23501 | |||
2006-07-14 | Ooops | Travis Howell | |
svn-id: r23498 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-14 | Add another Italian version of Simon the Sorcerer 1 (DOS CD) | Travis Howell | |
svn-id: r23495 |