aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-12- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm ↵Chris Apers
standard one : SonyScreenSize svn-id: r20654
2006-02-12- Fixed bug #1329844, autooff not reset on exitChris Apers
- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm standard one : PalmScreenSize - Move PalmGetMemory here from file forminfo.cpp rev18604 svn-id: r20653
2006-02-12Oops. Forgot to tell SVN to actually *move* the files. I'll get the hang of itTorbjörn Andersson
eventually. svn-id: r20652
2006-02-12Renamed files for consistency with other engines:Torbjörn Andersson
build_display -> screen save_rest -> saveload More to come, no doubt. svn-id: r20651
2006-02-12CleanupChris Apers
svn-id: r20650
2006-02-12- Removed obsolete ARM stuff, modules are now almost-fully ARMChris Apers
- Added autosave period and OS5 ARM advanced mode - indicator can also be use with 16bit display svn-id: r20649
2006-02-12New feature to pass selected stack size to modulesChris Apers
svn-id: r20648
2006-02-12Not available in ARM mode for nowChris Apers
svn-id: r20647
2006-02-12Fixed header, sorryChris Apers
svn-id: r20646
2006-02-12- Use WinSetCoord only when needed, this fix some system redraw problemsChris Apers
- Get rid of Win*Lock functions, safer - OSD (mainly DrawStatus) can now be use in 16bit mode too - Move redawOSD to the base class - Updated draw_osd function with standard PalmOS functions instead of Zodiac API, this draw_osd use big endian resources where OS5 version us little endian svn-id: r20645
2006-02-12Removed layers.h since it was a) empty and b) never included.Torbjörn Andersson
svn-id: r20644
2006-02-12Re-added blank lines (purely cosmetic) which I accidentally removed in my ↵Max Horn
previous commit svn-id: r20643
2006-02-12md5table tool now reproduces blank & comment lines faithfully in --txt modeMax 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-12It is _soundEx nowChris Apers
svn-id: r20640
2006-02-12- Removed unused StrReplace functionChris 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 definesChris Apers
- Added LURE and OS5 defines svn-id: r20637
2006-02-12- Added ARM module launcherChris 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-12New definitions for frontend <-> module communicationChris Apers
svn-id: r20635
2006-02-12Only in ARM modeChris Apers
svn-id: r20634
2006-02-12-mMove PalmOS project file to a more appropriate placeChris Apers
svn-id: r20632
2006-02-12updated msvc7 project filesPaweł Kołodziejski
svn-id: r20625
2006-02-12Fixing platform value for two HE mac demosMax Horn
svn-id: r20624
2006-02-12Removed egcc lib from S60V3 mmp file.Lars Persson
svn-id: r20619
2006-02-12Changed file paths from /epoc/ to /symbian/Lars Persson
svn-id: r20618
2006-02-12updated msvc8 project files to latest 'engines' directory changesPaweł Kołodziejski
svn-id: r20615
2006-02-12changed path in include to use 'common' to conform rest part of codePaweł Kołodziejski
svn-id: r20614
2006-02-12Committed old work on Soccer U32. Too far from being finished.Eugene Sandulenko
svn-id: r20613
2006-02-12Renaming the folder "epoc"->"symbian"Lars Persson
svn-id: r20612
2006-02-12Another spot of non-standard "#else if" replaced by "#elif"Eugene Sandulenko
svn-id: r20608
2006-02-12svn-id: r20606Lars Persson
2006-02-12Fixed building of engine pluginsMax Horn
svn-id: r20603
2006-02-12Only adjusted in SCUMM 5+Travis Howell
svn-id: r20598
2006-02-12Actor room is only checked in SCUMM 7+Travis Howell
svn-id: r20597
2006-02-12Actually that should be before all codeTravis Howell
svn-id: r20595
2006-02-12A few corrections from disasm., checked against all versionsTravis Howell
svn-id: r20594
2006-02-12This difference only applies to SCUMM7+Travis Howell
svn-id: r20593
2006-02-12Add another Loom demoTravis Howell
svn-id: r20591
2006-02-12The GameDetector is no longer a required parameter for Engine constructorsMax Horn
svn-id: r20590
2006-02-12No need to force engines to implement errorString()Max Horn
svn-id: r20589
2006-02-12openCD() 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-12Fix compileTravis 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 UIQ3Lars 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-12Reduced 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-11Fixed the list of backend factory functionsMax Horn
svn-id: r20583
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582
2006-02-11Quick fixes of unknown cleanliness: The mouse cursor is no longer unbelievablyTorbjö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-11Forgot this oneChris Apers
svn-id: r20577
2006-02-11Bye byeChris Apers
svn-id: r20576