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
/
math
Age
Commit message (
Collapse
)
Author
2014-10-28
WINTERMUTE: Remove trailing whitespace
Filippos Karapetis
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
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-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-01
WINTERMUTE: const Common::Rect rect& in rect32.h
Tobia Tesan
2013-08-01
WINTERMUTE: // End of namespace Wintermute
Tobia Tesan
2013-08-01
WINTERMUTE: Add cast op Common::Rect => Rect32
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformTools
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32
Tobia Tesan
2013-06-18
WINTERMUTE: Avoid explicitly including <math.h>
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: General cleanup
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Take int32 as parameters in Rect32.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use <math.h> instead of <cmath>
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Run Astyle with add-braces to break one-line statements into ↵
Einar Johan Trøan Sømåen
easier-to-read-code.
2012-07-26
WINTERMUTE: AStyle-formatting.
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
This is mostly a lead-up to namespacing the Ad/Base folders, and then possibly removing the prefixes from the files, it also has the added benefit of getting rid of the odd case-typos that makes for issues on platforms that don't ignore case.
2012-07-09
WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.
Einar Johan Trøan Sømåen
2012-07-03
WINTERMUTE: Rename FuncName->funcName in Math-classes
Einar Johan Trøan Sømåen
2012-06-25
WINTERMUTE: Fix a bunch of warnings
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys
Einar Johan Trøan Sømåen