Kostas Nakos
81adc13e24
formatting
...
svn-id: r26682
2007-04-30 20:30:05 +00:00
Kostas Nakos
4a40402609
rewrote drawing loop in a more straightforward fashion, which also kills some bugs
...
svn-id: r26668
2007-04-28 22:37:42 +00:00
Kostas Nakos
4a19a563af
bugfix aspect scaler
...
svn-id: r26667
2007-04-28 22:35:14 +00:00
Kostas Nakos
187071d029
Cumulative update to coincide with newer SDL libraries. Builders *must* update their libraries/fetch newest library pack.
...
o Overwrite with default key mappings when action_mapping version changes
o Added support for handling scummvm losing focus (e.g. a call)
o Enable rotating for all devices/resolutions
o Update sdl video startup to follow current sdl
o Generally update code to work with new sdl lib
svn-id: r26663
2007-04-28 17:48:58 +00:00
Kostas Nakos
4e12eeeb79
add focus flag
...
svn-id: r26662
2007-04-28 17:42:12 +00:00
Kostas Nakos
2a80fc1c6b
update for cruise engine, fix a little oops LordHoto pointed out
...
svn-id: r26661
2007-04-28 17:40:44 +00:00
Kostas Nakos
dae21b3b31
more logical formatting for scaler code, at least for me :-)
...
svn-id: r26660
2007-04-28 17:37:41 +00:00
Kostas Nakos
36466497a8
bump action mapping version
...
svn-id: r26659
2007-04-28 17:35:18 +00:00
Kostas Nakos
4670ff7388
cleanup, more meaningful names for actions, fix quit dialog looks, bump action mapping version
...
svn-id: r26658
2007-04-28 17:34:09 +00:00
Kostas Nakos
6d1107615d
cleanup, implement new default action mappings, bump action version, enable keybinding at launcher, fix quit dialog looks
...
svn-id: r26657
2007-04-28 17:31:41 +00:00
Kostas Nakos
324e27c73d
cleanup
...
svn-id: r26656
2007-04-28 17:28:43 +00:00
Kostas Nakos
59550346b4
cleanup & completely map wm device's keys
...
svn-id: r26655
2007-04-28 17:27:08 +00:00
Kostas Nakos
1337ce8296
insert key up events for synthetic events
...
svn-id: r26654
2007-04-28 17:24:54 +00:00
Max Horn
d4660cce55
Removing more semicola
...
svn-id: r26597
2007-04-26 19:08:53 +00:00
Max Horn
00b9bc7b36
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
...
svn-id: r26594
2007-04-25 19:31:23 +00:00
Kostas Nakos
17b28bd652
not used in a long time
...
svn-id: r26555
2007-04-21 14:06:55 +00:00
Bertrand Augereau
969d257274
NDS : Compile fix
...
svn-id: r26536
2007-04-16 22:10:45 +00:00
Bertrand Augereau
ed178f7e84
NDS : Potentially faster, less precise, CPU-scaler plugged
...
svn-id: r26535
2007-04-16 21:29:55 +00:00
Bertrand Augereau
78939c8166
NDS : #define to experiment with a faster, less precise, CPU-scaler
...
svn-id: r26534
2007-04-16 21:08:13 +00:00
Bertrand Augereau
bf7123548a
NDS : Trunk fix for latest libnds
...
svn-id: r26529
2007-04-16 20:06:35 +00:00
Joost Peters
2c3e9e087f
fix compilation of null backend
...
svn-id: r26507
2007-04-15 16:03:10 +00:00
Kostas Nakos
5dcd53ee9f
these belong here and not to the precompiled lib pack
...
svn-id: r26443
2007-04-09 19:47:23 +00:00
Kostas Nakos
c909ae47f6
applied patch 1696852: ARM 4/1 scaler by Robin Watts
...
svn-id: r26442
2007-04-09 19:41:30 +00:00
Joost Peters
871e83d070
initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() before an actual palette has been set up. (fixes "[ 1670882 ] PSP: Missing cursor on Main Menu")
...
svn-id: r26434
2007-04-09 11:30:53 +00:00
Max Horn
c5b67c6e29
Added missing common/events.h include and added a FIXME comment
...
svn-id: r26411
2007-04-07 22:15:16 +00:00
Neil Millstone
c6d41c0755
Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
...
svn-id: r26394
2007-04-06 18:34:53 +00:00
Max Horn
4dd50ee6f4
Fixed yet another DC compile error
...
svn-id: r26309
2007-03-27 19:26:39 +00:00
Torbjörn Andersson
6a9eb08ac7
Fixed indentation.
...
svn-id: r26308
2007-03-27 14:28:48 +00:00
Max Horn
a848511743
Fix compile error in the DC port
...
svn-id: r26306
2007-03-26 19:31:36 +00:00
Lars Persson
1fb7e82a15
Added default-events.cpp to Symbian makefile
...
svn-id: r26261
2007-03-20 19:56:02 +00:00
Max Horn
995a4d7cff
Some fixes to cope with the move of the event code from OSystem to Common
...
svn-id: r26233
2007-03-18 21:55:57 +00:00
Max Horn
2c3152ea62
Fix for bug #1683111 (PSP: unable to build latest svn version 26210)
...
svn-id: r26225
2007-03-18 18:59:35 +00:00
Neil Millstone
08d8286410
adding key scanning functions compatible with ScummVM's IPC
...
svn-id: r26188
2007-03-18 01:45:14 +00:00
Max Horn
ed54ea9155
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
...
svn-id: r26180
2007-03-17 19:02:05 +00:00
Robert Göffringmann
4a11e7299a
fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
...
svn-id: r26171
2007-03-17 15:45:05 +00:00
Torbjörn Andersson
53624376b4
Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
...
Fingolfin's blessings. Keyboard repeat is now handled by the event manager,
rather than by individual engines.
Since this can cause problems with some engines (see the AGI engine), the extra
"key down" events are marked as "synthetic", so that they can be ignored if
necessary.
svn-id: r26170
2007-03-17 15:44:26 +00:00
Max Horn
e72455c215
cleanup
...
svn-id: r26169
2007-03-17 14:34:50 +00:00
Max Horn
86ba69f75b
oops
...
svn-id: r26157
2007-03-17 01:11:46 +00:00
Max Horn
8fc8c4847d
Implemented a simple EventManager class
...
svn-id: r26154
2007-03-17 00:07:34 +00:00
Max Horn
5d59ee6091
Add a flag which makes it possible to disable the default savefile man (for backends which want to use our Makefile build system but don't want the default saveman)
...
svn-id: r26152
2007-03-16 23:07:08 +00:00
Lars Persson
ce5a9c9edb
Code cleanup in the actions handling.
...
svn-id: r26135
2007-03-14 19:32:21 +00:00
Lars Persson
f93ef30820
ITE save game menu mapping has changed to F5.
...
svn-id: r26134
2007-03-14 19:28:29 +00:00
Lars Persson
4d962e1771
Add new KeyMappings (Debugger & Fast mode) for Symbian OS.
...
svn-id: r26133
2007-03-14 19:25:33 +00:00
Lars Persson
dbca9d0c47
Updated Symbian Actions for proper ITE menu key.
...
svn-id: r26125
2007-03-13 20:47:11 +00:00
Lars Persson
b9a54d55a6
Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\ and / in the same filename).
...
svn-id: r26109
2007-03-12 20:13:07 +00:00
Max Horn
319a1c9b65
Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
...
svn-id: r26093
2007-03-11 16:00:38 +00:00
Lars Persson
20fce9c87e
Adding extra wbits is not supported by all versions of zlib. If they should be present, please indicate which version of zlib that is required for correct operation.
...
svn-id: r26092
2007-03-11 15:37:27 +00:00
Johannes Schickel
b4b3233cb8
Fixed '+' mode handling in symbian_fopen (at least this looks to me like it should be, I'm sorry if I got it wrong).
...
svn-id: r26088
2007-03-11 14:51:02 +00:00
Lars Persson
e8c941c128
Added shared filed support using native file APIs.
...
svn-id: r26087
2007-03-11 14:28:03 +00:00
Lars Persson
61690d4daf
Updated actions for symbian OS, memory limits for S60.
...
svn-id: r26082
2007-03-11 11:23:40 +00:00