Age | Commit message (Expand) | Author |
2011-06-29 | CGE: Removed Mouse from VGA::ShowQ to prevent crashes in the movie player | Paul Gilbert |
2011-06-29 | CGE: Cleanup : Start renaming. Add BMPLoad() function | Strangerke |
2011-06-28 | CGE: Fix for displaying non full-screen bitmaps | Paul Gilbert |
2011-06-28 | CGE: Bitmap now shows correctly | Paul Gilbert |
2011-06-27 | CGE: Getting closer to properly showing bitmap images | Paul Gilbert |
2011-06-27 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cge | Paul Gilbert |
2011-06-27 | CGE: Beginnings of work on graphics support | Paul Gilbert |
2011-06-27 | CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa... | Strangerke |
2011-06-26 | CGE: Implement ForceExt and RCrypt. Little style cleanup. | 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 fr... | Strangerke |
2011-06-19 | CGE: Get rid of some static initializing | eriktorbjorn |
2011-06-19 | CGE: Fix compilation under GCC | eriktorbjorn |
2011-06-18 | CGE: Suppress some defines, fix semi-columns in template definitions | Strangerke |
2011-06-13 | CGE: Fix several issues reported by CPPCHECK | 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-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 |