aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.cpp
AgeCommit message (Expand)Author
2019-12-12GOB: Fix Missing Default Switch CasesD G Turner
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-19GOB: Add a call to Inter::animPalette() in the hotspot checkerSven Hesse
2013-04-15GOB: Fix a misplaced continue / fallthroughSven Hesse
2012-06-22GOB: _renderFlags & 0x40 means the we should draw borders around hotspotsSven Hesse
2012-06-22GOB: Clean up the Fascination window hotspot code a bitSven Hesse
2012-06-22GOB: _renderFlags & 0x80 means "Do we have windows?"Sven Hesse
2012-02-22ALL: Fix some signed/unsigned comparison warnings.Johannes Schickel
2011-08-29GOB: Fix the display length of "You can't use that" texts in GeishaSven Hesse
2011-08-28GOB: Fix Geisha's hotspot checksSven Hesse
2011-08-28GOB: Fix a potential input box bugSven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-20GOB: Change a warning() into a debugC()Sven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-09-30GOB: Remove extra \n in debug warning()sSven Hesse
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
2010-08-21GOB: Clean up of Fascination codeArnaud Boutonné
2010-08-19Fascination - Fix protection screen (and several other glitches like in the v...Arnaud Boutonné
2010-08-17Fascination - Suppress some debug messagesArnaud Boutonné
2010-08-17Gob - Clean up: suppress blanks and tabs present at the end of lineArnaud Boutonné
2010-08-15Fascination - Add handling for window funcLeave on close. This fixes (at leas...Arnaud Boutonné
2010-08-08GOB: Add constants for different surfaces/spritesSven Hesse
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
2010-02-03clean-up : forgot commented codeArnaud Boutonné
2010-02-03Fascination - based on the theoritical values of flag, use getWindow instead ...Arnaud Boutonné
2010-02-03Fascination - Cleanup: suppress some noisy debug output, suppress some obsole...Arnaud Boutonné
2010-02-03Only show that annoying checkmouse warning for FascinationSven Hesse
2010-02-03Minor style-related changesSven Hesse
2010-02-02Fascination - comment calls to getWindow() in checkMouse(). I think getWindow...Arnaud Boutonné
2010-02-02Fascination - Add a window specific function, modify checkmouse() function in...Arnaud Boutonné
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-12-01gob - Add cursor handling for Fascination windows (close and move at least)Arnaud Boutonné
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-08Add a hack that fixes bug #2858887 and #2859606Arnaud Boutonné
2009-09-30Fascination - Fix a regression in intro (fix of R42171)Arnaud Boutonné
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-15- Implement _pattern variableArnaud Boutonné
2009-09-09Really fixing searchHotspot, syntax-wise at least. (Note: Hotspots::Hotspot::...Sven Hesse
2009-09-09Playtoons - Fix searchHotspot and suppress a forgotten debug warningArnaud Boutonné
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-08-27Slight formatting and changed searchHotspot to be const.Johannes Schickel
2009-08-27Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. T...Arnaud Boutonné
2009-08-08Changed the scroll-handling to be more like the original. This fixes bug #283...Sven Hesse
2009-07-09Giving Font its own real classSven Hesse