aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scr_file_handling.cpp
AgeCommit message (Expand)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-09-15ZVISION: Add support for ActionRandom and ActionTimerRichieSams
2013-09-09ZVISION: Implement ActionPlayPreloadAnimationRichieSams
2013-09-07ZVISION: Add scr parse line for ActionAssignRichieSams
2013-08-28ZVISION: Add LeverControl to scr file parsingrichiesams
2013-08-28ZVISION: Change PushToggleControl to comply with new Control base classrichiesams
2013-08-24ZVISION: Move PushToggleControl and LeverControl to their own filesrichiesams
2013-08-24ZVISION: Have PushToggleControl inherit from MouseEvent and handle the method...richiesams
2013-08-20ZVISION: Store the Puzzles in _activePuzzles and _globalPuzzles on the heaprichiesams
2013-08-20ZVISION: Add TODO's of what is left for the engine to be completerichiesams
2013-08-18ZVISION: Revert to normal pointers instead of shared pointersrichiesams
2013-08-18ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntriesrichiesams
2013-08-18ZVISION: Implement ActionEnableControl and ActionDisableControlrichiesams
2013-08-18ZVISION: Convert _activeControls from a List to a HashMaprichiesams
2013-08-18ZVISION: Prevent endless looping due to incorrect file structurerichiesams
2013-08-18ZVISION: Re-enable video handling now that AVI code is fixedrichiesams
2013-08-16ZVISION: Disable videos until I can figure out how to fix the decoderrichiesams
2013-08-11ZVISION: Implement push_toggle control handlingrichiesams
2013-08-11ZVISION: Ignore .scr file lines that are emptyrichiesams
2013-08-11ZVISION: Throw a warning when a .scr file isn't openedrichiesams
2013-08-10ZVISION: Add parsing skip for action::copy_file. It is not used.richiesams
2013-08-10ZVISION: Implement ActionChangeLocation::execute()richiesams
2013-08-10ZVISION: Create a global puzzle list and parse universe.scr into it during Sc...richiesams
2013-08-10ZVISION: Implement ActionStreamVideorichiesams
2013-08-10ZVISION: Implement ActionQuitrichiesams
2013-08-05ZVISION: Comment out usage of ActionUnloadAnimation until it is implementedrichiesams
2013-08-05ZVISION: Add ActionMusicrichiesams
2013-08-05ZVISION: Pass the scr fileName as a const referencerichiesams
2013-08-04ZVISION: Add ActionSetScreenrichiesams
2013-08-04ZVISION: Convert _activeNodes and _activeControls to Lists of SharedPtrrichiesams
2013-08-04ZVISION: Convert ResultAction pointers to SharePtrrichiesams
2013-08-04ZVISION: Convert String pointers to const referencesrichiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Move CriteriaOperator, Criteria, and StateFlag inside the Puzzle classrichiesams
2013-08-04ZVISION: Modify Control parsing to use new Control class structurerichiesams
2013-08-04ZVISION: Rename parseResult() to parseResults()richiesams
2013-08-04ZVISION: Modify Criteria parsing to handle empty Criteriarichiesams
2013-08-04ZVISION: Convert ResultActions to take a String pointer in their constructorsrichiesams
2013-08-04ZVISION: Fix implicit conversion for scanf-type functionsrichiesams
2013-08-04ZVISION: Create main containers in ScriptManagerrichiesams
2013-08-04ZVISION: Clean up includesrichiesams
2013-08-04ZVISION: Remove direct inclusion of stdio.hFilippos Karapetis
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: Create ResultAction 's for Add and Random.richiesams
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