scummvm/engines/wintermute/base
2013-04-15 20:44:41 +02:00
..
file WINTERMUTE: Use template with MIN 2013-04-04 15:39:54 +02:00
font WINTERMUTE: Fix warnings and improve const-correctness 2013-04-15 20:44:41 +02:00
gfx WINTERMUTE: Fix side effect of assert 2013-04-15 20:36:03 +02:00
particles WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
scriptables WINTERMUTE: Really fix build breakage... 2013-03-24 19:04:36 +00:00
sound WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_active_rect.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_active_rect.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_dynamic_buffer.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_dynamic_buffer.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_engine.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_engine.h JANITORIAL: Fix ){ -> ) { 2013-01-24 20:15:13 +01:00
base_fader.cpp WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_fader.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_file_manager.cpp WINTERMUTE: Avoid REQUIRING wintermute.zip during detection. 2013-03-24 17:41:10 +01:00
base_file_manager.h WINTERMUTE: Avoid REQUIRING wintermute.zip during detection. 2013-03-24 17:41:10 +01:00
base_frame.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_frame.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_game_music.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_game_music.h WINTERMUTE: Split out the music-related functionality of BaseGame to a separate class. 2012-12-09 16:31:47 +01:00
base_game.cpp WINTERMUTE: Fix warnings and improve const-correctness 2013-04-15 20:44:41 +02:00
base_game.h WINTERMUTE: Privatize a few more members in BaseGame. 2013-02-06 13:40:35 +01:00
base_keyboard_state.cpp WINTERMUTE: Correct the char-code check in BaseKeyboardState 2012-12-13 20:40:40 +01:00
base_keyboard_state.h WINTERMUTE: Privatize members in BaseKeyboardState 2012-12-03 10:17:39 +01:00
base_named_object.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_named_object.h
base_object.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_object.h WINTERMUTE: Replace a few NULLs with nullptr. 2013-01-26 17:36:20 +01:00
base_parser.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_parser.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_persistence_manager.cpp WINTERMUTE: Avoid using ldepxf/frexpf 2013-02-01 00:48:47 +01:00
base_persistence_manager.h WINTERMUTE: Replace a few NULLs with nullptr. 2013-01-26 17:36:20 +01:00
base_point.cpp
base_point.h
base_quick_msg.cpp WINTERMUTE: Detach BaseQuickMsg from the class-hierarchy. (Remove useless inheritance) 2013-03-24 19:02:34 +01:00
base_quick_msg.h WINTERMUTE: Detach BaseQuickMsg from the class-hierarchy. (Remove useless inheritance) 2013-03-24 19:02:34 +01:00
base_region.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_region.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_save_thumb_helper.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_save_thumb_helper.h WINTERMUTE: Store larger thumbnails (Bump Savegame-version to 1.2.0.0) 2013-01-22 20:58:12 +01:00
base_script_holder.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_script_holder.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_scriptable.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_scriptable.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_sprite.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_sprite.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_string_table.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_string_table.h
base_sub_frame.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_sub_frame.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_surface_storage.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_surface_storage.h WINTERMUTE: Fix the rest of the Common:sort comparators. 2012-12-09 11:08:04 +01:00
base_transition_manager.cpp WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_transition_manager.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_viewport.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base_viewport.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
base.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
saveload.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
saveload.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00