aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-11Updated headerChris Apers
svn-id: r20564
2006-02-11- Get rid of MemGluePtrNewChris Apers
- Fixed exit function in ARM mode - Fixed C++ compilation svn-id: r20563
2006-02-11- Added NVFS supportChris Apers
- Fixed volRefNum default value - Get rid of MemGluePtrNew when possible - Fixed vsprintf in ARM mode svn-id: r20562
2006-02-11Fixed driver testChris Apers
svn-id: r20561
2006-02-11- Added autosave period optionChris Apers
- Added OS5 advanced mode - Added scummvm header svn-id: r20560
2006-02-11Fixed default volRefNum valueChris Apers
- Added scummvm header svn-id: r20559
2006-02-11- Added FileBrowser API support to get the game pathChris Apers
- Added scummvm header - Typo svn-id: r20558
2006-02-11- Added NVFS supportChris Apers
- Fixed default volRefNum value - Added scummvm header svn-id: r20557
2006-02-11Fixed default volRefNum valueChris Apers
- Init MathLib only on non-ARM devices - Added scummvm header - Removed obsolete code svn-id: r20556
2006-02-11Replaced with a PilRC versionChris Apers
svn-id: r20555
2006-02-11This seems to definitively fix my compilation problemChris Apers
svn-id: r20554
2006-02-11Fixed odd aligned readChris Apers
svn-id: r20553
2006-02-11Fixed potential conflict with standard memsetChris Apers
svn-id: r20552
2006-02-11We are reading LE data even on BE systemChris Apers
svn-id: r20551
2006-02-11Will be added laterChris Apers
svn-id: r20550
2006-02-11updated msvc filesPaweł Kołodziejski
svn-id: r20549
2006-02-11updated msvc filesPaweł Kołodziejski
svn-id: r20548
2006-02-11fix warningPaweł Kołodziejski
svn-id: r20546
2006-02-11Ooops, allow Lure engine to be enabledTravis Howell
svn-id: r20545
2006-02-11Disable Lure engine by default for nowTravis Howell
svn-id: r20543
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20542
2006-02-11Add patch #1374870 - New Lure of the Temptress moduleTravis Howell
svn-id: r20536
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20533
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20532
2006-02-11- Use midi drivers only when neededChris Apers
- disable zodiac midi driver with scumm engine since it doesn't work with it in ARM mode (??) svn-id: r20524
2006-02-11Will be here laterChris Apers
svn-id: r20522
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20520
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20519
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20518
2006-02-11fixing my accidentally commited debugger changeMax Horn
svn-id: r20517
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20516
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20515
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20514
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20513
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20512
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20511
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20510
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20509
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20508
2006-02-11Cleanup HE debug msgsTravis Howell
svn-id: r20506
2006-02-11Does this fix the sound problem on device wakeup ?Chris Apers
svn-id: r20505
2006-02-11- Added optional use of paletteChris Apers
- Common sound struct - Move common quit stuff to the base class - Fixed CD functions, now MP3s work properly - Make mutex functions virtual so that they can be redefined - little cleanup svn-id: r20503
2006-02-11Added OS5 Advanced modeChris Apers
svn-id: r20502
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20501
2006-02-11- Fixed gfx mode : normal = default, fixed using 1x insteadChris Apers
- Use palette only if we need it - draw_mouse() is part if int_updateScreen - Moved OSD redraw in common updateScreen - Added base draw_osd(...) svn-id: r20499
2006-02-11Disable this timer code for now, since it seems to make things unstable and ↵Chris Apers
hang with MIDI drivers (NULL, native) svn-id: r20498
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20496
2006-02-11Renaming sequences.cpp to sequences_v1.cpp, as it's 100% Kyra1 specific.Oystein Eftevaag
svn-id: r20494
2006-02-11Kyra cleanup path step 2Oystein Eftevaag
* Moved more code out of kyra.cpp. Specifically moved Kyra1 specific sequence helper functions to sequence.cpp (and updateKyragemFading() from animator.cpp for the same reason), and some generic animation functions to animator.cpp. This is mainly in preparation for Kyra2. * Additionally, cleaned up my last bugfix a little bit :) svn-id: r20493