Commit Graph
66 Commits
Author SHA1 Message Date
Strangerke 083d6ff612 CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in several classes in order to do so. 2011-06-27 01:03:47 +02:00
Strangerke a06a75b9a4 CGE: Implement ForceExt and RCrypt. Little style cleanup. 2011-06-26 12:07:42 +02:00
Strangerke a307d405b6 CGE: suppress a couple of static, add ProgName and MergeExt 2011-06-22 08:11:18 +02:00
Strangerke 40f95669ae CGE: As there's only one instance of VGA, suppress all the static keywords from it 2011-06-20 00:13:41 +02:00
eriktorbjorn 78e3f2a57b CGE: Get rid of some static initializing
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 11:17:54 +02:00
eriktorbjorn 3871c71f0e CGE: Fix compilation under GCC
Unfortunately, I had to stub a few things but this all looks like
code that will have to be rewritten later anyway.
2011-06-19 07:59:37 +02:00
Strangerke 9918344cdc CGE: Fix several issues reported by CPPCHECK 2011-06-13 13:44:52 +02:00
Strangerke 64f2ccca9b CGE: Cleanup: remove trailing spaces 2011-06-13 13:07:45 +02:00
Strangerke ffc2aa4e4f CGE: Format code 2011-06-13 11:57:24 +02:00
Strangerke ccd934e4bf CGE: Add a couple of STUB warnings 2011-06-13 00:40:19 +02:00
Strangerke 11264a60a7 CGE: Stubbing and cleanup made by SylvainTV 2011-06-11 22:35:21 +02:00
Strangerke 29065d302a CGE: Add namespaces 2011-06-10 22:57:09 +02:00
Strangerke 7d88b9e4cd CGE: Suppress typedef for byte, word and dword. 2011-06-10 19:02:13 +02:00
Strangerke 68f7ff1115 CGE: Replace Boolean, TRUE and FALSE by bool, true, false 2011-06-10 13:06:03 +02:00
Strangerke 03c540abff CGE: Add default header, fix some includes 2011-06-10 07:45:18 +02:00
Strangerke 01a7e7ad60 CGE: Add several sources based on headers 2011-06-09 08:20:53 +02:00