aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Collapse)Author
2008-12-31Added the French Mac version of Lost in Time, as supplied by koalet in bug ↵Sven Hesse
report #2479034 svn-id: r35641
2008-12-31Added an entry for the French Mac version of Gob2, as supplied by koalet in ↵Sven Hesse
bug report #2478585 svn-id: r35625
2008-12-31Adding a fallback for the Mac version of Gob2Sven Hesse
svn-id: r35624
2008-12-29Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r35602
2008-12-29Explicitely using MIN<int>(). This should fix bug #2473627Sven Hesse
svn-id: r35597
2008-12-29Implemented the non-monospaced font in the save name input fieldSven Hesse
svn-id: r35596
2008-12-28Fixing the save/load list box's widthSven Hesse
svn-id: r35591
2008-12-28Removing debug stuff I accidentally left inSven Hesse
svn-id: r35590
2008-12-28Fixing the semi-transparencySven Hesse
svn-id: r35588
2008-12-28/That's/ the blit24Sven Hesse
svn-id: r35587
2008-12-28More graphics fixes. blit24 (which isn't blit24 but just a slightly ↵Sven Hesse
different blit16) works now svn-id: r35586
2008-12-27Fixing some 16bit graphicsSven Hesse
svn-id: r35585
2008-12-26Adding a French entry for my US/FR version of The Last DynastySven Hesse
svn-id: r35561
2008-12-25Fixed compilation with g++4.3Johannes Schickel
svn-id: r35532
2008-12-24Documenting the dither code a bit more and removing SierraLight's not needed ↵Sven Hesse
height argument svn-id: r35530
2008-12-24Moving the dither code to graphics/Sven Hesse
svn-id: r35526
2008-12-22Fixing the flow meter thingy in Urban RunnerSven Hesse
svn-id: r35491
2008-12-20Added the demo version of The Last Dynasty (thanks to fac)Sven Hesse
svn-id: r35452
2008-12-18Note to self: Don't sleep-deprive and code, for it makes you daft as a broom ;)Sven Hesse
(Thanks to md5 for pointing this out to me) svn-id: r35423
2008-12-18Fixed some warningsFilippos Karapetis
svn-id: r35422
2008-12-18Preliminary save/load support for Urban RunnerSven Hesse
svn-id: r35418
2008-12-17Fixed bug: not all control paths return a value in savePalLUT()Filippos Karapetis
svn-id: r35413
2008-12-17Added support for caching the palette LUT to a fileSven Hesse
svn-id: r35412
2008-12-17Only do the no-cd-workaround if all resource files can be foundSven Hesse
svn-id: r35409
2008-12-17Workaround for Urban Runner's CD number detection daftness.Sven Hesse
Basically, now we claim to run in no-CD-mode (by pretending "NO_CD.TXT" exists) and open CD2.ITK, CD3.ITK and CD4.ITK manually svn-id: r35407
2008-12-16Experimental semi-transparency for fillRect, used in the green/red menu ↵Sven Hesse
areas of Urban Runner svn-id: r35406
2008-12-16If the music file to play has no extension, add one. Fixes the music when ↵Sven Hesse
you die svn-id: r35397
2008-12-16Rotating the object backwards in the magnifing view works nowSven Hesse
svn-id: r35396
2008-12-16Fixing the update coordinates for videos with _bytesPerPixel > 1Sven Hesse
svn-id: r35395
2008-12-16More video fixes for the magnifier/memory viewSven Hesse
svn-id: r35394
2008-12-16First step at getting the magnifier and memory view correctedSven Hesse
svn-id: r35389
2008-12-15Script fix. Magnifier, Memory and Save/Load, while still not working ↵Sven Hesse
correctly, don't crash the game anymore svn-id: r35385
2008-12-15More video changes/fixes/stubsSven Hesse
svn-id: r35384
2008-12-15Support for Urban Runner's new cursors (frames out of 16bit color VMDs)Sven Hesse
svn-id: r35376
2008-12-15No background "music" shading in Urban RunnerSven Hesse
svn-id: r35373
2008-12-15Another collision stuff change for Urban Runner. Now you can actually move! :)Sven Hesse
svn-id: r35372
2008-12-15Some more Urban Runner changes. Still no cylindrical smoking device, thoughSven Hesse
svn-id: r35371
2008-12-14Ensuring correct endiannessSven Hesse
svn-id: r35365
2008-12-14More changed collision stuff for Urban RunnerSven Hesse
svn-id: r35364
2008-12-14Silenced MSVC warning about variable "flags" being potentially uninitialized ↵Filippos Karapetis
inside setCollisions() svn-id: r35359
2008-12-14Plugging leaksSven Hesse
svn-id: r35355
2008-12-1416bit background "music" for Urban RunnerSven Hesse
svn-id: r35353
2008-12-14Background "music" for Urban Runner, though only 8bit for nowSven Hesse
svn-id: r35352
2008-12-14Music/Video handling fixes/stubsSven Hesse
svn-id: r35351
2008-12-14More modified collision stuff for Urban Runner. The hotspots are correctly ↵Sven Hesse
recognized now svn-id: r35350
2008-12-13Modified collision init functions for Urban RunnerSven Hesse
svn-id: r35341
2008-12-13Added the French version of Urban Runner, as supplied by gamin in the forum. ↵Sven Hesse
+ Added a fallback for Urban Runner svn-id: r35340
2008-12-13Added 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
2008-12-13Fixing forgetfulness-bug which leads to failed assertions in certain casesSven Hesse
svn-id: r35322
2008-12-13Fixed the ADPCM decoder for 16bit audio (like in Urban Runner)Sven Hesse
svn-id: r35321