Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-05-08 | some V2 fixes (we really really need to revise the _vars handling!) | Max Horn | |
svn-id: r7392 | |||
2003-05-08 | fixed o2_resourceRoutines | Max Horn | |
svn-id: r7391 | |||
2003-05-08 | oops that was an accidental change | Max Horn | |
svn-id: r7390 | |||
2003-05-08 | Hack: Turn on ignore walkboxes in V2 to stop intro freezing. Remove when we ↵ | James Brown | |
have V2 walkbox support (ugh...) svn-id: r7388 | |||
2003-05-08 | experimental fix for Zak256 (see bug #733964) | Max Horn | |
svn-id: r7387 | |||
2003-05-07 | fixed bug #734057 | Max Horn | |
svn-id: r7386 | |||
2003-05-07 | Patch #733099: DIG: Experimental camera fix (should fix bugs #716350 and ↵ | Max Horn | |
#659158) svn-id: r7384 | |||
2003-05-07 | fixed warning | Max Horn | |
svn-id: r7383 | |||
2003-05-07 | ..\..\msg.txt | Jamieson Christian | |
svn-id: r7382 | |||
2003-05-07 | Ooops | Travis Howell | |
svn-id: r7381 | |||
2003-05-07 | Add some more game issues | Travis Howell | |
svn-id: r7380 | |||
2003-05-06 | updated vc6 files | Paweł Kołodziejski | |
svn-id: r7378 | |||
2003-05-06 | Fix a bug with PalmOS | Chris Apers | |
svn-id: r7368 | |||
2003-05-06 | Updated | Chris Apers | |
svn-id: r7367 | |||
2003-05-06 | Cleanup | Chris Apers | |
svn-id: r7366 | |||
2003-05-06 | updated rc file | Paweł Kołodziejski | |
svn-id: r7365 | |||
2003-05-06 | fixed warning | Paweł Kołodziejski | |
svn-id: r7364 | |||
2003-05-06 | can get up to zak sleeping bit now... | Jonathan Gray | |
svn-id: r7363 | |||
2003-05-06 | remove uneeded fixme | Jonathan Gray | |
svn-id: r7362 | |||
2003-05-05 | Patch #732725: EditTextWidget: handleMouseDown positions caret | Max Horn | |
svn-id: r7360 | |||
2003-05-05 | Patch #732707: EditTextWidget: long string support | Max Horn | |
svn-id: r7359 | |||
2003-05-05 | Interim fix for Bug [712042] FOA: Lockup. | Jamieson Christian | |
Final fix will require a savegame format mod. svn-id: r7358 | |||
2003-05-05 | Add indy3ega to supported list | Travis Howell | |
Add separate builds option for mingw svn-id: r7357 | |||
2003-05-05 | updated NEWS | Max Horn | |
svn-id: r7354 | |||
2003-05-05 | -> version 0.4.1cvs | Max Horn | |
svn-id: r7352 | |||
2003-05-05 | some mouse stuff + fnEnterSection | Joost Peters | |
svn-id: r7347 | |||
2003-05-05 | Add more ScummVM globals to PDB | Chris Apers | |
svn-id: r7346 | |||
2003-05-05 | cleanup and add more ScummVM globals to PDB | Chris Apers | |
svn-id: r7345 | |||
2003-05-05 | renamed XYFactor/YXFactor to XYFactor, YXFactor/deltaYFactor (they denote ↵ | Max Horn | |
how much to move each step in the x/y direction); added several FIXME comments (after 0.4.0 we really shold revise this code) svn-id: r7344 | |||
2003-05-05 | fixed cursor placement | Oliver Kiehl | |
svn-id: r7343 | |||
2003-05-05 | patch #732518 loom learn drafts debugger command by erik | Jonathan Gray | |
svn-id: r7342 | |||
2003-05-05 | patch #732184 | Oliver Kiehl | |
svn-id: r7341 | |||
2003-05-05 | unified o?_isEqual, too (but not as nice due to hack) | Max Horn | |
svn-id: r7340 | |||
2003-05-05 | cleanup / reduced code duplication | Max Horn | |
svn-id: r7339 | |||
2003-05-05 | Update project build files | Nicolas Bacca | |
svn-id: r7338 | |||
2003-05-05 | Experimental COMI support - GAPI 565 only - still some work to do on the ↵ | Nicolas Bacca | |
future branch svn-id: r7337 | |||
2003-05-05 | Help dialog box / Music switch | Nicolas Bacca | |
svn-id: r7336 | |||
2003-05-05 | Bigger mouse cursor | Nicolas Bacca | |
svn-id: r7335 | |||
2003-05-05 | Add music control for Smartphone build | Nicolas Bacca | |
svn-id: r7334 | |||
2003-05-05 | Support for COMI and new targets | Nicolas Bacca | |
svn-id: r7333 | |||
2003-05-05 | Handle COMI UI | Nicolas Bacca | |
svn-id: r7332 | |||
2003-05-05 | Added new targets, auto-quit for demos without UI | Nicolas Bacca | |
svn-id: r7331 | |||
2003-05-05 | fix bug pointed out by segra | Jonathan Gray | |
svn-id: r7330 | |||
2003-05-04 | Allow for larger mouse pointers (CoMI). | Marcus Comstedt | |
svn-id: r7329 | |||
2003-05-04 | new fmopl (from adplug, which has it from mame; we can use it under the LGPL ↵ | Max Horn | |
should we ever have to) svn-id: r7328 | |||
2003-05-04 | V2 verbop fix (read verb name from script) | Max Horn | |
svn-id: r7327 | |||
2003-05-04 | Support hires mode (CoMI). | Marcus Comstedt | |
svn-id: r7326 | |||
2003-05-04 | oops, forget to remove hack I used to test this ;-) | Max Horn | |
svn-id: r7325 | |||
2003-05-04 | simplified code | Max Horn | |
svn-id: r7324 |