aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parser_ns.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
2013-04-17PARALLACTION: Use strlcpy instead of strncpy.Alyssa Milburn
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-09-28PARALLACTION: Updated the fix for script bug #2969913 to a workaroundFilippos Karapetis
2011-09-28PARALLACTION: Fixed bug #2969913 - "NIPPON: Katana graphics not shown (regres...Filippos Karapetis
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
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
2010-12-12PARALLACTION: parse command lists for kNoneType zones, even if defined after ...Nicola Mettifogo
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-06-04Ensure that zones/animations always get the same index number.Nicola Mettifogo
2010-04-28Fixed leaks in parsing of examine and door zones.Nicola Mettifogo
2009-07-26Moved parser functions arrays to file scope, as they were tripping up the obs...Nicola Mettifogo
2009-04-03Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...Nicola Mettifogo
2009-04-03PARALLACTION: Fix silly Mingw 'shadowed declaration' warningsMax Horn
2009-03-29Commands now evaluate their reference Zone at runtime, thus handling of forwa...Nicola Mettifogo
2009-03-29Merged CommandData into Command.Nicola Mettifogo
2009-03-24Removed paranoia check.Nicola Mettifogo
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-23Refactored the zone type parsers.Nicola Mettifogo
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-14Fixed building on 64-bit architectures.Nicola Mettifogo
2009-03-14* Added a generic sound manager that hides engine-specific managers and allow...Nicola Mettifogo
2009-02-27The engine has now to build the drawing list for the graphic department, inst...Nicola Mettifogo
2009-02-26Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe...Nicola Mettifogo
2009-02-23Cleanup.Nicola Mettifogo
2009-01-20Replacement an immediate with the appropriate #define constant.Nicola Mettifogo
2009-01-20Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe th...Nicola Mettifogo
2009-01-08Don't assert anymore when a command flag doesn't exist, but ignore it and pri...Nicola Mettifogo
2009-01-04Made sure to display labels on animations.Nicola Mettifogo
2009-01-04Implemented counters in BRA. Only valid answer options are shown, and counter...Nicola Mettifogo
2008-12-21Added a stub to dialogue parser, so that dialogue lines controlled by counter...Nicola Mettifogo
2008-12-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-11-13Update to the low level parser:Nicola Mettifogo
2008-11-12Fixed default zone flags, so that labels in BRA are only shown on zones which...Nicola Mettifogo
2008-11-09Enabled flags parsing for all commands in location script. Most of them don't...Nicola Mettifogo
2008-11-08* cleanupNicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-15Made scripts access Animation fields via accessors and mutators, instead of u...Nicola Mettifogo