Commit graph

61 commits

Author SHA1 Message Date
Filippos Karapetis
db37cfb1b0 ZVISION: Remove duplicate blitting code for images and animations 2014-12-26 22:30:32 +02:00
Filippos Karapetis
eea1ee445f ZVISION: Move more graphics code out of the main engine code 2014-12-26 13:14:24 +02:00
Filippos Karapetis
2350eca546 ZVISION: Remove some unused actions. Cleanup 2014-12-26 12:04:21 +02: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
6c451c9cf4 ZVISION: Document where MIDI commands are used 2014-12-25 21:48:59 +02:00
Filippos Karapetis
319323c668 ZVISION: Document some of the ActionRegion effects 2014-12-25 15:09:46 +02:00
Filippos Karapetis
e8e21fabe4 ZVISION: Set all the internal graphics operations to use RGB555 (1/2)
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-24 22:56:55 +02:00
Filippos Karapetis
99073f9b57 ZVISION: Fix some buffer overruns with the usage of sscanf() 2014-12-23 02:20:17 +02:00
Filippos Karapetis
9bc0686e60 ZVISION: Remove leftover warning 2014-12-23 00:09:18 +02:00
Filippos Karapetis
3f36cc94e4 ZVISION: Limit the default engine delay for all animations
This fixes the lag between frames for all in-game animations
with a default frame delay
2014-12-23 00:07:45 +02:00
Marisa-Chan
c8f8da0308 ZVISION: Fix uninitialized scalar field (CID 1257088) 2014-12-19 17:05:31 +06:00
Marisa-Chan
2cb541c651 ZVISION: Fix uninitialized scalar field (CID 1257087) 2014-12-19 17:05:03 +06:00
Marisa-Chan
7609b6d866 ZVISION: Fix uninitialized scalar field (CID 1257086) 2014-12-19 17:04:26 +06:00
Marisa-Chan
7a0b5982b1 ZVISION: Fix uninitialized scalar field (CID 1257085) 2014-12-19 17:04:04 +06:00
Marisa-Chan
7e3c270e49 ZVISION: Fix uninitialized scalar field (CID 1257084) 2014-12-19 17:03:39 +06:00
Marisa-Chan
d6e3cea087 ZVISION: Fix uninitialized scalar field (CID 1257083) 2014-12-19 17:03:07 +06:00
Marisa-Chan
5db4e02f9a ZVISION: Fix uninitialized scalar field (CID 1257082) 2014-12-19 17:02:22 +06:00
Marisa-Chan
1078d0c193 ZVISION: Fix uninitialized scalar field (CID 1257079) 2014-12-19 16:51:01 +06:00
Marisa-Chan
7055ee7755 ZVISION: Fix uninitialized scalar field (CID 1257075) 2014-12-19 16:44:18 +06:00
Marisa-Chan
897ecc190f ZVISION: Fix uninitialized scalar field (CID 1257074) 2014-12-19 16:41:51 +06:00
Marisa-Chan
704a4b3400 ZVISION: Fix uninitialized scalar field (CID 1257072) 2014-12-19 16:39:21 +06:00
Marisa-Chan
8278ed6022 ZVISION: Fix uninitialized scalar field (CID 1257071) 2014-12-19 16:38:34 +06:00
Marisa-Chan
ea2ad625ff ZVISION: Fix uninitialized scalar field (CID 1257070) 2014-12-19 16:36:54 +06:00
Marisa-Chan
9c2782a680 ZVISION: Fix uninitialized scalar field (CID 1257069) 2014-12-19 16:35:15 +06:00
Marisa-Chan
dae76a76c7 ZVISION: Fix uninitialized scalar field (CID 1257068) 2014-12-19 16:34:11 +06:00
Marisa-Chan
3b83e82e6f ZVISION: Fix uninitialized scalar field (CID 1257067) 2014-12-19 16:33:26 +06:00
Marisa-Chan
b96c581881 ZVISION: Fix uninitialized scalar field (CID 1257066) 2014-12-19 16:32:27 +06:00
Marisa-Chan
efb9355223 ZVISION: Fix uninitialized scalar field (CID 1257065) 2014-12-19 16:31:33 +06:00
Marisa-Chan
044f252154 ZVISION: Fix uninitialized scalar field (CID 1257064) 2014-12-19 16:29:51 +06:00
Marisa-Chan
f8c1b1eb28 ZVISION: Fix uninitialized scalar field (CID 1257062) 2014-12-19 16:22:57 +06:00
Marisa-Chan
e28f8a5d8f ZVISION: Fix uninitialized scalar field (CID 1257059) 2014-12-19 16:00:57 +06:00
Marisa-Chan
cd2612a54e ZVISION: Fix uninitialized scalar field (CID 1257058) 2014-12-19 16:00:57 +06:00
Marisa-Chan
f9946b726f ZVISION: Fix uninitialized scalar field (CID 1257057) 2014-12-19 16:00:57 +06:00
Marisa-Chan
8c896f5da4 ZVISION: Fix uninitialized scalar field (CID 1257056) 2014-12-19 16:00:57 +06:00
Marisa-Chan
deea4ef62c ZVISION: Fix uninitialized scalar field (CID 1257055) 2014-12-19 16:00:57 +06: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
2a4a6df5f2 ZVISION: Remove superfluous spacing and reorder some includes 2014-12-03 01:12:35 +02:00
Marisa-Chan
5b352da304 ZVISION: More CamelCase and a bit of comments cleanup 2014-11-20 14:48:24 +06:00
Marisa-Chan
7d92b44e09 ZVISION: Nemesis and GI has difference in set_partial_screen color mask 2014-11-12 14:36:30 +06:00
Marisa-Chan
6f6d5fc24e ZVISION: Hide mouse cursor while streamvideo is working 2014-11-12 14:34:01 +06:00
Marisa-Chan
54917582eb ZVISION: Implement missing action - cursor 2014-11-12 14:31:48 +06:00
Marisa-Chan
ea8cc34a66 ZVISION: Implement action:restore_game 2014-11-08 13:06:48 +06:00
Marisa-Chan
19e2251a75 ZVISION: Implement action:preferences 2014-11-08 13:04:27 +06:00
Marisa-Chan
44eeb40272 ZVISION: Implement action:menu_bar_enable 2014-11-08 13:02:48 +06:00
Marisa-Chan
66d2cb4698 ZVISION: Implement action:flush_mouse_events 2014-11-08 12:59:58 +06:00
Marisa-Chan
b8ef942f69 ZVISION: Implement action:dissolve 2014-11-08 12:58:11 +06:00
Marisa-Chan
7ddfcfd17e ZVISION: Implement action:disable_venus and action:set_venus 2014-11-08 12:44:00 +06:00
Marisa-Chan
d0f6b61d7d ZVISION: Implement action:delay_render 2014-11-08 12:26:04 +06:00
Marisa-Chan
53002dd2d0 ZVISION: Implement action:animunload 2014-11-08 12:21:38 +06:00
Marisa-Chan
0efa1bc560 ZVISION: Implement action:rotate_to 2014-11-07 10:25:11 +06:00