scummvm/engines/wintermute/base/scriptables
Einar Johan Trøan Sømåen 0407906bfa WINTERMUTE: Redo the way floats are saved, break savegame compatibility with WME Lite completely.
(This also breaks compatibility with savegames from ScummVM prior to this commit, AND resets the
Savegame-version, older savegames will have differing MAGIC-numbers in their headers, and will thus
not be recognized).
2013-01-31 23:59:21 +01:00
..
dcscript.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
script_engine.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_engine.h WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_ext_array.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_ext_array.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_date.cpp JANITORIAL: Fix ){ -> ) { 2013-01-24 20:15:13 +01:00
script_ext_date.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_file.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_ext_file.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_math.cpp WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_math.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_mem_buffer.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_ext_mem_buffer.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_ext_object.cpp WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
script_ext_object.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
script_ext_string.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_ext_string.h WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
script_stack.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script_stack.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
script_value.cpp WINTERMUTE: Redo the way floats are saved, break savegame compatibility with WME Lite completely. 2013-01-31 23:59:21 +01:00
script_value.h WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
script.cpp WINTERMUTE: Replace all NULLs with nullptr. 2013-01-26 18:07:07 +01:00
script.h WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00