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
/
zvision
/
core
Age
Commit message (
Expand
)
Author
2014-12-22
ZVISION: Implement the Venus hint system in Zork: Nemesis
Filippos Karapetis
2014-12-21
ZVISION: Implement the "dumpallscripts" console command again
Filippos Karapetis
2014-12-19
ZVISION: Fix code mis-alignment created from variable rename
Adrian Astley
2014-12-19
ZVISION: Large scale variable, function, and class renaming to improve code c...
Adrian Astley
2014-12-19
ZVISION: Fix uninitialized scalar field (CID 1257054)
Marisa-Chan
2014-12-19
ZVISION: Fix uninitialized scalar field (CID 1257061)
Marisa-Chan
2014-12-16
ZVISION: Move trimCommentsAndWhiteSpace() into the script manager
Filippos Karapetis
2014-12-16
ZVISION: Move all the remaining utility classes into the core
Filippos Karapetis
2014-12-16
ZVISION: Move all the file-related classes together
Filippos Karapetis
2014-12-16
ZVISION: Move the MIDI code together with the rest of the sound code
Filippos Karapetis
2014-12-16
ZVISION: Move the mouse cursor handling code into the graphics code
Filippos Karapetis
2014-12-16
ZVISION: Prefix class member variables with an underscore
Filippos Karapetis
2014-12-16
ZVISION: Move the RLF decoder
Filippos Karapetis
2014-12-11
ZVISION: Add functionality to show the current location. Some cleanup
Filippos Karapetis
2014-12-09
ZVISION: Fix the 'dumpfile' console command
Filippos Karapetis
2014-12-08
ZVISION: Implement several advanced engine features and ScummVM dialogs
Filippos Karapetis
2014-12-03
ZVISION: Move the ZfsArchive class
Filippos Karapetis
2014-12-03
ZVISION: Move the key mapper function
Filippos Karapetis
2014-12-03
ZVISION: Document some more cheats for ZGI
Filippos Karapetis
2014-12-03
ZVISION: Remove more dead code, and move some debugger functions
Filippos Karapetis
2014-12-03
ZVISION: Use integers for rectangles in the menu code
Filippos Karapetis
2014-12-03
ZVISION: Remove superfluous spacing and reorder some includes
Filippos Karapetis
2014-11-20
ZVISION: More CamelCase and a bit of comments cleanup
Marisa-Chan
2014-11-12
ZVISION: Clean of useless code
Marisa-Chan
2014-11-12
ZVISION: Add call of inventory cycling for Nemesis
Marisa-Chan
2014-11-12
ZVISION: Implement code for pan from keyboard and mouse
Marisa-Chan
2014-11-12
ZVISION: Implement keyboard hotkeys
Marisa-Chan
2014-11-12
ZVISION: Implement Easter eggs and debug cheats
Marisa-Chan
2014-11-12
ZVISION: Implement methods for get state of menu items
Marisa-Chan
2014-11-12
ZVISION: Use ifQuit for menu bars
Marisa-Chan
2014-11-12
ZVISION: Fix code style in save_manager.h
Marisa-Chan
2014-11-12
ZVISION: Fix incorrect usage of Common::String::format
Marisa-Chan
2014-11-08
ZVISION: Implement action:menu_bar_enable
Marisa-Chan
2014-10-22
ZVISION: Implement simple midi support
Marisa-Chan
2014-08-04
ZVISION: New SaveManager methods for pre-buffering save data
Marisa-Chan
2014-07-05
ZVISION: Process events for controls similar to original engine, fix some err...
Marisa-Chan
2014-07-02
ZVISION: Reorgonize source files into directories.
Marisa-Chan
2014-06-14
ZVISION: Fix compilation errors with latest scummvm
Marisa-Chan
2014-06-13
Merge remote-tracking branch 'upstream/master' into zvision
Marisa-Chan
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
ZVISION: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
ZVISION: Janitorial - Remove trailing spaces
Strangerke
2013-11-01
ZVISION: Update includes to use the new file structure
RichieSams
2013-11-01
ZVISION: Create a folder structure for ZVision source files
RichieSams