scummvm/engines/wintermute/base
2013-01-23 01:40:13 +01:00
..
file WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
font WINTERMUTE: Fix double delete of TTFs. 2013-01-23 01:40:13 +01:00
gfx WINTERMUTE: Fix incorrect reversion of code in BaseRenderOSystem::drawLine() 2013-01-23 00:25:38 +02:00
particles WINTERMUTE: Fix the rest of the Common:sort comparators. 2012-12-09 11:08:04 +01:00
scriptables WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
sound WINTERMUTE: Store MasterVolume in % instead of 0-255 to ConfMan. 2013-01-22 16:43:31 +01:00
base_active_rect.cpp WINTERMUTE: Only include base_renderer.h where needed 2012-09-11 02:51:33 +02:00
base_active_rect.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_dynamic_buffer.cpp WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +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 JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
base_engine.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02: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: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_file_manager.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_frame.cpp WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_frame.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_game_music.cpp WINTERMUTE: Move "GetSoundLength" to BaseGameMusic 2012-12-09 16:41:18 +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: Guard ConfMan a bit better. 2013-01-22 19:18:29 +01:00
base_game.h WINTERMUTE: Mark savedGameExt and localSaveDir for eventual removal. 2012-12-09 16:53:33 +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: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_named_object.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_object.cpp WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_object.h WINTERMUTE: Fix Object-sorting in scenes. 2012-12-09 01:03:36 +01:00
base_parser.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_parser.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_persistence_manager.cpp WINTERMUTE: Store larger thumbnails (Bump Savegame-version to 1.2.0.0) 2013-01-22 20:58:12 +01:00
base_persistence_manager.h WINTERMUTE: Store larger thumbnails (Bump Savegame-version to 1.2.0.0) 2013-01-22 20:58:12 +01:00
base_point.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_point.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_quick_msg.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_quick_msg.h WINTERMUTE: Privatize variables in BaseQuickMsg 2012-09-28 23:57:42 +02:00
base_region.cpp WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_region.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_save_thumb_helper.cpp WINTERMUTE: Store savegame-thumbs in game-specific sizes too. 2013-01-23 01:32:51 +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: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +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: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +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: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_sprite.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_string_table.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_string_table.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base_sub_frame.cpp WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_sub_frame.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
base_surface_storage.cpp WINTERMUTE: Fix the rest of the Common:sort comparators. 2012-12-09 11:08:04 +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: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base_viewport.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
base.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
base.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
saveload.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
saveload.h JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00