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-10-08
Add a hack that fixes bug #2858887 and #2859606
Arnaud Boutonné
2009-09-30
Fascination - Fix a regression in intro (fix of R42171)
Arnaud Boutonné
2009-09-29
Playtoons - implement some functions related to hotspot texts
Arnaud Boutonné
2009-09-24
Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...
Filippos Karapetis
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-09-15
- Implement _pattern variable
Arnaud Boutonné
2009-09-09
Really fixing searchHotspot, syntax-wise at least. (Note: Hotspots::Hotspot::...
Sven Hesse
2009-09-09
Playtoons - Fix searchHotspot and suppress a forgotten debug warning
Arnaud Boutonné
2009-09-08
Fixed some (pedantic) warnings
Max Horn
2009-08-27
Slight formatting and changed searchHotspot to be const.
Johannes Schickel
2009-08-27
Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. T...
Arnaud Boutonné
2009-08-08
Changed the scroll-handling to be more like the original. This fixes bug #283...
Sven Hesse
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