Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-30 | GOB: Move drawString into Font | Sven Hesse | |
2012-06-22 | GOB: _renderFlags & 0x40 means the we should draw borders around hotspots | Sven Hesse | |
Probably a debug-only flag | |||
2012-06-22 | GOB: _renderFlags & 0x80 means "Do we have windows?" | Sven Hesse | |
2012-06-18 | GOB: Add a workaround for the wrong German animal names in Little Red | Sven Hesse | |
The DOS, Amiga and Atari version of Little Red come with a small screen, accessible through the main menu, that lets children read and listen to animal names in 5 languages: French, German, English, Spanish and Italian. Unfortunately, the German names are partially wrong. This is especially tragic because this is a game for small children and they're supposed to learn something here. So I deem fixing this a very good idea. Just to be sure, someone should probably look over the French, Spanish and Italian words too. | |||
2012-05-29 | GOB: Fix v7 cursors drawn by the scripts | Sven Hesse | |
When the cursor name is "", then that cursor is drawn by the scripts instead of loaded from cursor32.dll. That cursor does not have its own palette then. Fixes the cursors in the "paint" game in Adibou2. | |||
2012-05-29 | GOB: Hook up the PE cursors to v7 loadCursor | Sven Hesse | |
Addy Junior / Adibou2 now shows proper cursors. Thanks to clone2727 for the constant nagging. :P | |||
2011-09-14 | GOB: Init "Diving" cursor | Sven Hesse | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-02 | GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount | Sven Hesse | |
svn-id: r55729 | |||
2011-01-30 | GOB: Change SPRITES_COUNT into a const | Sven Hesse | |
svn-id: r55645 | |||
2011-01-26 | GOB: Increase kFontCount for Addy | Sven Hesse | |
svn-id: r55548 | |||
2011-01-26 | GOB: Check font index for kFontCount | Sven Hesse | |
svn-id: r55547 | |||
2011-01-20 | GOB: Urban: Fix missing visuals at Cemetary/Lab | Sven Hesse | |
Urban Runner decouples _frontSurface and _spritesArray[kFrontSurface] at that screen... *sigh* svn-id: r55346 | |||
2011-01-16 | GOB: Add a method to get a true palette color | Sven Hesse | |
svn-id: r55271 | |||
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-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-08 | Fascination: - Suppress the recently added oFascin_keyFunc, replace it with ↵ | Arnaud Boutonné | |
a check in o1_keyFunc. This fixes the animation speed regression - Rename Amiga-specific protracker functions - Rewrite winDecomp. svn-id: r48011 | |||
2010-02-03 | Minor style-related changes | Sven Hesse | |
svn-id: r47839 | |||
2010-02-03 | Fascination - Fix screen transition | Arnaud Boutonné | |
svn-id: r47830 | |||
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-10-01 | Fix a regression in the first part of the intro (gitches when the paper and ↵ | Arnaud Boutonné | |
the rat are moving). svn-id: r44518 | |||
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-15 | - Implement _pattern variable | Arnaud Boutonné | |
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103 | |||
2009-09-04 | Gob/Adi2 - In playtoons and later, there are 50 more sprite pointers | Arnaud Boutonné | |
svn-id: r43949 | |||
2009-08-24 | Playtoons uses a variable space that exceeds 32767 bytes. Changing a few ↵ | Sven Hesse | |
variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) svn-id: r43713 | |||
2009-07-24 | Caching the subtitle font and color, because some don't assign those | Sven Hesse | |
svn-id: r42706 | |||
2009-07-24 | Adding subtitle support to Woodruff | Sven Hesse | |
svn-id: r42705 | |||
2009-07-09 | Giving Font its own real class | Sven Hesse | |
svn-id: r42277 | |||
2009-06-06 | GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect ↵ | Max Horn | |
out-of-bounds access to it (since access is controlled by scripts, this could (and does :/) easily happen. Also removed an obsolete swap() method, and fixed one case where _spritesArray was indeed accessed out of bounds svn-id: r41305 | |||
2009-06-06 | GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to ↵ | Max Horn | |
SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references svn-id: r41299 | |||
2009-04-29 | Gob- Add a fascination-specific (and yet unknown) renderflag vaue | Arnaud Boutonné | |
svn-id: r40206 | |||
2009-04-21 | Patch #2725859 : Added some MD5 to the gob engine, modified the way the ↵ | Arnaud Boutonné | |
first STK and TOT is declared, added inter and draw skeleton for Fascination svn-id: r40059 | |||
2008-12-14 | Plugging leaks | Sven Hesse | |
svn-id: r35355 | |||
2008-12-04 | Changing the GobEngine to use its dirty rects also for OSystem-copies, ↵ | Sven Hesse | |
instead of relying on kFeatureAutoComputeDirtyRects svn-id: r35239 | |||
2008-08-30 | Added some The Last Dynasty stubs | Sven Hesse | |
svn-id: r34217 | |||
2008-05-22 | Reverting my last commit, as it breaks Gob3 (and probably elsewhere, too) | Sven Hesse | |
svn-id: r32214 | |||
2008-05-22 | Fixing the flickering when changing from object animations to videos | Sven Hesse | |
svn-id: r32213 | |||
2008-03-04 | Added a workaround for the swapped dialog lines when talking to the mayor in ↵ | Sven Hesse | |
some versions Gob2 svn-id: r31042 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-08-03 | Lost in Time now (kind of) shows the title and the wobble-effect is drawn | Sven Hesse | |
svn-id: r28433 | |||
2007-07-26 | Corrected Woodruff's hotspot text positions. | Sven Hesse | |
svn-id: r28208 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-01 | Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 | Sven Hesse | |
svn-id: r26715 | |||
2007-04-25 | Removed some more superfluous semicolons in the gob engine | Sven Hesse | |
svn-id: r26595 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 | |||
2007-03-29 | - Properly implemented the ImdPlayer | Sven Hesse | |
- Some more clean-up svn-id: r26316 | |||
2007-03-20 | Major clean-up, including: | Sven Hesse | |
- Cutting down the code-dup - Plucking leaks - Removing dead/unused code - Properly naming "word_2342F"-style variables and functions (removing the warnings alongside) - Fleshing out the "stubby" functions - Moving functions and variables to more appropriate/logical places - Re-ordering functions and variables - Re-structuring functions - Moving the IMD stuff into a new "Imd" class in the new imd.cpp/.h (still to be completely implemented and cleaned up) - Formatting - Getting rid off the classes "Anim", "Pack" and "Timer", along with their files svn-id: r26252 |