index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
Age
Commit message (
Expand
)
Author
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-16
Rollback additional file committed in r45147.
Nicola Mettifogo
2009-10-16
Start the correct music inside the Hot Sushi. This fixes the part of ticket 2...
Nicola Mettifogo
2009-10-16
Fixed bug 2879799. Freshly loaded data was erased when changing to the new lo...
Nicola Mettifogo
2009-10-16
Fixed bug 2879805. Typo in inventory code made the inventory impossible to cl...
Nicola Mettifogo
2009-10-15
Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg...
Nicola Mettifogo
2009-10-15
Fixed bug 2879785. Dialogue commands were partly executed too early: see comm...
Nicola Mettifogo
2009-10-15
Save/load dialog now uses GUI::SaveLoadChooser.
Nicola Mettifogo
2009-10-14
Fixed regression bug #2874229. Regression had happened in r39878, when the di...
Nicola Mettifogo
2009-10-09
Remove some unused variables
Max Horn
2009-10-04
Reduce usage of Common::String::emptyString
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-30
Simplified inventory handling (too much information hiding will kill you).
Nicola Mettifogo
2009-09-30
* Added secondary inventories for BRA.
Nicola Mettifogo
2009-09-30
Provide only the data that is strictly needed when creating a new Inventory.
Nicola Mettifogo
2009-09-24
Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...
Filippos Karapetis
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-08-15
Removed unnecessary semi-colons.
Torbjörn Andersson
2009-07-31
When renaming old savefiles for Nippon Safes, don't assert if a file that mat...
Nicola Mettifogo
2009-07-30
Cleanup the header file as I removed one function in r42922.
Nicola Mettifogo
2009-07-30
Fixed typo in user message.
Nicola Mettifogo
2009-07-30
Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon Sa...
Nicola Mettifogo
2009-07-26
Moved parser functions arrays to file scope, as they were tripping up the obs...
Nicola Mettifogo
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2009-07-09
Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch...
Filippos Karapetis
2009-06-12
* Moved the updated IFF code from Parallaction to common/
Nicola Mettifogo
2009-06-12
Cleanup of sound code.
Nicola Mettifogo
2009-06-12
* Replaced the A8SVXDecoder class with a function to return an AudioStream in...
Nicola Mettifogo
2009-06-12
Removed a leftover printf().
Nicola Mettifogo
2009-06-12
* Final version of the IFF parsing code.
Nicola Mettifogo
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-21
Made BRA demos start again by partially reverting commit 39773. Multiple inve...
Nicola Mettifogo
2009-04-29
Refactoring.
Nicola Mettifogo
2009-04-29
Removed obsolete TODO.
Nicola Mettifogo
2009-04-29
Enable music and sound effects in BRA, by default.
Travis Howell
2009-04-29
* Refactored existing save/load code to ease extension
Nicola Mettifogo
2009-04-28
Implemented quit dialog box in BRA.
Nicola Mettifogo
2009-04-28
Added in-game menu for BRA. Load/save is not supported yet.
Nicola Mettifogo
2009-04-28
* Disk code cleanup.
Nicola Mettifogo
2009-04-06
Removed useless references to the global _vm.
Nicola Mettifogo
2009-04-06
Cleanup of Balloon and Dialogue code:
Nicola Mettifogo
2009-04-03
Moved background and character loading code from LocationParser_br to the eng...
Nicola Mettifogo
2009-04-03
Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...
Nicola Mettifogo
2009-04-03
PARALLACTION: Fix silly Mingw 'shadowed declaration' warnings
Max Horn
2009-03-31
Fixed dialogue balloon appearing in the wrong position after commit 39772.
Nicola Mettifogo
2009-03-31
Added basic multiple inventory support. This will be used for the GIVE and SW...
Nicola Mettifogo
2009-03-31
There have been subclasses of DialogueManager for a while, so now we use thei...
Nicola Mettifogo
[next]