1716 Commits

Author SHA1 Message Date
Won Star
d5e45271d1 Add additional library directories.
svn-id: r23530
2006-07-16 08:40:28 +00:00
Won Star
167a1e5912 Fix FileSystem bug. Now 'Go Up' button works. :)
svn-id: r23527
2006-07-16 08:32:23 +00:00
Won Star
d3a4d86158 * Add grabRawScreen() method.
* Add Launcher icon.
* Fix trunk compile.

svn-id: r23501
2006-07-14 16:11:30 +00:00
Torbjörn Andersson
6358547a43 More whitespace changes.
svn-id: r23496
2006-07-14 13:33:58 +00:00
Neil Millstone
75e64b91de Adding data which was missing from initial patch.
svn-id: r23463
2006-07-09 18:30:28 +00:00
Neil Millstone
7f00697913 svn-id: r23462 2006-07-09 18:28:58 +00:00
James Brown
140097267f Final fixes. Builds fine now, apart from a few still-missing-from-svn files
svn-id: r23461
2006-07-09 15:32:06 +00:00
James Brown
1ffa13180f More DS port fixes
svn-id: r23460
2006-07-09 14:46:04 +00:00
James Brown
0e66c43c70 Fix some more duplicated files, and unify case for rpc include
svn-id: r23459
2006-07-09 13:10:45 +00:00
James Brown
880838514f Remove duplicated content
svn-id: r23457
2006-07-09 12:58:10 +00:00
Max Horn
bea72e9514 Patch #1519399: DS Backend
svn-id: r23452
2006-07-09 11:47:17 +00:00
Joost Peters
0f2584d470 fix build with latest psp toolchain
svn-id: r23386
2006-07-07 10:40:11 +00:00
Joost Peters
2b0c4e9bf3 implement grabRawScreen()
svn-id: r23385
2006-07-07 10:38:56 +00:00
Max Horn
1d8d9f5510 Moving remaining platform/backends code, as previously threatened
svn-id: r23380
2006-07-06 21:44:48 +00:00
Kostas Nakos
6a8749ace0 move ce port to its new home
svn-id: r23366
2006-07-01 08:13:46 +00:00
Max Horn
87d3e4fb0e Moved savefile.cpp to backends, to work around link error
svn-id: r23361
2006-06-30 22:06:45 +00:00
Joost Peters
14fc6d4ca4 fix compilation after backend move
svn-id: r23359
2006-06-30 21:14:34 +00:00
Joost Peters
438f47b041 move psp backend to backends/platforms/psp
svn-id: r23358
2006-06-30 21:00:39 +00:00
Marcus Comstedt
25f68b08ab Moved backends/dc into new platform directory.
svn-id: r23357
2006-06-30 20:21:42 +00:00
Won Star
b9fa49a176 Align memory address properly. This fixes crash on the GP32.
svn-id: r23354
2006-06-30 16:38:43 +00:00
Won Star
72a5fea703 Oh. I forgot to change function calls.
svn-id: r23348
2006-06-29 13:18:20 +00:00
Won Star
221afd715a Whoops. Correct varible name.
svn-id: r23344
2006-06-29 12:31:52 +00:00
Won Star
7169e90fad Properly init memory tables.
svn-id: r23342
2006-06-29 09:17:04 +00:00
Won Star
5e7d109e3c Lock sound timer thread.
svn-id: r23340
2006-06-29 05:34:56 +00:00
Won Star
d954c5ebd5 Try to use processor cache efficiently.
svn-id: r23339
2006-06-29 05:25:19 +00:00
Won Star
3a020e7876 Add custom memory management code. malloc() for small allocs became much faster and startup time in the GP32 is now 10~30 secs depend on clock speed.
svn-id: r23338
2006-06-29 05:15:45 +00:00
Max Horn
492c65009c Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
svn-id: r23293
2006-06-24 12:33:52 +00:00
Max Horn
00ca50beb7 Follow our code formatting guidelines; also, we provide default implementations for getSavefileManager and displayMessageOnOSD, no point in replacing this with empty dummy implementations
svn-id: r23283
2006-06-24 10:12:38 +00:00
Max Horn
6a588f8399 Moved savefile code to new 'saves' backend module (work in progress)
svn-id: r23282
2006-06-24 10:08:43 +00:00
Max Horn
c9fd9c4878 Added 'timer' backend module, based on the existing TimerManager code (work in progress)
svn-id: r23279
2006-06-24 09:53:45 +00:00
Max Horn
9a955180a4 * Renamed config.mak to config.mk
* Renamed common.rules to rules.mk
* Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it)

svn-id: r23275
2006-06-24 08:48:11 +00:00
Max Horn
d210b19aec Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h)

svn-id: r23274
2006-06-24 08:07:48 +00:00
Kostas Nakos
73e7b35efb updated the readme for 0.9.0 release
svn-id: r23200
2006-06-20 19:42:14 +00:00
Torbjörn Andersson
ecfedb1e81 Cleanup. It seems unnecessary to have a "break" right after an unconditional
return in a switch case.

svn-id: r23198
2006-06-20 18:55:25 +00:00
Kostas Nakos
a7908a01bf fix vga device overlays and invalid mouse cursor calls
svn-id: r23192
2006-06-20 18:03:02 +00:00
Kostas Nakos
f6c3de48b5 fix typo
svn-id: r23191
2006-06-20 17:54:09 +00:00
Kostas Nakos
35ce9e3c98 kyra engine support
svn-id: r23188
2006-06-20 17:52:25 +00:00
Lars Persson
3c7a5f78cc Updated symbian actions for working key names
svn-id: r23183
2006-06-19 21:07:37 +00:00
Won Star
da64d9f72e o WIP file cache code borrowed from PS2 port.
o add property

svn-id: r23062
2006-06-12 15:33:27 +00:00
Won Star
119a0192e1 * Move gp32-fs.cpp to fs/gp32 dir.
* Fix gp32 launcher code.

svn-id: r23023
2006-06-11 10:23:41 +00:00
Won Star
6897e06333 Rename filesystem file.
svn-id: r23022
2006-06-11 10:08:53 +00:00
Kostas Nakos
990ff8f0cc correctly load configuration at startup
svn-id: r23021
2006-06-11 08:34:56 +00:00
Lars Persson
b495cd44b3 Specific resource file used for UIQ3
svn-id: r23016
2006-06-10 20:31:20 +00:00
Lars Persson
55a13866a4 Symbian port build updates for S60V3 and UIQ3
svn-id: r23015
2006-06-10 20:30:21 +00:00
Kostas Nakos
a6a98c0009 fixed hashmap use
svn-id: r23007
2006-06-10 11:23:40 +00:00
Kostas Nakos
3b4416bb37 added multiple state support
svn-id: r23006
2006-06-10 11:23:00 +00:00
Kostas Nakos
fd672ef2e1 fixed code regression to pre 0.8.2, panel, clipping, overlay fixes, support for new actions, new scaler, toolbar mouse, inverse landscape and double-tap -> right click
svn-id: r23005
2006-06-10 11:16:43 +00:00
Kostas Nakos
a7a0d522d3 added hires aware flag for by-the-book handling of hires devices
svn-id: r23004
2006-06-10 11:10:05 +00:00
Kostas Nakos
33e6264954 new landscape aspect scaler (n0p)
svn-id: r23003
2006-06-10 11:08:34 +00:00
Kostas Nakos
a2651ff7cb added rotate and virtual keyboard actions
svn-id: r23002
2006-06-10 11:07:28 +00:00