Commit Graph

35416 Commits

Author SHA1 Message Date
Robert Špalek
d281fe4717 Added runWrapper() calling run() and some actions around it.
This simplifies a lot of code calling run().  Also, scripts called from the
inventory are now called with disabled mouse and title, as desired.

svn-id: r45848
2009-11-12 00:45:28 +00:00
Florian Kagerer
c0fc64ecbf LOL: - fixed transparency tables in PC-98 16 color version
- renamed some variables

svn-id: r45847
2009-11-11 23:05:19 +00:00
Vladimir Menshakov
e0ae43ded7 removed default args from pop/show, added showMark/showMono options for dialog.
svn-id: r45846
2009-11-11 22:19:17 +00:00
Martin Kiewitz
4174878482 SCI/newgui: inserted comment about not following sierra completely here in interactiveWithKeyboard()
svn-id: r45845
2009-11-11 21:38:50 +00:00
Martin Kiewitz
94d05b3d0a SCI/newgui: if left/right walks into a separator line, do down instead of repeating left/right and thus skipping the menu
svn-id: r45844
2009-11-11 21:32:07 +00:00
Martin Kiewitz
1bc60e9d85 SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2
svn-id: r45843
2009-11-11 21:22:04 +00:00
Martin Kiewitz
958ad94d8c SCI/newgui: setting as default
svn-id: r45842
2009-11-11 21:06:06 +00:00
Martin Kiewitz
889687c0c3 SCI/newgui: menu done, separator line adjusted slightly, menu is now inverted as well
svn-id: r45841
2009-11-11 21:02:49 +00:00
Martin Kiewitz
7f83e98739 SCI/newgui: separator line support for menu, also fixed item adjustment
svn-id: r45840
2009-11-11 20:29:39 +00:00
Martin Kiewitz
e035ef032b SCI/newgui: menu now only missing: menu invert, separators
svn-id: r45839
2009-11-11 20:08:55 +00:00
Martin Kiewitz
429d8be2dc SCI/newgui: Almost done with menu support
svn-id: r45838
2009-11-11 19:43: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
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