Eugene Sandulenko
fab199d37e
JANITORIAL: Make GPL headers uniform
2016-09-03 12:46:38 +02:00
Ori Avtalion
3564032330
JANITORIAL: Reduce audio header dependencies
2016-04-14 16:10:21 +03:00
David Russo
e323853598
ZVISION: Reorganize detection data
...
Migrated static detection data to detection_tables.h
and removed the need for detection.h includes. Also
edited game option descriptions.
2015-07-07 15:24:26 +01:00
David Russo
fdc4edfa99
ZVISION: Correct code style
2015-07-07 15:24:25 +01:00
Filippos Karapetis
4287e2ebca
ZVISION: Allow empty sound streams. Fixes bugs #6762 and #6763
...
A regression from commit 07ad10babe
2015-01-16 01:47:31 +02:00
Filippos Karapetis
07ad10babe
ZVISION: Handle sound patches (.src files) dynamically
2015-01-07 23:49:12 +02:00
Filippos Karapetis
11cf9b53ba
ZVISION: Remove dead code, and fix bad usage of assert()
...
Since some compilers, like MSVC, strip out asserts in non-debug builds,
it's a bad idea to perform active commands within assert() statements.
In this particular case, the engine would attempt to open a file in an
assert statement
2014-12-25 21:19:19 +02:00
Filippos Karapetis
0f590561bd
ZVISION: Simplify check
...
Thanks to DrMcCoy for spotting this
2014-12-20 18:06:26 +02:00
Marisa-Chan
ee7ba1bbaf
ZVISION: Fix zork raw soundParams handling
2014-12-19 17:14:13 +06:00
Marisa-Chan
169bed1e5e
ZVISION: Fix dereference after null check (CID 1257091)
2014-12-19 17:11:26 +06:00
Marisa-Chan
617623e9bf
ZVISION: Fix unchecked return value (CID 1257090)
2014-12-19 17:07:28 +06: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
2463b45804
ZVISION: Move the MIDI code together with the rest of the sound code
2014-12-16 01:58:55 +02:00
Filippos Karapetis
bb31c435bf
ZVISION: Remove more dead code, and move some debugger functions
2014-12-03 01:43:51 +02:00
Filippos Karapetis
2a4a6df5f2
ZVISION: Remove superfluous spacing and reorder some includes
2014-12-03 01:12:35 +02:00
Filippos Karapetis
daeb1ea288
ZVISION: Silence some false positive warnings by MSVC
2014-12-03 00:54:19 +02:00
Marisa-Chan
ace0e5e88f
ZVISION: Fix compilation errors with latest scummvm
2014-06-14 15:18:24 +07:00
Marisa-Chan
45589950c0
Merge remote-tracking branch 'upstream/master' into zvision
...
Conflicts:
engines/zvision/animation/rlf_animation.cpp
engines/zvision/animation_control.h
engines/zvision/core/console.cpp
engines/zvision/core/events.cpp
engines/zvision/cursors/cursor.cpp
engines/zvision/cursors/cursor_manager.cpp
engines/zvision/cursors/cursor_manager.h
engines/zvision/fonts/truetype_font.cpp
engines/zvision/graphics/render_manager.cpp
engines/zvision/graphics/render_manager.h
engines/zvision/inventory/inventory_manager.h
engines/zvision/inventory_manager.h
engines/zvision/meta_animation.h
engines/zvision/module.mk
engines/zvision/scripting/actions.cpp
engines/zvision/scripting/control.h
engines/zvision/scripting/controls/animation_control.cpp
engines/zvision/scripting/controls/animation_control.h
engines/zvision/scripting/controls/input_control.cpp
engines/zvision/scripting/controls/lever_control.cpp
engines/zvision/scripting/controls/timer_node.cpp
engines/zvision/scripting/controls/timer_node.h
engines/zvision/scripting/puzzle.h
engines/zvision/scripting/scr_file_handling.cpp
engines/zvision/scripting/script_manager.cpp
engines/zvision/scripting/script_manager.h
engines/zvision/sidefx.cpp
engines/zvision/sound/zork_raw.cpp
engines/zvision/sound/zork_raw.h
engines/zvision/video/video.cpp
engines/zvision/video/zork_avi_decoder.h
engines/zvision/zvision.cpp
engines/zvision/zvision.h
2014-06-13 21:43:04 +07:00
Johannes Schickel
29da6e5b9b
ZVISION: Small cleanup.
2014-05-04 18:26:31 +02:00
Johannes Schickel
ea359fe92a
ZVISION: Fix out of bounds access.
2014-05-04 18:25:36 +02:00
Johannes Schickel
aa4c5d46f7
ZVISION: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Strangerke
0b63ea185d
ZVISION: Janitorial - Remove trailing spaces
2014-02-16 18:45:17 +01:00
RichieSams
e50797d6b1
ZVISION: Update includes to use the new file structure
2013-11-01 02:52:57 -05:00
RichieSams
5842c5098f
ZVISION: Create a folder structure for ZVision source files
...
I personally used filters within my IDE, but since others are now joining the project,
it was brought to my attention that some better organization would be nice.
2013-11-01 02:52:57 -05:00