aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-31SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...Max Horn
2009-05-31SCI: Fixed loading; added 'const' keywords to several Vocabulary methodsMax Horn
2009-05-31MADE: cleanupMax Horn
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSXFabio Battaglia
2009-05-31- Little bugfix for LoL outro TIMJohannes Schickel
2009-05-31Fix various memory leaks in Lands of Lore.Johannes Schickel
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31Slowed down the game to match the original, and introduced the ability to alt...Paul Gilbert
2009-05-31Merged the wait for mouse press event loop into the main loop, fixing animati...Paul Gilbert
2009-05-31Ooops, that's one "File::" too manySven Hesse
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31Replacing NULL with 0, since that's normally the C++-waySven Hesse
2009-05-31public'ing some inner classes since some compilers don't seem to like nested ...Sven Hesse
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse
2009-05-31LOL: - fix shape memory allocation/release issueFlorian Kagerer
2009-05-31Typo.Johannes Schickel
2009-05-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
2009-05-31LOL: fix some valgrind warningsFlorian Kagerer
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30LOL: implemented opcode for white towerFlorian Kagerer
2009-05-30Change more Lands of Lore in game voice code to use "_sound->isVoicePresent".Johannes Schickel
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
2009-05-30SCI: Added constructor&destructor to SfxStateMax Horn
2009-05-30LOL: minor bug fixFlorian Kagerer
2009-05-30SCI: Made vocab_version static again (a global static var is bad, but a reall...Max Horn
2009-05-30Reverted the vocab loading function to be like it was before commit #40979 (b...Filippos Karapetis
2009-05-30Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...Filippos Karapetis
2009-05-30SCI: Fix broken pointer after array re-allocation.Willem Jan Palenstijn
2009-05-30LOL: implemented some opcodes required for yvel cityFlorian Kagerer
2009-05-30- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...Filippos Karapetis
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-30- Fix various debugC calls (parameters passed were not correct)Johannes Schickel
2009-05-30- Moved the print_port, segment_info and segment_kill console commands to con...Filippos Karapetis
2009-05-30LOL: - implemented urbish mines gas explosion Florian Kagerer
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis
2009-05-30LOL: - fixed crash that occured when entering yvel cityFlorian Kagerer
2009-05-30Moved more script debug commands to console.cpp: "visual_state", "dynamic_vie...Filippos Karapetis
2009-05-30Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre...Filippos Karapetis
2009-05-30LOL: - added non-installed English floppy version to detectionFlorian Kagerer
2009-05-30LOL: - added English floppy version to detectionFlorian Kagerer
2009-05-30Swapped the checks for suffixes and branches to first check for SCI1 resource...Filippos Karapetis
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-30Fixed a silly typo in commit #40979. Suffixes should be loaded correctly againFilippos Karapetis
2009-05-30Bugfix to keep ScummVM responsive even when the displayOn variable is set to ...Paul Gilbert
2009-05-29LOL: implemented opcode required for magic wandsFlorian Kagerer