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
/
cge
Age
Commit message (
Collapse
)
Author
2011-06-21
CGE: ScummVM no longer crashes instantly
Strangerke
2011-06-20
CGE: Remove some statics
Strangerke
2011-06-20
CGE: Remove static parts of HEART
Strangerke
2011-06-20
CGE: As there's only one instance of VGA, suppress all the static keywords ↵
Strangerke
from it
2011-06-19
Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2
eriktorbjorn
2011-06-19
CGE: Get rid of some static initializing
eriktorbjorn
ScummVM itself (not the engine; I haven't tried that) now starts without crashing. It exits immediately, but as far as I can tell it does not crash. It still produces lots of Valgrind warnings, though...
2011-06-19
CGE: (Eriktorbjorn) Fix compilation for GCC
Strangerke
2011-06-19
CGE: Fix compilation under GCC
eriktorbjorn
Unfortunately, I had to stub a few things but this all looks like code that will have to be rewritten later anyway.
2011-06-18
CGE: Suppress some defines, fix semi-columns in template definitions
Strangerke
2011-06-14
CGE: Fix the remaining link errors. It now crashes instantly, most likely ↵
Strangerke
because of the VGA class
2011-06-13
CGE: Fix one linker error
Strangerke
2011-06-13
CGE: Fix several issues reported by CPPCHECK
Strangerke
2011-06-13
CGE: Cleanup: also remove trailing tabs
Strangerke
2011-06-13
CGE: Cleanup: remove trailing spaces
Strangerke
2011-06-13
CGE: Format code
Strangerke
2011-06-13
CGE: Add a couple of STUB warnings
Strangerke
2011-06-12
CGE: Add missing file, and STUB some missing functions in general.cpp
Strangerke
2011-06-12
CGE: Suppress VGA::Exit, some cleanup, add one missing source
Strangerke
2011-06-11
CGE: Remove DROP() macro
Strangerke
2011-06-11
CGE: Stubbing and cleanup made by SylvainTV
Strangerke
2011-06-11
CGE: Add a couple of missing files
Strangerke
2011-06-10
CGE: Add namespaces
Strangerke
2011-06-10
CGE: Suppress typedef for byte, word and dword.
Strangerke
2011-06-10
CGE: Replace Boolean, TRUE and FALSE by bool, true, false
Strangerke
2011-06-10
CGE: Remove far and near keywords
Strangerke
2011-06-10
CGE: Add default header, fix some includes
Strangerke
2011-06-09
CGE: Add several sources based on headers
Strangerke
2011-09-10
CGE: Add minimal engine and detection
Strangerke