Lars Persson
17d8fafedd
SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support needed, updated version nr
...
svn-id: r54378
2010-11-19 13:23:33 +00:00
Lars Persson
824a4009c9
SYMBIAN : Remove Symbian FatalError implementation (not really used anymore for any current symbian phone)
...
svn-id: r54372
2010-11-19 12:49:33 +00:00
Lars Persson
3a3b2cf862
SYMBIAN : Add addSysArchivesToSearchSet to support local data files properly. (Instead of using extrapath)
...
svn-id: r52864
2010-09-23 10:37:10 +00:00
Eugene Sandulenko
9aa8a9d519
Symbian: sync with recent GUI changes. NOT TESTED.
...
svn-id: r49794
2010-06-15 11:01:41 +00:00
Max Horn
767edc91fa
OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects
...
svn-id: r49388
2010-06-02 00:52:57 +00:00
Max Horn
9b837d66d4
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor
...
svn-id: r48238
2010-03-11 23:39:51 +00:00
Max Horn
c97ee14a65
Remove last traces of OSystem::getOutputSampleRate()
...
svn-id: r48229
2010-03-10 21:01:44 +00:00
Lars Persson
65136b9acf
Move Symbian main implementation from main.cpp to SymbianOS.cpp
...
svn-id: r45802
2009-11-10 08:01:48 +00:00
Max Horn
1f37da2626
Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-const (as it may have to be modified for remapping. Of course. Silly me :/)
...
svn-id: r45796
2009-11-09 23:58:12 +00:00
Max Horn
b3a07754e2
whitespace
...
svn-id: r45794
2009-11-09 23:50:19 +00:00
Max Horn
9d816caf56
SDL: Make first param of OSystem_SDL::remapKey const
...
svn-id: r45791
2009-11-09 23:29:33 +00:00
Max Horn
8ba75fc522
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
...
svn-id: r44495
2009-09-30 16:16:53 +00:00
Lars Persson
4b850a2c03
Move action inits to engineInit and engineDone callbacks.
...
svn-id: r42007
2009-07-01 20:02:33 +00:00
Max Horn
bb28ed7b7a
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
...
also intentionally broke WinCE and Symbian ports (in an obvious way that
can be undo by commenting out some text) -- hopefully this will get the
maintainers' attention during the next release cycle, unlike my emails
svn-id: r41932
2009-06-28 19:58:11 +00:00
Lars Persson
b98bd77d3f
Add initial support for VKB and keymapper shortcuts.
...
Add missing fnmatch function
svn-id: r39163
2009-03-06 20:27:34 +00:00
Lars Persson
4f3a50913e
Added keyboard mapping for global menu.
...
svn-id: r38981
2009-02-28 21:05:21 +00:00
Max Horn
8f16458e9b
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
...
svn-id: r36014
2009-01-23 03:41:36 +00:00
Max Horn
e4b013f616
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them)
...
svn-id: r36013
2009-01-23 03:30:40 +00:00
Eugene Sandulenko
696897b058
Whoa! Removing trailing spaces.
...
svn-id: r35648
2009-01-01 15:06:43 +00:00
Max Horn
c7fde102e3
Renamed FilesystemNode -> FSNode
...
svn-id: r34716
2008-10-02 16:58:59 +00:00
Lars Persson
864c2244f0
Set default save path via save manager.
...
Fix bug in symbian-fs GetChild function.
svn-id: r34417
2008-09-07 16:43:03 +00:00
Lars Persson
b3a48455db
Updated readme about usage of snprintf source
...
Added vsnprintf implementation.
Cleanout SymbianOS.cpp from old file functions.
svn-id: r34407
2008-09-07 13:40:30 +00:00
Lars Persson
5756308cec
Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memory overwrites).
...
Use bsearch implementation from WINCE port.
svn-id: r34382
2008-09-06 10:30:05 +00:00
Lars Persson
5388ecf722
Add symbian implementations to create read/write configfile handles
...
svn-id: r34363
2008-09-05 19:03:30 +00:00
Lars Persson
f88ad12952
Change location of create fs factory for Symbian!
...
svn-id: r34362
2008-09-05 18:49:13 +00:00
Lars Persson
5c0b91397d
Updated Symbian OS file actions with ferror and fflush.
...
svn-id: r34340
2008-09-05 11:31:51 +00:00
Max Horn
16e02f051d
Turned SymbianFilesystemFactory from a singleton into a normal class; adapted symbian backend accordingly
...
svn-id: r34101
2008-08-22 11:49:34 +00:00
Max Horn
a237ba75bc
Symbian backend does not have to implement config file methods, as long as they are identical to those in the SDL backend...
...
svn-id: r34099
2008-08-22 11:41:14 +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
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
ff64eb3756
Fix for ftell error when caching. HOF now starts properly
...
svn-id: r33340
2008-07-27 18:22:23 +00:00
Lars Persson
abecf0a5f7
Fixed seek problem when cached data is used.
...
svn-id: r33210
2008-07-22 18:52:13 +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
Lars Persson
7b00db0312
Symbian soundsmixer update. (Compile fix)
...
svn-id: r33098
2008-07-18 19:02:40 +00:00
Max Horn
c45d632f3b
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
...
svn-id: r32828
2008-06-28 15:28:29 +00:00
Johannes Schickel
311e9165ed
Proper delete[] formatting (this time all occurences should've been changed...)
...
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel
600ab40bca
Changed all delete [] usages to delete[].
...
svn-id: r31927
2008-05-07 14:31:45 +00:00
Lars Persson
acc5d79d7c
Remove Symbian FS creation from common SDL code
...
svn-id: r31364
2008-04-02 21:19:17 +00:00
Jordi Vilalta Prat
d6c34bdc4b
Fixed the spaces before tabs.
...
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
c4c481fecf
Removed backends/intern.h
...
svn-id: r30611
2008-01-22 14:16:02 +00:00
Torbjörn Andersson
7b15433572
Removed unnecessary semi-colons.
...
svn-id: r30476
2008-01-13 22:12:35 +00:00
Lars Persson
54aea9bd74
Fix for keymappings not working properly for S60
...
svn-id: r29627
2007-11-24 12:57:08 +00:00
Lars Persson
7b3fe1d12f
Updated include order and H file naming
...
svn-id: r29120
2007-09-28 20:54:11 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Lars Persson
86f433b3c4
Include Kyra.dat and sky.cpt in the sis file. queen.tbl not included due to the size.
...
svn-id: r27364
2007-06-11 19:30:24 +00:00
Lars Persson
a896ec3aad
Updated makefile scripts with correct documents.
...
svn-id: r27329
2007-06-10 19:43:48 +00:00
Lars Persson
6c9e50c8a8
Updated filesharing mode to full sharing. Now scummvm.ini works again.
...
svn-id: r27218
2007-06-08 21:29:18 +00:00