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
Age
Commit message (
Collapse
)
Author
2012-09-04
WINTERMUTE: Fix a warning with MSVC
Filippos Karapetis
2012-09-01
WINTERMUTE: Fix various comments.
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: Even more fixes to header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix warnings
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: 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 <math.h> instead of <cmath>
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: Simplify getNodeForRelativePath
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
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-31
WINTERMUTE: Update to use new TGA-decoder and new Video-system
Einar Johan Trøan Sømåen
2012-08-19
WINTERMUTE: Be case-insensitive when testing for sound-format.
Einar Johan Trøan Sømåen
2012-08-15
WINTERMUTE: Make use of the wday-field in dates, instead of a wrong mday-value.
Einar Johan Trøan Sømåen
2012-08-15
WINTERMUTE: Clear out some commented-out code.
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-14
WINTERMUTE: Save the loop-state of sounds properly.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Add language-filtering for Czech, Italian, Polish and Russian.
Einar Johan Trøan Sømåen
No detection-support is added for those languages at this point though.
2012-08-13
WINTERMUTE: Readd support for save/load-images.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Remove BPkgFile, as wrapCompressedStream can handle that job now.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Use the correct DPI for TTF-fonts, and don't display ↵
Einar Johan Trøan Sømåen
overshooting lines.
2012-08-13
WINTERMUTE: Apply color-key to RGB-images, and upconvert them to RGBA.
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-11
WINTERMUTE: Make missing-file warnings a debugC
Einar Johan Trøan Sømåen
The sound-system attempts to open files in various formats, some of which may not exist, no reason for these to fill the console with output.
2012-08-11
WINTERMUTE: Get rid of strncpy+manual termination.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Use only one scaler for blitting, the faster one.
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 ↵
Einar Johan Trøan Sømåen
fill with memcpy)
2012-08-07
WINTERMUTE: Change PixelFormat to ARGB (same as Sword25)
Einar Johan Trøan Sømåen
Mainly a workaround for the OpenGL-backend.
2012-08-07
WINTERMUTE: Move dcscript.h into the proper folder.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Remove g_wintermute.
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Save the random-seed as well.
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Implement load from GMM.
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Fix a few memory-leaks
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Fix a memory leak in BaseScriptHolder
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: Separate out SaveGame-code from BaseGame
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Add header-guards to BaseEngine
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: Remove unused functions from StringUtil::
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: Remove the debugger.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Use ConfMan instead of registry.
Einar Johan Trøan Sømåen
[prev]
[next]