aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
AgeCommit message (Expand)Author
2012-07-05CGE: Silent some CppCheck warningsStrangerke
2012-07-05CGE: Remove hack used to store keycode in CGEEventStrangerke
2011-09-18CGE: Rename Snail into CommandHandler, plus some associated renamingsStrangerke
2011-09-17CGE: Fix a potential bug in insertCommand(), some renamingStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-06CGE: Take into account some of LordHoto's commentsStrangerke
2011-09-05CGE: Little cleanup of vmenuStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-02CGE: Rename some more definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-28CGE: Janitorial: remove trailing spacesStrangerke
2011-07-24CGE: Remove DrvInfo, rename some enumsStrangerke
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-19CGE: rename constants in bitmapStrangerke
2011-07-19CGE: Remove macro farnewStrangerke
2011-07-19CGE: Rename constants (WIP)Strangerke
2011-07-16CGE: Fix the selection of menu items to call appropriate dispatch methodPaul Gilbert
2011-07-10CGE: Fix several allocation mismatches and Valgrind issuesPaul Gilbert
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: Fix naming of touch() virtual methods, and fixed keyboard handlingPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert
2011-07-02CGE: 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: 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: As there's only one instance of VGA, suppress all the static keywords fr...Strangerke
2011-06-13CGE: Fix several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
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: Remove far and near keywordsStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke