Stephen Kennedy
3451895189
Final changes to keymapper:
...
* HardwareKey's now have a type too, so that we can either match a key to an action or vice versa.
* Better test keymaps - with special gui keymap that is activated when a dialog is opened
svn-id: r34005
2008-08-18 19:54:46 +00:00
Kostas Nakos
f57e600fa5
switching to libTremolo
...
svn-id: r33999
2008-08-18 18:15:32 +00:00
Kostas Nakos
b809665671
do away with the smush force redraw hack
...
svn-id: r33991
2008-08-18 17:24:25 +00:00
Stephen Kennedy
d92909203b
- proper init of virtual keyboard now implemented (involved added EventManager::init() which is called after screen has been initialised)
...
- changed HardwareKey / Action id field to an array of 4 chars instead of int32. Means that the keymap key/value pairs in config file are more readable.
svn-id: r33986
2008-08-18 10:07:11 +00:00
Lars Persson
8d4461d2c9
Improved filehandling for securer and quicker way to get ref to file session
...
svn-id: r33978
2008-08-17 21:16:07 +00:00
Johannes Schickel
388b3f0296
Properly close files opened when checking for config file on WIN32.
...
svn-id: r33953
2008-08-16 22:30:47 +00:00
Max Horn
c91bf34039
Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM
...
svn-id: r33934
2008-08-16 11:37:36 +00:00
Lars Persson
37b149049e
Enable CINE
...
svn-id: r33932
2008-08-16 08:49:36 +00:00
Lars Persson
b4a2aee964
UpdUpdated actions and Readme for Symbian OS port!
...
svn-id: r33902
2008-08-15 14:38:25 +00:00
Stephen Kennedy
c61294e70f
Changed Action constructor to take a pointer to the Keymap it belongs too, meaning Keymap::addAction is automatically called
...
svn-id: r33885
2008-08-14 23:45:02 +00:00
Stephen Kennedy
86d0c8cb11
Fixed simple keymap test
...
svn-id: r33874
2008-08-14 21:21:05 +00:00
Kostas Nakos
56c9e3ab04
fix a small bug in the quit dialog
...
svn-id: r33844
2008-08-13 19:32:25 +00:00
Stephen Kennedy
70dde2d8bd
RemapDialog now properly uses reflowLayout() and open(), so that the same instance can be reopened
...
svn-id: r33843
2008-08-13 19:24:52 +00:00
Kostas Nakos
5a54dc61a4
fix bug #1910057 : FT multifunction
...
svn-id: r33839
2008-08-13 19:13:53 +00:00
Kostas Nakos
e514760c7a
fix bug #2038992 by saving and restoring channel volumes
...
svn-id: r33829
2008-08-13 15:16:38 +00:00
Stephen Kennedy
532faef82b
Keymapper WIP:
...
* Improved automatic mapping algorithm
* Remap dialog overhaul - now displays active keymap(s)
svn-id: r33821
2008-08-13 11:46:08 +00:00
Stephen Kennedy
300a1df2b0
Remap dialog WIP
...
svn-id: r33791
2008-08-11 23:08:21 +00:00
Andre Heider
c8188bf344
build a wii binary per default
...
svn-id: r33788
2008-08-11 22:44:29 +00:00
Andre Heider
15ca970498
video mode polishing:
...
* proper fullscreen video mode
* multiple graphic modes with different overscan values
* "fullscreen mode" stretches the picture on 16:9 displays
* fixed broken sword 1/2 gfx garbage
* support for setShakePos()
svn-id: r33787
2008-08-11 22:43:00 +00:00
Kostas Nakos
002c55dfac
add support for drascula engine
...
svn-id: r33754
2008-08-10 17:10:09 +00:00
Andre Heider
c60565e108
Updated the Makefile to the new build system.
...
Introduced a Makefile variable to build a gamecube version.
svn-id: r33723
2008-08-09 20:02:56 +00:00
Andre Heider
f098b2817f
Updates to the recent OSystem API changes
...
svn-id: r33719
2008-08-09 18:37:18 +00:00
Kostas Nakos
355f100793
fix MR on ce: allocate large buffer on the heap instead and of the stack, and improve the workaround
...
svn-id: r33714
2008-08-09 18:09:24 +00:00
Stephen Kennedy
4eacc09024
Keymapper WIP:
...
* Got rid of default keymaps as they over-complicated the API
* Remapping dialog WIP
svn-id: r33699
2008-08-08 14:23:59 +00:00
Kostas Nakos
a30ecc96a0
setup interface for later kyra games
...
svn-id: r33682
2008-08-07 18:36:12 +00:00
Stephen Kennedy
2645ca48ad
* Moved VK code into backends/vkeybd
...
* Moved Keymapper code into backends/keymapper
svn-id: r33681
2008-08-07 16:38:39 +00:00
Stephen Kennedy
57b13141af
Keymapper WIP:
...
* Implemented stack-based active map in Keymapper
* Started proper testing by adding code to OSystem_SDL to set up simple HardwareKeySet and Keymap
svn-id: r33660
2008-08-06 14:21:05 +00:00
Travis Howell
7318533189
Fix win32 compile.
...
svn-id: r33626
2008-08-05 00:21:46 +00:00
Lars Persson
5dd834488e
Symbian build package should now contain drascula.dat also
...
svn-id: r33623
2008-08-04 20:00:56 +00:00
Max Horn
4f5479ee74
Pushed some port specific code from DefaultSaveFileManager out to port specific code in backends/platform/
...
svn-id: r33621
2008-08-04 19:38:28 +00:00
Lars Persson
476e5bbb10
List the correct engines in about,
...
updated actions with Lure (from WinCE).
Increased min heap size to 5MB
svn-id: r33618
2008-08-04 18:14:17 +00:00
Max Horn
4900a3e96e
Remove some code which was rendered obsolete by md5's commit r33610
...
svn-id: r33617
2008-08-04 17:46:22 +00:00
Filippos Karapetis
2efe13026d
Fixing compilation under MSVC
...
svn-id: r33610
2008-08-04 15:01:41 +00:00
Max Horn
b54a1227d9
OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; made openConfigFileForReading/openConfigFileForWriting return 0 if they failed to open a file
...
svn-id: r33585
2008-08-03 17:05:01 +00:00
Lars Persson
e89a01dc63
Enabled the correct features for standard builds
...
svn-id: r33478
2008-07-31 17:33:48 +00:00
Max Horn
4a9104515c
SDL: Properly init vars related to mixer double buffering
...
svn-id: r33385
2008-07-29 00:02:06 +00:00
Lars Persson
ff64eb3756
Fix for ftell error when caching. HOF now starts properly
...
svn-id: r33340
2008-07-27 18:22:23 +00:00
Oystein Eftevaag
5ca78661b1
The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0
...
svn-id: r33326
2008-07-27 10:15:57 +00:00
Lars Persson
62d4a469b9
AddedAdded MAD as default feature
...
svn-id: r33218
2008-07-22 20:13:57 +00:00
Lars Persson
abecf0a5f7
Fixed seek problem when cached data is used.
...
svn-id: r33210
2008-07-22 18:52:13 +00:00
Marcus Comstedt
e54ac15109
Solaris tr does not like character classes in some locales. Use "C" locale.
...
svn-id: r33143
2008-07-20 17:56:43 +00:00
Kostas Nakos
0d08240e45
a little more cleanup
...
svn-id: r33142
2008-07-20 17:04:27 +00:00
Kostas Nakos
90781369cb
modified patch #1882942 - optimize and kill code for really old platforms
...
svn-id: r33141
2008-07-20 16:55:51 +00:00
Kostas Nakos
8b5e175af4
workaround for bogus findfirstfile. kyra now starts up correctly
...
svn-id: r33120
2008-07-20 11:15:29 +00:00
Max Lingua
8c807529a7
Added "DEPDIR := .deps" in Makefile.ps2
...
Thanks Max [the other one] for pointing it out!
svn-id: r33117
2008-07-20 01:44:40 +00:00
Max Lingua
282cb3c0df
1. Re-added "rpckbd" as in 0.11.0
...
2. Committed only its source, you will need to do a make inside its folder
before being able to compile our beloved PlayStation2 backend.
Enjoy,
-max
svn-id: r33115
2008-07-20 01:30:47 +00:00
Lars Persson
ec02171268
Enable support to turn off ALL variations. all variation is most often the one used
...
svn-id: r33109
2008-07-19 07:44:12 +00:00
Lars Persson
6cff2e8239
eof was not working properly with caching
...
svn-id: r33108
2008-07-19 07:08:37 +00:00
Lars Persson
4657a52b07
Fixed typo in filehandling
...
svn-id: r33104
2008-07-18 22:07:52 +00:00
Lars Persson
0f03a7bcd8
Introduced cache for filereading to fix slowness in AGOS among others.
...
svn-id: r33099
2008-07-18 20:40:48 +00:00