aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
AgeCommit message (Collapse)Author
2003-11-03New build optionsChris Apers
svn-id: r11106
2003-11-03Read database only if it is openedChris Apers
svn-id: r11103
2003-11-03AppStart/AppStop functionsChris Apers
svn-id: r11102
2003-11-03Changed vars nameChris Apers
svn-id: r11101
2003-11-03ScummVM launcher in its own source fileChris Apers
svn-id: r11100
2003-11-03New num padChris Apers
svn-id: r11099
2003-11-03One form in one source fileChris Apers
svn-id: r11098
2003-11-03Read database only if it is openedChris Apers
svn-id: r11097
2003-11-03Added snprintf functionChris Apers
svn-id: r11096
2003-11-03One form in one source fileChris Apers
svn-id: r11095
2003-11-03Disable Queen for nowChris Apers
svn-id: r11094
2003-11-03Updated fromsChris Apers
svn-id: r11093
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-23ScummVM Headers were missingChris Apers
svn-id: r10381
2003-09-23Added palmtform optionChris Apers
svn-id: r10379
2003-09-23Options flagChris Apers
svn-id: r10378
2003-09-23Added support for DIA API compatible devices (Zodiac), fixed move_screen ↵Chris Apers
function on hi-density devices svn-id: r10377
2003-09-23Split palmstart.cpp into mutiple filesChris Apers
svn-id: r10375
2003-09-23Moved PalmFatalError hereChris Apers
svn-id: r10374
2003-09-23CD Audio track support via MP3 on PalmOSChris Apers
svn-id: r10373
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
svn-id: r9800
2003-08-18UpdatedChris Apers
svn-id: r9762
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-08-18Removed : read/write led indicatorChris Apers
svn-id: r9758
2003-08-18Added : UX50 support + fullscreen mode, Fixed : overlay, some memory cards ↵Chris Apers
related stuffs,... svn-id: r9757
2003-08-18CleanupChris Apers
svn-id: r9755
2003-08-18Added fullscreen optionChris Apers
svn-id: r9754
2003-08-11Fixed compilation error introduced by Marcus ;)Chris Apers
svn-id: r9639
2003-08-11Missing function with new savefile.cppChris Apers
svn-id: r9638
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-06ChangedChris Apers
svn-id: r9543
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9542
2003-08-06Get rid of the bad onehalf array (thx to Mark Fechtner)Chris Apers
svn-id: r9540
2003-08-06Disable SWORD2Chris Apers
svn-id: r9539
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9538
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-07-24Add support for strnicmpChris Apers
svn-id: r9170
2003-07-23Fix a bug with checkMSA that let the last track play even if we exit to the ↵Chris Apers
launcher. Also enable to use MSALib if the lib is opened by another application svn-id: r9151
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-22Use ScummVM version strings in about formChris Apers
svn-id: r9120
2003-07-22Fix for bug #775512Chris Apers
svn-id: r9117
2003-07-15FixedChris Apers
svn-id: r9037
2003-07-15Check path before launching a gameChris Apers
svn-id: r9036
2003-07-13Don't try to run the sound thread if not setChris Apers
svn-id: r8971
2003-07-07More languagesChris Apers
svn-id: r8839
2003-07-07Fixed %c modifierChris Apers
svn-id: r8836
2003-07-07Language option support + music and MP3 related optionsChris Apers
svn-id: r8835
2003-07-07MP3 and sound thread fixesChris Apers
svn-id: r8834