aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/module.mk
AgeCommit message (Collapse)Author
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* Final version of the IFF parsing code.Nicola Mettifogo
* Refactored ILBMDecoder usage from disk code. svn-id: r41458
2009-03-20Added more flexible IFF parser and ILBM decoder.Nicola Mettifogo
svn-id: r39571
2009-03-14Added midi support to BRA. So far music starts, but related script commands ↵Nicola Mettifogo
haven't been implemented yet. svn-id: r39397
2009-03-14* Added a generic sound manager that hides engine-specific managers and ↵Nicola Mettifogo
allows accessing them through a simplified command/parameter interface. * Updated client code to use the new manager. * Moved Nippon Safes sound code from sound.cpp to sound_ns.cpp. svn-id: r39394
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from ↵Nicola Mettifogo
exec.h. svn-id: r38892
2008-07-25Converted BRA to work with the new menu approach. It is not yet well ↵Nicola Mettifogo
plugged-in as in NS, but it suffices for the moment. svn-id: r33272
2008-07-04Correct typo.Travis Howell
svn-id: r32903
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
- Added a class to draw balloons in BRA (still without text and with wrong placement) svn-id: r32902
2008-05-14Oops. Forgot to update module.mk.Nicola Mettifogo
svn-id: r32116
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-02-02Fix GCC compile.Travis Howell
svn-id: r30741
2008-01-28Fix compilationSven Hesse
svn-id: r30676
2007-11-01* Merged object Menu into Parallaction_ns.Nicola Mettifogo
* Some preliminary refactoring of ex-menu code. svn-id: r29354
2007-08-25Added implementation for most parser and exec opcodes in BRA.Nicola Mettifogo
svn-id: r28735
2007-08-24First step in restructuring engine code:Nicola Mettifogo
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711
2007-07-29Added callables stubs for Big Red Adventure.Nicola Mettifogo
svn-id: r28312
2007-07-29Made current callable routines members of Parallaction_ns, and moved them to ↵Nicola Mettifogo
callables_ns.cpp. svn-id: r28302
2007-07-29Moved all callable routines and related data into callables.cpp.Nicola Mettifogo
svn-id: r28299
2007-07-29Fix build.Nicola Mettifogo
svn-id: r28292
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵Nicola Mettifogo
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246
2007-07-26Merged archive.cpp into disk.cpp.Nicola Mettifogo
svn-id: r28221
2007-05-01Changed some filenames to adhere to standard.Nicola Mettifogo
svn-id: r26723
2007-04-16Fix compilationSven Hesse
svn-id: r26533
2007-03-02fix broken buildNicola Mettifogo
svn-id: r25939
2007-02-19Fix compilationEugene Sandulenko
svn-id: r25722
2007-02-19oops forgot to update make moduleNicola Mettifogo
svn-id: r25720
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083