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
/
m4
/
globals.h
Age
Commit message (
Expand
)
Author
2010-07-06
Added extra initialisation code for the game's global variables list
Paul Gilbert
2010-07-03
Adding the beginnings of a player control class, as well as various changes t...
Paul Gilbert
2010-07-01
Introduced a hash for storing all the miscellaneous data values, and used it ...
Paul Gilbert
2010-06-14
Moved the actionNouns array from the scene to the globals object, since the s...
Paul Gilbert
2010-06-14
Further memory leak fixes reported by Valgrind
Paul Gilbert
2010-05-23
Major work done on the animation and support classes to match the original
Paul Gilbert
2010-05-04
Reduce indirect header dependencies further
Max Horn
2010-04-01
Remove extra semicolons
Ori Avtalion
2010-03-27
Added the game options dialog, along with several bugfixes to dialog display ...
Paul Gilbert
2010-03-24
Bugfix for getting correct quote information
Paul Gilbert
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-03-21
Added framework for displaying game dialogs
Paul Gilbert
2010-03-19
Beginnings of hooking up the new logic for current action display
Paul Gilbert
2010-02-27
Beginnings of code for scene info loading
Paul Gilbert
2010-02-13
Added the beginnings of scene set-up logic
Paul Gilbert
2010-01-31
Formatting corrections to conform to ScummVM formatting guidelines
Paul Gilbert
2010-01-30
Worked on separating scene logic into separate classes for M4 and MADS
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-11
Beginnings of a dialog display class
Paul Gilbert
2009-12-05
Expanded the actions view into a full user interface view, and added support ...
Paul Gilbert
2009-11-15
Added support for needed MADS game configuration options
Paul Gilbert
2009-11-12
Added a staticres file with the MADS articles list, and added an article fiel...
Paul Gilbert
2009-11-11
Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc...
Paul Gilbert
2009-11-04
Added support for loading the game's object list
Paul Gilbert
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-07-07
Some fixes for warnings under GCC 2.95
Filippos Karapetis
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis