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
/
vmenu.cpp
Age
Commit message (
Collapse
)
Author
2011-09-18
CGE: Rename Snail into CommandHandler, plus some associated renamings
Strangerke
2011-09-17
CGE: Fix a potential bug in insertCommand(), some renaming
Strangerke
2011-09-17
CGE: Move some more globals to CGEEngine
Strangerke
2011-09-16
CGE: Move _vga to CGEEngine
Strangerke
2011-09-06
CGE: Take into account some of LordHoto's comments
Strangerke
2011-09-05
CGE: Little cleanup of vmenu
Strangerke
2011-08-19
CGE: Mass re-style/cleanup.
Alyssa Milburn
2011-08-19
CGE: Revert previous commit of flags synchronisation
Paul Gilbert
2011-08-19
CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issues
Paul Gilbert
2011-08-02
CGE: Rename some more defines
Strangerke
2011-07-31
CGE: Rename some class members, various clean up
Strangerke
2011-07-28
CGE: Janitorial: remove trailing spaces
Strangerke
2011-07-24
CGE: Remove DrvInfo, rename some enums
Strangerke
2011-07-23
CGE: Rename IOMode and SnCom enums
Strangerke
2011-07-19
CGE: rename constants in bitmap
Strangerke
2011-07-19
CGE: Remove macro farnew
Strangerke
2011-07-19
CGE: Rename constants (WIP)
Strangerke
2011-07-16
CGE: Fix the selection of menu items to call appropriate dispatch method
Paul Gilbert
2011-07-10
CGE: Fix several allocation mismatches and Valgrind issues
Paul Gilbert
2011-07-07
CGE: Cleanup and renaming. Also move some static and global functions to ↵
Strangerke
CGEEngine.
2011-07-03
CGE: Even more renaming (WIP)
Strangerke
2011-07-03
CGE: Some more renaming (WIP)
Strangerke
2011-07-03
CGE: Removed C standard library includes
Paul Gilbert
2011-07-02
CGE: Fix naming of touch() virtual methods, and fixed keyboard handling
Paul Gilbert
2011-07-02
CGE: Merged mouse.* and keybd.* files to centralise event handling
Paul Gilbert
2011-07-02
CGE: Some more renaming (WIP)
Strangerke
2011-06-29
CGE: Some more renaming (wip)
Strangerke
2011-06-29
CGE: Cleanup : Start renaming. Add BMPLoad() function
Strangerke
2011-06-27
CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in ↵
Strangerke
several classes in order to do so.
2011-06-26
CGE: Implement ForceExt and RCrypt. Little style cleanup.
Strangerke
2011-06-20
CGE: As there's only one instance of VGA, suppress all the static keywords ↵
Strangerke
from it
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-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