aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
AgeCommit message (Expand)Author
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-31Replacing NULL with 0, since that's normally the C++-waySven Hesse
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse
2009-05-29atol -> atoiMax Horn
2009-05-21Splitting a few helper functions out of gob.hSven Hesse
2009-04-21Patch #2725859 : Added some MD5 to the gob engine, modified the way the first...Arnaud Boutonné
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2008-12-15Script fix. Magnifier, Memory and Save/Load, while still not working correctl...Sven Hesse
2008-12-14Plugging leaksSven Hesse
2008-12-12Working (minus text) menu in Urban RunnerSven Hesse
2008-12-12Working cursor in Urban RunnerSven Hesse
2008-12-11Changing the Urban Runner sprite drawer to work more correctly. It does use Y...Sven Hesse
2008-12-09Some dummy changes for Urban RunnerSven Hesse
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: GOBMax Horn
2008-08-23Fixing _itemsMap access (bug #2069177)Sven Hesse
2008-07-14Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,...Christopher Page
2008-07-12Changed tricky variable access from pointers to a new class that minds endian...Sven Hesse
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08GOB works with the new GMM implementationChristopher Page
2008-06-24Added main menu dialog files. Gob is now using the new _quit flagChristopher Page
2008-05-28Script variables are now always stored in the game version's native endianess.Sven Hesse
2008-05-08Restructured sound codeSven Hesse
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-03Lost in Time now (kind of) shows the title and the wobble-effect is drawnSven Hesse
2007-07-31Minor DataIO-cleanupSven Hesse
2007-07-26Fixed o1_fillRect() againSven Hesse
2007-07-26Corrected Woodruff's hotspot text positions.Sven Hesse
2007-07-25Some more safety checks and the first room's background can be seenSven Hesse
2007-07-25Added a few safety checks. Now Woodruff shows the loading image (closely foll...Sven Hesse
2007-07-24- Separated game type and featuresSven Hesse
2007-06-26Explicitly mention the bug we work around (makes it a lot easier to deal with...Max Horn
2007-06-25Added a workaround for bug #1726130 ("WEEN: Long delay in the intro")Sven Hesse
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-21Some more small fixes. Gob3 is completable now :)Sven Hesse
2007-04-16Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ...Sven Hesse
2007-04-15MSVC8 apparently complains about uninitialized variables there, fixing (see b...Sven Hesse
2007-04-09Some fixes for the Gob3 demosSven Hesse
2007-04-06Some Gob3 fixes:Sven Hesse
2007-04-05Implemented scrolling and split screen (for the text field, the bottom 40 lin...Sven Hesse
2007-04-05Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra...Sven Hesse
2007-04-05OopsSven Hesse
2007-04-05- Minor cleanupSven Hesse
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
2007-03-30- Fixed the IMD playing within mults, the non-interactive Gob3 demo should wo...Sven Hesse
2007-03-29- Properly implemented the ImdPlayerSven Hesse
2007-03-20Major clean-up, including:Sven Hesse
2007-03-19Added FIXME note into the gob code (it tries to write into datafiles, which m...Max Horn