aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Collapse)Author
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
svn-id: r48279
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵Yotam Barnoy
engines + GUI and proper keypad handling svn-id: r48101
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
svn-id: r47716
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵Max Horn
sound/decoders/ svn-id: r47579
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
svn-id: r47492
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated ↵Max Horn
makeRawMemoryStream variant to makeRawMemoryStream_OLD; adapt some code to this change svn-id: r47472
2010-01-23Get rid of two more FLAG_LOOP instancesMax Horn
svn-id: r47459
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
svn-id: r47427
2010-01-19cleanupMax Horn
svn-id: r47399
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
svn-id: r47395
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
svn-id: r47368
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
svn-id: r47367
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
svn-id: r47182
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵Max Horn
header common/types.h svn-id: r47180
2010-01-07Moved creation of 'beep' sound buffer to sound manager constructor.Nicola Mettifogo
svn-id: r47124
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
before freeing it, which isn't necessary. svn-id: r46941
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
svn-id: r46316
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly ↵Max Horn
without details; help filling these out is welcome) svn-id: r46128
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-16Rollback additional file committed in r45147.Nicola Mettifogo
svn-id: r45148
2009-10-16Start 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-16Fixed 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-16Fixed bug 2879805. Typo in inventory code made the inventory impossible to ↵Nicola Mettifogo
cleanup on loadgame. svn-id: r45140
2009-10-15Fixed bug 2879795. Ensure cursor is visible after save/load dialog and ↵Nicola Mettifogo
debugger are closed. svn-id: r45138
2009-10-15Fixed bug 2879785. Dialogue commands were partly executed too early: see ↵Nicola Mettifogo
comment at line 480 in dialogue.cpp. svn-id: r45120
2009-10-15Save/load dialog now uses GUI::SaveLoadChooser.Nicola Mettifogo
svn-id: r45119
2009-10-14Fixed regression bug #2874229. Regression had happened in r39878, when the ↵Nicola Mettifogo
dialogue code was refactored. svn-id: r45053
2009-10-09Remove some unused variablesMax Horn
svn-id: r44853
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
svn-id: r44603
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-30Simplified 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-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
svn-id: r44475
2009-09-24Reverted 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-24Fixed some more warnings about unreachable codeFilippos Karapetis
svn-id: r44300
2009-08-15Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r43409
2009-07-31When 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-30Cleanup the header file as I removed one function in r42922.Nicola Mettifogo
svn-id: r42924
2009-07-30Fixed typo in user message.Nicola Mettifogo
svn-id: r42923
2009-07-30Use SaveFileMan::listSaveFiles() to build list of old savegames for Nippon ↵Nicola Mettifogo
Safes. svn-id: r42922
2009-07-26Moved 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-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-09Renamed 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-12Cleanup 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-12Removed a leftover printf().Nicola Mettifogo
svn-id: r41459