aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2004-12-20Added more compilation optionsChris Apers
svn-id: r16175
2004-12-20- Better ARM supportChris Apers
svn-id: r16174
2004-12-20CleanupChris Apers
svn-id: r16173
2004-12-20Added Sky supportChris Apers
svn-id: r16172
2004-12-20Forgot those filesChris Apers
svn-id: r16171
2004-12-20- Better ARM supportChris Apers
- Cleanup svn-id: r16170
2004-12-20Prevent conflict with the new OSystem enumChris Apers
svn-id: r16169
2004-12-20- Added Sword1 and Sky constant dataChris Apers
- Cleanup svn-id: r16168
2004-12-20Use the new draw parameter insteadChris Apers
svn-id: r16167
2004-12-20Use a draw function instead of a preinit oneChris Apers
svn-id: r16166
2004-12-18Disable mouse emulation codeMax Horn
svn-id: r16120
2004-12-18oopsMax Horn
svn-id: r16110
2004-12-18Ensure that the file list in the browser is always sortedMax Horn
svn-id: r16108
2004-12-11OopsNicolas Bacca
svn-id: r16031
2004-12-11CE backend needs to overload a few functions - list them with an appropriate ↵Nicolas Bacca
comment and hope they'll last more than a few months this time :p svn-id: r16030
2004-12-11Update with SDL backend changes, untested yetNicolas Bacca
svn-id: r16028
2004-12-10Use the new init functionsChris Apers
svn-id: r16023
2004-12-10- cleanupChris Apers
- move notification init after screenSize to prevent another DIA madness svn-id: r16022
2004-12-10Fixed virtual silkarea madnessChris Apers
svn-id: r16021
2004-12-10New ARM callChris Apers
svn-id: r16020
2004-12-10Fixed language option + cleanupChris Apers
svn-id: r16019
2004-12-10Hide ARM checkbox on non-ARM devicesChris Apers
svn-id: r16018
2004-12-10CleanupChris Apers
svn-id: r16017
2004-12-10Fixed redraw problemChris Apers
svn-id: r16016
2004-12-10Revamped ARM stuffsChris Apers
svn-id: r16010
2004-12-10CleanupChris Apers
svn-id: r16009
2004-12-10Removed outdated (and wrong) comment; all this stuff will be rewritten ↵Max Horn
eventually anyway, but at least we shouldn't spread false information svn-id: r16006
2004-12-09Made SoftKbd more usable with a mouse.Marcus Comstedt
svn-id: r16004
2004-12-06Fix for bug #1074931 (GUI: Starting games in fullscreen doesn't work), avoid ↵Max Horn
one unneccessary redraw svn-id: r15997
2004-12-06Switch back from netcd to regular ronin.Marcus Comstedt
svn-id: r15995
2004-12-06Use delete[] for dirs now that it contains objects.Marcus Comstedt
svn-id: r15994
2004-12-06Updated instructions.Marcus Comstedt
svn-id: r15993
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-12-04getFeatureState should only be allowed when we are *not* in a GFX ↵Max Horn
transaction (and not vice versa) svn-id: r15982
2004-12-03don't assert if no mouse buffer hasn't been setupGregory Montoir
svn-id: r15980
2004-12-03ParanoiaMax Horn
svn-id: r15973
2004-12-02Synched with upstream (Munt 0.1.1).Jerome Fisher
Memory timbres are now loaded into the correct location again, and reaching the end of a PCM sample has been improved. The latter change is probably the only one relevant to ScummVM, and even that is unlikely to be audible. svn-id: r15972
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
simplified OSystem_SDL destructor and move all the SDL uninitialization stuff to the quit() method made saveScreenshot() returning false on fail svn-id: r15967
2004-11-29Allow the file browser to get back to the "pseudo root" under Windows. ThisTorbjörn Andersson
fixes bug #1074919. svn-id: r15963
2004-11-29- Fixed uninitialised reverb level. This bug took embarrassingly long to find...Jerome Fisher
svn-id: r15962
2004-11-29- Now actually read and write the 4 bytes of tuning frequency info in the ↵Jerome Fisher
header. svn-id: r15961
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
svn-id: r15950
2004-11-28- Now sets the palette earlier, and only once.Jerome Fisher
svn-id: r15948
2004-11-28- Now sets itself as a "permanent" mixer channel.Jerome Fisher
svn-id: r15947
2004-11-28Initialize palette for the progress barEugene Sandulenko
svn-id: r15945
2004-11-28- Cleanup.Jerome Fisher
- Signedness fix. - Changed partial age to 32-bit... They don't exactly run until the heat-death of the universe. svn-id: r15943
2004-11-28Fixed various warningsMax Horn
svn-id: r15939
2004-11-28fixed an unsigned comparision warning (does this code really do what you ↵Max Horn
intended it to do?) svn-id: r15938
2004-11-28const correctness fixMax Horn
svn-id: r15937
2004-11-28- More cleanup.Jerome Fisher
- Another tuning tweak. Sounds better to my ear, but still guesswork. svn-id: r15934