scummvm/engines/qdengine/qdcore
2024-12-04 22:44:44 +00:00
..
util QDENGINE: Avoid stack overflow with the 3DS port 2024-12-04 22:44:44 +00:00
qd_animation.cpp QDENGINE: Fix potential out-of-bounds reads. CID 1564818, CID 1564844 2024-11-05 18:31:00 +01:00
qd_animation.h QDENGINE: DT: Replace animation flags with icons 2024-11-02 20:12:12 +01:00
qd_animation_frame.cpp QDENGINE: Remove rest of FORBIDDEN_SYMBOL_ALLOW_ALL 2024-08-22 22:09:48 +02:00
qd_animation_frame.h QDENGINE: Replace std::list with Std::list, also std::fill and some minor functions 2024-08-22 22:09:48 +02:00
qd_animation_info.cpp QDENGINE: Dump animation flags in human-readable format in XML 2024-09-09 19:35:47 +02:00
qd_animation_info.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_animation_set.cpp QDENGINE: Fix signedness warnings 2024-08-23 16:52:38 +02:00
qd_animation_set.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_animation_set_info.cpp JANITORIAL: Formatting fixes 2024-08-22 22:09:48 +02:00
qd_animation_set_info.h
qd_animation_set_preview.cpp QDENGINE: Remove rest of FORBIDDEN_SYMBOL_ALLOW_ALL 2024-08-22 22:09:48 +02:00
qd_animation_set_preview.h QDENGINE: unsigned -> uint32 2024-08-22 22:09:48 +02:00
qd_camera.cpp QDENGINE: Remove unused (and non-portable) methods from qdCamera 2024-11-13 18:49:54 +01:00
qd_camera.h QDENGINE: Remove unused (and non-portable) methods from qdCamera 2024-11-13 18:49:54 +01:00
qd_camera_mode.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_camera_mode.h QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_condition.cpp QDENGINE: Clamped together identical code branches. PVS-Studio V1037 2024-10-21 22:34:52 +02:00
qd_condition.h QDENGINE: JANITORIAL: Added numbers to ConditionType enum members 2024-08-25 00:25:54 +02:00
qd_condition_data.cpp QDENGINE: Fix more sign inconsistencies 2024-08-23 17:13:45 +02:00
qd_condition_data.h QDENGINE: Fix potential sizeof discrepancy 2024-08-22 22:09:48 +02:00
qd_condition_group.cpp QDENGINE: Dump condutions in human-readable form in XML 2024-10-30 01:08:20 +01:00
qd_condition_group.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_condition_object_reference.cpp QDENGINE: Fix warning 2024-08-22 22:09:48 +02:00
qd_condition_object_reference.h QDENGINE: Fix warning 2024-08-22 22:09:48 +02:00
qd_conditional_object.cpp QDENGINE: Dump condutions in human-readable form in XML 2024-10-30 01:08:20 +01:00
qd_conditional_object.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_contour.cpp QDENGINE: Fix more sign inconsistencies 2024-08-23 17:13:45 +02:00
qd_contour.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_coords_animation.cpp QDENGINE: Print coords_animation type in human-readable form in XML output 2024-10-30 01:11:56 +01:00
qd_coords_animation.h QDENGINE: More human-readable flags in XML output 2024-10-30 01:08:20 +01:00
qd_coords_animation_point.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_coords_animation_point.h QDENGINE: Remove global constructor Vect3f::ZERO 2024-08-22 22:09:48 +02:00
qd_counter.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_counter.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_d3dutils.cpp QDENGINE: Fix uninitialized variables 2024-08-22 22:09:48 +02:00
qd_d3dutils.h QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_engine_interface.h QDENGINE: Remove spurious semicolons 2024-08-25 01:26:05 +02:00
qd_file_manager.cpp QDENGINE: Do not transcode filenames prematurely for external sound tracks 2024-09-21 00:20:18 +02:00
qd_file_manager.h QDENGINE: DT: Always enlist all available packages 2024-09-07 01:59:25 +02:00
qd_file_owner.h QDENGINE: Remove get_file_list and friends 2024-08-23 14:06:38 +02:00
qd_font_info.cpp QDENGINE: Further fixes and simplifications related to Common::Path 2024-08-23 14:06:38 +02:00
qd_font_info.h QDENGINE: Further fixes and simplifications related to Common::Path 2024-08-23 14:06:38 +02:00
qd_game_dispatcher.cpp QDENGINE: Print moving object control in human-readable form in XML 2024-10-30 01:33:08 +01:00
qd_game_dispatcher.h QDENGINE: Implement gameplay pause flag 2024-09-13 23:07:09 +02:00
qd_game_dispatcher_base.cpp QDENGINE: Remove another unused method with portability issues 2024-11-13 18:51:39 +01:00
qd_game_dispatcher_base.h QDENGINE: Remove another unused method with portability issues 2024-11-13 18:51:39 +01:00
qd_game_end.cpp QDENGINE: JANITORIAL: Fix code formatting 2024-08-22 22:09:48 +02:00
qd_game_end.h QDENGINE: Replace std::string usage 2024-08-22 22:09:48 +02:00
qd_game_object.cpp QDENGINE: More human-readable flags in XML output 2024-10-30 01:08:20 +01:00
qd_game_object.h QDENINGE: Added possibility to print qdGameObject flags in human-readable form 2024-08-22 23:22:33 +02:00
qd_game_object_animated.cpp QDENGINE: Initialized class vairable. CID 1559611 2024-10-21 18:49:46 +02:00
qd_game_object_animated.h QDENGINE: Replace grScreenRegion::EMPTY with a macro to avoid global constructor 2024-08-22 22:09:48 +02:00
qd_game_object_mouse.cpp QDENGINE: Added more animation debug output 2024-09-13 23:07:13 +02:00
qd_game_object_mouse.h QDENGINE: Rename member variables for qdGameObjectMouse 2024-08-22 22:09:48 +02:00
qd_game_object_moving.cpp QDENGINE: Fix potential out-of-bounds reads. CID 1564818, CID 1564844 2024-11-05 18:31:00 +01:00
qd_game_object_moving.h QDENGINE: DT: Added more output to personages 2024-11-01 23:31:21 +01:00
qd_game_object_state.cpp QDENGINE: DT: Replaced game object flags with icons 2024-11-02 20:12:12 +01:00
qd_game_object_state.h QDENGINE: DT: Replaced game object flags with icons 2024-11-02 20:12:12 +01:00
qd_game_object_static.cpp QDENGINE: Added more animation debug output 2024-09-13 23:07:13 +02:00
qd_game_object_static.h QDENGINE: unsigned -> uint32 2024-08-22 22:09:48 +02:00
qd_game_scene.cpp QDENGINE: Eliminate more global constructors 2024-09-21 23:15:25 +02:00
qd_game_scene.h QDENGINE: DT: Print personage state in the object list 2024-11-01 21:53:11 +01:00
qd_grid_zone.cpp QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_grid_zone.h QDENGINE: unsigned -> uint32 2024-08-22 22:09:48 +02:00
qd_grid_zone_state.cpp QDENGINE: Converted object names back to CP1251 from Utf8 2024-08-22 22:09:48 +02:00
qd_grid_zone_state.h QDENGINE: Rename member variables for qdGridZoneState 2024-08-22 22:09:48 +02:00
qd_interface_background.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_interface_background.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_button.cpp QDENGINE: Check success of loading operation. CID 1559658 2024-10-21 18:49:46 +02:00
qd_interface_button.h QDENGINE: Fix signedness warnings 2024-08-23 16:52:38 +02:00
qd_interface_counter.cpp JANITORIAL: Code formatting 2024-09-16 23:56:22 +02:00
qd_interface_counter.h QDENGINE: Replace more std::string usage 2024-08-22 22:09:48 +02:00
qd_interface_dispatcher.cpp QDENGINE: Persist ConfMan changes across gameruns for sound/music 2024-09-01 18:43:52 +02:00
qd_interface_dispatcher.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_element.cpp QDENGINE: Eliminate global constructors 2024-09-21 22:37:40 +02:00
qd_interface_element.h QDENGINE: Eliminate global constructors 2024-09-21 22:37:40 +02:00
qd_interface_element_state.cpp QDENGINE: Fix potential null dereference. CID 1559613 2024-10-21 18:49:46 +02:00
qd_interface_element_state.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_element_state_mode.cpp QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_interface_element_state_mode.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_object_base.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_interface_object_base.h QDENGINE: Rename member variables for qdInterfaceObjectBase 2024-08-22 22:09:48 +02:00
qd_interface_save.cpp QDENGINE: Fix Various GCC Compiler Warnings 2024-08-23 23:44:28 +01:00
qd_interface_save.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_screen.cpp QDENGINE: Added more text debug output 2024-10-10 12:30:00 +02:00
qd_interface_screen.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_interface_slider.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_interface_slider.h QDENGINE: Replaced VK_ enums with Common::KeyCode 2024-08-22 22:09:48 +02:00
qd_interface_text_window.cpp QDENGINE: Added more text debug output 2024-10-10 12:30:00 +02:00
qd_interface_text_window.h QDENGINE: Eliminate global constructors 2024-09-21 22:37:40 +02:00
qd_inventory.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_inventory.h QDENGINE: Fix signedness in comparison 2024-08-23 16:13:16 +02:00
qd_inventory_cell.cpp QDENGINE: Fix qdInventoryCellSet::put_object() build error on OpenBSD 2024-11-15 14:22:37 +01:00
qd_inventory_cell.h QDENGINE: Eliminate global constructors 2024-09-21 22:37:40 +02:00
qd_list.h
qd_minigame.cpp JANITORIAL: Fix typo 2024-10-21 01:20:54 +02:00
qd_minigame.h QDENGINE: Fixed loading minigame inis 2024-08-28 05:13:46 +02:00
qd_minigame_config.cpp QDENGINE: Fixed loading minigame inis 2024-08-28 05:13:46 +02:00
qd_minigame_config.h QDENGINE: Fixed loading minigame inis 2024-08-28 05:13:46 +02:00
qd_minigame_interface.cpp QDENGINE: Unstub MinigameManager::saveState() 2024-10-22 18:22:33 +02:00
qd_minigame_interface.h QDENGINE: Silence -Wpedantic warning about extra ';' 2024-11-17 04:04:26 +02:00
qd_music_track.cpp QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_music_track.h QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_named_object.cpp QDENGINE: Remove rest of FORBIDDEN_SYMBOL_ALLOW_ALL 2024-08-22 22:09:48 +02:00
qd_named_object.h QDENGINE: Eliminate #ifndef _QUEST_EDITOR from qdNamedObject 2024-08-22 22:09:48 +02:00
qd_named_object_base.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_named_object_base.h QDENGINE: More std::string replacements 2024-08-22 22:09:48 +02:00
qd_named_object_indexer.cpp QDENGINE: Remove more global constructors 2024-09-20 23:52:13 +02:00
qd_named_object_indexer.h QDENGINE: Replace std::list with Std::list, also std::fill and some minor functions 2024-08-22 22:09:48 +02:00
qd_named_object_reference.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_named_object_reference.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_object_list_container.h QDENGINE: Remove rest of FORBIDDEN_SYMBOL_ALLOW_ALL 2024-08-22 22:09:48 +02:00
qd_object_map_container.h QDENGINE: Replace std::list with Std::list, also std::fill and some minor functions 2024-08-22 22:09:48 +02:00
qd_resource.cpp QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_resource.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_resource_container.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_resource_dispatcher.h QDENGINE: Replace std::list with Std::list, also std::fill and some minor functions 2024-08-22 22:09:48 +02:00
qd_rnd.h QDENGINE: Fix random number generator 2024-08-24 13:22:51 +02:00
qd_scale_info.cpp QDENGINE: Remove qd_precomp.h file 2024-08-22 22:09:48 +02:00
qd_scale_info.h QDENGINE: Replace std::list with Std::list, also std::fill and some minor functions 2024-08-22 22:09:48 +02:00
qd_screen_text.cpp QDENGINE: Added debug output for text rendering 2024-09-29 16:14:32 +02:00
qd_screen_text.h QDENGINE: Eliminate global constructors in qdScreenTextFormat 2024-08-22 22:09:48 +02:00
qd_screen_text_dispatcher.cpp QDENGINE: Added more text rendering debug output 2024-09-29 16:14:36 +02:00
qd_screen_text_dispatcher.h QDENGINE: Replace std::vector with Std::vector 2024-08-22 22:09:48 +02:00
qd_screen_text_set.cpp QDENGINE: Fix Signed vs. Unsigned GCC Compiler Warnings 2024-10-27 17:53:00 +00:00
qd_screen_text_set.h QDENGINE: Fix clearing texts by owner 2024-10-10 12:30:00 +02:00
qd_setup.cpp QDENGINE: Fixed loading minigame inis 2024-08-28 05:13:46 +02:00
qd_setup.h QDENGINE: Fixed loading minigame inis 2024-08-28 05:13:46 +02:00
qd_sound.cpp QDENGINE: Simplified wave loading code 2024-09-02 11:20:09 +02:00
qd_sound.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00
qd_sound_handle.h QDENGINE: Rename class variables for qdSoundHandle 2024-08-22 22:09:48 +02:00
qd_sound_info.cpp QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_sound_info.h QDENGINE: Turn more flags into human-readable form in XML dumps 2024-09-19 19:24:25 +02:00
qd_sprite.cpp QDENGINE: Fix Some GCC Compiler Warnings 2024-11-13 00:05:54 +00:00
qd_sprite.h QDENGINE: Fix names in qdSprite 2024-09-11 00:24:08 +02:00
qd_textdb.cpp QDENGINE: Avoid global object in qdTextDB 2024-08-22 22:09:48 +02:00
qd_textdb.h QDENGINE: Remove std::string usage from qdTextDB 2024-08-22 22:09:48 +02:00
qd_trigger_chain.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_trigger_chain.h QDENGINE: Eliminate #ifdef and #ifndef _QUEST_EDITOR from qdTriggerChain 2024-08-22 22:09:48 +02:00
qd_trigger_element.cpp QDENGINE: Force file offsets to be 'int' in debug messages 2024-09-08 01:25:32 +02:00
qd_trigger_element.h QDENGINE: Remove qdTriggerProfiler 2024-08-22 22:09:48 +02:00
qd_video.cpp QDENGINE: Further fixes and simplifications related to Common::Path 2024-08-23 14:06:38 +02:00
qd_video.h QDENGINE: Moved engine to Common::Path 2024-08-23 14:06:38 +02:00