1097 Commits

Author SHA1 Message Date
Chris Apers
0fc0c8787b Updated resource files
svn-id: r16188
2004-12-20 19:19:50 +00:00
Chris Apers
6fddbdbb73 Updated resource file
svn-id: r16176
2004-12-20 17:42:02 +00:00
Chris Apers
1b90a2ef6b Added more compilation options
svn-id: r16175
2004-12-20 17:40:44 +00:00
Chris Apers
7a4f4889a9 - Better ARM support
svn-id: r16174
2004-12-20 17:38:31 +00:00
Chris Apers
374c427c61 Cleanup
svn-id: r16173
2004-12-20 17:22:30 +00:00
Chris Apers
b009d0852f Added Sky support
svn-id: r16172
2004-12-20 17:20:37 +00:00
Chris Apers
93566af78c Forgot those files
svn-id: r16171
2004-12-20 17:15:25 +00:00
Chris Apers
05efaf2618 - Better ARM support
- Cleanup

svn-id: r16170
2004-12-20 17:13:26 +00:00
Chris Apers
effc4430b3 Prevent conflict with the new OSystem enum
svn-id: r16169
2004-12-20 17:10:53 +00:00
Chris Apers
486082cce4 - Added Sword1 and Sky constant data
- Cleanup

svn-id: r16168
2004-12-20 17:05:56 +00:00
Chris Apers
318631a094 Use the new draw parameter instead
svn-id: r16167
2004-12-20 17:00:50 +00:00
Chris Apers
1184e19657 Use a draw function instead of a preinit one
svn-id: r16166
2004-12-20 16:59:43 +00:00
Max Horn
4b632e66ae Disable mouse emulation code
svn-id: r16120
2004-12-18 16:38:44 +00:00
Max Horn
8c34db8b9a oops
svn-id: r16110
2004-12-18 02:37:13 +00:00
Max Horn
0894f83804 Ensure that the file list in the browser is always sorted
svn-id: r16108
2004-12-18 02:33:37 +00:00
Nicolas Bacca
87d90b080c Oops
svn-id: r16031
2004-12-11 15:18:36 +00:00
Nicolas Bacca
0852a6e218 CE backend needs to overload a few functions - list them with an appropriate comment and hope they'll last more than a few months this time :p
svn-id: r16030
2004-12-11 15:17:47 +00:00
Nicolas Bacca
744ea3161b Update with SDL backend changes, untested yet
svn-id: r16028
2004-12-11 00:41:31 +00:00
Chris Apers
d15d3bf97d Use the new init functions
svn-id: r16023
2004-12-10 16:11:16 +00:00
Chris Apers
e78e6fa950 - cleanup
- move notification init after screenSize to prevent another DIA madness

svn-id: r16022
2004-12-10 16:00:21 +00:00
Chris Apers
85045efac8 Fixed virtual silkarea madness
svn-id: r16021
2004-12-10 15:41:50 +00:00
Chris Apers
7a19453220 New ARM call
svn-id: r16020
2004-12-10 15:29:34 +00:00
Chris Apers
7d160b2df6 Fixed language option + cleanup
svn-id: r16019
2004-12-10 15:28:41 +00:00
Chris Apers
acd8456719 Hide ARM checkbox on non-ARM devices
svn-id: r16018
2004-12-10 15:24:54 +00:00
Chris Apers
3d40a9b981 Cleanup
svn-id: r16017
2004-12-10 15:23:41 +00:00
Chris Apers
f961f34c6a Fixed redraw problem
svn-id: r16016
2004-12-10 15:21:33 +00:00
Chris Apers
a446a90e2c Revamped ARM stuffs
svn-id: r16010
2004-12-10 14:43:56 +00:00
Chris Apers
e185e0d649 Cleanup
svn-id: r16009
2004-12-10 14:28:40 +00:00
Max Horn
3825614f67 Removed outdated (and wrong) comment; all this stuff will be rewritten eventually anyway, but at least we shouldn't spread false information
svn-id: r16006
2004-12-10 00:11:52 +00:00
Marcus Comstedt
9f5bd8510d Made SoftKbd more usable with a mouse.
svn-id: r16004
2004-12-09 20:21:31 +00:00
Max Horn
954e16abbf Fix for bug #1074931 (GUI: Starting games in fullscreen doesn't work), avoid one unneccessary redraw
svn-id: r15997
2004-12-06 21:12:52 +00:00
Marcus Comstedt
24bc673b8b Switch back from netcd to regular ronin.
svn-id: r15995
2004-12-06 15:57:08 +00:00
Marcus Comstedt
06f0fa8d3a Use delete[] for dirs now that it contains objects.
svn-id: r15994
2004-12-06 15:44:37 +00:00
Marcus Comstedt
17f1c47c5d Updated instructions.
svn-id: r15993
2004-12-06 13:36:46 +00:00
Max Horn
f09293b22c Clean up OSystem::Event
svn-id: r15990
2004-12-05 17:42:20 +00:00
Max Horn
095549125b getFeatureState should only be allowed when we are *not* in a GFX transaction (and not vice versa)
svn-id: r15982
2004-12-04 14:47:22 +00:00
Gregory Montoir
0f2117cbd0 don't assert if no mouse buffer hasn't been setup
svn-id: r15980
2004-12-03 23:23:06 +00:00
Max Horn
f03ae8addb Paranoia
svn-id: r15973
2004-12-03 10:36:30 +00:00
Jerome Fisher
470a83e024 Synched with upstream (Munt 0.1.1).
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-02 23:00:15 +00:00
Gregory Montoir
cdec823d98 renamed a few things to match our coding guidelines
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-12-01 21:16:55 +00:00
Torbjörn Andersson
be58f22feb Allow the file browser to get back to the "pseudo root" under Windows. This
fixes bug #1074919.

svn-id: r15963
2004-11-29 11:14:12 +00:00
Jerome Fisher
e757242937 - Fixed uninitialised reverb level. This bug took embarrassingly long to find...
svn-id: r15962
2004-11-29 02:21:35 +00:00
Jerome Fisher
e61e0f27a0 - Now actually read and write the 4 bytes of tuning frequency info in the header.
svn-id: r15961
2004-11-29 01:05:15 +00:00
Max Horn
10dd548b85 Changed parameter order of SoundMixer::playInputStream to match that of playRaw
svn-id: r15950
2004-11-28 23:02:28 +00:00
Jerome Fisher
1f56326bd5 - Now sets the palette earlier, and only once.
svn-id: r15948
2004-11-28 22:23:13 +00:00
Jerome Fisher
87fc0548f9 - Now sets itself as a "permanent" mixer channel.
svn-id: r15947
2004-11-28 22:17:06 +00:00
Eugene Sandulenko
1947aa48ac Initialize palette for the progress bar
svn-id: r15945
2004-11-28 21:31:46 +00:00
Jerome Fisher
6c84bbf2bd - Cleanup.
- 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-28 21:08:37 +00:00
Max Horn
3da8e08c0c Fixed various warnings
svn-id: r15939
2004-11-28 13:10:57 +00:00
Max Horn
540ba778e9 fixed an unsigned comparision warning (does this code really do what you intended it to do?)
svn-id: r15938
2004-11-28 13:09:02 +00:00