Commit Graph

3301 Commits

Author SHA1 Message Date
Joost Peters
5e56184616 fix compilation of null backend
svn-id: r45979
2009-11-18 22:59:31 +00:00
Max Horn
edee511ec2 WINCE: Use correct include paths
svn-id: r45977
2009-11-18 16:02:10 +00:00
Max Horn
a621435dc1 cleanup
svn-id: r45976
2009-11-18 15:23:16 +00:00
Max Horn
8aa4083bc9 Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscaler* code (untested as of now)
svn-id: r45975
2009-11-18 15:22:15 +00:00
Max Horn
9e5b8b4a33 PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()
svn-id: r45973
2009-11-18 13:59:36 +00:00
Paweł Kołodziejski
b6b96d9452 samsungtv: cleanup
svn-id: r45972
2009-11-18 11:16:50 +00:00
Paweł Kołodziejski
424c5eea92 samsungtv: no need make surface conversion here any more, sdl do that with internal emulation
svn-id: r45971
2009-11-18 10:14:30 +00:00
Paweł Kołodziejski
0d20aafb04 samsungtv: cleanup
svn-id: r45953
2009-11-17 14:27:11 +00:00
Paweł Kołodziejski
e105a6ffc2 samsungtv: since new sdl lib port support mouse and keyboard, adopting handle remote controller events
svn-id: r45952
2009-11-17 14:13:15 +00:00
Paweł Kołodziejski
836e5c088e samsungtv: no need workaround to subclasses, alternate sdl static library works fine
svn-id: r45940
2009-11-16 21:27:09 +00:00
Paweł Kołodziejski
09cdfac8c4 samsungtv: remap keycode, main tv software tell with SDLK_POWER to imediately quit sdl app
svn-id: r45939
2009-11-16 21:13:21 +00:00
Paweł Kołodziejski
737f9312e5 samsungtv: no need anymore exception for broken SDL_ShowCursor
svn-id: r45931
2009-11-15 21:57:28 +00:00
Matthew Hoops
bf1ab2f1db Make _mouseKeyColor a uint32 when USE_RGB_COLOR is defined to fix key color with some cursors when using a >8bpp cursor.
svn-id: r45929
2009-11-15 21:49:03 +00:00
Torbjörn Andersson
3e34b1bbab Made Alt-s (screenshot) work again.
svn-id: r45921
2009-11-15 12:20:22 +00:00
Paweł Kołodziejski
ace686aa3f samsungtv: continue reduction of code duplication
svn-id: r45900
2009-11-14 15:46:38 +00:00
Max Horn
81762edf33 Remove Igor engine
svn-id: r45898
2009-11-14 13:11:06 +00:00
Paweł Kołodziejski
5e136e5596 reduce code duplication, unconst pixel format
svn-id: r45895
2009-11-14 12:58:39 +00:00
Paweł Kołodziejski
f031cb2415 samsungtv: ops that should not go here
svn-id: r45883
2009-11-13 21:08:14 +00:00
Paweł Kołodziejski
f721078edf samsungtv: remove code duplication
svn-id: r45882
2009-11-13 21:01:09 +00:00
Paweł Kołodziejski
cb7b147881 samsungtv: revert last hasFeature change, feature kFeatureCursorHasPalette is needed
svn-id: r45881
2009-11-13 20:51:42 +00:00
Paweł Kołodziejski
1f00ac2e19 samsungtv: fix hasFeature flag
svn-id: r45880
2009-11-13 16:07:45 +00:00
Paweł Kołodziejski
42d0aa04e2 update includes
svn-id: r45879
2009-11-13 00:43:33 +00:00
Paweł Kołodziejski
0bbb62771a rename sdl.*->samsungtv.*
svn-id: r45878
2009-11-13 00:37:53 +00:00
Paweł Kołodziejski
82dfea7e56 samsungtv: remove more code duplication in the backend, based on Max patch
svn-id: r45877
2009-11-13 00:31:36 +00:00
Paweł Kołodziejski
06c73ee29f samsungtv: fix sdl surface type
svn-id: r45870
2009-11-12 20:44:37 +00:00
Paweł Kołodziejski
d4057ea90a samsungtv: disable SDL_UpdateRects it make worse
svn-id: r45865
2009-11-12 18:46:51 +00:00
Paweł Kołodziejski
1b3a3de946 samsungtv: disable selecting resolution based on aspect ratio for now
svn-id: r45837
2009-11-11 15:23:44 +00:00
Paweł Kołodziejski
b7a2c8dfe6 samsungtv: reduction of includes
svn-id: r45836
2009-11-11 14:42:56 +00:00
Paweł Kołodziejski
2a1cd33a46 added more cases for samsungtv to allow reuse main sdl code
svn-id: r45835
2009-11-11 14:36:46 +00:00
Johannes Schickel
7556fddeb9 Remove (now) obsolete HACK for WIN32.
svn-id: r45832
2009-11-11 14:27:22 +00:00
Paweł Kołodziejski
a3363e6e1f samsungtv: move DEFAULT_CONFIG_FILE into main sdl code to prevent code duplication
svn-id: r45831
2009-11-11 14:21:58 +00:00
Paweł Kołodziejski
6bc410ba34 samsungtv: add missing .
svn-id: r45830
2009-11-11 14:10:17 +00:00
Paweł Kołodziejski
565fcbcc8d samsungtv: remove keymapper, its pointless here. fixed key mapping
svn-id: r45829
2009-11-11 13:52:03 +00:00
Max Horn
58ed9271f5 SDL: cleanup
svn-id: r45817
2009-11-10 22:12:10 +00:00
Johannes Schickel
f23784b422 Add an ugly HACK to fix bug #2895217 "MSVC compilation broken with r47595".
svn-id: r45815
2009-11-10 21:14:27 +00:00
Johannes Schickel
7b7763021b Fix for bug #2895217 "MSVC compilation broken with r47595".
svn-id: r45814
2009-11-10 20:42:46 +00:00
Paweł Kołodziejski
c25739b839 properly fixed mouse positioning in game engine
svn-id: r45810
2009-11-10 19:51:40 +00:00
Paweł Kołodziejski
92bd012b55 fixed mosue move
svn-id: r45809
2009-11-10 19:23:47 +00:00
Paweł Kołodziejski
bbd8c302a3 fix warpMouse(), add missing setMousePos on cursor events
svn-id: r45808
2009-11-10 19:15:30 +00:00
Paweł Kołodziejski
095172d57f fixed linking in samsungtv target
svn-id: r45806
2009-11-10 17:18:19 +00:00
Paweł Kołodziejski
02165cff5a make samsungtv backend subclass of sdl class
svn-id: r45805
2009-11-10 11:20:35 +00:00
Lars Persson
9ea1094094 Use the original scummvm.svg icon.
svn-id: r45804
2009-11-10 09:37:49 +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
501dfa2489 WINCE: List each object in MODULE_OBJS on its own line, for readability
svn-id: r45798
2009-11-10 00:10:30 +00:00
Max Horn
885cbb5302 SDL: Remove const from new handle*() method for now, to allow using remapKey (ultimately, the goal is to get back the const by changing how remapping works)
svn-id: r45797
2009-11-10 00:01:43 +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
d6d2c5d7b8 SDL: Separate Symbian specific main() from standard SDL main() -- to be moved into a separate file
svn-id: r45795
2009-11-09 23:52:50 +00:00
Max Horn
b3a07754e2 whitespace
svn-id: r45794
2009-11-09 23:50:19 +00:00
Max Horn
be0e94f4cd Indention
svn-id: r45793
2009-11-09 23:33:05 +00:00
Max Horn
fc1758f33b SDL: Factor code from OSystem_SDL::pollEvent into various new virtual methods, to make it easier to customize these (no code indention changes for easier diffing)
svn-id: r45792
2009-11-09 23:31:46 +00:00