scummvm/engines/ags/engine/ac/dynobj
Walter Agazzi 0263572d1c AGS: Common: fix mismatched free
uses new char[] on Create method.
From upstream ecfc238401183e210a1773c27724516f74272c8e
2023-03-12 20:58:27 +00:00
..
all_dynamic_classes.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
all_script_classes.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
cc_ags_dynamic_object.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_ags_dynamic_object.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_audio_channel.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_audio_channel.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_audio_clip.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_audio_clip.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_character.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_character.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_dialog.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_dialog.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_dynamic_array.cpp AGS: Common: fix mismatched free 2023-03-12 20:58:27 +00:00
cc_dynamic_array.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
cc_dynamic_object_addr_and_manager.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
cc_dynamic_object.cpp AGS: use #if instead of #ifdef for log macros 2022-10-09 18:11:02 +01:00
cc_dynamic_object.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
cc_gui_object.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_gui_object.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_gui.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_gui.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_hotspot.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_hotspot.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_inventory.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_inventory.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_object.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_object.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_region.cpp AGS: Fix Cast Qualification GCC Compiler Warnings 2022-04-24 13:53:18 +01:00
cc_region.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_serializer.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
cc_serializer.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
managed_object_pool.cpp AGS: Reorganized few cc_ headers 2022-05-05 22:41:07 -07:00
managed_object_pool.h AGS: define verbose sprite cache log through a macro function 2022-10-09 18:34:44 +01:00
script_audio_channel.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_camera.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_camera.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_containers.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_date_time.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_date_time.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dialog_options_rendering.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dialog_options_rendering.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dialog.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_dict.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dict.h AGS: Remove duplicated abstract methods from child classes 2022-05-30 15:55:45 -07:00
script_drawing_surface.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_drawing_surface.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dynamic_sprite.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_dynamic_sprite.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_file.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_file.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_gui.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_hotspot.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_inv_item.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_mouse.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_object.h AGS: Store room objects in std::vector 2022-06-15 22:13:02 +01:00
script_overlay.cpp AGS: Remove ScriptOverlay.hasInternalRef flag, add actual ref 2022-05-05 22:41:10 -07:00
script_overlay.h AGS: Remove ScriptOverlay.hasInternalRef flag, add actual ref 2022-05-05 22:41:10 -07:00
script_region.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
script_set.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_set.h AGS: Remove duplicated abstract methods from child classes 2022-05-30 15:55:45 -07:00
script_string.cpp AGS: Fixed ScriptString could be serialized with wrong length 2022-05-05 22:41:09 -07:00
script_string.h AGS: Fixed ScriptString could be serialized with wrong length 2022-05-05 22:41:09 -07:00
script_system.h AGS: Added comments to ScriptSystem 2022-06-21 23:28:01 +01:00
script_user_object.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_user_object.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_view_frame.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_view_frame.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_viewport.cpp AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00
script_viewport.h AGS: unserialize dynamic objects using MemoryStream 2022-04-23 22:14:54 -07:00