aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.cpp
AgeCommit message (Collapse)Author
2007-07-29Removed direct references to callable functions (opcodes). They are now only ↵Nicola Mettifogo
available via a virtual member function in the engine. svn-id: r28291
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-18Reverting my last change.Nicola Mettifogo
svn-id: r26866
2007-05-16Replaced explicit bitmasks with function calls.Nicola Mettifogo
svn-id: r26855
2007-05-13cleanupNicola Mettifogo
svn-id: r26834
2007-04-09- moved walk code to List<>Nicola Mettifogo
- some adjustments to #include statements svn-id: r26424
2007-04-07Added new ManagedList class to handle Instruction and Command lists. The ↵Nicola Mettifogo
same class will be used to hold Zone, Animation and WalkNode lists. svn-id: r26410
2007-04-07cleanupNicola Mettifogo
svn-id: r26409
2007-04-07Fixed incomplete implementation of Command lists.Nicola Mettifogo
svn-id: r26408
2007-04-07Changed Commands to use List<>Nicola Mettifogo
svn-id: r26407
2007-04-07Added code for ~Command().Nicola Mettifogo
svn-id: r26402
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ↵Nicola Mettifogo
after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. svn-id: r26295
2007-03-24made more functions members of ParallactionNicola Mettifogo
svn-id: r26294
2007-03-24- fixed regression bug: one free/delete mismatchNicola Mettifogo
- added needed virtual destructors to structs svn-id: r26292
2007-03-21- moved buildWalkPath inner loop into a new functionNicola Mettifogo
- renamed some variables in buildWalkPath - deleted an old extern for buildWalkPath svn-id: r26272
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
svn-id: r26244
2007-03-18changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()Nicola Mettifogo
svn-id: r26230
2007-03-18- added constructors for most structsNicola Mettifogo
- structs are now allocated via new instead of malloc's - respective free's have been replaced with delete svn-id: r26228
2007-03-18- Made global Node's (_zones, _animations, _helperNode) and the functions ↵Nicola Mettifogo
using them members of the engine. - Added a constructor for Node svn-id: r26226
2007-03-17oops forgot to commit changes for CommandNicola Mettifogo
svn-id: r26165
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program ↵Nicola Mettifogo
and Job. - Moved Job list management inside Parallaction (because constructors for global variables are not always invoked on some platforms) svn-id: r26164
2007-03-17some renaming to shorten linesNicola Mettifogo
svn-id: r26159
2007-03-17gathered character related stuff into a new struct Character, and modified ↵Nicola Mettifogo
calling code accordingly svn-id: r26158
2007-03-11wrapped active location data into a new structureNicola Mettifogo
svn-id: r26085
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵Nicola Mettifogo
Script objects for input. svn-id: r25743
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-15fixed a bug in the original engine causing memory-protected systems to ↵Nicola Mettifogo
occasionally crash svn-id: r25614
2007-02-07fixed location script parsing error causing irritatingly inconsistent gameplayNicola Mettifogo
svn-id: r25421
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
svn-id: r25376
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
of GCC. (Not the one he's using, though, which is why I'm doing this instead.) svn-id: r25327
2007-01-26added more debug messagesNicola Mettifogo
svn-id: r25214
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083