Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38538 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38537 | |||
2009-02-19 | Updated so z:\ paths will be reported properly as a directory and valid path. | Lars Persson | |
svn-id: r38536 | |||
2009-02-19 | Fix SCI 1.1 detection. | Travis Howell | |
svn-id: r38535 | |||
2009-02-19 | Update SCI version for Space Quest 4(Amiga). | Travis Howell | |
svn-id: r38534 | |||
2009-02-19 | Update SCI version for Leisure Suit Larry 2 (Amiga). | Travis Howell | |
svn-id: r38533 | |||
2009-02-19 | Update SCI version for Kings Quest 4 (Amiga). | Travis Howell | |
svn-id: r38532 | |||
2009-02-19 | Fix kq4 start (it was using the wrong version). | Matthew Hoops | |
svn-id: r38531 | |||
2009-02-19 | Update win32dist. | Travis Howell | |
svn-id: r38530 | |||
2009-02-19 | - Fix finding versions from exe's | Matthew Hoops | |
- Fix fallback detection - Make getVersion() return an int instead of a uint16 which makes the version lose precision and the "major" version can get lost. svn-id: r38529 | |||
2009-02-19 | scan_file returns 1 if there's a failure, not 0; correct ↵ | Matthew Hoops | |
version_detect_from_executable to use that properly svn-id: r38528 | |||
2009-02-19 | Fixed regression in Options menu and disabled Save/Load buttons. | Vicent Marti | |
svn-id: r38524 | |||
2009-02-19 | Last minute fix (enabling/disabling widgets mid-frame). | Vicent Marti | |
svn-id: r38520 | |||
2009-02-19 | The background sounds option, only applies to Simon the Sorcerer 2. | Travis Howell | |
svn-id: r38518 | |||
2009-02-18 | sync | Eugene Sandulenko | |
svn-id: r38516 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38512 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38511 | |||
2009-02-18 | Synced the SCI MSVC project files | Filippos Karapetis | |
svn-id: r38510 | |||
2009-02-18 | Readded the code which reads the version from the original executable to the ↵ | Filippos Karapetis | |
fallback detector (still very hackish...). This is probably the only known way currently to determine the version used by each game variant and add appropriate game flags svn-id: r38509 | |||
2009-02-18 | cleanup | Max Horn | |
svn-id: r38508 | |||
2009-02-18 | update msvc9 | Paweł Kołodziejski | |
svn-id: r38507 | |||
2009-02-18 | remove not used includes | Paweł Kołodziejski | |
svn-id: r38506 | |||
2009-02-18 | Added initial implementation of the fallback detector for unknown versions ↵ | Filippos Karapetis | |
(version detection from the original executable will be readded and displayed in this part) svn-id: r38505 | |||
2009-02-18 | XCode project updated with latest SCI changes | Oystein Eftevaag | |
svn-id: r38503 | |||
2009-02-18 | Added methods to get information for the detected game version | Filippos Karapetis | |
svn-id: r38502 | |||
2009-02-18 | SCI: Moved util.h to the sci tools, as old_objects.* is the only code using ↵ | Max Horn | |
(and requiring) it svn-id: r38501 | |||
2009-02-18 | update README | Paweł Kołodziejski | |
svn-id: r38500 | |||
2009-02-18 | remove dreamcast mixer platform code - no use for scummvm | Paweł Kołodziejski | |
svn-id: r38499 | |||
2009-02-18 | SCI: Added G_DIR_SEPARATOR to scicore/resource.cpp for now (I'll remove it ↵ | Max Horn | |
again soon) svn-id: r38498 | |||
2009-02-18 | SCI: Some random cleanup | Max Horn | |
svn-id: r38497 | |||
2009-02-18 | missed to remove code from latest removal | Paweł Kołodziejski | |
svn-id: r38496 | |||
2009-02-18 | remove not used code | Paweł Kołodziejski | |
svn-id: r38495 | |||
2009-02-18 | Fixed warnings. | Johannes Schickel | |
svn-id: r38494 | |||
2009-02-18 | Updated the savegame.cfsml file to remove unused functions and generated the ↵ | Filippos Karapetis | |
appropriate .cpp file using the cfsml tool svn-id: r38493 | |||
2009-02-18 | Updated the cfsml tool to silence MSVC warnings and to remove memory testing | Filippos Karapetis | |
svn-id: r38492 | |||
2009-02-18 | Fix documentation, warning prints to stderr not stdout. | Johannes Schickel | |
svn-id: r38490 | |||
2009-02-18 | add -DDISABLE_TEXT_CONSOLE and -DDISABLE_COMMAND_LINE | Joost Peters | |
svn-id: r38489 | |||
2009-02-18 | Fix makefile | Eugene Sandulenko | |
svn-id: r38487 | |||
2009-02-18 | move cfsml.pl to the tools/ directory | Eugene Sandulenko | |
svn-id: r38486 | |||
2009-02-18 | restore removed files | Eugene Sandulenko | |
svn-id: r38485 | |||
2009-02-18 | Adding the files properly. Part1 | Eugene Sandulenko | |
svn-id: r38483 | |||
2009-02-18 | Removed unused file | Max Horn | |
svn-id: r38482 | |||
2009-02-18 | Added missing file savegame.cfsml (hopefully, compilation should REALLY be ↵ | Filippos Karapetis | |
fixed now, sorry again...) svn-id: r38481 | |||
2009-02-18 | Reverting commits which moved cfsml.pl and said.y, part 2 | Filippos Karapetis | |
Hopefully, compilation should be fixed again svn-id: r38479 | |||
2009-02-18 | Honour alpha bits in applyScreenShading() (used in "add game", "edit game" ↵ | Joost Peters | |
and "options" dialogs). svn-id: r38478 | |||
2009-02-18 | report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ↵ | Joost Peters | |
may even be phased out at some point). svn-id: r38476 | |||
2009-02-18 | Use 4444 overlay on PSP (instead of 1555). | Joost Peters | |
svn-id: r38475 | |||
2009-02-18 | Include the SCI engine when building ScummVM under MSVC | Filippos Karapetis | |
svn-id: r38474 | |||
2009-02-18 | Removed some unused GFX driver capability code and flags | Filippos Karapetis | |
svn-id: r38473 | |||
2009-02-18 | Added FIXME concerning crash when exiting a SCI game | Filippos Karapetis | |
svn-id: r38472 |