aboutsummaryrefslogtreecommitdiff
path: root/backends/epoc
AgeCommit message (Collapse)Author
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-12-04FSF adress updatesLars Persson
svn-id: r19741
2005-12-03Codeformatting updateLars Persson
svn-id: r19740
2005-12-031. New build structure for Symbian builds to allow easier build and project ↵Lars Persson
updates 2. Updated framework files for new structure 3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether. 4. Incorporated Sevs code formatting changes in the new Symbian source structure. 5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered. 6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked) 7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome. 8. Built for S60V1 and UIQ2 targets from the cvs 9. Updated Readme with new build instructions. Any comments are welcome. Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated. svn-id: r19739
2005-12-03Remove old source filesLars Persson
svn-id: r19738
2005-12-03Preparing for new Build structure and with Sevs code formatting fixes + ↵Lars Persson
fixes for those fixes. svn-id: r19737
2005-12-03Fix code formatting to be compliant with our rules.Eugene Sandulenko
It may happen that I broke something since I have no means to compile it. Also I changed EScummVM -> ScummVM is several places. svn-id: r19734
2005-10-18Argh! Binary files got modified too. Reverting them.Eugene Sandulenko
svn-id: r19144
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-01Update Symbian README, default Joystick config is on, Updated pkg files for ↵Lars Persson
S80 & S90, updated symbian-fs (cleaner code) svn-id: r18919
2005-10-01Added avkon library to mmp fileLars Persson
svn-id: r18914
2005-09-301.Removed warning from symbian portdefsLars Persson
2.Made thumbnail.cpp compile for VC6 (Symbian Emulator environment). Order of template declaration and includes causing the problems 3.Moved int i declaration from for;loop into local variable 4.Updated stdafx uio.h is not part of the Symbian build chain. svn-id: r18909
2005-09-30Updated MMP files after the latest projekt (mk) files. Added stub zip for ↵Lars Persson
tremor and added Kyra mmp file. svn-id: r18905
2005-09-30Updated symbian actions and build scripts. Run updateMMPs to updated all ↵Lars Persson
MMPS based on the base mmp svn-id: r18904
2005-09-20Normalize use of DISABLE_SCALERS. Now it really disables all scalersEugene Sandulenko
except essential Normal1x. Also thumbnails get compiled unconditionally so we get them on all platforms, even those which never display them. Sorted out mess brought to sdl backend by epoc maintainer. He misused __SYMBIAN32__ where DISABLE_SCALERS is more appropriate. svn-id: r18850
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-09Updated build files for Symbian/Epoc so they now also includes SAGALars Persson
svn-id: r18528
2005-07-05Added S60 RSS file if it shall be working with ECompXL. Works on emulator ↵Lars Persson
but not for target right now svn-id: r18501
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498
2005-06-21This is the submission of the Epoc/Symbian build files forLars Persson
UIQ 2.1 UI Series 60 Series 80 Series 90/Nokia 7710 There is a dependency on ESdl for these devices. svn-id: r18427