Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | ALL: Fix some signed/unsigned comparison warnings. | Johannes Schickel | |
2011-08-29 | GOB: Fix the display length of "You can't use that" texts in Geisha | Sven Hesse | |
2011-08-28 | GOB: Fix Geisha's hotspot checks | Sven Hesse | |
2011-08-28 | GOB: Fix a potential input box bug | Sven Hesse | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-01-20 | GOB: Change a warning() into a debugC() | Sven Hesse | |
Because it gets on my nerves :P svn-id: r55350 | |||
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse | |
svn-id: r53491 | |||
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse | |
Replacing it (and some strncpy + manual terminating) with Common::strlcpy() svn-id: r53490 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-09-30 | GOB: Remove extra \n in debug warning()s | Sven Hesse | |
svn-id: r52951 | |||
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse | |
svn-id: r52947 | |||
2010-08-21 | GOB: Clean up of Fascination code | Arnaud Boutonné | |
Move Fascination specific function to appropriate classes, plus some style modifications svn-id: r52267 | |||
2010-08-19 | Fascination - Fix protection screen (and several other glitches like in the ↵ | Arnaud Boutonné | |
very last screen behavior) svn-id: r52217 | |||
2010-08-17 | Fascination - Suppress some debug messages | Arnaud Boutonné | |
svn-id: r52160 | |||
2010-08-17 | Gob - Clean up: suppress blanks and tabs present at the end of line | Arnaud Boutonné | |
svn-id: r52136 | |||
2010-08-15 | Fascination - Add handling for window funcLeave on close. This fixes (at ↵ | Arnaud Boutonné | |
least) the picture problem in the lab, and the game is now completable (VGA floppy). Thanks SylvainTV for the debugging help svn-id: r52103 | |||
2010-08-08 | GOB: Add constants for different surfaces/sprites | Sven Hesse | |
Add static const int kFrontSurface = 20; static const int kBackSurface = 21; static const int kAnimSurface = 22; static const int kCursorSurface = 23; static const int kCaptureSurface = 30; to class Draw and substitute the raw numbers in other files with those aliases, for readability. svn-id: r51852 | |||
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel | |
svn-id: r49068 | |||
2010-02-03 | clean-up : forgot commented code | Arnaud Boutonné | |
svn-id: r47869 | |||
2010-02-03 | Fascination - based on the theoritical values of flag, use getWindow instead ↵ | Arnaud Boutonné | |
of the code I added. Suppress shr 8 in getWindow and switched from int8 to uint16, in order to match the executable. svn-id: r47868 | |||
2010-02-03 | Fascination - Cleanup: suppress some noisy debug output, suppress some ↵ | Arnaud Boutonné | |
obsolete and commented code. svn-id: r47851 | |||
2010-02-03 | Only show that annoying checkmouse warning for Fascination | Sven Hesse | |
svn-id: r47840 | |||
2010-02-03 | Minor style-related changes | Sven Hesse | |
svn-id: r47839 | |||
2010-02-02 | Fascination - comment calls to getWindow() in checkMouse(). I think ↵ | Arnaud Boutonné | |
getWindow() is wrong, and to be replaced with my new check. The first window reacts ! svn-id: r47829 | |||
2010-02-02 | Fascination - Add a window specific function, modify checkmouse() function ↵ | Arnaud Boutonné | |
in order to use it (without breaking the other games). Windows are no longer "transparent" svn-id: r47828 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn | |
svn-id: r46291 | |||
2009-12-01 | gob - Add cursor handling for Fascination windows (close and move at least) | Arnaud Boutonné | |
svn-id: r46233 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-08 | Add a hack that fixes bug #2858887 and #2859606 | Arnaud Boutonné | |
svn-id: r44785 | |||
2009-09-30 | Fascination - Fix a regression in intro (fix of R42171) | Arnaud Boutonné | |
svn-id: r44496 | |||
2009-09-29 | Playtoons - implement some functions related to hotspot texts | Arnaud Boutonné | |
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné | |
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103 | |||
2009-09-09 | Really fixing searchHotspot, syntax-wise at least. (Note: ↵ | Sven Hesse | |
Hotspots::Hotspot::left is unsigned, so a comparison with -1 will always yield false. And for left == 0xFFFF a method already exists, Hotspots::Hotspot::isEnd()) svn-id: r44022 | |||
2009-09-09 | Playtoons - Fix searchHotspot and suppress a forgotten debug warning | Arnaud Boutonné | |
svn-id: r44020 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-08-27 | Slight formatting and changed searchHotspot to be const. | Johannes Schickel | |
svn-id: r43770 | |||
2009-08-27 | Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. ↵ | Arnaud Boutonné | |
The long Id checked is ShortId plus 0xD000, 0xB000 or 0x4000. svn-id: r43766 | |||
2009-08-08 | Changed the scroll-handling to be more like the original. This fixes bug ↵ | Sven Hesse | |
#2832362 ("GOB3: Scrolling locked after cutscene") svn-id: r43147 | |||
2009-07-09 | Giving Font its own real class | Sven Hesse | |
svn-id: r42277 | |||
2009-07-06 | Loop over the string instead of copying and then editing it (hopefully, the ↵ | Sven Hesse | |
PSP GCC won't ICE again here :P) svn-id: r42176 | |||
2009-07-06 | add workaround for PSP compiler ICE | Joost Peters | |
svn-id: r42175 | |||
2009-07-06 | Splitting up the big evaluate() function | Sven Hesse | |
svn-id: r42171 | |||
2009-07-06 | Adding more comments | Sven Hesse | |
svn-id: r42161 | |||
2009-07-05 | Added an enum for the hotspot states | Sven Hesse | |
svn-id: r42155 | |||
2009-07-05 | Adding some hotspot debug messages | Sven Hesse | |
svn-id: r42154 | |||
2009-07-05 | Reordering some methods | Sven Hesse | |
svn-id: r42150 | |||
2009-07-05 | Renaming FontDesc::extraData to charWidths | Sven Hesse | |
svn-id: r42149 |