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
/
sci
/
vocabulary.cpp
Age
Commit message (
Expand
)
Author
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-07
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
Walter van Niftrik
2009-06-06
Moved some more debug commands to ScummVM's coneole
Filippos Karapetis
2009-06-04
SCI: Made some members of class Resource protected; some cleanup
Max Horn
2009-06-04
SCI: cleanup
Max Horn
2009-06-03
- Moved the engine state and the console to be private members of SciEngine
Filippos Karapetis
2009-06-01
Split the kernel functions away from the vocabulary functions (WIP, saving/lo...
Filippos Karapetis
2009-05-31
SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBl...
Max Horn
2009-05-31
SCI: Fixed loading; added 'const' keywords to several Vocabulary methods
Max Horn
2009-05-31
- Further objectification of the SCI vocabulary functions
Filippos Karapetis
2009-05-31
Further objectification of the SCI vocabulary functions. Removed the "kernel_...
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-31
More objectification of the Vocabulary functions
Filippos Karapetis
2009-05-30
Started objectifying the vocabulary functions (WIP)
Filippos Karapetis
2009-05-30
SCI: Made vocab_version static again (a global static var is bad, but a reall...
Max Horn
2009-05-30
Reverted the vocab loading function to be like it was before commit #40979 (b...
Filippos Karapetis
2009-05-30
Swapped the checks for suffixes and branches to first check for SCI1 resource...
Filippos Karapetis
2009-05-30
Fixed a silly typo in commit #40979. Suffixes should be loaded correctly again
Filippos Karapetis
2009-05-29
SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...
Max Horn
2009-05-29
- Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy)
Filippos Karapetis
2009-05-28
SCI: Turned vocab_version into a static var, and added several FIXMEs related...
Max Horn
2009-05-27
Added a fix to get QFG3 working and changed an error to a warning to get EcoQ...
Filippos Karapetis
2009-05-26
SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se...
Max Horn
2009-05-26
SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup
Max Horn
2009-05-18
SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code
Max Horn
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis