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
/
ad
Age
Commit message (
Expand
)
Author
2013-04-21
WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile.
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Further reduce the amount of int->int32-confusion.
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.
Einar Johan Trøan Sømåen
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: Add 'override' to most Script-related functions.
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-18
WINTERMUTE: Constify AdRotLevel
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Constify AdResponse/AdResponseBox/AdResponseContext.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Add more const to AdResponseBox
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Constify _width and _height in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Increase const-usage.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Move settings from BaseGame to separate struct.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Use strlcpy instead of strcpy in AdScene::loadBuffer()
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Avoid passing BasePoint by value in Scene::getPath()
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Avoid passing BasePoint by-value
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Avoid passing BasePoint by value.
Einar Johan Trøan Sømåen
2013-02-06
WINTERMUTE: Privatize a few more members in BaseGame.
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
2013-01-24
JANITORIAL: Fix ){ -> ) {
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Don't scroll as fast as the scripts actually ask for.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Fix scrollspeed (and break character animation the same way WME L...
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize members in AdObject.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize members in AdSceneState
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize members of AdResponseBox
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Make AdScaleLevel::getScale() const.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Make getters const in AdRegion
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize members in AdEntity
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize AdScaleLevel and AdWaypointGroup's members.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Privatize members in AdRegion
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Fix Object-sorting in scenes.
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-28
WINTERMUTE: Privatize variables in BaseFrame and BaseSprite
Einar Johan Trøan Sømåen
2012-09-24
WINTERMUTE: Remove unnecessary semicolons.
Torbjörn Andersson
2012-09-11
WINTERMUTE: Alphabetize the includes in Ad/
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-09-01
WINTERMUTE: Fix various comments.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix a regression from the getSize()->size() change.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use tabs in enums
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix a warning I missed in the last commit.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix warnings
Einar Johan Trøan Sømåen
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: Replace col_templ's getSize with Common::Array::size()
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use tabs instead of spaces in ad_types.h
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
[next]