Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-22 | Added FilesystemNode::name method | Max Horn | |
svn-id: r23553 | |||
2006-07-21 | o Proper ScummVM copyrights | Eugene Sandulenko | |
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548 | |||
2006-07-16 | Add additional library directories. | Won Star | |
svn-id: r23530 | |||
2006-07-16 | Fix FileSystem bug. Now 'Go Up' button works. :) | Won Star | |
svn-id: r23527 | |||
2006-07-14 | * Add grabRawScreen() method. | Won Star | |
* Add Launcher icon. * Fix trunk compile. svn-id: r23501 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-07-09 | Adding data which was missing from initial patch. | Neil Millstone | |
svn-id: r23463 | |||
2006-07-09 | svn-id: r23462 | Neil Millstone | |
2006-07-09 | Final fixes. Builds fine now, apart from a few still-missing-from-svn files | James Brown | |
svn-id: r23461 | |||
2006-07-09 | More DS port fixes | James Brown | |
svn-id: r23460 | |||
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown | |
svn-id: r23459 | |||
2006-07-09 | Remove duplicated content | James Brown | |
svn-id: r23457 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 | |||
2006-07-07 | fix build with latest psp toolchain | Joost Peters | |
svn-id: r23386 | |||
2006-07-07 | implement grabRawScreen() | Joost Peters | |
svn-id: r23385 | |||
2006-07-06 | Moving remaining platform/backends code, as previously threatened | Max Horn | |
svn-id: r23380 | |||
2006-07-01 | move ce port to its new home | Kostas Nakos | |
svn-id: r23366 | |||
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn | |
svn-id: r23361 | |||
2006-06-30 | fix compilation after backend move | Joost Peters | |
svn-id: r23359 | |||
2006-06-30 | move psp backend to backends/platforms/psp | Joost Peters | |
svn-id: r23358 | |||
2006-06-30 | Moved backends/dc into new platform directory. | Marcus Comstedt | |
svn-id: r23357 | |||
2006-06-30 | Align memory address properly. This fixes crash on the GP32. | Won Star | |
svn-id: r23354 | |||
2006-06-29 | Oh. I forgot to change function calls. | Won Star | |
svn-id: r23348 | |||
2006-06-29 | Whoops. Correct varible name. | Won Star | |
svn-id: r23344 | |||
2006-06-29 | Properly init memory tables. | Won Star | |
svn-id: r23342 | |||
2006-06-29 | Lock sound timer thread. | Won Star | |
svn-id: r23340 | |||
2006-06-29 | Try to use processor cache efficiently. | Won Star | |
svn-id: r23339 | |||
2006-06-29 | Add custom memory management code. malloc() for small allocs became much ↵ | Won Star | |
faster and startup time in the GP32 is now 10~30 secs depend on clock speed. svn-id: r23338 | |||
2006-06-24 | Started to move 'monolithic' parts of our ports to the new ↵ | Max Horn | |
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293 | |||
2006-06-24 | Follow our code formatting guidelines; also, we provide default ↵ | Max Horn | |
implementations for getSavefileManager and displayMessageOnOSD, no point in replacing this with empty dummy implementations svn-id: r23283 | |||
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn | |
svn-id: r23282 | |||
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work ↵ | Max Horn | |
in progress) svn-id: r23279 | |||
2006-06-24 | * Renamed config.mak to config.mk | Max Horn | |
* 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 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn | |
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-20 | updated the readme for 0.9.0 release | Kostas Nakos | |
svn-id: r23200 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-20 | fix vga device overlays and invalid mouse cursor calls | Kostas Nakos | |
svn-id: r23192 | |||
2006-06-20 | fix typo | Kostas Nakos | |
svn-id: r23191 | |||
2006-06-20 | kyra engine support | Kostas Nakos | |
svn-id: r23188 | |||
2006-06-19 | Updated symbian actions for working key names | Lars Persson | |
svn-id: r23183 | |||
2006-06-12 | o WIP file cache code borrowed from PS2 port. | Won Star | |
o add property svn-id: r23062 | |||
2006-06-11 | * Move gp32-fs.cpp to fs/gp32 dir. | Won Star | |
* Fix gp32 launcher code. svn-id: r23023 | |||
2006-06-11 | Rename filesystem file. | Won Star | |
svn-id: r23022 | |||
2006-06-11 | correctly load configuration at startup | Kostas Nakos | |
svn-id: r23021 | |||
2006-06-10 | Specific resource file used for UIQ3 | Lars Persson | |
svn-id: r23016 | |||
2006-06-10 | Symbian port build updates for S60V3 and UIQ3 | Lars Persson | |
svn-id: r23015 | |||
2006-06-10 | fixed hashmap use | Kostas Nakos | |
svn-id: r23007 | |||
2006-06-10 | added multiple state support | Kostas Nakos | |
svn-id: r23006 | |||
2006-06-10 | fixed code regression to pre 0.8.2, panel, clipping, overlay fixes, support ↵ | Kostas Nakos | |
for new actions, new scaler, toolbar mouse, inverse landscape and double-tap -> right click svn-id: r23005 | |||
2006-06-10 | added hires aware flag for by-the-book handling of hires devices | Kostas Nakos | |
svn-id: r23004 |