scummvm/engines/icb
2021-07-04 18:24:27 -07:00
..
common ICB: Fix compilation failure due usage C++ header cstring. 2021-06-26 13:49:21 +02:00
gfx JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
sound ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
actor_fx_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
actor_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
actor_pc.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
actor_view_pc.cpp ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
actor_view_pc.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
actor.cpp ICB: More cleanup int->int32 2021-03-07 21:56:44 +01:00
actor.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
animation_mega_set.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
animation_mega_set.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
animation.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
async_generic.cpp ICB: Remove async anim loading 2021-03-06 15:15:48 +01:00
barriers.cpp ICB: Fixed few compiler warnings 2021-03-08 06:48:33 +01:00
barriers.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
bone.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
bone.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
breath.cpp ICB: More cleanup int->int32 2021-03-07 21:56:44 +01:00
breath.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
camera.cpp ICB: Various Fixes for GCC Warnings and Minor Comment Spelling 2021-03-19 15:41:37 +00:00
chi.cpp ICB: Fixed few compiler warnings 2021-03-08 06:48:33 +01:00
cluster_manager_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
cluster_manager_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
configfile.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
configfile.h ICB: int -> int32 2021-03-08 06:20:34 +01:00
configure.engine ICB: Drop dependency on TinyGL 2021-02-13 17:19:57 +01:00
console_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
custom_logics.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
custom_logics.h ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
debug_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
debug_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
debug.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
debug.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
detection.cpp ICB: Add detection entries for the demo versions (#2524) 2020-10-14 19:25:26 +02:00
direct_input.cpp ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
direct_input.h ICB: Remove no longer needed code for keys mapping 2021-03-13 12:39:49 +01:00
drawpoly_pc.cpp ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
drawpoly_pc.h ICB: Remove not used code 2021-03-07 18:31:02 +01:00
event_list.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
event_list.h ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
event_manager.cpp ICB: Cleanup save code 2021-03-13 15:46:30 +01:00
event_manager.h ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
event_timer.h ICB: Cleanup save code 2021-03-13 15:46:30 +01:00
floors.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
floors.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
fn_animation.cpp ICB: Fixed few compiler warnings 2021-03-08 06:48:33 +01:00
fn_event_functions.cpp ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
fn_fx_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
fn_fx.cpp ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
fn_icon_functions.cpp ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
fn_interact.cpp ICB: Various Fixes for GCC Warnings and Minor Comment Spelling 2021-03-19 15:41:37 +00:00
fn_movie_pc.cpp ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
fn_remora_functions.cpp ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
fn_routines.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
fn_routines.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
fn_sound.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
fn_sting_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
footstep.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
function.cpp ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
game_script.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
game_script.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
game_volume.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
game_volume.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
gameover.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
general_interaction.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
general_npc_animation.cpp ICB: Fix Various GCC Set But Not Used Variable Warnings 2021-06-22 23:02:15 +01:00
global_objects_pc.cpp ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
global_objects_pc.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
global_objects_psx.cpp ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
global_objects_psx.h ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
global_objects.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
global_objects.h ICB: Reworked some global constructors 2021-03-13 17:34:02 +01:00
global_switches.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
global_switches.h ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
global_vars.cpp ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
global_vars.h ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
graphic_prims_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
graphic_prims.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
graphic_prims.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
health_bar_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
icb.cpp ICB: Added return to launcher functionality 2021-03-13 07:48:34 +01:00
icb.h ICB: Added return to launcher functionality 2021-03-13 07:48:34 +01:00
icon_list_manager.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
icon_list_manager.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
icon_list.cpp ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
icon_list.h ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
icon_menu_pc.cpp ICB: Various Fixes for GCC Warnings and Minor Comment Spelling 2021-03-19 15:41:37 +00:00
icon_menu_pc.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
icon_menu.cpp ICB: Various Fixes for GCC Warnings and Minor Comment Spelling 2021-03-19 15:41:37 +00:00
icon_menu.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
jpeg.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
jpeg.h ICB: Fixed several compiler warnings 2021-03-08 10:00:06 +01:00
keyboard.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
keyboard.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
light_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
light_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
light.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
line_of_sight.cpp ICB: Reworked global constructor and fixed clashing enum 2021-03-14 09:06:11 +01:00
line_of_sight.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
loadscrn_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
loadscrn.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
logic.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
main_menu_pc.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
main_menu.h ICB: More cleanup int->int32 2021-03-07 21:56:44 +01:00
map_marker_pc.cpp ICB: Remove dead code 2021-03-13 14:22:41 +01:00
map_marker.cpp ICB: Fix forbidden symbols 2020-10-09 21:57:28 +01:00
map_marker.h ICB: Remove dead code 2021-03-13 14:22:41 +01:00
mega_interaction.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
metaengine.cpp ICB: Added initial support for keymapping 2021-03-12 21:45:16 +01:00
mission_functions.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
mission_functions.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
mission.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
mission.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
module.mk ICB: Fixed drawing slideshows from Extras 2021-03-06 22:05:21 +01:00
mouse_pc.cpp ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
mouse.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
mouse.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
movie_pc.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
movie_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
non_ad_module.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
non_ad_module.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
object_structs.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
options_manager_pc.cpp GRAPHICS: Changed surface classes sizes from uint16 to int16 2021-07-04 18:24:27 -07:00
options_manager_pc.h ICB: Reworked global constructor and fixed clashing enum 2021-03-14 09:06:11 +01:00
p4_generic_pc.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
p4_generic.h ICB: Replace PreventClassCopy with Common::NonCopyable 2021-02-28 08:56:49 +01:00
p4_pc.cpp ICB: Remove global constructor case 2021-03-14 13:29:25 +01:00
p4.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
p4.h ICB: Remove global constructor case 2021-03-14 13:29:25 +01:00
player_interaction.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
player_pc.cpp ICB: Formatting 2021-03-13 14:43:41 +01:00
player.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
player.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
prim_route_builder.cpp ICB: More cleanup int->int32 2021-03-07 21:56:44 +01:00
prim_route_builder.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
protocol.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
protocol.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
remora_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
remora_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
remora_sprite_pc.cpp ICB: Fixed several compiler warnings 2021-03-08 10:00:06 +01:00
remora_sprite.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
remora_sprite.h ICB: Replace _ASSERT with assert 2021-02-28 08:56:49 +01:00
remora.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
remora.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
res_man_pc.cpp ICB: Fixed misaligned malloc/new with MemoryStream 2021-03-15 20:36:07 +01:00
res_man_pc.h ICB: Remove async anim loading 2021-03-06 15:15:48 +01:00
res_man.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
res_man.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
route_manager.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
route_manager.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
session.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
session.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
set_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
set_pc.h ICB: Cleanup save code 2021-03-13 15:46:30 +01:00
set.cpp ICB: Reworked global constructor 2021-03-14 08:59:48 +01:00
set.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
shade_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
shade_pc.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
shade.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
shade.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
shadow_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
shadow_pc.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
shadow.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
shake.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
shake.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
softskin_pc.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
softskin_pc.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
sound_logic_entry.cpp ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
sound_logic_entry.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
sound_logic.cpp ICB: Cleanup headers 2020-10-06 09:51:20 +02:00
sound_logic.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
sound_lowlevel_pc.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
sound_lowlevel.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00
sound.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
sound.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
speech_pc.cpp ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
speech.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
speech.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
stage_draw.h ICB: Remove global constructors 2021-03-14 13:52:41 +01:00
stage_poly.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
stage_view.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
stagedraw_pc_poly.cpp ICB: Remove global constructors 2021-03-14 13:52:41 +01:00
string_vest.cpp ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
string_vest.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
surface_manager.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
surface_manager.h ICB: Cleanup save code 2021-03-13 15:46:30 +01:00
text_pc.cpp ICB: Remove global constructor case 2021-03-14 13:29:25 +01:00
text_sprites_pc.cpp ICB: Remove global constructor case 2021-03-14 13:29:25 +01:00
text_sprites.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
text_sprites.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
text.h ICB: Corrected header ifdef guards 2020-10-06 14:32:14 +02:00
timer_func.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
timer_func.h ICB: Import engine from the branch as unstable engine 2020-06-28 08:54:42 +02:00
tracer.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
tracer.h ICB: Further Fixes for Various GCC Warnings 2021-03-20 00:19:47 +00:00
zsupport.cpp ICB: Cleanup types 2021-03-07 09:56:34 +01:00
zsupport.h ICB: Cleanup types 2021-03-07 09:56:34 +01:00