66123 Commits

Author SHA1 Message Date
Filippos Karapetis
bb31c435bf ZVISION: Remove more dead code, and move some debugger functions 2014-12-03 01:43:51 +02:00
Filippos Karapetis
10444ef568 ZVISION: Use integers for rectangles in the menu code 2014-12-03 01:42:04 +02:00
Filippos Karapetis
fd2750a711 ZVISION: Remove dead code 2014-12-03 01:41:06 +02:00
Filippos Karapetis
0f55a7faf7 ZVISION: Remove empty file 2014-12-03 01:15:33 +02:00
Filippos Karapetis
2a4a6df5f2 ZVISION: Remove superfluous spacing and reorder some includes 2014-12-03 01:12:35 +02:00
Filippos Karapetis
7976a34bbf ZVISION: Rename struct member to fix compilation with MSVC
A struct member can't have the same name as the struct itself
2014-12-03 00:55:14 +02:00
Filippos Karapetis
daeb1ea288 ZVISION: Silence some false positive warnings by MSVC 2014-12-03 00:54:19 +02:00
Filippos Karapetis
61f654e4ee ZVISION: Explicitly define which version of atan2() to use
This is needed by MSVC
2014-12-03 00:53:36 +02:00
Filippos Karapetis
11d41ace02 ZVISION: Use the ScummVM defined type int32, instead of int32_t 2014-12-03 00:52:11 +02:00
Filippos Karapetis
637102d33b Merge pull request #532 from Marisa-Chan/zvision
ZVISION: More complete engine implementation
2014-12-03 00:06:38 +02:00
Robert Crossfield
4b1b9ec66f SCUMM: Maniac V0: Remove workaround for bug #2971126 (this issue no longer occurs as walking is handled the same as the original) 2014-12-02 16:40:46 +11:00
Robert Crossfield
814d9b1153 SCUMM: Maniac V0: Correctly handle 'slanted' walk-boxes, Add new variables to save-games, Bump the SaveGame Version number, remove obsolete V0 code in V2 functions 2014-12-02 16:25:03 +11:00
uruk
b1f7603263 CGE2: Update credits the right way. 2014-12-01 15:11:54 +01:00
uruk
0aba59b460 CGE2: Add support for Sfinx. 2014-12-01 14:45:18 +01:00
Filippos Karapetis
8965077226 Merge pull request #527 from rrebello/bugfix-6679
SCUMM: Fix bug #6679 - INDY3 DOS-EGA: book of maps graphic glitch
2014-11-30 21:13:49 +02:00
Rodrigo Rebello
30b6a479e5 SCUMM: Fix bug #6679 - INDY3 DOS-EGA: book of maps graphic glitch
Force correct width value for room 64 (book of maps) in Indy3. This
works around the wrong value stored in the data files of a specific
version of the game (DOS/EGA v1.0, according to scumm-md5.txt).
2014-11-30 13:30:00 -02:00
Thierry Crozat
ea420adbad I18N: Update translations data file 2014-11-29 13:44:01 +00:00
Ben Castricum
235f299db5 I18N: Fix missing translation entries
The last translation entry of a .po file was not properly handled.
2014-11-29 13:40:24 +00:00
Ben Castricum
aa70e73e25 I18N: Update/improve Dutch translation 2014-11-29 13:35:26 +00:00
Robert Crossfield
29d46e8a10 SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remove extra call to 'animateCostume'. Remove now unnecessary V0 walk calc functions 2014-11-29 09:07:10 +11:00
Robert Crossfield
2dbd99d572 SCUMM: Maniac V0: Implement the original Walk Code (to fix some anim glitches), fix opcode to use _moving correctly (as V0 is different) 2014-11-28 22:24:45 +11:00
Kirben
5beeadfd76 Merge pull request #526 from eriktorbjorn/agos-midiloop
AGOS: Give each MIDI track its own loop flag (bug #6665)
2014-11-28 15:14:39 +11:00
Kirben
8f1896b2e0 Merge pull request #533 from segrax/master
SCUMM: Fix bug #2034 - MANIAC V2: Early Collision with Green Tentacle
2014-11-28 14:45:31 +11:00
Willem Jan Palenstijn
7ff41ae902 COMMON: Remove executable bit 2014-11-23 17:51:13 +01:00
Filippos Karapetis
e70b64334d Merge pull request #534 from skristiansson/pr/loadstream
COMMON: make XMLParser::loadStream() fail when stream is null
2014-11-23 18:03:28 +02:00
Willem Jan Palenstijn
26fc4be311 DOCS: Add CONTRIBUTING.md
This will be displayed on github as "guidelines for contributing".
2014-11-23 12:07:58 +01:00
David Turner
a665795fee Merge pull request #535 from segrax/FixDemo
SCUMM: MANIAC V1 Demo: GF_DEMO was not being set
2014-11-23 00:28:14 +00:00
Robert Crossfield
c76f21747f SCUMM: MANIAC V1 Demo: GF_DEMO was not being set 2014-11-23 10:58:48 +11:00
Robert Crossfield
daefdc315b SCUMM: Fix bug #2034 - MANIAC V2: Early Collision with Green Tentacle 2014-11-23 08:24:39 +11:00
Stefan Kristiansson
3fb4ab1377 COMMON: make XMLParser::loadStream() fail when stream is null
Some users of this method relies on it to fail when
an invalid stream is passed to it
(E.g. VirtualKeyboard::openPack).
2014-11-22 10:02:42 +02:00
Marisa-Chan
596a904a0c ZVISION: Remove wrong TODO from scripting/sidefx.h 2014-11-20 14:55:35 +06:00
Marisa-Chan
5b352da304 ZVISION: More CamelCase and a bit of comments cleanup 2014-11-20 14:48:24 +06:00
Marisa-Chan
d5f7a1dc03 ZVISION: Implement forgotten setVenus for controls 2014-11-20 14:02:08 +06:00
Torbjörn Andersson
f94f48ae2b AGOS: Fix invisibility in Amiga CD32 Simon the Sorcerer 1 demo
This probably affects the full version as well, but I haven't
verified that. Either way, the old code was obviously wrong while
the new makes it look right to me.
2014-11-19 22:59:34 +01:00
Torbjörn Andersson
74509eb8ac AGOS: Added detection for Simon the Sorcerer 1 CD32 demo
I have verified that the demo is completable, though it doesn't
actually seems to end. You're just told that there is nothing more
for you to do.
2014-11-19 20:39:27 +01:00
Anton (Zidane)
03d33e82bc Merge pull request #2 from khbecker/zvision
ZVISION: (SECOND ATTEMPT) Add detection for Zork Nemesis and Zork Grand Inquisitor demos and Zork Grand Inquisitor DVD version
2014-11-19 21:58:07 +06:00
Kevin Becker
deeeb0646f ZVISION: Added detection for Zork Grand Inquisitor English DVD version. 2014-11-19 07:44:44 -05:00
Kevin Becker
b12b1e1d25 ZVISION: Added detection for Zork Nemesis English Demo. 2014-11-19 07:44:23 -05:00
Kevin Becker
f7b2cd0a7d ZVISION: Added detection for Zork Grand Inquisitor English Demo. 2014-11-19 07:44:03 -05:00
Willem Jan Palenstijn
244da223bd CREDITS: Add Tobia Tesan 2014-11-16 11:30:08 +01:00
Matthew Hoops
b577da29b5 ANDROID: Delay deleting a local ref until it's no longer used
Should fix bug #6741
2014-11-15 09:21:36 -05:00
Marisa-Chan
e6f6687762 ZVISION: Merge upstream 2014-11-12 16:38:28 +06:00
Marisa-Chan
f43326a533 ZVISION: Clean of useless code 2014-11-12 16:06:31 +06:00
Marisa-Chan
e970d121ff ZVISION: Lead code of all controls to the same style 2014-11-12 16:05:48 +06:00
Marisa-Chan
960bbe53b2 ZVISION: Fix delays with halveDelay option 2014-11-12 16:02:35 +06:00
Marisa-Chan
bb06ecf798 ZVISION: Make menu bar fully enabled after changelocation called 2014-11-12 16:01:23 +06:00
Marisa-Chan
2d7af4bab7 ZVISION: Add call of inventory cycling for Nemesis 2014-11-12 16:00:02 +06:00
Marisa-Chan
418b5f6dd2 ZVISION: Passive borders check for tilt and panorama for changelocation 2014-11-12 15:58:35 +06:00
Marisa-Chan
1f0bf5ecf2 ZVISION: Implement code for pan from keyboard and mouse 2014-11-12 15:55:10 +06:00
Marisa-Chan
e57c358cea ZVISION: Implement method for getting panorama reverse flag 2014-11-12 15:52:20 +06:00