aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
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