aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2009-11-11Remove (now) obsolete HACK for WIN32.Johannes Schickel
svn-id: r45832
2009-11-11samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code ↵Paweł Kołodziejski
duplication svn-id: r45831
2009-11-11samsungtv: add missing .Paweł Kołodziejski
svn-id: r45830
2009-11-11samsungtv: remove keymapper, its pointless here. fixed key mappingPaweł Kołodziejski
svn-id: r45829
2009-11-10SDL: cleanupMax Horn
svn-id: r45817
2009-11-10Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
svn-id: r45815
2009-11-10Fix for bug #2895217 "MSVC compilation broken with r47595".Johannes Schickel
svn-id: r45814
2009-11-10properly fixed mouse positioning in game enginePaweł Kołodziejski
svn-id: r45810
2009-11-10fixed mosue movePaweł Kołodziejski
svn-id: r45809
2009-11-10fix warpMouse(), add missing setMousePos on cursor eventsPaweł Kołodziejski
svn-id: r45808
2009-11-10fixed linking in samsungtv targetPaweł Kołodziejski
svn-id: r45806
2009-11-10make samsungtv backend subclass of sdl classPaweł Kołodziejski
svn-id: r45805
2009-11-10Use the original scummvm.svg icon.Lars Persson
svn-id: r45804
2009-11-10Move Symbian main implementation from main.cpp to SymbianOS.cppLars Persson
svn-id: r45802
2009-11-10WINCE: List each object in MODULE_OBJS on its own line, for readabilityMax Horn
svn-id: r45798
2009-11-10SDL: Remove const from new handle*() method for now, to allow using remapKey ↵Max Horn
(ultimately, the goal is to get back the const by changing how remapping works) svn-id: r45797
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again ↵Max Horn
non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796
2009-11-09SDL: Separate Symbian specific main() from standard SDL main() -- to be ↵Max Horn
moved into a separate file svn-id: r45795
2009-11-09whitespaceMax Horn
svn-id: r45794
2009-11-09IndentionMax Horn
svn-id: r45793
2009-11-09SDL: Factor code from OSystem_SDL::pollEvent into various new virtual ↵Max Horn
methods, to make it easier to customize these (no code indention changes for easier diffing) svn-id: r45792
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
svn-id: r45791
2009-11-09WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRateMax Horn
svn-id: r45788
2009-11-09disable hardware surface, for some unknown for me reason it broke drawing ↵Paweł Kołodziejski
engine cursor svn-id: r45779
2009-11-09Fix compilation on unixWillem Jan Palenstijn
svn-id: r45778
2009-11-09added support for samsung tvPaweł Kołodziejski
svn-id: r45777
2009-11-09added samsung tv backendPaweł Kołodziejski
svn-id: r45775
2009-11-06update readme for releaseKostas Nakos
svn-id: r45691
2009-11-03Use the new built in ScummVM.svg icon. Its now compatible with S60vx ↵Lars Persson
(previous version rendered very strangely) svn-id: r45629
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-10-31Fixed Valgrind warning caused by always reading four bytes at a time from theTorbjörn Andersson
cursor source buffer. svn-id: r45558
2009-10-30PSP: Fixed serious issue in plugins due to way gcc sometimes works. Was only ↵Yotam Barnoy
observable in Kyra engine but potentially applicable to all svn-id: r45535
2009-10-22PSP: small fix for cache coherency affecting nippon and some others. Trunk only.Yotam Barnoy
svn-id: r45328
2009-10-21Patch #2871861: fix for mgx-packet in linuxmoto.mkMax Horn
svn-id: r45317
2009-10-17Made find_unused_pixel() take the transparency mask into account, notMarcus Comstedt
counting palette colours of masked pixels as used. Fixes transparency on the new default icon. svn-id: r45183
2009-10-17Update the Dreamcast iconJordi Vilalta Prat
svn-id: r45180
2009-10-16PSP palette fix for bsword1: fixed cache coherency issueYotam Barnoy
svn-id: r45165
2009-10-16Update the WinCE panel image with the new styleJordi Vilalta Prat
svn-id: r45155
2009-10-15PSP plugin: fixed small warning that could cause problemsYotam Barnoy
svn-id: r45130
2009-10-15Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.Joost Peters
If you need to adjust this to build then your toolchain setup is broken! svn-id: r45108
2009-10-15Updated custom PSP makefile with engines, cleaned up, fixed small issueYotam Barnoy
svn-id: r45107
2009-10-13PS2: Clarify licensing terms for some filesMax Horn
svn-id: r45045
2009-10-13PS2: Replace license header on irx_imports.h by a GPL one. These filesMax Horn
contains trivial content and are not really 'copyrightable' anyway. svn-id: r45043
2009-10-13Update the WinCE bar and the XPM imagesJordi Vilalta Prat
svn-id: r45017
2009-10-13Update some more icons (motomagx, gp2x, gp2xwiz and wince)Jordi Vilalta Prat
svn-id: r45011
2009-10-12use new ScummVM logo (with capital S)Joost Peters
svn-id: r44992
2009-10-10Fixed some warnings.Marcus Comstedt
svn-id: r44877
2009-10-10Added flag for updating dependencies.Marcus Comstedt
svn-id: r44876
2009-10-10Enable RGB colour for Dreamcast.Marcus Comstedt
svn-id: r44875
2009-10-10RGB support.Marcus Comstedt
svn-id: r44874