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
/
gfx
/
osystem
/
base_render_osystem.cpp
Age
Commit message (
Expand
)
Author
2012-12-02
WINTERMUTE: Correct wrong logic in last commit.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Make dirty rect-rendering available in config-file.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Fix a warning.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Draw invalid tickets too (as they must have become invalid AFTER ...
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Reset renderTicket-system on SaveGame-load
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Reset _wantsDraw when no part of the screen is dirty.
Einar Johan Trøan Sømåen
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-15
WINTERMUTE: Disable aspect-ratio correction for now.
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Use ++it instead of it++
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Fill the screen with fillRect for now.
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Adjust a few warnings.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Use 64k-tables for alpha-blitting.
Einar Johan Trøan Sømåen
2012-08-11
WINTERMUTE: Silence a few float-cast warnings.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Cache scaled images, to avoid having to rescale every frame.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do fill...
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Change PixelFormat to ARGB (same as Sword25)
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Redraw ONLY the indicator when saving/loading.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove statics and silence spam in debug console.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace BaseRegistry with ConfMan
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Use ConfMan instead of registry.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class
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-27
WINTERMUTE: Move settings-files to save-dir (gzipped xml now)
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Remove all unneccessary #if 0 blocks
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Clear out a few warning()s
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Clean up some TODOs.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Implement Screen-fading
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: Remove #if 0 - commented out code.
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: Cleanup and comment BaseRenderer a bit
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: Remove in-engine fullscreen-switching, let ScummVM handle that.
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-23
WINTERMUTE: Remove Base as superclass for BaseImage
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: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen
2012-07-20
WINTERMUTE: Decrement tickets when reinserting a ticket that has swapped places.
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen