Filippos Karapetis
ba469d3cbb
Silenced MSVC warnings
...
svn-id: r36002
2009-01-22 19:09:05 +00:00
Max Horn
cc1efb9137
Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when toggline full screen and windowed mode)
...
svn-id: r36001
2009-01-22 18:45:06 +00:00
Max Horn
6692330c41
Fix warning
...
svn-id: r36000
2009-01-22 18:33:02 +00:00
Johannes Schickel
d9cf723ee9
Minor cleanup (got rid of a dynamic array).
...
svn-id: r35999
2009-01-22 16:56:22 +00:00
Johannes Schickel
adf15c1007
Added an '!=' operator to PixelFormat.
...
svn-id: r35998
2009-01-22 15:53:05 +00:00
Benjamin Haisch
5b8105afb3
- Added support for The Manhole EGA version
...
- Support for 'chunked' picture resources and EGA pictures
- Improved the mouth sync in RtZ (still not perfect, though)
- Removed obsolete TODOs
- Fixed sfPlayMovie to return if the movie playback was aborted or not; this is used by RtZ to determine if it should display the credits screen after the intro movie
svn-id: r35997
2009-01-22 13:04:29 +00:00
Max Horn
d5d7175691
Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest to be taken now is first, least likely is last
...
svn-id: r35996
2009-01-22 06:41:57 +00:00
Max Horn
0034aa3b9c
Got rid of several occurrences of gBitFormat
...
svn-id: r35995
2009-01-22 04:59:09 +00:00
Max Horn
17f5d4eeea
Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the process)
...
svn-id: r35994
2009-01-22 04:45:19 +00:00
Max Horn
abc06ca18e
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. into methods, and added an operator==
...
svn-id: r35993
2009-01-22 04:35:10 +00:00
Torbjörn Andersson
a2c671da97
Clear the list of savegames before re-populating it. Otherwise, even save names
...
that have been entered before cancelling the dialog will remain in it.
svn-id: r35987
2009-01-21 20:00:26 +00:00
Torbjörn Andersson
248605800e
Don't allow the nul character in savegame names, since that terminates the
...
string. This happens, for instance, when pressing the Shift key. (I usually start
my savegame names with an upper-case letter, and I couldn't understand why it
didn't seem to register any of my keypresses.)
svn-id: r35986
2009-01-21 19:46:51 +00:00
Andre Heider
e94378511e
made ISO9660 support optional via USE_WII_DI
...
svn-id: r35985
2009-01-21 19:29:02 +00:00
Andre Heider
c65e670295
added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI
...
svn-id: r35984
2009-01-21 19:11:47 +00:00
Max Horn
9a5ac6007f
configure: changed 'Running on x86' to 'Compiling for x86'
...
svn-id: r35983
2009-01-21 17:16:58 +00:00
Max Horn
b50f5ebe9c
configure: changed order of backend detection and engine listing (backend detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails)
...
svn-id: r35982
2009-01-21 16:15:07 +00:00
Johannes Schickel
d3fb5c1ecc
Fixed GMM save/load functionallity in kyra1.
...
svn-id: r35980
2009-01-21 15:36:31 +00:00
Johannes Schickel
ceefbd19b9
Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.
...
svn-id: r35979
2009-01-21 15:23:30 +00:00
Max Horn
980917e545
More cleanup of the DS port
...
svn-id: r35978
2009-01-21 04:46:31 +00:00
Max Horn
39e3c76436
More cleanup
...
svn-id: r35977
2009-01-21 04:27:32 +00:00
Max Horn
023fcd05a3
cleanup
...
svn-id: r35976
2009-01-21 04:03:22 +00:00
Max Horn
edbf8c6720
Yet more cleanup
...
svn-id: r35975
2009-01-21 02:28:14 +00:00
Max Horn
53cd1361c5
Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests
...
svn-id: r35974
2009-01-21 02:23:09 +00:00
Max Horn
b7f7a8c660
Yet more cleanup
...
svn-id: r35973
2009-01-21 02:11:25 +00:00
Max Horn
99c6943e3d
Fix what I believe to be an error in Keymapper::cleanupGameKeymaps
...
svn-id: r35972
2009-01-21 02:07:23 +00:00
Max Horn
250acd4c8d
more cleanup
...
svn-id: r35971
2009-01-21 02:02:55 +00:00
Max Horn
9abce1b894
Some cleanup / code simplification
...
svn-id: r35970
2009-01-21 01:26:04 +00:00
Filippos Karapetis
71421c9966
Mention that kSupportsRTL is problematic in tinsel
...
svn-id: r35969
2009-01-20 23:50:07 +00:00
Filippos Karapetis
7273d02528
Implemented getDebugger()
...
svn-id: r35967
2009-01-20 23:40:35 +00:00
Max Horn
299736c9e1
some code cleanup
...
svn-id: r35966
2009-01-20 23:19:42 +00:00
Max Horn
c210b71876
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
...
svn-id: r35965
2009-01-20 22:52:29 +00:00
Travis Howell
f8da825177
Bypass copy protection screen completely in Waxworks, since copy protection is disabled in Good Old Games release.
...
svn-id: r35963
2009-01-20 22:49:59 +00:00
Max Horn
79e4b6b2b2
Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, instead of config.h
...
svn-id: r35962
2009-01-20 22:46:34 +00:00
Johannes Schickel
94db14fecc
Whoops committed from the wrong directory. Removing ImageMan leftover.
...
svn-id: r35961
2009-01-20 18:37:09 +00:00
Johannes Schickel
4c62af49c2
Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.
...
svn-id: r35960
2009-01-20 18:31:35 +00:00
Johannes Schickel
496ab478a2
Some formatting.
...
svn-id: r35959
2009-01-20 17:38:48 +00:00
Filippos Karapetis
cb8ffaf3a9
Implemented loading from the command line and the GMM for tinsel (kSupportsLoadingDuringStartup)
...
svn-id: r35958
2009-01-20 17:30:23 +00:00
Andre Heider
f67bb6c8f1
fixed vkeybd.zip loading
...
svn-id: r35957
2009-01-20 16:13:08 +00:00
Andre Heider
fbfec8e63e
protect all vkeybd code with ENABLE_VKEYBD
...
svn-id: r35956
2009-01-20 16:00:36 +00:00
Andre Heider
60beb35a5a
added the required XML header to vkeybd.zip
...
svn-id: r35955
2009-01-20 15:28:07 +00:00
Andre Heider
1e5165bd84
added proper ImageMan includes
...
svn-id: r35954
2009-01-20 15:27:13 +00:00
Andre Heider
089548fb81
use Surface instead of SurfaceKeyColored
...
svn-id: r35953
2009-01-20 15:26:15 +00:00
Andre Heider
15b3c680da
added ImageMan to vkeybd
...
svn-id: r35952
2009-01-20 15:24:47 +00:00
Andre Heider
311b267863
merge SurfaceKeyColored into Surface
...
svn-id: r35951
2009-01-20 15:21:47 +00:00
Nicola Mettifogo
b2a9393eee
Replacement an immediate with the appropriate #define constant.
...
svn-id: r35950
2009-01-20 12:47:39 +00:00
Johannes Schickel
cd952a7c27
Whoops it seems the comment used "backslashes" instead of "slashes" in other places too.
...
svn-id: r35949
2009-01-20 12:44:44 +00:00
Johannes Schickel
c0cd121ffd
Fixed typo in comment.
...
svn-id: r35948
2009-01-20 12:37:05 +00:00
Andre Heider
9b116c81c5
Moved libdb to the right spot in the Makefile
...
svn-id: r35946
2009-01-20 11:20:52 +00:00
Nicola Mettifogo
545b76876a
Character is now placed at the right spot when a new location is entered. Size may be still not right, though.
...
svn-id: r35945
2009-01-20 11:07:27 +00:00
Nicola Mettifogo
3e611e1eb7
Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe they should be turned into dynamic data structures...
...
svn-id: r35944
2009-01-20 10:39:16 +00:00