Commit Graph

3462 Commits

Author SHA1 Message Date
Max Horn
bfc553081c PSP: Fix whitespace usage and code formatting
svn-id: r46126
2009-11-24 14:18:46 +00:00
Joost Peters
8109867acb formatting
svn-id: r46124
2009-11-24 12:16:10 +00:00
Joost Peters
3d7155bd62 fix building via Makefile
svn-id: r46123
2009-11-24 12:10:39 +00:00
Joost Peters
e5a919e132 revert psp.spec mutilation too
svn-id: r46122
2009-11-24 11:59:38 +00:00
Yotam Barnoy
b8b042d4bf PSP: Replaced virtual keyboard and cleaned up makefiles in the process.
svn-id: r46120
2009-11-24 10:33:30 +00:00
Max Horn
e68a05ea60 PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopen
svn-id: r46115
2009-11-23 23:32:34 +00:00
Max Horn
fc84e258b2 PS2: Add new PS2FileStream class for std I/O.
* Add new class PS2FileStream as substitute for class StdioStream on PS2
* Remove PS2 specific hacks from stdiostream.cpp / class StdioStream
* Remove various ps2_f*() wrapper funcs, merging them into PS2FileStream

TODO: Merge class Ps2File into PS2FileStream

svn-id: r46111
2009-11-23 23:17:50 +00:00
Max Horn
fe48378eb2 Remove unnecessary #include errno.h
svn-id: r46109
2009-11-23 23:15:44 +00:00
Max Horn
3d342bec3c PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fputs instead of fprintf
svn-id: r46107
2009-11-23 22:29:39 +00:00
Max Horn
6312da6d13 PS2: cleanup
svn-id: r46105
2009-11-23 22:28:44 +00:00
Max Horn
68ebbf9022 Remove obsolete OSX & NDS specific stuff from StdioStream code
svn-id: r46104
2009-11-23 22:28:14 +00:00
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
Max Horn
9d816caf56 SDL: Make first param of OSystem_SDL::remapKey const
svn-id: r45791
2009-11-09 23:29:33 +00:00
Max Horn
49c443149f WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRate
svn-id: r45788
2009-11-09 23:11:00 +00:00
Paweł Kołodziejski
46ef23a7b9 disable hardware surface, for some unknown for me reason it broke drawing engine cursor
svn-id: r45779
2009-11-09 17:51:20 +00:00
Willem Jan Palenstijn
ecaa7a3fe7 Fix compilation on unix
svn-id: r45778
2009-11-09 15:13:59 +00:00
Paweł Kołodziejski
4c2491df3b added support for samsung tv
svn-id: r45777
2009-11-09 14:43:05 +00:00
Paweł Kołodziejski
9290966e27 added samsung tv backend
svn-id: r45775
2009-11-09 14:29:53 +00:00
Kostas Nakos
10d1288c72 update readme for release
svn-id: r45691
2009-11-06 07:49:25 +00:00
Lars Persson
a5058b2022 Use the new built in ScummVM.svg icon. Its now compatible with S60vx (previous version rendered very strangely)
svn-id: r45629
2009-11-03 12:48:32 +00:00
Max Horn
51933629d1 Changed foo(void) to foo() in almost all non-backend source files
svn-id: r45616
2009-11-02 21:54:57 +00:00
Torbjörn Andersson
773bc170a3 Fixed Valgrind warning caused by always reading four bytes at a time from the
cursor source buffer.

svn-id: r45558
2009-10-31 12:38:08 +00:00
Yotam Barnoy
272cc75715 PSP: Fixed serious issue in plugins due to way gcc sometimes works. Was only observable in Kyra engine but potentially applicable to all
svn-id: r45535
2009-10-30 12:26:24 +00:00
Yotam Barnoy
f79d3bb7cd PSP: small fix for cache coherency affecting nippon and some others. Trunk only.
svn-id: r45328
2009-10-22 06:50:59 +00:00
Max Horn
48013f16f8 Patch #2871861: fix for mgx-packet in linuxmoto.mk
svn-id: r45317
2009-10-21 22:40:00 +00:00
Marcus Comstedt
87247d1e4d Made find_unused_pixel() take the transparency mask into account, not
counting palette colours of masked pixels as used.  Fixes transparency
on the new default icon.

svn-id: r45183
2009-10-17 11:35:49 +00:00
Jordi Vilalta Prat
a7cdad157e Update the Dreamcast icon
svn-id: r45180
2009-10-17 10:51:14 +00:00
Yotam Barnoy
739b462753 PSP palette fix for bsword1: fixed cache coherency issue
svn-id: r45165
2009-10-16 12:45:53 +00:00
Jordi Vilalta Prat
1c6e0e1cf9 Update the WinCE panel image with the new style
svn-id: r45155
2009-10-16 09:40:12 +00:00
Yotam Barnoy
78c905ebbe PSP plugin: fixed small warning that could cause problems
svn-id: r45130
2009-10-15 20:01:24 +00:00
Joost Peters
03d2c95931 Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.
If you need to adjust this to build then your toolchain setup is broken!

svn-id: r45108
2009-10-15 08:38:42 +00:00
Yotam Barnoy
483bed9540 Updated custom PSP makefile with engines, cleaned up, fixed small issue
svn-id: r45107
2009-10-15 08:22:37 +00:00
Max Horn
94cd102974 PS2: Clarify licensing terms for some files
svn-id: r45045
2009-10-13 19:12:25 +00:00
Max Horn
c59c10ac08 PS2: Replace license header on irx_imports.h by a GPL one. These files
contains trivial content and are not really 'copyrightable' anyway.

svn-id: r45043
2009-10-13 19:00:09 +00:00
Jordi Vilalta Prat
099c073605 Update the WinCE bar and the XPM images
svn-id: r45017
2009-10-13 14:50:14 +00:00
Jordi Vilalta Prat
ff1d2592cc Update some more icons (motomagx, gp2x, gp2xwiz and wince)
svn-id: r45011
2009-10-13 11:12:41 +00:00
Joost Peters
0cc28b5cd7 use new ScummVM logo (with capital S)
svn-id: r44992
2009-10-12 19:30:33 +00:00
Marcus Comstedt
8fd29ecf9f Fixed some warnings.
svn-id: r44877
2009-10-10 14:55:56 +00:00
Marcus Comstedt
fb4538dd2d Added flag for updating dependencies.
svn-id: r44876
2009-10-10 14:31:16 +00:00
Marcus Comstedt
6f9a4749d1 Enable RGB colour for Dreamcast.
svn-id: r44875
2009-10-10 14:30:19 +00:00
Marcus Comstedt
f517f32902 RGB support.
svn-id: r44874
2009-10-10 14:26:53 +00:00
Marcus Comstedt
1604212030 Makefile.common now requires us to set $(LD) as well...
svn-id: r44867
2009-10-10 11:42:41 +00:00
Max Horn
2e964baeef Some const correctness changes; cleanup
svn-id: r44850
2009-10-09 21:47:33 +00:00
Joost Peters
15e427c2c2 whitespace changes aka. buildbot rebuilding :)
svn-id: r44831
2009-10-09 16:35:37 +00:00
Joost Peters
7bf181bf98 Slightly modified version of patch #2875544: PSP plugins patch
svn-id: r44822
2009-10-09 12:10:08 +00:00
Max Horn
8549e48707 PS2: Fix warnings
svn-id: r44813
2009-10-09 10:05:45 +00:00
Max Horn
e6dd7e24f2 PS2: Fix warning, use fully qualified path for backend specific header ps2temp.h
svn-id: r44811
2009-10-09 10:03:45 +00:00
Max Horn
cc236d9799 PS2: Add some stubs for the ps2 port to our primary build system (incomplete WIP)
svn-id: r44800
2009-10-08 20:59:53 +00:00
Max Horn
42120ed626 Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though
svn-id: r44793
2009-10-08 19:41:38 +00:00
Max Lingua
36c2625f07 Here we have:
- dropped gBitFormat 

 - added extra param "const Graphics::PixelFormat *" to 

    OSystem_PS2::initSize

    OSystem_PS2::setMouseCursor

Note! To compile on SVN you will have (for now ;-) to create
few few empty folders by hand, note very elegant but will
keep you going until when we (ehm...) refine the PS2 Makefile.

Here comes the brute force script I use inside backends/platform/ps2

mkdir -p backends/platform/ps2
mkdir -p base
mkdir -p engines/scumm
mkdir -p engines/scumm/he
mkdir -p engines/scumm/imuse
mkdir -p engines/scumm/imuse_digi
mkdir -p engines/scumm/insane
mkdir -p engines/scumm/smush
mkdir -p engines/agi
mkdir -p engines/agos
mkdir -p engines/cine
mkdir -p engines/cruise
mkdir -p engines/drascula
mkdir -p engines/gob
mkdir -p engines/gob/demos
mkdir -p engines/gob/save
mkdir -p engines/gob/sound
mkdir -p engines/igor
mkdir -p engines/igor/parts
mkdir -p engines/kyra
mkdir -p engines/lure
mkdir -p engines/made
mkdir -p engines/parallaction
mkdir -p engines/queen
mkdir -p engines/saga
mkdir -p engines/sky
mkdir -p engines/sky/music
mkdir -p engines/sword1
mkdir -p engines/sword2
mkdir -p engines/touche
mkdir -p gui
mkdir -p graphics
mkdir -p graphics/fonts
mkdir -p graphics/scaler
mkdir -p graphics/video
mkdir -p graphics/video/coktelvideo
mkdir -p sound
mkdir -p sound/mods
mkdir -p sound/softsynth
mkdir -p sound/softsynth/opl
mkdir -p backends/events/default
mkdir -p backends/fs
mkdir -p backends/fs/amigaos4
mkdir -p backends/fs/ds
mkdir -p backends/fs/palmos
mkdir -p backends/fs/posix
mkdir -p backends/fs/ps2
mkdir -p backends/fs/psp
mkdir -p backends/fs/symbian
mkdir -p backends/fs/windows
mkdir -p backends/fs/wii
mkdir -p backends/keymapper
mkdir -p backends/midi
mkdir -p backends/plugins/dc
mkdir -p backends/plugins/posix
mkdir -p backends/plugins/sdl
mkdir -p backends/plugins/win32
mkdir -p backends/saves
mkdir -p backends/saves/default
mkdir -p backends/saves/posix
mkdir -p backends/saves/psp
mkdir -p backends/timer/default
mkdir -p backends/vkeybd
mkdir -p common

I know, you don't need all those "-p" but it looks more consistent ;-)

svn-id: r44683
2009-10-05 23:46:39 +00:00
Max Horn
126450f3bc Revert nonsense I did in backends/platform/linuxmoto/module.mk and modify ASM build rules instead, enforcing the creation of output dirs for compiled files
svn-id: r44647
2009-10-04 23:21:01 +00:00
Joost Peters
fd5cf8f2db Cleaned up version of patch #2872626: "PSP: flicker part 2"
svn-id: r44646
2009-10-04 22:59:39 +00:00
Max Horn
670d8582ff Attempt to fix linuxmoto compilation on our buildbot
svn-id: r44643
2009-10-04 22:35:04 +00:00
Max Horn
8e73622d13 Add some doxygen comments to WinCE scalers. Somebody should verify those. Also note how SmartphoneLandscape's ARM asm version seems to do something different compared to the C version
svn-id: r44642
2009-10-04 22:33:15 +00:00
Max Horn
f242266f6d Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
2009-10-04 21:26:33 +00:00
Max Horn
f54e82e488 Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools
svn-id: r44539
2009-10-02 14:42:24 +00:00
Max Horn
14c58b73e9 Remove dead code
svn-id: r44534
2009-10-02 12:53:45 +00:00
Andre Heider
a6b2e9255f Fixed mismatching malloc/free, and plugged a memleak.
svn-id: r44526
2009-10-01 16:52:05 +00:00
Max Horn
8ba75fc522 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
2009-09-30 16:16:53 +00:00
Joost Peters
e29b1758de fix bug #2869491: "PSP make problem after 44348"
svn-id: r44479
2009-09-30 11:11:06 +00:00
Andre Heider
fa3e257aa2 Removed the svn:executable property on non-executables
svn-id: r44444
2009-09-28 09:16:53 +00:00
Andre Heider
9c4f4e6775 Fixed whitespace fail
svn-id: r44442
2009-09-28 09:05:29 +00:00
Andre Heider
0dcc75671e Fix WinCE build error
svn-id: r44441
2009-09-28 08:57:44 +00:00
Kostas Nakos
6ffa6ecccf revert previous fix
svn-id: r44438
2009-09-28 07:25:28 +00:00
Kostas Nakos
a13ba4cee7 overload newer incarnation of setmousecursor
svn-id: r44437
2009-09-28 07:21:56 +00:00
Kostas Nakos
994b74a193 1) fix scaler selection for vga games on vga (or higher) devices. 2) fix a crash during startup
svn-id: r44435
2009-09-28 07:04:29 +00:00
Max Horn
76132409d6 Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway
svn-id: r44428
2009-09-27 22:43:32 +00:00
Max Horn
6ec05c48f9 Fix CoreAudio MIDI backend on Mac OS X 10.6
svn-id: r44427
2009-09-27 22:42:51 +00:00
Max Horn
8f609497ee Backported NDS changes from 1.0.0 branch to trunk
svn-id: r44426
2009-09-27 22:42:21 +00:00
Joost Peters
0a36b67a1f reduce display list size - we only use a fraction of it.
svn-id: r44418
2009-09-27 20:46:38 +00:00
Andre Heider
8b6b3358c8 Properly return values on functions with non-void return types.
svn-id: r44412
2009-09-27 17:18:30 +00:00
Andre Heider
f4597ee83e Fixed compilation of the NDS port.
svn-id: r44410
2009-09-27 16:06:06 +00:00
Andre Heider
f34f2ee6cc make -> $(MAKE)
svn-id: r44409
2009-09-27 15:44:02 +00:00
Andre Heider
4193367d30 makefile -> Nakefile
svn-id: r44408
2009-09-27 15:42:18 +00:00
Andre Heider
3330ca56c8 make -> $(MAKE)
svn-id: r44407
2009-09-27 15:40:52 +00:00
Andre Heider
d7130081c9 makefile -> Nakefile
svn-id: r44406
2009-09-27 15:39:15 +00:00
Andre Heider
f687ed4221 Use _port_mk for the PSP port; some psp.mk cleanup.
svn-id: r44405
2009-09-27 15:16:54 +00:00
Andre Heider
0d2056f8c9 Use _port_mk for the Wii and Gamecube port.
svn-id: r44402
2009-09-27 15:06:35 +00:00
Max Horn
55211a1c1d cleanup
svn-id: r44352
2009-09-25 12:20:22 +00:00
Max Horn
f66485eb51 LINUXMOTO: main.cpp is now linuxmoto-main.cpp
svn-id: r44350
2009-09-25 12:17:08 +00:00
Max Horn
20ad571438 Last part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44345
2009-09-25 11:27:41 +00:00
Max Horn
67564cb532 Move wii specific stuff from ports.mk to backends/platform/wii/wii.mk
svn-id: r44343
2009-09-25 11:22:29 +00:00
Max Horn
1a4257f46f Move linuxmoto specific stuff from ports.mk to a new file backends/platform/linuxmoto/linuxmoto.mk
svn-id: r44342
2009-09-25 11:22:14 +00:00
Max Horn
399c511f90 Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44341
2009-09-25 11:21:56 +00:00
Max Horn
3c8500c149 Patch #2856708: AMIGAOS4: FS updated to new SDK
svn-id: r44338
2009-09-25 09:57:38 +00:00
Max Horn
6ea572b183 typo
svn-id: r44333
2009-09-25 09:08:17 +00:00
Joost Peters
6a5bd81599 PSP: improved suspend/resume support [patch from bluddy]
svn-id: r44276
2009-09-23 16:11:23 +00:00
Joost Peters
161659052b cleanup
svn-id: r44253
2009-09-22 09:37:39 +00:00
Joost Peters
58f7f2132e Apply patch #2863653: "PSP: Flickering problem fix" + some formatting changes and fixing several incorrect depth values.
svn-id: r44251
2009-09-22 09:31:19 +00:00
Andre Heider
47e677ffcc whitespace fix
svn-id: r44233
2009-09-21 20:50:13 +00:00
Andre Heider
d020800e57 reinit the console when changing the video mode.
svn-id: r44232
2009-09-21 20:45:21 +00:00
Andre Heider
ab6caf1df6 New "Input" tab for the options dialog to set pad sensitivity and acceleration.
svn-id: r44205
2009-09-20 12:53:32 +00:00
Andre Heider
81bb484f01 Fix compilation
svn-id: r44203
2009-09-20 12:33:03 +00:00
Andre Heider
cd1628f70d Mention mount errors on the status labels.
svn-id: r44202
2009-09-20 11:47:11 +00:00
Andre Heider
3224a8d3c8 Only update status label of the active tab (lables print their text when updating, regardless of its visibility status).
svn-id: r44200
2009-09-20 11:29:33 +00:00
Andre Heider
aeda407a17 Show the console when exiting abnormally.
svn-id: r44190
2009-09-18 21:25:32 +00:00
Andre Heider
3e24220a19 Moved the Wii gfx code to its own library. Added a onscreen console for stdout/err, toggable via pad keys.
svn-id: r44189
2009-09-18 18:56:16 +00:00
Johannes Schickel
6f9f2ddf37 Update game screen after changing the active scaler via hotkeys. This fixes black screens in occasions, where the engine does not call updateScreen itself after a scaler change.
svn-id: r44183
2009-09-18 12:38:53 +00:00
Torbjörn Andersson
e7469479ce Removed unnecessary semi-colons.
svn-id: r44048
2009-09-13 10:32:55 +00:00
Bertrand Augereau
d454c9b379 Minor constness fixes
svn-id: r43974
2009-09-06 10:51:20 +00:00
Andre Heider
0b002beccd Support for SMB shares, cleaned up async FS functions.
svn-id: r43965
2009-09-05 17:53:55 +00:00
Andre Heider
9aa7546a34 Removed AA modes in favor of bilinear texture filtering, which gives much better results. Renamed a few types and enums to make it clear what they're for.
svn-id: r43919
2009-09-03 17:52:38 +00:00
Andre Heider
57e28df8cd Fixed thumbnail gfx glitches on savegames
svn-id: r43910
2009-09-02 16:08:01 +00:00
Andre Heider
cf112f9a43 Added an options dialog for some Wii specific settings.
svn-id: r43892
2009-09-01 19:33:47 +00:00
Max Horn
2ed53f98b4 Clarified the backspace key workaround: This is not a Mac OS X issue (as the comment used to imply) but rather an issue in some game engines.
svn-id: r43880
2009-09-01 13:02:24 +00:00
Lars Persson
19d55c0490 Updated to support multiple exes
svn-id: r43877
2009-09-01 07:44:21 +00:00
Andre Heider
7d71fbeea2 Complete GFX rewrite with new features:
- Standard and Dual-strike (240p) video modes, both with or without AA
- Distinct textures for the overlay, game buffer and the cursor
- Support for HW paletted textures
- Less pixel buffer conversions
- Cursor scaling
- Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha

svn-id: r43830
2009-08-30 17:01:03 +00:00
Eugene Sandulenko
212965f978 Patch #2845084: "Linuxmoto-backend small update"
svn-id: r43809
2009-08-29 20:43:00 +00:00
Andre Heider
a041ba4f48 Whitespace fix for buildbot
svn-id: r43679
2009-08-23 22:51:57 +00:00
Eugene Sandulenko
080eaef76c Formatting
svn-id: r43675
2009-08-23 20:40:09 +00:00
Robin Watts
cef5230595 Remove more warnings from wince build.
svn-id: r43663
2009-08-22 23:09:43 +00:00
Robin Watts
4a33ef34a3 Eliminate more warnings for buildbot.
svn-id: r43662
2009-08-22 23:00:08 +00:00
Robin Watts
0ef33c86d5 Attempt to remove some warnings in the wince build that occur on the buildbot's
version of gcc (5.1) but don't occur on my local copy (4.1.0).

svn-id: r43661
2009-08-22 22:41:31 +00:00
Andre Heider
5f0e495a4a Removed unused var
svn-id: r43659
2009-08-22 17:20:55 +00:00
Eugene Sandulenko
95c5d24044 Second attempt to fix DC and iPhone backends compilation
svn-id: r43651
2009-08-22 14:52:26 +00:00
Eugene Sandulenko
ad507d3387 Attempt to fix DC and iPhone backends compilation
svn-id: r43650
2009-08-22 13:34:38 +00:00
Eugene Sandulenko
1cedb65771 Give meaningful name to variable
svn-id: r43647
2009-08-22 13:18:26 +00:00
Andre Heider
529dc3e3f8 Fix OSX builds
svn-id: r43637
2009-08-22 12:53:37 +00:00
Eugene Sandulenko
70b7ebb339 Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
2009-08-22 12:35:49 +00:00
Andre Heider
5b2a1a7662 16bit support for the Wii port
svn-id: r43631
2009-08-22 08:49:23 +00:00
Johannes Schickel
cb56c27b9a Add FIXME about DefaultTimerManager implementation.
svn-id: r43627
2009-08-22 00:41:22 +00:00
Andre Heider
70ccc47acc Removed redundant checks, the asserts() earlier do exactly the same.
svn-id: r43622
2009-08-21 23:04:06 +00:00
Joost Peters
978d9dfd10 some cleanup
svn-id: r43618
2009-08-21 22:44:49 +00:00
Joost Peters
9a3218e673 unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostly useless)
svn-id: r43615
2009-08-21 22:30:35 +00:00
Robin Watts
894635e91d Attempt to fix builds that use the ARM screen column clear code; add new
bitdepth argument that was missing in ARM builds previously.

Also fix a few warnings.

Also fix the WinCE build which fails in the SDL init call with a missing
bitdepth field.

Untested at this point (build certainly gets further than before). Committing
this seems reasonable, as it can't make it any worse :)

svn-id: r43614
2009-08-21 22:29:28 +00:00
Andre Heider
4155e8eebf This hopefully fixes the GP2x build (and kicks off buildbot)
svn-id: r43607
2009-08-21 19:45:49 +00:00
Joost Peters
7d350b215c fix compilation after RGB API changes
svn-id: r43606
2009-08-21 19:11:02 +00:00
Andre Heider
d6f3e28c2d Fixed OSystem_Wii for the 16bit API changes
svn-id: r43605
2009-08-21 18:53:28 +00:00
Andre Heider
007f68366f Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guarantee a consistent build.
svn-id: r43604
2009-08-21 18:16:37 +00:00
Jody Northup
5ac20829b0 correct idiotic error in first gp2x fix attempt.
svn-id: r43581
2009-08-21 10:10:14 +00:00
Jody Northup
7561704414 fixed GP2X (I hope)
svn-id: r43580
2009-08-21 10:01:16 +00:00
Jody Northup
3084919b32 Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/
svn-id: r43577
2009-08-21 09:37:51 +00:00
Joost Peters
bbac75bc1c PSP: throttle the number of updateScreen() calls
svn-id: r43539
2009-08-19 16:23:44 +00:00
Joost Peters
2ea0df7b2e Take advantage of extra memory on newer PSP models
svn-id: r43525
2009-08-19 01:40:22 +00:00
Travis Howell
89d7fea4e6 Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,43497-43498,43500,43503-43504,43507,43509-43510,43512-43515,43517,43519,43521,43523 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r43458 | thebluegr | 2009-08-17 15:55:21 +1000 (Mon, 17 Aug 2009) | 8 lines
  
  - Simplified some functions to accept only the parts of the EngineState they need as parameters, instead of the whole EngineState
  - Moved the class table in the Segment manager - it's the only class using it directly
  - Removed the sci11 flag from save games (we already know this, we don't need to store it)
  - Moved script_get_segment() and get_class_address() inside the segment manager class
  - Removed the script_locate_by_segment wrapper
  - Simplified script_lookup_export() a lot by removing some paranoia checks
  - Added some WIP code for automatically determining the game id in the fallback detector (still not working)
  - General cleanup
........
  r43459 | lordhoto | 2009-08-17 17:36:08 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix compilation of the SCI engine. It seems that all of the SCI header files I touched (and probably others I luckily didn't touch) seem to assume that files including them will supply needed types. That looks like a major issue in SCI. Someone with knowledge of the SCI code should look into this and cleanup the includes of *all* SCI headers.
........
  r43460 | thebluegr | 2009-08-17 19:19:53 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Cleanup
........
  r43461 | strangerke | 2009-08-17 19:50:35 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Added OPCODEDRAW 0x85, with a specific workaround for Bambou hardcoded paths in scripts
........
  r43462 | strangerke | 2009-08-17 19:54:49 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Suppress useless parentheses
........
  r43463 | lordhoto | 2009-08-17 19:57:09 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Formatting.
........
  r43464 | strangerke | 2009-08-17 20:05:02 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Add back parenthesis (I wasn't aware of this convention, sorry) in saveload, and mimic this code in oPlaytoons_openItk
........
  r43465 | lordhoto | 2009-08-17 20:48:03 +1000 (Mon, 17 Aug 2009) | 2 lines
  
  - Add note about that modifing the parent stream will mess up SeekableSubReadStream and SeekableSubReadStreamEndian.
  - Link to SubReadStream documentation from SeekableSubReadStream and SeekableSubReadStreamEndian.
........
  r43466 | thebluegr | 2009-08-17 21:06:27 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Made sound effect playing code consistent for compressed and uncompressed sounds. MemoryReadStream is used again instead of SeekableSubReadStream, as there will be issues when multiple sound effects or voices are played simultaneously
........
  r43467 | thebluegr | 2009-08-17 21:11:38 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Ignore speech and sound effect samples with unknown compression, instead of trying to play them as raw sound. Some cleanup
........
  r43468 | dreammaster | 2009-08-17 21:36:09 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix for some more !!HIGH STRINGS!! when talking to the palace guards
........
  r43470 | thebluegr | 2009-08-17 21:49:07 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Simplified the sound playing code by removing the boolean variables for signed, stereo, endian and sample bit information - now sound flags are used instead. Some cleanup.
........
  r43471 | dreammaster | 2009-08-17 21:51:42 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Switched event loop while/do to do/while, to ensure event handling occurs even when the game is under heavy load
........
  r43473 | lordhoto | 2009-08-17 22:22:15 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Cleanup: don't copy the Kyrandia 1 Amiga credits data in a temporary buffer, and thus keeping it twice in memory.
........
  r43474 | lordhoto | 2009-08-17 22:22:30 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Clear input queue before displaying the credits in Kyrandia 1.
........
  r43475 | lordhoto | 2009-08-17 22:47:57 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix possible out of bounds access in Screen::drawShape.
........
  r43477 | joostp | 2009-08-17 22:57:37 +1000 (Mon, 17 Aug 2009) | 2 lines
  
  Commit (slightly) modified version of patch #2831248: Allow suspend/resume for PSP
........
  r43479 | thebluegr | 2009-08-17 23:16:40 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Added looping support to LinearDiskStream, needed by SAGA and perhaps other engines. Note that the loop end parameter is still not implemented
........
  r43480 | thebluegr | 2009-08-17 23:25:44 +1000 (Mon, 17 Aug 2009) | 2 lines
  
  - Removed the custom DigitalMusicInputStream used in SAGA for the digital music in ITE CD and replaced it with the common LinearDiskStream class
  - Removed leftover code which plays standalone tracks (it's not used anywhere)
........
  r43481 | lordhoto | 2009-08-17 23:49:56 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Slight cleanup to makeLinearDiskStream interface.
........
  r43482 | waltervn | 2009-08-18 01:49:22 +1000 (Tue, 18 Aug 2009) | 1 line
  
  SCI: Add autodetection for DoSound. Cleanup.
........
  r43483 | waltervn | 2009-08-18 02:07:47 +1000 (Tue, 18 Aug 2009) | 1 line
  
  SCI: Build fix.
........
  r43485 | thebluegr | 2009-08-18 04:25:51 +1000 (Tue, 18 Aug 2009) | 1 line
  
  Put back the code for playing external digital music, used by the MIDI enhancement project, which was removed in rev. #43480
........
  r43497 | waltervn | 2009-08-18 09:11:25 +1000 (Tue, 18 Aug 2009) | 1 line
  
  SCI: Fix kernel table for multilingual SCI01 games. Cleanup.
........
  r43498 | joostp | 2009-08-18 09:54:40 +1000 (Tue, 18 Aug 2009) | 2 lines
  
  PSP: increase optimization level and change clock rate to 333mhz
........
  r43500 | thebluegr | 2009-08-18 16:43:06 +1000 (Tue, 18 Aug 2009) | 1 line
  
  Applied agent-q's patch to the SAGA pathfinding code for all platforms - x and y should not ever be greater than 640 and 480 respectively, so it looks safe enough to be applied
........
  r43503 | thebluegr | 2009-08-18 19:12:41 +1000 (Tue, 18 Aug 2009) | 1 line
  
  Removed the maxMemory parameter of the resource manager and replaced it with a define
........
  r43504 | thebluegr | 2009-08-18 20:01:18 +1000 (Tue, 18 Aug 2009) | 2 lines
  
  - Added game ID detection to the fallback detector. We still need to map some of Sierra's internal IDs to our own ones
  - The class table is now created in the segment manager constructor
........
  r43507 | dreammaster | 2009-08-18 22:25:04 +1000 (Tue, 18 Aug 2009) | 1 line
  
  Bugfix for Castle Skorl problem reported on the list
........
  r43509 | thebluegr | 2009-08-18 22:49:34 +1000 (Tue, 18 Aug 2009) | 1 line
  
  Mapped some Sierra internal IDs to our own ones, and added a note about a hack currently used in the fallback detector
........
  r43510 | thebluegr | 2009-08-19 00:10:31 +1000 (Wed, 19 Aug 2009) | 1 line
  
  Started rewriting the SCI engine to use FSNode instead of file names. This is the proper solution for removing the hack in the fallback detector, but it still needs work. Also, reduced the things needed to be initialized a bit, so that the detection is a bit faster
........
  r43512 | lordhoto | 2009-08-19 01:31:26 +1000 (Wed, 19 Aug 2009) | 1 line
  
  Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files)
........
  r43513 | lordhoto | 2009-08-19 01:32:26 +1000 (Wed, 19 Aug 2009) | 2 lines
  
  - Destory AudioCDManager singleton after user quits a game, this saves a few bytes memory
  - Added FIXME to audiocd.h, concering why destroying the AudioCDManager can not quit CD playback right now
........
  r43514 | joostp | 2009-08-19 01:39:47 +1000 (Wed, 19 Aug 2009) | 2 lines
  
  PSP: disable dosbox OPL
........
  r43515 | lordhoto | 2009-08-19 01:41:00 +1000 (Wed, 19 Aug 2009) | 1 line
  
  Typos.
........
  r43517 | joostp | 2009-08-19 03:12:01 +1000 (Wed, 19 Aug 2009) | 2 lines
  
  PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to triangle
........
  r43519 | joostp | 2009-08-19 04:06:50 +1000 (Wed, 19 Aug 2009) | 2 lines
  
  Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.
........
  r43521 | john_doe | 2009-08-19 05:42:13 +1000 (Wed, 19 Aug 2009) | 2 lines
  
  - PMV player: Use frame count from PVM file and fix incorrect "invalid chunk type" warning
  - Fix sprite drawing glitch with vertically flipped sprites (bug #2825925)
........
  r43523 | buddha_ | 2009-08-19 07:37:31 +1000 (Wed, 19 Aug 2009) | 1 line
  
  Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first.
........

svn-id: r43524
2009-08-19 01:22:43 +00:00
Joost Peters
a35056b555 Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.
svn-id: r43519
2009-08-18 18:06:50 +00:00
Joost Peters
ed2a733b2a PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to triangle
svn-id: r43517
2009-08-18 17:12:01 +00:00
Joost Peters
426dd7d241 PSP: disable dosbox OPL
svn-id: r43514
2009-08-18 15:39:47 +00:00
Jody Northup
dfaa5acbee Starting to simplify the Action structure, and rework it to facilitate making the automatic mapper smarter, at least when there is a keyboard present. Fixed a minor whitespace issue in a comment.
svn-id: r43502
2009-08-18 08:00:24 +00:00
Joost Peters
eb11cca788 PSP: increase optimization level and change clock rate to 333mhz
svn-id: r43498
2009-08-17 23:54:40 +00:00
Joost Peters
62bcb2e51b Commit (slightly) modified version of patch #2831248: Allow suspend/resume for PSP
svn-id: r43477
2009-08-17 12:57:37 +00:00
Travis Howell
445b01676e Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-43441,43444-43447,43449-43452 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r43417 | Kirben | 2009-08-16 10:53:55 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix overflow in convertFilePath().
........
  r43420 | mthreepwood | 2009-08-16 11:43:18 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix using the backspace key on Mac OS X in HE games.
........
  r43425 | lordhoto | 2009-08-16 15:38:03 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix options dialog's reflowLayout.
........
  r43426 | lordhoto | 2009-08-16 15:38:16 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Added Ninteno DS specific hack, which takes care of tab button width problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem.
........
  r43428 | lordhoto | 2009-08-16 16:33:34 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix valgrind warnings.
........
  r43431 | lordhoto | 2009-08-16 21:28:59 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix bug #2838464 "SCUMM: GUI messages misaligned".
........
  r43434 | dreammaster | 2009-08-16 22:03:48 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Added detection entry for the UK 16 colour version
........
  r43436 | lordhoto | 2009-08-16 22:10:37 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix F5's save button in DOTT CD for me. Actually I was able to reproduce the issue before I wrote this code, after reverting it for more testing, I couldn't reproduce it anymore. Probably it was some random problem, at least this code should now assure the "Save" button's state is always matching the return value of ScummEngine::canSaveGameStateCurrently.
........
  r43437 | lordhoto | 2009-08-16 22:10:51 +1000 (Sun, 16 Aug 2009) | 1 line
  
  For a better user experience, clear all meta infos, when clicking on an unused slot in the GMM save/load dialog.
........
  r43438 | lordhoto | 2009-08-16 22:11:45 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Cleanup.
........
  r43440 | mthreepwood | 2009-08-16 23:47:48 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Fix for bug #2838517 (FF: backspace does not work when typing save game name).
........
  r43441 | mthreepwood | 2009-08-17 00:04:54 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Introduce a better fix for the Mac OS X backspace problem by adding the workaround to default-events.cpp.
........
  r43444 | lordhoto | 2009-08-17 03:35:59 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix format arugments in LoL code. (triggered via -Wformat-security)
........
  r43445 | lordhoto | 2009-08-17 03:36:16 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix warning caused by -Wformat-security, also fixed a possible buffer overflow along with it.
........
  r43446 | lordhoto | 2009-08-17 03:36:31 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix warning caused by -Wformat-security.
........
  r43447 | lordhoto | 2009-08-17 03:38:09 +1000 (Mon, 17 Aug 2009) | 1 line
  
  Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp"
........
  r43449 | waltervn | 2009-08-17 05:18:19 +1000 (Mon, 17 Aug 2009) | 3 lines
  
  SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
  as much as possible. All SCI_VERSION_* information was removed from
  detection.cpp (much of it was incorrect anyway).
........
  r43450 | waltervn | 2009-08-17 05:19:26 +1000 (Mon, 17 Aug 2009) | 1 line
  
  SCI: Fix regression in previous commit (QFG2).
........
  r43451 | waltervn | 2009-08-17 05:20:09 +1000 (Mon, 17 Aug 2009) | 1 line
  
  SCI: Fix whitespace.
........
  r43452 | sev | 2009-08-17 05:48:13 +1000 (Mon, 17 Aug 2009) | 2 lines
  
  Fix bug #2838551: "PSP: AGI games are unbearably slow"
........

svn-id: r43457
2009-08-17 01:42:39 +00:00
Matthew Hoops
ce30a513ac Introduce a better fix for the Mac OS X backspace problem by adding the workaround to default-events.cpp.
svn-id: r43441
2009-08-16 14:04:54 +00:00
Jody Northup
cbffcb609f Replaced KeyStates with ActionKeys in the keymapper, removed SDL ASCII code mismatch workaround hacks, fixed the memory leaks I had previously created.
svn-id: r43430
2009-08-16 07:40:13 +00:00
Travis Howell
ac45cf6f6f Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-43358,43362,43366,43369,43375,43377,43380,43383-43384,43386,43388,43390,43393,43400,43402,43404,43406-43409,43411,43413-43414 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r43338 | lordhoto | 2009-08-13 10:19:26 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Little optimization in Screen::setPaletteIndex, now it only resets the palette, when the color index really changed.
........
  r43339 | lordhoto | 2009-08-13 10:20:37 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Fix key input in credits sequences.
........
  r43340 | lordhoto | 2009-08-13 10:21:42 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Fix serious bug in StaticResource::unloadId.
........
  r43342 | lordhoto | 2009-08-13 10:26:41 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Do not unload credits data after copying it to a temporary buffer in Kyrandia 1 Amiga, since the credits will be looped and need reload every time.
........
  r43344 | strangerke | 2009-08-13 19:56:54 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Initial save handler for Playtoons 
........
  r43345 | strangerke | 2009-08-13 19:59:44 +1000 (Thu, 13 Aug 2009) | 2 lines
  
  - Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround in working code
  - Replace OPCODEDRAW 0x20,0x23 and 0x25
........
  r43346 | strangerke | 2009-08-13 20:00:35 +1000 (Thu, 13 Aug 2009) | 1 line
  
  Suppress no longer needed Playtoons workaround
........
  r43347 | strangerke | 2009-08-13 20:08:07 +1000 (Thu, 13 Aug 2009) | 1 line
  
  fix methods
........
  r43349 | lordhoto | 2009-08-14 01:55:12 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Implemented support for the "Lore of the Lands" special of Lands of Lore CD.
........
  r43350 | lordhoto | 2009-08-14 02:41:07 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Move version string in Modern theme beneath the Logo in high res mode, this saves some space and looks nicer.
........
  r43352 | lordhoto | 2009-08-14 02:50:30 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Little fix of new modern theme layout in the launcher for 3x.
........
  r43353 | lordhoto | 2009-08-14 03:00:19 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Cleanup.
........
  r43354 | lordhoto | 2009-08-14 03:00:40 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Cleanup.
........
  r43357 | agent-q | 2009-08-14 07:46:41 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Allow VOCs to stream from disk.  Disabled by default, use symbol STREAM_AUDIO_FROM_DISK to enable.  See patch #2834001.
........
  r43358 | Kirben | 2009-08-14 10:44:36 +1000 (Fri, 14 Aug 2009) | 1 line
  
  The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only required for Windows version (WAV format) now.
........
  r43362 | anotherguest | 2009-08-14 16:42:57 +1000 (Fri, 14 Aug 2009) | 1 line
  
  Updated files from 1.0.0 branch
........
  r43366 | drmccoy | 2009-08-15 01:22:43 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  Setting gob3 save/load mode of the temporary sprite "intro.$$$" to ignore and remove the TempSpriteHandler.
  Gob3 doesn't use it at all and Lost in Time only saves (with an invalid index) and never loads
........
  r43369 | joostp | 2009-08-15 02:13:00 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  PSP: create an EBOOT.PBP when building via configure
........
  r43375 | joostp | 2009-08-15 02:44:29 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  Fix incorrect memset() call (reported by Peter Bortas).
........
  r43377 | joostp | 2009-08-15 02:54:43 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  add psp_clean build rule to clean up EBOOT.PBP and scummvm_stripped.elf
........
  r43380 | joostp | 2009-08-15 03:18:03 +1000 (Sat, 15 Aug 2009) | 3 lines
  
  MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)
  The hashmap.h change is ugly, but so far the only thing found to work. Suggestions for a better "fix" appreciated!
........
  r43383 | lordhoto | 2009-08-15 03:49:30 +1000 (Sat, 15 Aug 2009) | 1 line
  
  Little fix for lopping credits in Kyrandia 1 Amiga.
........
  r43384 | joostp | 2009-08-15 04:02:17 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  PSP: also create param.sfo when building via configure
........
  r43386 | joostp | 2009-08-15 04:34:01 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  PSP: add svn revision + build date to SFO title.
........
  r43388 | joostp | 2009-08-15 09:20:46 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  remove double semi-colon -- hopefully this kicks the buildbot back into action =)
........
  r43390 | waltervn | 2009-08-15 10:28:59 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  SCI: Added enum for map and volume versions. Removed res_version setting from
  detection.cpp (should be detectable). Cleanup.
........
  r43393 | dhewg | 2009-08-15 15:39:44 +1000 (Sat, 15 Aug 2009) | 1 line
  
  Fix compilation.
........
  r43400 | Kirben | 2009-08-15 20:09:32 +1000 (Sat, 15 Aug 2009) | 1 line
  
  Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be cut off.
........
  r43402 | Kirben | 2009-08-15 20:31:20 +1000 (Sat, 15 Aug 2009) | 1 line
  
  Restore code to clear screen, before playing videos with smaller resolution in the Amiga version of The Feeble Files.
........
  r43404 | joostp | 2009-08-15 20:44:58 +1000 (Sat, 15 Aug 2009) | 2 lines
  
  Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()
........
  r43406 | dreammaster | 2009-08-15 21:50:59 +1000 (Sat, 15 Aug 2009) | 1 line
  
  Added Dirty Rect handling functionality
........
  r43407 | waltervn | 2009-08-15 22:09:47 +1000 (Sat, 15 Aug 2009) | 1 line
  
  SCI: Rename sci_version_t to SciVersion
........
  r43408 | waltervn | 2009-08-15 22:17:23 +1000 (Sat, 15 Aug 2009) | 1 line
  
  SCI: Add missing versions to exe version parsing
........
  r43409 | eriktorbjorn | 2009-08-16 00:13:48 +1000 (Sun, 16 Aug 2009) | 2 lines
  
  Removed unnecessary semi-colons.
........
  r43411 | lordhoto | 2009-08-16 00:59:11 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Added const qualifiers to static data.
........
  r43413 | lordhoto | 2009-08-16 01:30:35 +1000 (Sun, 16 Aug 2009) | 1 line
  
  Yet another slight graphic fix for the Kyrandia 1 Amiga credits.
........
  r43414 | buddha_ | 2009-08-16 05:04:21 +1000 (Sun, 16 Aug 2009) | 4 lines
  
  Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly):
  - Use AGI version 0x3149 instead of the previous 0x3086
  - Makes ESC pause the game (Identical to original in this respect)
........

svn-id: r43418
2009-08-16 01:03:09 +00:00
Joost Peters
aae6c98945 Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()
svn-id: r43404
2009-08-15 10:44:58 +00:00
Jody Northup
7ff9bb3a6b Commented a memory leak whose fix requires a fundamental modification to the Action structure (replacing KeyState with ActionKey should do it)
svn-id: r43399
2009-08-15 09:15:09 +00:00
Jody Northup
8d051e24fe Added support for mapping keys to ctrl, alt, shift, or combinations thereof (though ctrl+alt will never trigger for some reason)
svn-id: r43398
2009-08-15 09:12:36 +00:00
Jody Northup
6ede831093 Added hash function for ActionKey in preparation for replacing KeyStates in the main keymapper hashtable with ActionKeys, removed a duplicated comment line.
svn-id: r43397
2009-08-15 08:55:22 +00:00
Jody Northup
0af775717e Added mandatory includes into hardware-key.h (so it can be included without compile error, without having to separately include several other header files), reworked ActionKey structure, changed HardwareKey::modMask from uint32 into byte.
svn-id: r43396
2009-08-15 08:52:40 +00:00
Jody Northup
7ea0646a49 Removed excessive modifier definitions, prevented excessive memory consumption if getHardwareKeyset is called multiple times.
svn-id: r43395
2009-08-15 08:48:13 +00:00