Commit Graph

1123 Commits

Author SHA1 Message Date
Joost Peters
a13e8a98ff spelling
svn-id: r16762
2005-02-09 12:17:34 +00:00
Torbjörn Andersson
d6be4f03a7 Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I
don't know where it's used, I'm not sure if it works correctly.

svn-id: r16752
2005-02-07 14:25:04 +00:00
Max Horn
a1b058897d Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don't like it, but until a proper solution is in place, it seems to be the best thing to do)
svn-id: r16743
2005-02-06 18:37:23 +00:00
Nicolas Bacca
bf55edd72a Update to latest branch fixes
svn-id: r16683
2005-01-28 23:45:53 +00:00
Nicolas Bacca
c62d82450b Add isalnum for HPC compiler
svn-id: r16678
2005-01-28 20:49:41 +00:00
Paweł Kołodziejski
dd2f9da1a8 fix compilation
svn-id: r16651
2005-01-27 21:34:21 +00:00
Max Horn
f1026ce3eb Partial fix for bug #1100125
svn-id: r16544
2005-01-11 20:40:10 +00:00
Torbjörn Andersson
4dda4eb31b On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for
MIN() and MAX(). I then removed util.h from a bunch of files which I don't
think need it any more. (Please let me know if I got too blood-thirsty!)

This reverts some of the changes I made this morning.

svn-id: r16541
2005-01-11 13:25:02 +00:00
Max Horn
5c48717dd2 Remove some more header dependencies
svn-id: r16530
2005-01-10 22:35:43 +00:00
Max Horn
0423866e0a Ensure these headers match the rest of ScummVM
svn-id: r16505
2005-01-09 16:07:53 +00:00
Marcus Comstedt
f74fce354f Access timer.
svn-id: r16481
2005-01-07 21:56:10 +00:00
Max Horn
c6e0d31e76 Added a font manager (work in progress)
svn-id: r16460
2005-01-06 21:15:52 +00:00
Nicolas Bacca
434d59a5d6 Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKi
svn-id: r16429
2005-01-04 23:00:03 +00:00
Nicolas Bacca
7b268f7d47 Fix yet another copy&paste mistake from 0.6.1b
svn-id: r16428
2005-01-04 22:55:37 +00:00
Max Horn
47280d9433 Updated copyright
svn-id: r16398
2005-01-01 16:09:25 +00:00
Max Horn
92a43e14a0 silly me, shouldn't test a variable which wasn't even set <sigh>
svn-id: r16385
2004-12-30 14:53:17 +00:00
Max Horn
989ae40402 Swallow ctrl-alt keyup events, too
svn-id: r16384
2004-12-30 14:48:21 +00:00
Max Horn
246f14bb40 set key modifiers for keyup events, too; use SDL_GetModState to determine mod flags, so that the modifier flags get set if e.g. the shift key is pressed alone
svn-id: r16381
2004-12-30 14:11:00 +00:00
Max Horn
e9f1ff4d08 Reduce potential loss of precision if SysTicksPerSecond does not divide 1000
svn-id: r16342
2004-12-27 17:30:08 +00:00
Max Horn
fec3df2096 Moved the softsynth midi drivers into a sound/softsynth; amongst other things, this fixes bug #1083058
svn-id: r16316
2004-12-25 18:34:44 +00:00
Nicolas Bacca
b4e9a4b92f Add Zone key support for Smartphones. Last commit for today
svn-id: r16266
2004-12-23 01:15:27 +00:00
Nicolas Bacca
f3c60df7ad Update CE specific FAQ
svn-id: r16248
2004-12-21 23:59:51 +00:00
Nicolas Bacca
22aac69fe5 Cleanup mouseclick emulation (and make the new about dialog happy)
svn-id: r16222
2004-12-21 00:31:58 +00:00
Nicolas Bacca
38c1b61759 Fix assert
svn-id: r16216
2004-12-20 23:52:51 +00:00
Nicolas Bacca
347815cdae Re-add Smartphone support (sorry for the year lag :p)
svn-id: r16215
2004-12-20 23:52:16 +00:00
Chris Apers
b33e42f704 Ooops
svn-id: r16189
2004-12-20 19:22:59 +00:00
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