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
/
sludge
/
builtin.cpp
Age
Commit message (
Expand
)
Author
2017-12-19
SLUDGE: Arrange include order
Simei Yin
2017-12-19
SLUDGE: Objectify speech manager
Simei Yin
2017-08-21
SLUDGE: Add support for some windows-only games
Simei Yin
2017-08-08
SLUDGE: Add thumbnail for save&load interface
Simei Yin
2017-08-08
SLUDGE: Implement fileExists built-in function
Simei Yin
2017-08-08
SLUDGE: Change debug channels
Simei Yin
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
2017-08-03
SLUDGE: Quit game built-in function
Simei Yin
2017-07-21
SLUDGE: Move sprite bank to graphics manager
Simei Yin
2017-07-21
SLUDGE: Objectify cursor manager
Simei Yin
2017-07-21
SLUDGE: Objectify text manager
Simei Yin
2017-07-21
SLUDGE: Objectify sound manager
Simei Yin
2017-07-20
SLUDGE: Objectify input and event handler
Simei Yin
2017-07-20
SLUDGE: Change all structure names to Uppercase
Simei Yin
2017-07-20
SLUDGE: Fix backdrop loading for images not of the window size
Simei Yin
2017-07-20
SLUDGE: Objectify graphic classes
Simei Yin
2017-07-20
SLUDGE: Objectify parallex and create graphics manager
Simei Yin
2017-07-20
SLUDGE: Objectify object manager
Simei Yin
2017-07-18
SLUDGE: Objectify language manager
Simei Yin
2017-07-15
SLUDGE: Clean unused extern variables
Simei Yin
2017-07-15
SLUDGE: Clean useless #if 0's
Simei Yin
2017-07-15
SLUDGE: Remove gl-related graphics.h
Simei Yin
2017-07-15
SLUDGE: Remove openGl-related function fixFont
Simei Yin
2017-07-15
SLUDGE: Use String::format instead of sprintf
Simei Yin
2017-07-13
SLUDGE: get random number
Simei Yin
2017-07-13
SLUDGE: fix warnings
Simei Yin
2017-07-13
SLUDGE: remove CommonCode directory to have a flat structure
yinsimei
2017-07-13
SLUDGE: move namespace to functionlist.h
yinsimei
2017-07-13
SLUDGE: change global Common::String to public var of SludgeEngine
yinsimei
2017-07-13
SLUDGE: replace char *by Common::String
yinsimei
2017-07-13
SLUDGE: correct loadfile existence check
yinsimei
2017-07-13
SLUDGE: replace abs() by scummvm ABS()
yinsimei
2017-07-13
SLUDGE: code formatting for **
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: use Common/debug instead of sludge debug
yinsimei
2017-07-13
SLUDGE: use U32String to replace sludge utf8 library
yinsimei
2017-07-13
SLUDGE: replace char* by Common::String for error messages
yinsimei
2017-07-13
SLUDGE: save&load system (without thumbnail and snapshot)
yinsimei
2017-07-13
SLUDGE: add blankscreen effect
yinsimei
2017-07-13
SLUDGE: change pixel formats to pointers and fix seg fault
yinsimei
2017-07-13
SLUDGE: fix unmatched delete[] leaks
yinsimei
2017-07-13
SLUDGE: replace sludge colours by pixelformat
yinsimei
2017-07-13
SLUDGE: remove platform dependent defines
yinsimei
2017-07-13
SLUDGE: header formatting
yinsimei
2017-07-13
SLUDGE: format code and remove oneliners
yinsimei
2017-07-13
SLUDGE: Refactor image loading function and apply in backdrop
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Replace standard file reading functions by Common functions
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei