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
Lars Persson
d0d4c4da34
Added read file sharing by default. Required for Gob2.
...
svn-id: r27213
2007-06-08 20:09:36 +00:00
Lars Persson
a3e8f765a6
Updated Symbian OS Prediction handling
...
Updated AGI to only enable predictive input after dictionary was found.
svn-id: r27206
2007-06-08 18:09:24 +00:00
Lars Persson
e35ba53b7e
Symbian PORT updated with CE mappings
...
svn-id: r27178
2007-06-07 20:52:49 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Max Horn
ed54ea9155
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
...
svn-id: r26180
2007-03-17 19:02:05 +00:00
Lars Persson
4d962e1771
Add new KeyMappings (Debugger & Fast mode) for Symbian OS.
...
svn-id: r26133
2007-03-14 19:25:33 +00:00
Lars Persson
dbca9d0c47
Updated Symbian Actions for proper ITE menu key.
...
svn-id: r26125
2007-03-13 20:47:11 +00:00
Johannes Schickel
b4b3233cb8
Fixed '+' mode handling in symbian_fopen (at least this looks to me like it should be, I'm sorry if I got it wrong).
...
svn-id: r26088
2007-03-11 14:51:02 +00:00
Lars Persson
e8c941c128
Added shared filed support using native file APIs.
...
svn-id: r26087
2007-03-11 14:28:03 +00:00
Lars Persson
61690d4daf
Updated actions for symbian OS, memory limits for S60.
...
svn-id: r26082
2007-03-11 11:23:40 +00:00
Lars Persson
5cee9799f1
Updated Icons for UIQ3 and updated #defs and fix for scalers.
...
svn-id: r25953
2007-03-03 18:36:05 +00:00
Lars Persson
8acfe5f557
Updated quit handling
...
svn-id: r24939
2006-12-28 09:12:58 +00:00