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
/
gob
/
hotspots.cpp
Age
Commit message (
Expand
)
Author
2009-07-09
Giving Font its own real class
Sven Hesse
2009-07-06
Loop over the string instead of copying and then editing it (hopefully, the P...
Sven Hesse
2009-07-06
add workaround for PSP compiler ICE
Joost Peters
2009-07-06
Splitting up the big evaluate() function
Sven Hesse
2009-07-06
Adding more comments
Sven Hesse
2009-07-05
Added an enum for the hotspot states
Sven Hesse
2009-07-05
Adding some hotspot debug messages
Sven Hesse
2009-07-05
Reordering some methods
Sven Hesse
2009-07-05
Renaming FontDesc::extraData to charWidths
Sven Hesse
2009-07-05
More input related split-offs
Sven Hesse
2009-07-05
Split off some drawing related functions
Sven Hesse
2009-07-05
Ooops, fixing monospaced text input again
Sven Hesse
2009-07-05
Split off Hotspots::evaluateNew()
Sven Hesse
2009-07-05
More state-related encapsulation
Sven Hesse
2009-07-05
Correcting an input related mistake
Sven Hesse
2009-07-05
Encapsulating hotspot state reading
Sven Hesse
2009-07-05
Wrapping the block end marker checks into Hotspots::Hotspot::isEnd()
Sven Hesse
2009-07-05
Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h
Sven Hesse