aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-04ZVISION: Cleanup dump method from run()richiesams
2013-08-04ZVISION: Create renderImageToScreen method and add a console command for itrichiesams
2013-08-04ZVISION: Create debug console and apply console logic to main looprichiesams
2013-08-04ZVISION: Add definitions for more ResultActionsrichiesams
2013-08-04ZVISION: Create utility method to dump result action signatures from various ...richiesams
2013-08-04ZVISION: Change trimCommentsAndWhiteSpace to use a pointer instead of a refer...richiesams
2013-08-04ZVISION: Change Puzzle::resultActions to a List of pointers instead of Result...richiesams
2013-08-04ZVISION: Forward declare ZVision in result_action.hrichiesams
2013-08-04ZVISION: Normalize remaining CRLF to LF for the remoterichiesams
2013-08-04ZVISION: Create ResultAction 's for Add and Random.richiesams
2013-08-04ZVISION: Fix single_value_container.h include to use the new file namerichiesams
2013-08-04ZVISION: Fix usage of Puzzle struct to use 'key' instead of 'id'richiesams
2013-08-04ZVISION: Fix includes to use new underscore namesrichiesams
2013-08-04ZVISION: Rename files to use underscores instead of camelCaserichiesams
2013-08-04ZVISION: Move test functions out of video.cpp and into their own filerichiesams
2013-08-04ZVISION: Fix include for singleValueContainer.cpprichiesams
2013-08-04ZVISION: Create ScriptManager accessor for ZVisionrichiesams
2013-08-04ZVISION: Create global state accessor/mutator methods for ScriptManagerrichiesams
2013-08-04ZVISION: Comment clarification for ScriptManager methods and helper structsrichiesams
2013-08-04ZVISION: Convert ScriptManager methods to use ResultAction classes logicrichiesams
2013-08-04ZVISION: Create ResultAction base class and ActionAdd child classrichiesams
2013-08-04ZVISION: Create an instance of ScriptManager inside ZVisionrichiesams
2013-08-04ZVISION: Use spaces in doxygen comments for alignement instead of tabsrichiesams
2013-08-04ZVISION: Rename object.h and object.cpp to fit the new class namerichiesams
2013-08-04ZVISION: Rename 'Object' class to 'SingleValueContainer'richiesams
2013-08-04ZVISION: Add documentation to 'Object' accessorsrichiesams
2013-08-04ZVISION: Convert union of pointers to union of values except for String.richiesams
2013-08-04ZVISION: Modify utility and puzzle comments to make them more clearrichiesams
2013-08-04ZVISION: Move initialization code from run() and into its own methodrichiesams
2013-08-04ZVISION: Force 'Object' constructors to be explicit.richiesams
2013-08-04ZVISION: Convert 'Object' implicit conversion operators to accessorsrichiesams
2013-08-04ZVISION: Fix code formatting to follow the conventionrichiesams
2013-08-04ZVISION: Create base puzzle parsing.richiesams
2013-08-04ZVISION: Add documentation to utility functions and add a glorified trim func...richiesams
2013-08-04ZVISION: Split puzzleControl into two files. Add ResultAction enumrichiesams
2013-08-04ZVISION: Create Object class.richiesams
2013-08-04ZVISION: Create utility function that writes File contents to another Filerichiesams
2013-08-04ZVISION: Create skeleton engine and move code away from Engine::Runrichiesams
2013-08-04ZVISION: Clean up includesrichiesams
2013-08-04ZVISION: Add xor encryption handling to ZfsArchive classrichiesams
2013-08-04ZVISION: Add support for ZFS archive filesrichiesams
2013-08-04ZVISION: Alter video handling to follow the new video audio track wrapper.richiesams
2013-08-04ZVISION: normalized file endingsrichiesams
2013-08-04ZVISION: Allow detection to go off inner directoryrichiesams
2013-08-04ZVISION: Create zvision bare structurerichiesams
2013-07-30TSAGE: Fix upper bound of loop in R2R scene 1575Paul Gilbert
2013-07-30TSAGE: Scene fixes for R2R MedbayPaul Gilbert
2013-07-30TSAGE: Further fix for R2R conversationsPaul Gilbert
2013-07-29TSAGE: Fixes for R2R extended conversationsPaul Gilbert
2013-07-30SCI: Add a hack to fix the inventory in GK1Filippos Karapetis