Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-29 | GOB: Add a cheat debug command | Sven Hesse | |
- Cheat the Diving minigame to a win - Get the mastermind solution | |||
2012-01-28 | GOB: Add the air and health meters in Geisha's Diving minigame | Sven Hesse | |
2012-01-27 | GOB: Add a controlable Oko to Geisha's Diving minigame | Sven Hesse | |
Still missing: - Air, constantly decreasing, fill up with breathing - Health, decreases by collision with evil fish - Death, when health == 0 - Picking up pearls | |||
2011-09-03 | GOB: Stub classes for Geisha's Diving and Penetration minigames | Sven Hesse | |
2011-09-03 | GOB: Add class Geisha::EvilFish | Sven Hesse | |
An "evil" fish in Geisha's "Diving" minigame. | |||
2011-09-03 | GOB: Add class ANIObject | Sven Hesse | |
Controls an animation stored within an ANI file. | |||
2011-09-03 | GOB: Add class ANIFile | Sven Hesse | |
Handles ANI files, describing animations. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-09-03 | GOB: Add class DECFile | Sven Hesse | |
Handles DEC files, describing "decals" (backgrounds). Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-09-03 | GOB: Add class RXYFile | Sven Hesse | |
Handles RXY files, containing relative sprite coordinates. Used in hardcoded "actiony" parts of gob games, like Geisha's minigames. | |||
2011-08-29 | GOB: Implement saving/loading for Geisha | Sven Hesse | |
2011-08-26 | GOB: Fix the Geisha cursor | Sven Hesse | |
2011-08-26 | GOB: Add inter_geisha.cpp and implement oGeisha_loadSound | Sven Hesse | |
Geisha's intro shows now (with glitches, palette animation fail?) and the game is playable. | |||
2011-02-04 | GOB: Add the "envir" directory to the search path for Adibou | Sven Hesse | |
svn-id: r55770 | |||
2011-01-31 | GOB: Add support for dBase III files | Sven Hesse | |
Implementing o7_opendBase, o7_closedBase and o7_getDBString svn-id: r55676 | |||
2011-01-25 | GOB: Add a small manager for INI configs | Sven Hesse | |
svn-id: r55533 | |||
2011-01-25 | GOB Add save stubs for Addy Junior | Sven Hesse | |
svn-id: r55529 | |||
2011-01-25 | GOB: Adding stubs for Addy | Sven Hesse | |
svn-id: r55508 | |||
2011-01-21 | GOB: Remove the now useless SaveConverter_v6 | Sven Hesse | |
Since I just invalided the old Urban Runner saves anyway... svn-id: r55376 | |||
2011-01-18 | GOB: Give Inca2 its own SaveLoad class | Sven Hesse | |
Add an quick hack to fudge reading of the "voice.inf" file, so that the voice match the selected text language. svn-id: r55298 | |||
2011-01-18 | GOB: Give Inca2 its own Inter class | Sven Hesse | |
svn-id: r55296 | |||
2010-10-13 | GOB: Add Debug Console. | David Turner | |
This allows interactive control of debug flags and variables and provides a base to allow for commands to aid in tracking down script bugs which are tricky to replicate. svn-id: r53398 | |||
2010-09-30 | GOB: Remove the now useless VGAVideoDriver | Sven Hesse | |
svn-id: r52948 | |||
2010-09-30 | GOB: Add a new class Surface | Sven Hesse | |
This will be the new class managing all drawing, providing depth-agnostic methods for all drawing operations, including 2 iterator-like classes, Pixel and ConstPixel. svn-id: r52946 | |||
2010-08-17 | Fascination - Fix the texts not cleaned up (eg Hotel Hall). Thanks SylvainTV ↵ | Arnaud Boutonné | |
for identifying the problem svn-id: r52135 | |||
2010-02-03 | Implementing saving/loading for Fascination. Tested in the DOS floppy ↵ | Sven Hesse | |
versions and the Amiga version svn-id: r47845 | |||
2009-09-15 | - Implement _pattern variable | Arnaud Boutonné | |
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103 | |||
2009-08-13 | - Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround ↵ | Arnaud Boutonné | |
in working code - Replace OPCODEDRAW 0x20,0x23 and 0x25 svn-id: r43345 | |||
2009-07-25 | Moved the decision whether subtitles should be displayed, so that the broken ↵ | Sven Hesse | |
subtitles in The Last Dynasty aren't shown svn-id: r42767 | |||
2009-07-24 | Merging Map_v4 into Map_v2 | Sven Hesse | |
svn-id: r42716 | |||
2009-07-07 | - Separate Playtoons gametypes from in GobEngine::initGameParts() | Arnaud Boutonné | |
- Add a specific save/load class for Playtoons as some specific files need to be tested svn-id: r42214 | |||
2009-07-05 | Removing the now unneeded Game_v* classes | Sven Hesse | |
svn-id: r42131 | |||
2009-07-05 | Putting the Urban noCD check into Init_v6::initGame() | Sven Hesse | |
svn-id: r42130 | |||
2009-07-05 | Removing the now empty Game_Fascination class | Sven Hesse | |
svn-id: r42125 | |||
2009-07-05 | Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h | Sven Hesse | |
svn-id: r42123 | |||
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵ | Sven Hesse | |
class svn-id: r41839 | |||
2009-06-23 | Putting basic TOT handling into its own class | Sven Hesse | |
svn-id: r41821 | |||
2009-06-22 | Renaming parse.h and parse.cpp to expression.h and expression.cpp | Sven Hesse | |
svn-id: r41773 | |||
2009-06-22 | Pushing script.o down | Sven Hesse | |
svn-id: r41762 | |||
2009-06-22 | Encapsulating script file access | Sven Hesse | |
svn-id: r41753 | |||
2009-06-07 | Dropping the v1 parser functions in favour of the extended v2 ones | Sven Hesse | |
svn-id: r41317 | |||
2009-05-31 | - A new save system for the GobEngine, one that is not fundamentally broken ↵ | Sven Hesse | |
and is versioned. Unfortunately, this invalidates most save games created on big-endian machines, since endian-issues was a main problem with the old system - Removed the now superfluous variables sizes svn-id: r41056 | |||
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's ↵ | Sven Hesse | |
VMDs) to graphics/video/ svn-id: r40744 | |||
2009-04-29 | Moving the demo-related stuff into a demos-subdirectory | Sven Hesse | |
svn-id: r40212 | |||
2009-04-29 | Fix build | Sven Hesse | |
svn-id: r40209 | |||
2009-04-24 | Added supported for BAT-based non-interactive demos, namely the Inca2 one | Sven Hesse | |
svn-id: r40129 | |||
2009-04-24 | Added support for SCN-based non-interactive demos | Sven Hesse | |
svn-id: r40122 | |||
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 | |||
2009-03-19 | Adding simple support for protracker playback | Sven Hesse | |
svn-id: r39550 | |||
2008-12-13 | Modified collision init functions for Urban Runner | Sven Hesse | |
svn-id: r35341 | |||
2008-12-13 | Added a SaveLoad for Urban Runner with an entry to make the scripts believe ↵ | Sven Hesse | |
the file mdo.def (config file created by the original installer) always exists svn-id: r35338 |