35203 Commits

Author SHA1 Message Date
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
22e94ddd61 Add missing ")" in #if check.
svn-id: r45834
2009-11-11 14:28:07 +00:00
Johannes Schickel
2c95e82e26 Comment out unused variable.
svn-id: r45833
2009-11-11 14:27:45 +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
Paul Gilbert
feab5f63ff Beginnings of support for AA file animations. The mads_anim.cpp commit is part of this, not the previous commit
svn-id: r45828
2009-11-11 09:56:29 +00:00
Paul Gilbert
faaec05e65 Removed all the '- 1' from calls to get vocabs, centralising it in the getVocab method. This is correct, as the first element in the game vocab list is '1', not '0'.
svn-id: r45827
2009-11-11 09:55:05 +00:00
Robert Špalek
8ed71d903a Refactored draw() according to drawReScaled()
svn-id: r45826
2009-11-11 02:25:42 +00:00
Robert Špalek
9dd61159cd Documented palette shift
svn-id: r45825
2009-11-11 00:27:08 +00:00
Robert Špalek
78a10999ab Cleaned up searching the closest point.
The old comments were completely misleading although the algorithm was good.

svn-id: r45824
2009-11-11 00:19:23 +00:00
Robert Špalek
dea7e18172 Fixed walking to unreachable positions
svn-id: r45823
2009-11-10 23:23:40 +00:00
Robert Špalek
9ba6e8138c Fixed two bugs.
Putting items back to the inventory into clipped coordinates, and exiting
running GPL2 programs when the game engine it to be interrupted.

svn-id: r45822
2009-11-10 23:21:29 +00:00
Arnaud Boutonné
6a9024b1e3 Gob - Add detection for another win31 Lost in Time found on french ADI 2.6 Français-Maths 4e
svn-id: r45821
2009-11-10 23:06:09 +00:00
Max Horn
c3905f60ee Move definition of stdint types to the only file that needs them (mpeg_player.h)
svn-id: r45820
2009-11-10 22:18:41 +00:00
Max Horn
f107f7fc36 AGOS: cleanup
svn-id: r45819
2009-11-10 22:18:12 +00:00
Max Horn
5283c55cdd Fix compilation of create_kyradat (at least on Mac OS X it was broken because 'uint' is not a valid type)
svn-id: r45818
2009-11-10 22:17:43 +00:00
Max Horn
58ed9271f5 SDL: cleanup
svn-id: r45817
2009-11-10 22:12:10 +00:00
Johannes Schickel
8b8f154891 Add some FIXME comments about defining types from stdint.h on our own.
svn-id: r45816
2009-11-10 21:14:48 +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
Johannes Schickel
5859a9a892 Enforce alphabetical order in the credits again.
svn-id: r45812
2009-11-10 20:29:19 +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
Vladimir Menshakov
2bb14776e4 added myself and sanguine to credits as suggested by Max Horn.
svn-id: r45807
2009-11-10 19:13:02 +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
e4e9080187 Missing template argument for MIN (added <uint>)
svn-id: r45803
2009-11-10 09:31:47 +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
Vladimir Menshakov
102cc9679b more fixes for final part
svn-id: r45801
2009-11-10 07:29:29 +00:00
Vladimir Menshakov
c51674200b added special animation 0 case
svn-id: r45800
2009-11-10 07:29:06 +00:00
Robert Špalek
e2ca397e63 Huge refactoring of data structures.
Replaced IDs of objects by pointers, which saves many lookups, each of which
is horribly ineffective.  Moved a lot of code into methods of structs now
turned into objects.

Tested the new code a lot and seems to work as well as the old code.

svn-id: r45799
2009-11-10 05:16:34 +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
Vladimir Menshakov
a1496515ce more fixes for chapter 3.
svn-id: r45790
2009-11-09 23:22:35 +00:00
Vladimir Menshakov
1c5d8849ab fixed rendering order again
svn-id: r45789
2009-11-09 23:22:10 +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
Max Horn
b3c3222c23 TINSEL: cleanup
svn-id: r45787
2009-11-09 22:21:23 +00:00
Max Horn
53d0bcd594 SCI: Remove remarks about in-place loading, at least for now.
Not loading in-place has the advantage that it allows to cleanly
cancel loading a savesate, e.g. if we detect a defect during
loading. This is much harder (if not impossible) to achieve if
loading in-place. So I'd prefer if we took advantage of this.
Right now, though, we don't.

svn-id: r45786
2009-11-09 22:20:59 +00:00
Max Horn
1497c4120e TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or private (=static)
svn-id: r45785
2009-11-09 22:20:25 +00:00
Max Horn
80b8d0af65 TINSEL: Make some const tables static; move static int priorVolMusic into SetMidiVolume to reduce its scope
svn-id: r45784
2009-11-09 22:19:54 +00:00