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
/
particles
Age
Commit message (
Expand
)
Author
2018-05-20
WINTERMUTE: Update deg2rad usage
David Fioramonti
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
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: Remove BasePlatform::setRect (replace with member-call)
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::isRectEmpty (replace with member-call).
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::setRectEmpty (replace with member-call)
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Transfer Rect32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Transfer Vector2s 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-08-13
WINTERMUTE: Be explicit when storing Floats in savegames.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-04-19
WINTERMUTE: Change more int's to 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: Avoid including BaseGame in PartEmitter.
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-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace a few NULLs with nullptr.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Fix the rest of the Common:sort comparators.
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: Only include base_renderer.h where needed
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Fix warnings
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: Replace qsort with Common::sort
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, pa...
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: More variable/function renaming VarName->varName
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Replace BaseArray with a templated subclass of Common::Array.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Run Astyle with add-braces to break one-line statements into easi...
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: "delete []" -> "delete[]"
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: Privatize/Protect variables that don't need to be public.
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base.
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Remove dcgf.h from almost all includes.
Einar Johan Trøan Sømåen
2012-07-22
WINTERMUTE: Wrap _name in base_named_object in getters/setters.
Einar Johan Trøan Sømåen
2012-07-22
WINTERMUTE: Wrap away base_script_holder's _filename field in getters/setters...
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Fix a few signed/unsigned and float->int warnings.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Get rid of the C-prefix for class-definitions.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Fix a few Upper_case filenames that got missed in the last commit.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Rename PlatformSDL->platform_osystem
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen