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
/
scumm
/
scumm.h
Age
Commit message (
Expand
)
Author
2003-05-31
cleanup
Max Horn
2003-05-30
Use language index for The Dig, too
Max Horn
2003-05-30
continously opening and closing the language.bnd file is rather inefficient. ...
Max Horn
2003-05-30
some cheap doxygen docs; cleanup
Max Horn
2003-05-30
moved bomp stuff into own files; removed some of our 6 (!) bomp decoders
Max Horn
2003-05-30
cleanup
Max Horn
2003-05-30
code unification
Max Horn
2003-05-30
cleanup
Max Horn
2003-05-30
Modified version of erik's patch #745986: Experimental V2 mouseover stuff
Max Horn
2003-05-30
rewrote Actor::needBgReset related code (this could cause regressions...)
Max Horn
2003-05-29
more camera spliting
Max Horn
2003-05-29
moved camera stuff to own file
Max Horn
2003-05-28
spelling
Max Horn
2003-05-28
const as const can!
Max Horn
2003-05-28
Patch #743228: Storing mouse cursor info in savegames; Also, increased NUM_SC...
Max Horn
2003-05-26
Added Hoenicke's PC-speaker waveform generator
Jamieson Christian
2003-05-26
more const qualifiers
Max Horn
2003-05-26
moved Actor SaveLoadEntry definition to actor.cpp; made findPathTowards/findP...
Max Horn
2003-05-25
hook language command switch to V2 font / prepositions
Max Horn
2003-05-25
made more stuff protected
Max Horn
2003-05-24
(somewhat hackish) support for COMI CD changing on Mac OS X; reordered stuff ...
Max Horn
2003-05-23
when iterating from 1 to _numActors over all actors, use _actors[] directly i...
Max Horn
2003-05-22
from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence p...
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-21
constness fixes
Max Horn
2003-05-21
Work on V2 inventory hack a little more
James Brown
2003-05-21
Move stuff around
James Brown
2003-05-21
Fix this damn userface stuff properly :)
James Brown
2003-05-20
renamed various things for clarity
Max Horn
2003-05-20
added enum's for the known actor/object claasses; extended putClass/getClass ...
Max Horn
2003-05-19
renamed ScriptSlot::unk1/unk2 to freezeResistant/recursive
Max Horn
2003-05-18
more cleanup
Max Horn
2003-05-18
VAR_CHARCOUNT is a V2 only variable, so I moved its declaration to the other ...
Max Horn
2003-05-17
yet another V2 sentence fix (now clicking on objects in Zak causes Zak to tal...
Max Horn
2003-05-17
Cleanup
James Brown
2003-05-16
some updates that get us up to the bootscripts of he v7 games before erroring...
Jonathan Gray
2003-05-16
SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with o...
Max Horn
2003-05-15
cleanup
Max Horn
2003-05-15
make some more use of ScummVM::Point; cleanup
Max Horn
2003-05-15
Make use of ScummVM::Rect
Max Horn
2003-05-15
ScummPoint -> ScummVM::Point
Max Horn
2003-05-15
cleanup
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
2003-05-14
V2 text drawing
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-13
cleanup
Max Horn
2003-05-13
renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no (known)...
Max Horn
2003-05-12
cleanup (fixes another VC warning, too ;-)
Max Horn
2003-05-12
made hasCharsetMask return a bool (fixes VC compilation warnings)
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
[next]