Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | Rollback additional file committed in r45147. | Nicola Mettifogo | |
svn-id: r45148 | |||
2009-10-16 | Start the correct music inside the Hot Sushi. This fixes the part of ticket ↵ | Nicola Mettifogo | |
2879793 that is actually a bug. svn-id: r45147 | |||
2009-10-16 | Fixed bug 2879799. Freshly loaded data was erased when changing to the new ↵ | Nicola Mettifogo | |
location and the character stayed the same. svn-id: r45145 | |||
2009-10-16 | Fixed bug 2879805. Typo in inventory code made the inventory impossible to ↵ | Nicola Mettifogo | |
cleanup on loadgame. svn-id: r45140 | |||
2009-10-15 | Fixed bug 2879795. Ensure cursor is visible after save/load dialog and ↵ | Nicola Mettifogo | |
debugger are closed. svn-id: r45138 | |||
2009-10-15 | Fixed bug 2879785. Dialogue commands were partly executed too early: see ↵ | Nicola Mettifogo | |
comment at line 480 in dialogue.cpp. svn-id: r45120 | |||
2009-10-15 | Save/load dialog now uses GUI::SaveLoadChooser. | Nicola Mettifogo | |
svn-id: r45119 | |||
2009-10-14 | Fixed regression bug #2874229. Regression had happened in r39878, when the ↵ | Nicola Mettifogo | |
dialogue code was refactored. svn-id: r45053 | |||
2009-10-09 | Remove some unused variables | Max Horn | |
svn-id: r44853 | |||
2009-10-04 | Reduce usage of Common::String::emptyString | Max Horn | |
svn-id: r44603 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-30 | Simplified inventory handling (too much information hiding will kill you). | Nicola Mettifogo | |
svn-id: r44485 | |||
2009-09-30 | * Added secondary inventories for BRA. | Nicola Mettifogo | |
* Added comments where code must be added/updated to support multiple inventories. svn-id: r44476 | |||
2009-09-30 | Provide only the data that is strictly needed when creating a new Inventory. | Nicola Mettifogo | |
svn-id: r44475 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44300 | |||
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r43409 | |||
2009-07-31 | When renaming old savefiles for Nippon Safes, don't assert if a file that ↵ | Nicola Mettifogo | |
matches the pattern game.* and is not a savefile is found in the savepath. svn-id: r42958 | |||
2009-07-30 | Cleanup the header file as I removed one function in r42922. | Nicola Mettifogo | |
svn-id: r42924 | |||
2009-07-30 | Fixed typo in user message. | Nicola Mettifogo | |
svn-id: r42923 | |||
2009-07-30 | Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon ↵ | Nicola Mettifogo | |
Safes. svn-id: r42922 | |||
2009-07-26 | Moved parser functions arrays to file scope, as they were tripping up the ↵ | Nicola Mettifogo | |
obsolete gcc used for the BeOS/Haiku port. If anybody can work out a better solution please apply it, because this makes me sick. svn-id: r42793 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-09 | Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ↵ | Filippos Karapetis | |
changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) svn-id: r42287 | |||
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo | |
* Updated Parallaction and SAGA to use the new decoder infrastructure. svn-id: r41465 | |||
2009-06-12 | Cleanup of sound code. | Nicola Mettifogo | |
svn-id: r41461 | |||
2009-06-12 | * Replaced the A8SVXDecoder class with a function to return an AudioStream ↵ | Nicola Mettifogo | |
in trunk/sound/. * Refactored sound code in Parallaction to use the new Audio::make8SVXStream. svn-id: r41460 | |||
2009-06-12 | Removed a leftover printf(). | Nicola Mettifogo | |
svn-id: r41459 | |||
2009-06-12 | * Final version of the IFF parsing code. | Nicola Mettifogo | |
* Refactored ILBMDecoder usage from disk code. svn-id: r41458 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-21 | Made BRA demos start again by partially reverting commit 39773. Multiple ↵ | Nicola Mettifogo | |
inventory support must be done somehow differently. svn-id: r40750 | |||
2009-04-29 | Refactoring. | Nicola Mettifogo | |
svn-id: r40210 | |||
2009-04-29 | Removed obsolete TODO. | Nicola Mettifogo | |
svn-id: r40194 | |||
2009-04-29 | Enable music and sound effects in BRA, by default. | Travis Howell | |
svn-id: r40193 | |||
2009-04-29 | * Refactored existing save/load code to ease extension | Nicola Mettifogo | |
* Added load/save dialogs using ScummVM's overlay for the moment (no actual saving is performed yet) * Plugged the main menu so that it displays the load dialog when needed. svn-id: r40191 | |||
2009-04-28 | Implemented quit dialog box in BRA. | Nicola Mettifogo | |
svn-id: r40181 | |||
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo | |
svn-id: r40176 | |||
2009-04-28 | * Disk code cleanup. | Nicola Mettifogo | |
* Added ability to load in-game menu graphics. svn-id: r40175 | |||
2009-04-06 | Removed useless references to the global _vm. | Nicola Mettifogo | |
svn-id: r39879 | |||
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo | |
* moved version-specific code into DialogueManager's derivatives * reworked construction of BalloonManager's derivatives * moved a couple of globals used in dialogues (NS specific) to engine svn-id: r39878 | |||
2009-04-03 | Moved background and character loading code from LocationParser_br to the ↵ | Nicola Mettifogo | |
engine for BRA. svn-id: r39814 | |||
2009-04-03 | Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ↵ | Nicola Mettifogo | |
adapted client code. svn-id: r39813 | |||
2009-04-03 | PARALLACTION: Fix silly Mingw 'shadowed declaration' warnings | Max Horn | |
svn-id: r39809 | |||
2009-03-31 | Fixed dialogue balloon appearing in the wrong position after commit 39772. | Nicola Mettifogo | |
svn-id: r39774 | |||
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and ↵ | Nicola Mettifogo | |
SWAP commands. svn-id: r39773 | |||
2009-03-31 | There have been subclasses of DialogueManager for a while, so now we use ↵ | Nicola Mettifogo | |
their constructors for something. svn-id: r39772 | |||
2009-03-31 | Character doesn't need a reference to the engine anymore. | Nicola Mettifogo | |
svn-id: r39770 | |||
2009-03-30 | PARALLACTION: Commit of parentheses patch from salty-horse. (from -devel ↵ | Johannes Schickel | |
"Enabling -Wparentheses in the Makefile"). svn-id: r39760 |