dhewg
0b023323e6
README: Mention GameCube as supported platform
2011-05-02 19:21:48 +02:00
dhewg
ea547ca3fd
ANDROID: Style fix
2011-05-02 18:41:04 +02:00
Matthew Hoops
d6c1e70033
MOHAWK: Add detection for the seussabc Mac demo
2011-05-02 11:24:04 -04:00
Matthew Hoops
ee223528fc
SCUMM: Add support for an alternate version of The Dig's demo
2011-05-02 11:24:04 -04:00
Johannes Schickel
b2693c81ec
SWORD25: Fix compilation, caused by zlib.h including unistd.h
2011-05-02 17:19:54 +02:00
Johannes Schickel
c0bd496c90
COMMON: Fix compilation when zlib support is enabled.
2011-05-02 17:19:35 +02:00
Max Horn
59e77ed667
ALL: Mark printf and various other symbols as forbidden
...
Right now, a few places in the frontend code still use printf and
consorts. We mark the affected files with a FIXME for now, and
add a dedicated exception for each. To be fixed!
Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always
enforce a compiler error
2011-05-02 16:31:31 +02:00
Max Horn
58eebff803
AUDIO: Rename clock() -> updateClock() in SID emulator
2011-05-02 16:31:30 +02:00
Bluddy
185337f6a5
PSP: fixed cursor disappearance bug in 16-bit games
...
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650.
2011-05-02 15:48:06 +03:00
Max Horn
a5598aaaa8
TSAGE: Stop shadowing local variables
2011-05-02 14:34:59 +02:00
Max Horn
7407a48cd3
SCUMM: fix whitespaces (patch #3281359 )
2011-05-02 14:32:49 +02:00
Max Horn
a48b705c54
GRAPHICS: Turn printf into warning
2011-05-02 13:40:25 +02:00
Max Horn
d521d6a1c2
GUI: Inform use about ignored games when mass adding
2011-05-02 13:40:25 +02:00
strangerke
44e3efe888
TSAGE: Fix dead loop between scenes 7000 and 2100. The game is now really playable until scene group 10
2011-05-02 08:37:33 +02:00
Thierry Crozat
9360ec7354
I18N: Update translations data file.
2011-05-01 23:50:39 +01:00
Thierry Crozat
bb7801df5a
I18N: Update Polish translation (from patch #3295481 )
2011-05-01 23:48:44 +01:00
strangerke
3b5b11bf9a
TSAGE: Fix slipping characters in scene 7300
2011-05-02 00:36:11 +02:00
Klaus Reimer
199d7050ef
NEWS: Mention new WebOS port.
2011-05-02 00:21:56 +02:00
Klaus Reimer
ef8101ac54
README: Added WebOS to list of supported platforms.
2011-05-02 00:21:56 +02:00
Klaus Reimer
c74fcf19d8
WEBOS: Rewritten webos packaging again. No fancy settings needed anymore. Just "make package".
2011-05-01 23:48:39 +02:00
Klaus Reimer
f9014f1aab
WEBOS: Removed special paths from default configuration.
2011-05-01 23:48:39 +02:00
Klaus Reimer
ec05f3dc4f
WEBOS: No longer creating paths which are not used anymore.
2011-05-01 23:48:39 +02:00
Klaus Reimer
1d1ee5c979
WEBOS: Added a default prefix and enforcing docdir, datadir and plugin directory.
2011-05-01 23:48:23 +02:00
Matthew Hoops
83cd8268ad
SCUMM: Fix v60he games
2011-05-01 17:12:56 -04:00
Ori Avtalion
a896125ee4
VIDEO: Fix flic decoder not including rect.h which is used inline
2011-05-01 18:48:42 +03:00
Johannes Schickel
71bdb86e02
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
...
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
2011-05-01 16:54:45 +02:00
Paul Gilbert
89b63e3adb
TSAGE: Fixed using communicator in Scene #9700
2011-05-02 00:18:58 +10:00
Paul Gilbert
619a48dfbc
TSAGES: Bugfixes for placing the candle and helmet in the inventory in scene #9500
2011-05-01 23:57:34 +10:00
Paul Gilbert
6e16840d56
TSAGE: Bugfix for showing tunic to guard in scene #9200
2011-05-01 23:47:20 +10:00
Paul Gilbert
f7353eedcb
TSAGE: Bugfix for picking up tunic in scene #9450
2011-05-01 23:40:39 +10:00
Paul Gilbert
12cae34739
TSAGE: Fix display of tapestries in the Kzin castle hallways
2011-05-01 23:10:21 +10:00
Paul Gilbert
337c770856
TSAGE: Bugfix for hallway setup, and picking up straw in the Blacksmith's room
2011-05-01 22:30:47 +10:00
Paul Gilbert
c76e1592f3
TSAGE: Fix parameter order in NamedHotspot class methods
2011-05-01 22:30:47 +10:00
Willem Jan Palenstijn
0ff44497c7
SCI: Round left/right edges in bitsShow to even coords
...
This fixes the vertical black line glitch in the QfG3 start menu (#3293351 )
2011-05-01 13:41:06 +02:00
Eugene Sandulenko
204a9c2e51
RELEASE: This is 1.4.0git
2011-05-01 14:44:20 +03:00
Paul Gilbert
d876e0f311
TSAGE: Bugfix for having eagle fly away in Scene #9150
2011-05-01 21:15:13 +10:00
Paul Gilbert
6d8d9a4528
TSAGE: Fix timing delay when clicking to remove on-screen messages early
...
This fixes a problem with the text being removed, but the game still waiting for the original period until doing another action
2011-05-01 20:51:03 +10:00
Paul Gilbert
e1d6b9602c
TSAGE: Bugfixes for movement in Scene #9100
2011-05-01 20:38:24 +10:00
Paul Gilbert
77161e231a
TSAGE: Fixed NamedHotspot fields to be synchronised to savegames
2011-05-01 20:38:24 +10:00
Klaus Reimer
831f974cb4
WEBOS: Added compiler options that should enable support for the Palm Pixi. Can't test it because I have no Pixi but at least it still works on the Pre.
2011-05-01 11:12:51 +02:00
Paul Gilbert
9585aa24f5
TSAGE: Give player the correct stasis box from Skeenar in Scene #7000
2011-05-01 13:45:17 +10:00
Paul Gilbert
dedc12a198
TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000
2011-05-01 13:37:14 +10:00
Paul Gilbert
bee92b30f7
TSAGE: Fix giving Translator, Jar, and Waldos in Scene #7000
2011-05-01 13:27:26 +10:00
Johannes Schickel
69dcca74da
CONFIGURE: Remove incorrect "+" added with 54ddd000dc.
2011-05-01 03:23:39 +02:00
Paul Gilbert
b08d1660d9
TSAGE: Fix for interacting with Skeenar in Scene #7000
2011-05-01 11:06:19 +10:00
Paul Gilbert
de592e07f3
TSAGE: Bugfixes for inventory dialog display with a large number of items
2011-05-01 10:35:03 +10:00
strangerke
4ac0e73907
TSAGE: Fix several glitches and bugs in scene 7000
2011-05-01 01:08:46 +02:00
strangerke
54ddd000dc
AmigaOS4: Adapt configure to latest SDK (Patch created by Raziel^)
2011-04-30 22:01:06 +02:00
D G Turner
96965b4896
PARALLACTION: Fix BRA Compilation After Common Header Changes.
2011-04-30 18:12:50 +01:00
strangerke
78f202826b
TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable
2011-04-30 16:57:09 +02:00