aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/mixer.cpp
AgeCommit message (Expand)Author
2011-07-24CGE: Remove DrvInfo, rename some enumsStrangerke
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-13CGE: Rename some constantsStrangerke
2011-07-13CGE: add a new SNPOST to fix the function pointer issueStrangerke
2011-07-12CGE: Converted SprExt::_Seq to use dynamically allocated dataPaul Gilbert
2011-07-08CGE: Rename Mouse classStrangerke
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to CGEE...Strangerke
2011-07-03CGE: Even more renaming (WIP)Strangerke
2011-07-03CGE: Some more renaming (WIP)Strangerke
2011-07-03CGE: Removed C standard library includesPaul Gilbert
2011-07-02CGE: Changed MOUSE class from using static fields to an instantiated classPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
2011-06-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa...Strangerke
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-20CGE: Remove some staticsStrangerke
2011-06-20CGE: As there's only one instance of VGA, suppress all the static keywords fr...Strangerke
2011-06-19CGE: Get rid of some static initializingeriktorbjorn
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-13CGE: Add a couple of STUB warningsStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke
2011-06-10CGE: Add namespacesStrangerke
2011-06-10CGE: Suppress typedef for byte, word and dword.Strangerke
2011-06-10CGE: Replace Boolean, TRUE and FALSE by bool, true, falseStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke