Commit Graph
67 Commits
Author SHA1 Message Date
aryanrawlani28 29ceb07959 ENGINES: ALL: Revert detection submodule to be directly present in the engine directory
- DETECT_OBJS are present and added inside an engine's modules.mk file.
2020-10-03 14:56:36 +02:00
aryanrawlani28 8189a05316 ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module
For each engine:
- Make a new folder detection
- Move detection-related files inside the folder
- Add a new module "enginename/detection"
- Add DETECT_OBJS here
- Adjust the normal engine module to remove detect_objs
- Adjust every file for the new changes.
2020-10-03 14:56:36 +02:00
aryanrawlani28 c7dc3d6118 ZVISION: Split detection code & adapt to new plugins. 2020-10-03 14:56:36 +02:00
RichieSams 68d3ebd57b ZVISION: Rename some scripting classes to better represent what the classes are
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-30 01:10:36 -06:00
Filippos Karapetis 4d0ebfaa22 ZVISION: Move the save manager together with the other file classes 2014-12-26 04:03:20 +02:00
Filippos Karapetis 6368a6ea91 ZVISION: Move the menu code together with the other scripting code 2014-12-25 22:00:55 +02:00
Filippos Karapetis 15154641ac ZVISION: Move all of the text related code together 2014-12-23 01:53:40 +02:00
Filippos Karapetis 77705752ef ZVISION: Move trimCommentsAndWhiteSpace() into the script manager
This allows us to remove the last remnants of utility.*
2014-12-16 01:58:57 +02:00
Filippos Karapetis 7630e3204e ZVISION: Move all the remaining utility classes into the core 2014-12-16 01:58:56 +02:00
Filippos Karapetis d8a961244d ZVISION: Move all the file-related classes together 2014-12-16 01:58:56 +02:00
Filippos Karapetis 2463b45804 ZVISION: Move the MIDI code together with the rest of the sound code 2014-12-16 01:58:55 +02:00
Filippos Karapetis 4b2b5e686b ZVISION: Move the mouse cursor handling code into the graphics code 2014-12-16 01:58:55 +02:00
Filippos Karapetis 7f61a09478 ZVISION: Make the RLF decoder a subclass of the common video decoder
This way, the redundant MetaAnimation class can now be removed
2014-12-16 01:58:55 +02:00
Filippos Karapetis 3315522ba1 ZVISION: Move the RLF decoder 2014-12-16 01:58:53 +02:00
Filippos Karapetis dab4ce1f7b ZVISION: Move the subtitle class 2014-12-03 02:38:06 +02:00
Filippos Karapetis f0ce0b498f ZVISION: Move the TruetypeFont class 2014-12-03 02:29:08 +02:00
Filippos Karapetis f2eee1759f ZVISION: Move the ZfsArchive class 2014-12-03 02:16:14 +02:00
Filippos Karapetis f578a1b334 ZVISION: Move the key mapper function 2014-12-03 02:11:50 +02:00
Filippos Karapetis fd2750a711 ZVISION: Remove dead code 2014-12-03 01:41:06 +02:00
Filippos Karapetis 0f55a7faf7 ZVISION: Remove empty file 2014-12-03 01:15:33 +02:00
Marisa-Chan 5b352da304 ZVISION: More CamelCase and a bit of comments cleanup 2014-11-20 14:48:24 +06:00
Marisa-Chan 9e9b89071f ZVISION: Implement function for convertion of scummvm KeyCode to win vkKey 2014-11-12 14:43:04 +06:00
Marisa-Chan 19b2e9123d ZVISION: Add distort_node to module.mk for success build 2014-10-23 17:12:25 +07:00
Marisa-Chan 4bc3194410 ZVISION: Implement simple midi support 2014-10-22 11:44:49 +07:00
Marisa-Chan cf63da941c ZVISION: Action:region and visual effects implemented. 2014-10-10 16:40:46 +07:00
Marisa-Chan 2a6c2fdf45 ZVISION: Titler control and DisplayMessage action implemented 2014-09-10 16:20:50 +07:00
Marisa-Chan 6ae414fbde ZVISION: PaintControl implemented 2014-09-10 11:42:26 +07:00
Marisa-Chan bcb1aea0ff ZVISION: FistControl implementation. 2014-09-09 12:34:20 +07:00
Marisa-Chan 2b6d65f83b ZVISION: Implemented hotmovie control 2014-08-27 14:59:18 +07:00
Marisa-Chan 7378443e38 ZVISION: Implement safe control 2014-08-07 15:52:43 +07:00
Marisa-Chan e9676f5d7a ZVISION: Implementation of save control 2014-08-04 16:42:16 +07:00
Marisa-Chan 23c1b50861 ZVISION: Reorgonize source files into directories. 2014-07-02 19:50:55 +00:00
Marisa-Chan ace0e5e88f ZVISION: Fix compilation errors with latest scummvm 2014-06-14 15:18:24 +07:00
Marisa-Chan 48360645dc ZVISION: Implement ttyText action 2014-03-09 23:20:27 +07:00
Marisa-Chan d90b325a3b ZVISION: Implement syncsound sidefx class and action class. 2014-03-01 20:41:13 +07:00
Marisa-Chan ac9b74dd16 ZVISION: Implement subtitle handle class 2014-02-24 22:43:09 +07:00
Marisa-Chan cf08849147 ZVISION: Implement textRender with tags parser. 2014-02-24 22:31:06 +07:00
Marisa-Chan 4a454ed763 ZVISION: New search manager for handle right handle for ZIX-files. 2014-02-04 08:32:02 +07:00
Marisa-Chan 3a1fda6d57 ZVISION: New class for handle rlf and avi animations. 2014-01-17 16:52:26 +07:00
Marisa-Chan aef9c68f3c ZVISION: Implement menus. 2014-01-12 19:27:11 +07:00
Marisa-Chan 0c7d1d2d36 ZVISION: Slot control code. 2013-12-24 15:11:39 +07:00
Marisa-Chan ff541a0d02 ZVISION: Impliment inventory functions and ActionInventory. 2013-11-20 11:44:43 +00:00
Marisa-Chan 5ab767cb37 ZVISION: Rename animation_control files to animation_node. 2013-11-15 18:46:57 +00:00
Marisa-Chan 9dc0533f4f ZVISION: Implement MusicNode and move ActionMusic to work with it. 2013-11-01 17:00:20 +07:00
Marisa-Chan 82348a74df ZVISION: New base class similar to control for handling timers, music, etc... 2013-10-18 19:48:57 +00:00
RichieSams e08023c4b6 ZVISION: Add newline to end of module.mk 2013-10-02 09:09:52 -05:00
RichieSams 7854f05b79 ZVISION: Remove empty file 2013-10-02 09:09:32 -05:00
RichieSams 48979c557b ZVISION: Remove animation.o since animation.cpp is now gone 2013-09-22 14:41:56 -05:00
RichieSams a0a67a2d47 ZVISION: Partially implement InputControl 2013-09-16 00:17:27 -05:00
RichieSams 82ea7ca0e7 ZVISION: Create the StringManager class
This parses the XXXXX.STR files into styled fonts and phrases. The styles
and the phrases are used in the game for messages to the user and for
general purpose fonts.
2013-09-15 15:01:00 -05:00