aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
AgeCommit message (Expand)Author
2018-08-18PARALLACTION: Replace use of strdup with Common::String & mallocColin Snover
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-01-13PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles.David Turner
2010-06-27Prevent execution of the STOP script command when its Zone does not exist. Pa...Nicola Mettifogo
2010-06-19Implemented PART command for BRA, largely based on patch #3005434 by fuzzie.Nicola Mettifogo
2010-05-22Apply patch 3004991 by fuzzie: don't try and run dialogues for SPEAK zones wi...Nicola Mettifogo
2010-04-27Fix bug 2969257 (labels) and hopefully plug all the leaks.Nicola Mettifogo
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-16Rollback additional file committed in r45147.Nicola Mettifogo
2009-10-16Start the correct music inside the Hot Sushi. This fixes the part of ticket 2...Nicola Mettifogo
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-04-06Removed useless references to the global _vm.Nicola Mettifogo
2009-03-29(Re)link bounding animations after location has been completely parsed. This ...Nicola Mettifogo
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-28Added workaround for script bug in ticket #2718449.Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Fix pallete for label font in the Amiga version of BRA.Travis Howell
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-23Partly implemented the STOP script instruction.Nicola Mettifogo
2009-03-23Implemented MOVE script instruction.Nicola Mettifogo
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-03-02Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus t...Nicola Mettifogo
2009-03-02Implemented 'open', 'close' and 'leave' commands.Nicola Mettifogo
2009-02-26Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe...Nicola Mettifogo
2009-02-25* Rebased Parallaction_br to inherit from Parallaction instead of Parallactio...Nicola Mettifogo
2009-02-24Implemented follower support, except that:Nicola Mettifogo
2009-02-24Added preliminary code for following walker support in BRA.Nicola Mettifogo
2009-02-24Changed interface to walk code, to better handle the differences between game...Nicola Mettifogo
2009-02-21Fix for bug #2619824. Command list execution is now paused when showing credi...Nicola Mettifogo
2009-01-04Implemented counters in BRA. Only valid answer options are shown, and counter...Nicola Mettifogo
2008-12-06Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i...Nicola Mettifogo
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
2008-08-15Disabled lip syncing code in BRA, since I couldn't find any scripts actually ...Nicola Mettifogo
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-08-14More cleanup.Nicola Mettifogo
2008-08-14Cleanup.Nicola Mettifogo
2008-07-30* Unified implementation of flow control opcodes in NS and BRANicola Mettifogo
2008-07-29* Implemented pause/resume of command executionNicola Mettifogo
2008-07-28Implemented opcodes for picking up/dropping/opening/closing items.Nicola Mettifogo
2008-07-28Some instrumentation for script debugging.Nicola Mettifogo
2008-07-25* Merged old input management flags into a single mouse status variable.Nicola Mettifogo
2008-07-11Cleanup.Nicola Mettifogo
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-07-02- Changed labels to be GfxObj's, thus removing the Label object altogether.Nicola Mettifogo