Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-12 | Removed layers.h since it was a) empty and b) never included. | Torbjörn Andersson | |
svn-id: r20644 | |||
2006-02-12 | Re-added blank lines (purely cosmetic) which I accidentally removed in my ↵ | Max Horn | |
previous commit svn-id: r20643 | |||
2006-02-12 | md5table tool now reproduces blank & comment lines faithfully in --txt mode | Max Horn | |
svn-id: r20642 | |||
2006-02-12 | - Changed the scumm-md5.txt format to reduce redundancy and to make it a bit ↵ | Max Horn | |
niecer to edit - Added --txt option to the md5table tool -> makes it easier to modify the scumm-md5.txt format svn-id: r20641 | |||
2006-02-12 | It is _soundEx now | Chris Apers | |
svn-id: r20640 | |||
2006-02-12 | - Removed unused StrReplace function | Chris Apers | |
- DrawStatus now support 8 and 16bit display - Coordinate system is now used correctly (set only when needed), no more need to reset it in PalmFatalError - Added new/delete operators for ARM OS5 mode svn-id: r20638 | |||
2006-02-12 | - Removed obsolete DEBUG defines | Chris Apers | |
- Added LURE and OS5 defines svn-id: r20637 | |||
2006-02-12 | - Added ARM module launcher | Chris Apers | |
- Updated 68k launcher with lastest changes to gVars + GoLCD API support + Fix for invisible DIA using Stuffs*VG functions + New communication process between frontend and module to know if the module needs extra files + Get free memory at startup svn-id: r20636 | |||
2006-02-12 | New definitions for frontend <-> module communication | Chris Apers | |
svn-id: r20635 | |||
2006-02-12 | Only in ARM mode | Chris Apers | |
svn-id: r20634 | |||
2006-02-12 | -mMove PalmOS project file to a more appropriate place | Chris Apers | |
svn-id: r20632 | |||
2006-02-12 | updated msvc7 project files | Paweł Kołodziejski | |
svn-id: r20625 | |||
2006-02-12 | Fixing platform value for two HE mac demos | Max Horn | |
svn-id: r20624 | |||
2006-02-12 | Removed egcc lib from S60V3 mmp file. | Lars Persson | |
svn-id: r20619 | |||
2006-02-12 | Changed file paths from /epoc/ to /symbian/ | Lars Persson | |
svn-id: r20618 | |||
2006-02-12 | updated msvc8 project files to latest 'engines' directory changes | Paweł Kołodziejski | |
svn-id: r20615 | |||
2006-02-12 | changed path in include to use 'common' to conform rest part of code | Paweł Kołodziejski | |
svn-id: r20614 | |||
2006-02-12 | Committed old work on Soccer U32. Too far from being finished. | Eugene Sandulenko | |
svn-id: r20613 | |||
2006-02-12 | Renaming the folder "epoc"->"symbian" | Lars Persson | |
svn-id: r20612 | |||
2006-02-12 | Another spot of non-standard "#else if" replaced by "#elif" | Eugene Sandulenko | |
svn-id: r20608 | |||
2006-02-12 | svn-id: r20606 | Lars Persson | |
2006-02-12 | Fixed building of engine plugins | Max Horn | |
svn-id: r20603 | |||
2006-02-12 | Only adjusted in SCUMM 5+ | Travis Howell | |
svn-id: r20598 | |||
2006-02-12 | Actor room is only checked in SCUMM 7+ | Travis Howell | |
svn-id: r20597 | |||
2006-02-12 | Actually that should be before all code | Travis Howell | |
svn-id: r20595 | |||
2006-02-12 | A few corrections from disasm., checked against all versions | Travis Howell | |
svn-id: r20594 | |||
2006-02-12 | This difference only applies to SCUMM7+ | Travis Howell | |
svn-id: r20593 | |||
2006-02-12 | Add another Loom demo | Travis Howell | |
svn-id: r20591 | |||
2006-02-12 | The GameDetector is no longer a required parameter for Engine constructors | Max Horn | |
svn-id: r20590 | |||
2006-02-12 | No need to force engines to implement errorString() | Max Horn | |
svn-id: r20589 | |||
2006-02-12 | openCD() and pollCD() should return false, since they don't actually access ↵ | Joost Peters | |
a CD. This avoids some common pitfalls in new backends based off of this, like e.g. the hang on the final chapter screen in MI1CD. svn-id: r20588 | |||
2006-02-12 | Fix compile | Travis Howell | |
svn-id: r20587 | |||
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ↵ | Lars Persson | |
application installation as a path for Savegames, ini files etc *Updated list.h so it also compiles for Symbian codewarrior and gcce compilers svn-id: r20586 | |||
2006-02-12 | * New and tested builds for S60V3 and UIQ3 | Lars Persson | |
* New upscaled icons for UIQ3/S60V3. SVG/Scalable version needed for S60V3 for proper good looks * Critical bug in Symbian-fs fixed (exception for UIQ3/S60V3) *Removed duplicate files for easier maintanence *New handling for Symbian error messages, save paths etc *All naming now is ScummVM for all apps and targets svn-id: r20585 | |||
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null ↵ | Max Horn | |
and x11 backends; added engines/module.mk svn-id: r20584 | |||
2006-02-11 | Fixed the list of backend factory functions | Max Horn | |
svn-id: r20583 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 | |||
2006-02-11 | Quick fixes of unknown cleanliness: The mouse cursor is no longer unbelievably | Torbjörn Andersson | |
sluggish on my computer, and I've added delays to some busy-wait loops to make it less of a CPU hog. I hope I didn't break anything. svn-id: r20581 | |||
2006-02-11 | Forgot this one | Chris Apers | |
svn-id: r20577 | |||
2006-02-11 | Bye bye | Chris Apers | |
svn-id: r20576 | |||
2006-02-11 | Disable Adlib on PalmOS 68k devices | Chris Apers | |
svn-id: r20575 | |||
2006-02-11 | This is now required | Chris Apers | |
svn-id: r20574 | |||
2006-02-11 | Ooops | Chris Apers | |
svn-id: r20573 | |||
2006-02-11 | Move show/hideOverlay to OS5 class (should be in Base ?) | Chris Apers | |
svn-id: r20572 | |||
2006-02-11 | Move setMouseCursor to OS5 class | Chris Apers | |
svn-id: r20571 | |||
2006-02-11 | - Fixed volRefNum default value | Chris Apers | |
- Added autosave option svn-id: r20570 | |||
2006-02-11 | No more required | Chris Apers | |
svn-id: r20569 | |||
2006-02-11 | Fixed volRefNum default value | Chris Apers | |
svn-id: r20568 | |||
2006-02-11 | Not more required | Chris Apers | |
svn-id: r20567 | |||
2006-02-11 | Added new engine, platform and language | Chris Apers | |
svn-id: r20566 |