index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
wintermute
/
base
/
scriptables
Age
Commit message (
Expand
)
Author
2016-08-22
WINTERMUTE: Fix compilation with MSVC
Filippos Karapetis
2016-03-01
WINTERMUTE: Remember to delete watch instances
Tobia Tesan
2016-03-01
WINTERMUTE: Do not delete a pointer we do not own in resolveName
Tobia Tesan
2016-03-01
WINTERMUTE: Add Watch functionality
Tobia Tesan
2016-03-01
WINTERMUTE: Add name resolution to DebuggableScript
Tobia Tesan
2016-02-29
WINTERMUTE: Add post instruction hook to DebuggableScript
Tobia Tesan
2016-02-29
WINTERMUTE: Add DebuggableScript and DebuggableScriptEngine classes
Tobia Tesan
2016-02-29
WINTERMUTE: Make _operand protected in script.h
Tobia Tesan
2016-02-29
WINTERMUTE: Remove dead code from vestigial remnants of WME debugger
Tobia Tesan
2014-06-08
WINTERMUTE: Silence/fix some warnigns when compiling Symbian port.
Johannes Schickel
2014-02-19
WME: Fix bug #6531 - "WME: Art of Murder - Assertion"
Filippos Karapetis
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
WINTERMUTE: Switch WideString to U32String.
Johannes Schickel
2013-11-05
WINTERMUTE: Transfer Const Char* explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Char* explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Sint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Uint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Transfer Doubles explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-28
WINTERMUTE: Transfer booleans explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-09-05
WINTERMUTE: Disambiguate empty and NULL strings when saving
Willem Jan Palenstijn
2013-09-05
WINTERMUTE: Don't clean up _scripts mid-iteration
Willem Jan Palenstijn
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-07-23
WINTERMUTE: Set _scriptStream to nullptr after deletion
Einar Johan Trøan Sømåen
2013-06-18
WINTERMUTE: Avoid explicitly including <math.h>
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1).
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Change ScriptValue to use int32.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Replace a few more ints by int32s.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use int32 instead of int in classes.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Split the timers from BaseGame into a separate class.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Use strlcpy instead of strcpy in SXString::scCallMethod()
Einar Johan Trøan Sømåen
2013-03-24
WINTERMUTE: Really fix build breakage...
D G Turner
2013-03-24
WINTERMUTE: Fix build breaking missing header declaration.
D G Turner
2013-03-24
WINTERMUTE: Replace WMELite's String-Split-function with code from WME.
Einar Johan Trøan Sømåen
2013-01-31
WINTERMUTE: Redo the way floats are saved, break savegame compatibility with ...
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: More formatting fixes.
Einar Johan Trøan Sømåen
2013-01-24
JANITORIAL: Fix ){ -> ) {
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Remove commented out code.
Einar Johan Trøan Sømåen
2012-12-03
WINTERMUTE: Const-ify member-functions that obviously should be const.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Avoid including script_ext_math.h in base_game.cpp
Einar Johan Trøan Sømåen
2012-09-29
WINTERMUTE: Make scGetProperty use Common::String& instead of const char*
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove a few more unused includes.
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove unneccessary includes of base_file.h
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-09-04
WINTERMUTE: Fix a warning with MSVC
Filippos Karapetis
2012-08-31
WINTERMUTE: Use tabs in enums
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use ++it instead of it++
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Replace col_templ's getSize with Common::Array::size()
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use <math.h> instead of <cmath>
Einar Johan Trøan Sømåen
[next]