Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-13 | Simplified and re-enabled the debug code that shows pixmaps on screen and ↵ | Filippos Karapetis | |
moved sciprintf() to tools.cpp svn-id: r40542 | |||
2009-05-13 | Fix all occurrences of AdLib spelling: | Johannes Schickel | |
- credits - options dialog svn-id: r40538 | |||
2009-05-13 | Whitespace fix | Eugene Sandulenko | |
svn-id: r40537 | |||
2009-05-13 | Oops didn't meant to replace "adlib" config name with "AdLib". | Johannes Schickel | |
svn-id: r40536 | |||
2009-05-13 | - Fix AdLib spelling in NEWS | Johannes Schickel | |
- Sync README with latest OPL related config options changes svn-id: r40535 | |||
2009-05-13 | Fix AdLib spelling in README too. | Johannes Schickel | |
svn-id: r40534 | |||
2009-05-13 | Fix spelling of AdLib (it's AdLib not Adlib). | Johannes Schickel | |
svn-id: r40533 | |||
2009-05-13 | Enable Audio options for a game when OPL driver is overridden. | Eugene Sandulenko | |
svn-id: r40532 | |||
2009-05-13 | Add option --opl-driver to command line. | Eugene Sandulenko | |
svn-id: r40531 | |||
2009-05-13 | Mention new Adlib emu | Eugene Sandulenko | |
svn-id: r40530 | |||
2009-05-13 | SCI: Message: Added a few more subfunctions; cleanup. | Walter van Niftrik | |
svn-id: r40529 | |||
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel | |
svn-id: r40528 | |||
2009-05-13 | Silence another g++ 4.4 warning. | Johannes Schickel | |
svn-id: r40527 | |||
2009-05-13 | Make g++ 4.4 happy (warning about out of bounds access). | Johannes Schickel | |
svn-id: r40526 | |||
2009-05-13 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r40525 | |||
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ↵ | Filippos Karapetis | |
feature flags (not used yet) - Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these) - Removed the empty GameFlags structure and replaced it with a 32-bit integer instead svn-id: r40524 | |||
2009-05-13 | Fixed regression in SCI1 games from commit #40518 | Filippos Karapetis | |
svn-id: r40523 | |||
2009-05-13 | Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ↵ | Paul Gilbert | |
all versions have this file svn-id: r40522 | |||
2009-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko | |
svn-id: r40521 | |||
2009-05-13 | Moved the construction of _sound and _music to the constructor, in case the ↵ | Paul Gilbert | |
run() method exits before initiaze is called svn-id: r40520 | |||
2009-05-12 | SCI: cleanup | Max Horn | |
svn-id: r40518 | |||
2009-05-12 | SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h | Max Horn | |
svn-id: r40517 | |||
2009-05-12 | Make data that is only locally used static | Max Horn | |
svn-id: r40516 | |||
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn | |
svn-id: r40515 | |||
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn | |
svn-id: r40514 | |||
2009-05-12 | Must include common/scummsys.h in graphics/pixelformat.h because it uses ↵ | Max Horn | |
type 'byte' svn-id: r40513 | |||
2009-05-12 | Allow ESC button also be assigned in keymapper. | Eugene Sandulenko | |
svn-id: r40511 | |||
2009-05-12 | Surely this function is supposed to return -2 when the memory allocation | Torbjörn Andersson | |
*fails*, not when it succeeds...? svn-id: r40510 | |||
2009-05-12 | Rearranged all the different version checks based on SCI version in ↵ | Filippos Karapetis | |
versions.h, and added some WIP and unused game flags, which will hopefully replace the SCI version numbers svn-id: r40509 | |||
2009-05-12 | When source and destination are the same, there is no need to strcpy(). In fact | Torbjörn Andersson | |
it may even be harmful when source and destination overlap. (This happens when loading savegames.) svn-id: r40508 | |||
2009-05-12 | Clarification of a comment. | Johannes Schickel | |
svn-id: r40507 | |||
2009-05-12 | Fix invalid pop up widget selection, when no "opl_driver" setting is present. | Johannes Schickel | |
svn-id: r40506 | |||
2009-05-12 | Fixed what looks like an obvious error in loadSong() that Valgrind caught. | Torbjörn Andersson | |
svn-id: r40504 | |||
2009-05-12 | Make 'create' return an OPL2 by default. | Johannes Schickel | |
svn-id: r40503 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40502 | |||
2009-05-12 | Allow creation of KeyState with zero ascii value. | Eugene Sandulenko | |
svn-id: r40501 | |||
2009-05-12 | Give hints for better automapping | Eugene Sandulenko | |
svn-id: r40500 | |||
2009-05-12 | Performed some cleanup on the different version checks | Filippos Karapetis | |
svn-id: r40499 | |||
2009-05-12 | Fix OPL emulator IDs. | Johannes Schickel | |
svn-id: r40498 | |||
2009-05-12 | Fall back to plain OPL2 emulation, when Dual OPL2 isn't available. | Johannes Schickel | |
svn-id: r40497 | |||
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: ↵ | Johannes Schickel | |
"opl_driver") - Make MAME FM OPL the default emulator again - Add GUI support for selecting the active OPL emulator - Update themes svn-id: r40496 | |||
2009-05-12 | Sync with STXes | Eugene Sandulenko | |
svn-id: r40494 | |||
2009-05-12 | Add more detailed error message for "Chunk overread" case. | Johannes Schickel | |
svn-id: r40493 | |||
2009-05-12 | SCI: Fixed a valgrind warning. | Walter van Niftrik | |
svn-id: r40492 | |||
2009-05-12 | Cleanup. | Johannes Schickel | |
svn-id: r40491 | |||
2009-05-12 | Formatting. | Johannes Schickel | |
svn-id: r40490 | |||
2009-05-12 | Add proper error checking in file parsing code. | Johannes Schickel | |
svn-id: r40489 | |||
2009-05-12 | Change script file loading code to use Common::IFFParser instead of a self ↵ | Johannes Schickel | |
written IFF reader. svn-id: r40488 | |||
2009-05-12 | Typo. | Johannes Schickel | |
svn-id: r40487 | |||
2009-05-12 | Removed some unused code | Filippos Karapetis | |
svn-id: r40486 |