index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
symbian
/
src
/
SymbianOS.cpp
Age
Commit message (
Expand
)
Author
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-07
Set default save path via save manager.
Lars Persson
2008-09-07
Updated readme about usage of snprintf source
Lars Persson
2008-09-06
Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memo...
Lars Persson
2008-09-05
Add symbian implementations to create read/write configfile handles
Lars Persson
2008-09-05
Change location of create fs factory for Symbian!
Lars Persson
2008-09-05
Updated Symbian OS file actions with ferror and fflush.
Lars Persson
2008-08-22
Turned SymbianFilesystemFactory from a singleton into a normal class; adapted...
Max Horn
2008-08-22
Symbian backend does not have to implement config file methods, as long as th...
Max Horn
2008-08-17
Improved filehandling for securer and quicker way to get ref to file session
Lars Persson
2008-08-03
OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...
Max Horn
2008-07-27
Fix for ftell error when caching. HOF now starts properly
Lars Persson
2008-07-22
Fixed seek problem when cached data is used.
Lars Persson
2008-07-19
eof was not working properly with caching
Lars Persson
2008-07-18
Fixed typo in filehandling
Lars Persson
2008-07-18
Introduced cache for filereading to fix slowness in AGOS among others.
Lars Persson
2008-07-18
Symbian soundsmixer update. (Compile fix)
Lars Persson
2008-06-28
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
Max Horn
2008-05-07
Proper delete[] formatting (this time all occurences should've been changed...)
Johannes Schickel
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2008-04-02
Remove Symbian FS creation from common SDL code
Lars Persson
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-22
Removed backends/intern.h
Max Horn
2008-01-13
Removed unnecessary semi-colons.
Torbjörn Andersson
2007-11-24
Fix for keymappings not working properly for S60
Lars Persson
2007-09-28
Updated include order and H file naming
Lars Persson
2007-09-18
Code formatting fixes
Max Horn
2007-06-11
Include Kyra.dat and sky.cpt in the sis file. queen.tbl not included due to t...
Lars Persson
2007-06-10
Updated makefile scripts with correct documents.
Lars Persson
2007-06-08
Updated filesharing mode to full sharing. Now scummvm.ini works again.
Lars Persson
2007-06-08
Added read file sharing by default. Required for Gob2.
Lars Persson
2007-06-08
Updated Symbian OS Prediction handling
Lars Persson
2007-06-07
Symbian PORT updated with CE mappings
Lars Persson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-14
Add new KeyMappings (Debugger & Fast mode) for Symbian OS.
Lars Persson
2007-03-13
Updated Symbian Actions for proper ITE menu key.
Lars Persson
2007-03-11
Fixed '+' mode handling in symbian_fopen (at least this looks to me like it s...
Johannes Schickel
2007-03-11
Added shared filed support using native file APIs.
Lars Persson
2007-03-11
Updated actions for symbian OS, memory limits for S60.
Lars Persson
2007-03-03
Updated Icons for UIQ3 and updated #defs and fix for scalers.
Lars Persson
2006-12-28
Updated quit handling
Lars Persson
2006-08-04
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
Max Horn
2006-07-06
Moving remaining platform/backends code, as previously threatened
Max Horn