aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/actions.cpp
AgeCommit message (Collapse)Author
2014-12-30ZVISION: Rename some scripting classes to better represent what the classes areRichieSams
Also, rename the graphics 'Effect' class in order to avoid naming clashes (and/or coder confusion) with the newly named ScriptingEffect class. Lastly, add some documentation for the classes for further clarity.
2014-12-26ZVISION: Remove duplicate blitting code for images and animationsFilippos Karapetis
2014-12-26ZVISION: Move more graphics code out of the main engine codeFilippos Karapetis
2014-12-26ZVISION: Remove some unused actions. CleanupFilippos Karapetis
2014-12-26ZVISION: Move the save manager together with the other file classesFilippos Karapetis
2014-12-25ZVISION: Document where MIDI commands are usedFilippos Karapetis
2014-12-25ZVISION: Document some of the ActionRegion effectsFilippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
This is the first part of the changes to make the engine use RGB555 internally again. This is done to simplify the rendering pipeline - the engine will use RGB555 internally, but will output to RGB565. The overall changes have been broken into two commits, thus this first commit will break all the game colors
2014-12-23ZVISION: Fix some buffer overruns with the usage of sscanf()Filippos Karapetis
2014-12-23ZVISION: Remove leftover warningFilippos Karapetis
2014-12-23ZVISION: Limit the default engine delay for all animationsFilippos Karapetis
This fixes the lag between frames for all in-game animations with a default frame delay
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257088)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257087)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257086)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257085)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257084)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257083)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257082)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257079)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257075)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257074)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257072)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257071)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257070)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257069)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257068)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257067)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257066)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257065)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257064)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257062)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257059)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257058)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257057)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257056)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257055)Marisa-Chan
2014-12-16ZVISION: Move the mouse cursor handling code into the graphics codeFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-11-12ZVISION: Nemesis and GI has difference in set_partial_screen color maskMarisa-Chan
2014-11-12ZVISION: Hide mouse cursor while streamvideo is workingMarisa-Chan
2014-11-12ZVISION: Implement missing action - cursorMarisa-Chan
2014-11-08ZVISION: Implement action:restore_gameMarisa-Chan
2014-11-08ZVISION: Implement action:preferencesMarisa-Chan
2014-11-08ZVISION: Implement action:menu_bar_enableMarisa-Chan
2014-11-08ZVISION: Implement action:flush_mouse_eventsMarisa-Chan
2014-11-08ZVISION: Implement action:dissolveMarisa-Chan
2014-11-08ZVISION: Implement action:disable_venus and action:set_venusMarisa-Chan
2014-11-08ZVISION: Implement action:delay_renderMarisa-Chan
2014-11-08ZVISION: Implement action:animunloadMarisa-Chan