aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Expand)Author
2008-07-28Pick up/drop/open/close actions are now available in game.Nicola Mettifogo
2008-07-27Doug from BRA can now walk in his hotel room. He still stops in bizarre poses...Nicola Mettifogo
2008-07-26More cleanup.Nicola Mettifogo
2008-07-26* Added walk calculations to BRA (doesn't walk yet, though).Nicola Mettifogo
2008-07-25Changed the remaining references to Nodes into Points.Nicola Mettifogo
2008-07-24* Moved end intro and end game sequences code to gui.Nicola Mettifogo
2008-07-23Removed the historical waitUntilLeftClick function and adapted code to use th...Nicola Mettifogo
2008-07-23Removed useless event management code and made readInput() more general.Nicola Mettifogo
2008-07-23More decoupling of inventory code.Nicola Mettifogo
2008-07-23More merging of input code.Nicola Mettifogo
2008-07-22Merged inventory input code from different files.Nicola Mettifogo
2008-07-22Changed comment display code so that input polling is integrated into the mai...Nicola Mettifogo
2008-07-21Some refactoring for tracking of floating labels.Nicola Mettifogo
2008-07-21Massive refactoring of dialogue code, which is now implemented as a finite st...Nicola Mettifogo
2008-07-13More refactoring of walk code.Nicola Mettifogo
2008-07-13Cleanup of walk code.Nicola Mettifogo
2008-07-11Moved program and command execution code out of the engine, into their own br...Nicola Mettifogo
2008-07-09Fixed leaks in NS and BRA.Nicola Mettifogo
2008-07-09Fixed regression introduced with GfxObj: the character sprite was sometimes r...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
2008-06-22Circular references between Zone/Animation and Command are now manually remov...Nicola Mettifogo
2008-06-03PARA: Fixed some memory leaksChristopher Page
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-05-15* Cleanup of input code.Nicola Mettifogo
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-05-09Moved location parsing out of the engines, to LocationParser_ns and LocationP...Nicola Mettifogo
2008-05-07Reverting commit 31920, thus changing type of flags back to unsigned. If some...Nicola Mettifogo
2008-05-07Silencing a compiler warningSven Hesse
2008-05-07Fixed signed/unsigned issues with kFlagsAllFilippos Karapetis
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-05-04Added new Parser class, which will gradually grow to include all parsing code...Nicola Mettifogo
2008-04-28Moved some static members into Parallaction class.Nicola Mettifogo
2008-04-17Fixed usage of SharedPtr, so that reference counting is proper and there are ...Nicola Mettifogo
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09More refactoring for command parsing/execution.Nicola Mettifogo
2008-02-06Added experimental debug feature: variables influencing the rendering that ca...Nicola Mettifogo
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
2008-02-03Fixed maximum token length for the parser.Nicola Mettifogo
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
2008-02-03Programs are now handled in their own list, instead of being accessed via the...Nicola Mettifogo
2008-02-02Enabled rudimentary location switch in BRA.Nicola Mettifogo
2008-02-02Some more integration of background code into BackgroundInfo.Nicola Mettifogo
2008-01-28Cleanup (step 1).Nicola Mettifogo
2008-01-28Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...Nicola Mettifogo
2008-01-28Move low level background management into Gfx.Nicola Mettifogo
2008-01-28Fixed animation sorting: everything should be drawn like before revision 3067...Nicola Mettifogo
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat