aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-07Add another German Windows version of pajama2Travis Howell
svn-id: r23396
2006-07-07- Fix bug #1513671 "GUI: PSP classic mode problems"Eugene Sandulenko
- Fix little inconsistency in modern theme for PSP resolution. svn-id: r23394
2006-07-07Revert recent change to actorWalkStep(), caused regressionsTravis Howell
svn-id: r23393
2006-07-07override inactive_dialog_shading on PSPJoost Peters
svn-id: r23390
2006-07-07fix build with latest psp toolchainJoost Peters
svn-id: r23386
2006-07-07implement grabRawScreen()Joost Peters
svn-id: r23385
2006-07-07make grabRawScreen() pure virtual, since it's now _required_ to be ↵Joost Peters
implemented by backends for certain SCUMM games to function properly. This happened when ScummEngine::moveScreen() was changed in revision 23215 and causes Indy4 to fail the assert(_system->grabRawScreen(...)) on PSP (and Symbian?), where this function was not implemented. svn-id: r23383
2006-07-07Fix bug #1518523 - FOA: Indy facing the wrong direction in intro. And adjust ↵Travis Howell
walk code to closer match original code of earlier games svn-id: r23381
2006-07-06Moving remaining platform/backends code, as previously threatenedMax Horn
svn-id: r23380
2006-07-06Fix off by one, in the stomach of pajama3Travis Howell
svn-id: r23377
2006-07-06Add cyx's patch for 1513622 - HE: Palette glitch (recent regression)Travis Howell
svn-id: r23376
2006-07-06Fix 1506002 - PUTTTIME: Weird Mouth MovementTravis Howell
svn-id: r23374
2006-07-05Fix bug #1515345 - INDY3 (FM-TOWNS): Black screen upon start (Amiga)Travis Howell
svn-id: r23372
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366
2006-06-30Add French version of the Feeble Files (Windows 4CD)Travis Howell
svn-id: r23362
2006-06-30Moved savefile.cpp to backends, to work around link errorMax Horn
svn-id: r23361
2006-06-30Include DCLauncherDialog.h from the new backend dir.Marcus Comstedt
svn-id: r23360
2006-06-30fix compilation after backend moveJoost Peters
svn-id: r23359
2006-06-30move psp backend to backends/platforms/pspJoost Peters
svn-id: r23358
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357
2006-06-30No need to calls clearSoundCallback here (engine destructor already does that)Max Horn
svn-id: r23356
2006-06-30Align memory address properly. This fixes crash on the GP32.Won Star
svn-id: r23354
2006-06-30Added NEWS sections for 0.10.0 and the inevitable 0.9.1.Torbjörn Andersson
svn-id: r23350
2006-06-29Oh. I forgot to change function calls.Won Star
svn-id: r23348
2006-06-29- Renamed a few mult-variables to something more fittingSven Hesse
- Fixed a small mistake, making the entering animation work - Correcting Game_v2::playTot() so that the loading screen is shown - Updated most of the collisions stuff, the objects names hint stuff works now svn-id: r23346
2006-06-29Whoops. Correct varible name.Won Star
svn-id: r23344
2006-06-29Properly init memory tables.Won Star
svn-id: r23342
2006-06-29Lock sound timer thread.Won Star
svn-id: r23340
2006-06-29Try to use processor cache efficiently.Won Star
svn-id: r23339
2006-06-29Add custom memory management code. malloc() for small allocs became much ↵Won Star
faster and startup time in the GP32 is now 10~30 secs depend on clock speed. svn-id: r23338
2006-06-28Correct docs for copyFrameToBuffer()Travis Howell
svn-id: r23336
2006-06-28Remove left over ;Travis Howell
svn-id: r23335
2006-06-28Add patch #1504492 - DXA: New compression schemeTravis Howell
svn-id: r23333
2006-06-28Add eriktorbjorn's patch for DXA unification, with more changesTravis Howell
svn-id: r23332
2006-06-28Since the slider's handleMouseMoved() clips the new value, there's no need toTorbjörn Andersson
test if X >= 0. Dragging the slider quickly, we may never get an event where X is exactly 0, so all it does is to make it more difficult to drag the slider to its minimum value. svn-id: r23330
2006-06-28Add French versions of freddi3, freddicove and pajama2Travis Howell
svn-id: r23326
2006-06-27Resort HE games, by HE version and mark US versionsTravis Howell
svn-id: r23323
2006-06-27Fixed the HE version of the Swedish Freddi Fish 1, and added detection for theTorbjörn Andersson
Macintosh version, with a lot of help from Kirben. svn-id: r23321
2006-06-26Patch #1512689: "Fixing AGI Game Detection"Eugene Sandulenko
svn-id: r23315
2006-06-25Patch #1511978: Patch for convbdf.c so it compiles with GCC 2.95.3Max Horn
svn-id: r23308
2006-06-25Fixes a warning with VC++ 2005 Express.Oystein Eftevaag
svn-id: r23307
2006-06-24Add Keith Scroggins to credits as Atari/FreeMiNT builder.Eugene Sandulenko
svn-id: r23297
2006-06-24listwidget: handle clicking outside of the list more gracefullyWillem Jan Palenstijn
svn-id: r23295
2006-06-24Upadtes msvc8 project files again.Johannes Schickel
svn-id: r23294
2006-06-24Started to move 'monolithic' parts of our ports to the new ↵Max Horn
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293
2006-06-24fix character clipping as mentioned by Marcus on the mailing list on 22 juneWillem Jan Palenstijn
svn-id: r23292
2006-06-24Ok msvc8 builds should link again.Johannes Schickel
svn-id: r23290
2006-06-24Updates msvc8 project file.Johannes Schickel
svn-id: r23289
2006-06-24Fixes save/load of kyra engine.Johannes Schickel
svn-id: r23287
2006-06-24Typo, and stress that getSavePath() is not to be used for storing savegames ↵Max Horn
via Common::File svn-id: r23286