aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/samsungtv
AgeCommit message (Collapse)Author
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat
2011-05-25BUILD: Unify build & configure rules for SDL based backendsMax Horn
2011-05-24SAMSUNGTV: Fix buildPawel Kolodziejski
2011-05-24SAMSUNGTV: Fix build on non-SDL platformsWillem Jan Palenstijn
2011-05-24SAMSUNGTV: Update portPawel Kolodziejski
This combines the following Samsung TV port updates from master: 944e0be209f5ab47c3b903f258d2d41b990d80cb dc1d07774fc8ab0554047115d319ef8c0a2c3f63 It also includes the parts touching this backend of: 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e 2fa63ca01586c4e5fda8eb12dca444d47a2375f1
2011-05-24SAMSUNGTV: changed pathsPawel Kolodziejski
2011-05-23SAMSUNGTV: update portPawel Kolodziejski
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibilityMax Horn
2010-11-28SDL: Various more SdlEventSource related fixesMax Horn
svn-id: r54553
2010-11-28SDL: Change refs to SdlEventManager to SdlEventSourceMax Horn
svn-id: r54544
2010-11-28SDL: Merge deinit() into OSystem_SDL destructor and overload fatalErrorMax Horn
svn-id: r54526
2010-11-28Merging the gsoc2010-opengl branchMax Horn
svn-id: r54518
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
This commits a slightly modified patch from my patch tracker item #3104630 "OSYSTEM: Add logging API as proposed by Max on -devel". I was not able to test compilation on Android and SamsungTV, since there is no toolchain for those on buildbot (or I was too blind to find them). svn-id: r54339
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
svn-id: r51495
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467
2010-07-03Cleanup and documentation.Alejandro Marzini
svn-id: r50610
2010-06-29Renamed Samsung TV SDL Event Manager class and file for constancy, and added ↵Alejandro Marzini
initialization for it on Samsung TV backend. svn-id: r50481
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
svn-id: r50364
2010-06-26Missing character.Alejandro Marzini
svn-id: r50303
2010-06-26Override quit() and getConfigFileNameString(). Changed parent class to ↵Alejandro Marzini
OSystem_POSIX. svn-id: r50302
2010-06-25Modularized Samsung TV port.Alejandro Marzini
svn-id: r50258
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
svn-id: r49388
2010-05-21sync with parent sdl backendPaweł Kołodziejski
svn-id: r49134
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
svn-id: r48148
2009-11-18samsungtv: cleanupPaweł Kołodziejski
svn-id: r45972
2009-11-18samsungtv: no need make surface conversion here any more, sdl do that with ↵Paweł Kołodziejski
internal emulation svn-id: r45971
2009-11-17samsungtv: cleanupPaweł Kołodziejski
svn-id: r45953
2009-11-17samsungtv: since new sdl lib port support mouse and keyboard, adopting ↵Paweł Kołodziejski
handle remote controller events svn-id: r45952
2009-11-16samsungtv: no need workaround to subclasses, alternate sdl static library ↵Paweł Kołodziejski
works fine svn-id: r45940
2009-11-16samsungtv: remap keycode, main tv software tell with SDLK_POWER to ↵Paweł Kołodziejski
imediately quit sdl app svn-id: r45939
2009-11-14samsungtv: continue reduction of code duplicationPaweł Kołodziejski
svn-id: r45900
2009-11-14reduce code duplication, unconst pixel formatPaweł Kołodziejski
svn-id: r45895
2009-11-13samsungtv: ops that should not go herePaweł Kołodziejski
svn-id: r45883
2009-11-13samsungtv: remove code duplicationPaweł Kołodziejski
svn-id: r45882
2009-11-13samsungtv: revert last hasFeature change, feature kFeatureCursorHasPalette ↵Paweł Kołodziejski
is needed svn-id: r45881
2009-11-13samsungtv: fix hasFeature flagPaweł Kołodziejski
svn-id: r45880
2009-11-13update includesPaweł Kołodziejski
svn-id: r45879
2009-11-13rename sdl.*->samsungtv.*Paweł Kołodziejski
svn-id: r45878
2009-11-13samsungtv: remove more code duplication in the backend, based on Max patchPaweł Kołodziejski
svn-id: r45877
2009-11-12samsungtv: fix sdl surface typePaweł Kołodziejski
svn-id: r45870
2009-11-12samsungtv: disable SDL_UpdateRects it make worsePaweł Kołodziejski
svn-id: r45865
2009-11-11samsungtv: disable selecting resolution based on aspect ratio for nowPaweł Kołodziejski
svn-id: r45837
2009-11-11samsungtv: reduction of includesPaweł Kołodziejski
svn-id: r45836
2009-11-11added more cases for samsungtv to allow reuse main sdl codePaweł Kołodziejski
svn-id: r45835
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-10properly fixed mouse positioning in game enginePaweł Kołodziejski
svn-id: r45810
2009-11-10fixed mosue movePaweł Kołodziejski
svn-id: r45809