Commit Graph

869 Commits

Author SHA1 Message Date
Johannes Schickel
16145c431a Cleanup.
svn-id: r46018
2009-11-20 19:48:07 +00:00
Johannes Schickel
685ca0a58d Add a nice message, when none of the input files is used for processing.
svn-id: r46017
2009-11-20 19:40:40 +00:00
Johannes Schickel
65075ffe97 Merge two file game entries into one game entry, this allows for better input file validation.
svn-id: r46015
2009-11-20 19:32:15 +00:00
Johannes Schickel
fd31881e60 Some name consistency changes.
svn-id: r46014
2009-11-20 19:31:33 +00:00
Florian Kagerer
1a984d8e7d LOL: add support for pc speaker sfx
svn-id: r45992
2009-11-19 22:17:27 +00:00
Johannes Schickel
34dd625228 Add newly added IDs to string table.
svn-id: r45991
2009-11-19 17:56:48 +00:00
Johannes Schickel
2a4e630967 Properly handle Kyra 2 Talkie demo in kyra.dat.
svn-id: r45990
2009-11-19 17:44:19 +00:00
Johannes Schickel
95eef902d5 Remove obsolete "k2DemoVersionTlk" special.
svn-id: r45989
2009-11-19 17:43:39 +00:00
Johannes Schickel
34b447147d More cleanup.
svn-id: r45988
2009-11-19 17:43:15 +00:00
Johannes Schickel
113c720ee1 Cleanup.
svn-id: r45987
2009-11-19 17:42:51 +00:00
Florian Kagerer
9a57665abf LOL/PC-98: fixed regression (missing static data for pc98 version)
svn-id: r45927
2009-11-15 21:25:26 +00:00
Johannes Schickel
b207429161 Cleanup.
svn-id: r45910
2009-11-15 02:37:37 +00:00
Florian Kagerer
4f85684931 KYRA: cleanup
svn-id: r45908
2009-11-15 00:53:57 +00:00
Florian Kagerer
9bd5e07d90 KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is still broken)
svn-id: r45906
2009-11-14 22:51:35 +00:00
Max Horn
81762edf33 Remove Igor engine
svn-id: r45898
2009-11-14 13:11:06 +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
Johannes Schickel
5859a9a892 Enforce alphabetical order in the credits again.
svn-id: r45812
2009-11-10 20:29:19 +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
Johannes Schickel
4ec4eedf49 Enable FLAC by default for MSVC, since our new prebuilt library package supports FLAC as well.
svn-id: r45646
2009-11-03 23:06:25 +00:00
Filippos Karapetis
55ebcf69e5 Turn off warning 4267 ("conversion from 'size_t' to xxx, possible loss of data"), thrown in 64bit builds
svn-id: r45636
2009-11-03 20:13:14 +00:00
Johannes Schickel
8a7c5dbc6f Add command line parameter to automatically create a search table entry from a given file + offset/size pair.
svn-id: r45603
2009-11-01 22:27:10 +00:00
Johannes Schickel
92fdf79d5b Fixes for TEX and RTF output of "add_paragraph".
svn-id: r45549
2009-10-30 20:44:11 +00:00
Johannes Schickel
59eb37a76c Fix bug in "add_paragraph" in tools/credits.pl, now the "&" should be fine in credits.h again.
svn-id: r45547
2009-10-30 20:30:28 +00:00
Johannes Schickel
f55da32ca5 Fix credits.
svn-id: r45545
2009-10-30 20:25:12 +00:00
Max Horn
4009f6836b Fixed Terry Pratchett's name in the credits
svn-id: r45528
2009-10-30 09:50:31 +00:00
Robert Špalek
e36798585f Add Dragon History's authors, now properly
svn-id: r45520
2009-10-30 03:27:27 +00:00
Eugene Sandulenko
ebe5db4be2 Fix typo
svn-id: r45514
2009-10-30 02:13:51 +00:00
Eugene Sandulenko
55da0503f4 Add special thanks for DW.
svn-id: r45513
2009-10-30 02:12:55 +00:00
Johannes Schickel
168275be5f Fix possible use of double backslash in relative file path value.
svn-id: r45485
2009-10-28 20:56:05 +00:00
Johannes Schickel
5b537c3561 Cleanup.
svn-id: r45484
2009-10-28 20:39:58 +00:00
Johannes Schickel
d220c2dc5b Change help text to nicely fit 80xY terminals.
svn-id: r45483
2009-10-28 20:37:16 +00:00
Johannes Schickel
3263191c26 Fix bug createUUID, which caused our custom createUUID implementation to fail to convert some UUIDs to a string correctly.
svn-id: r45482
2009-10-28 20:24:55 +00:00
Max Horn
effb6b60eb BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus preventing Make from futile searches for rule to rebuild those files
svn-id: r45462
2009-10-28 13:43:57 +00:00
Johannes Schickel
502c481670 Only use std::srand once. (Fixes bug that createUUID always creates identical UUIDs, when run only with a short span of time in between).
svn-id: r45449
2009-10-27 19:24:49 +00:00
Johannes Schickel
13894c389d Fix building under MSVC.
svn-id: r45448
2009-10-27 19:21:47 +00:00
Johannes Schickel
6b2d85945c Include support for "create_msvc" in the Makefile based build system.
svn-id: r45447
2009-10-27 19:11:23 +00:00
Johannes Schickel
2df5d51883 Implement support for "scanFiles" for POSIX systems, now the tool should work fine for *NIX too.
svn-id: r45446
2009-10-27 19:06:42 +00:00
Johannes Schickel
ec1141f7df Implemented a working createUUID for *NIX systems (and some minor cleanup).
svn-id: r45445
2009-10-27 18:37:42 +00:00
Johannes Schickel
36aae577d1 Fix whitespace usage.
svn-id: r45444
2009-10-27 18:37:09 +00:00
Johannes Schickel
6092030599 Add another assert to check for return value of "new".
svn-id: r45443
2009-10-27 18:36:42 +00:00
Johannes Schickel
a52c45e750 Got rid of use of exceptions.
svn-id: r45442
2009-10-27 18:36:06 +00:00
Johannes Schickel
1ece766186 Add missing include.
svn-id: r45441
2009-10-27 18:35:20 +00:00
Matthew Hoops
a59d39a8c0 Oops, forgot to commit the txt file too.
svn-id: r45440
2009-10-27 12:35:07 +00:00
Travis Howell
e49065c821 Add support for distaff images in PCE version of Loom.
svn-id: r45433
2009-10-27 09:17:09 +00:00
Johannes Schickel
76942d6c86 Cleanup.
svn-id: r45425
2009-10-26 22:43:58 +00:00
Johannes Schickel
4b1a8c4d5f - Add support for AMD64 (x64) builds in automatically generated MSVC project files.
- Fixed some file prefix bug, introduced when allowing to overwrite the file prefix via command line.

svn-id: r45424
2009-10-26 22:32:55 +00:00
Johannes Schickel
23173ae2c7 Cleanup.
svn-id: r45421
2009-10-26 21:52:11 +00:00
Johannes Schickel
cac32b61ce Typos.
svn-id: r45386
2009-10-25 23:36:09 +00:00
Johannes Schickel
6b404cf5cf Allow overwriting of the output path.
svn-id: r45385
2009-10-25 23:29:48 +00:00
Johannes Schickel
811764e8cc Add warning when no engine definitions are found (or the configure file is missing).
svn-id: r45384
2009-10-25 23:17:58 +00:00
Johannes Schickel
3d8492cd30 Allow overwriting the file prefix in the relative path arguments of MSVC project files.
svn-id: r45383
2009-10-25 23:14:15 +00:00
Johannes Schickel
290f7b3937 Use slashes instead of backslashes in internal path representation.
svn-id: r45381
2009-10-25 23:03:12 +00:00
Johannes Schickel
6672468b23 Initial check in of a tool which is able to create MSVC project files out of the configure / Makefile based build system.
svn-id: r45380
2009-10-25 22:47:43 +00:00
Matthew Hoops
3f3353c520 Update detection of Loom PCE Japanese.
svn-id: r45320
2009-10-22 01:25:23 +00:00
Travis Howell
48e3d9a767 Update detection of PCEngine version of Loom.
svn-id: r45319
2009-10-22 01:07:49 +00:00
Travis Howell
746258f882 Add patch from Tobias, for graphic support (backgrounds/objects) in PCE version of Loom, with minor changes.
svn-id: r45304
2009-10-21 12:59:10 +00:00
Johannes Schickel
51975b50cb Add LoL PC98 credits entries to kyra.dat.
svn-id: r45082
2009-10-14 14:17:15 +00:00
Max Horn
3399c3aeb6 Change doxygen inline comments from "//!" to "///" as proposed on -devel
svn-id: r44802
2009-10-08 21:28:57 +00:00
Martin Kiewitz
0dd211592e adding myself correctly to credits.pl ;)
svn-id: r44748
2009-10-07 19:49:41 +00:00
Max Horn
0041502ee7 Release resources properly; fix code formatting
svn-id: r44540
2009-10-02 14:44:52 +00:00
Max Horn
f54e82e488 Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools
svn-id: r44539
2009-10-02 14:42:24 +00:00
Max Horn
8ba75fc522 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
2009-09-30 16:16:53 +00:00
Johannes Schickel
5bed17efa9 - Add support for Kyrandia 1 German Amiga in create_kyradat.
- Increase kyra.dat version.
- Rebuilt kyra.dat.
- Some slight adaptions for Kyrandia 1 German in the ScummVM source.

svn-id: r44215
2009-09-20 16:54:23 +00:00
Johannes Schickel
b16c357ec6 Oops add missing file for create_kyradat.
svn-id: r44211
2009-09-20 14:32:22 +00:00
Johannes Schickel
bb7463638e - Add preliminary support for Lands of Lore PC98 in create_kyradat
- Increase kyra.dat version
- Rebuilt kyra.dat

svn-id: r44177
2009-09-17 19:51:16 +00:00
Johannes Schickel
6133a08ebd - Add missing k2SeqplaySeqData providers for Kyra2 floppy versions
- Add missing k2SeqplayCredits provider for Kyra2 CD ITA fan translation

svn-id: r44176
2009-09-17 18:12:58 +00:00
Johannes Schickel
7d7e319b4f Add some missing new lines to error messages.
svn-id: r44168
2009-09-17 16:40:29 +00:00
Johannes Schickel
b4dfb066e4 Reenable commented out providers for k2IngameTalkObjIndex.
svn-id: r44167
2009-09-17 16:40:07 +00:00
Johannes Schickel
297a130d5e Further cleanup of special id use.
svn-id: r44162
2009-09-17 15:59:45 +00:00
Johannes Schickel
f0ccad5bbd - Increase kyra.dat version
- Fix language settings of some game entries

svn-id: r44157
2009-09-17 13:46:01 +00:00
Johannes Schickel
858061946a Cleanup special id usage.
svn-id: r44156
2009-09-17 13:45:29 +00:00
Johannes Schickel
cd394fce76 Handle platform specific extraction via platform settings instead of special id where possible.
svn-id: r44149
2009-09-17 12:43:10 +00:00
Johannes Schickel
f5f209797d - Got rid of special id "kAmigaVersion"
- Changed handling of platform settings via game platform settings and not via special id

svn-id: r44148
2009-09-17 12:42:50 +00:00
Johannes Schickel
4ca0e97970 Add platform information to game need table.
svn-id: r44147
2009-09-17 12:42:25 +00:00
Johannes Schickel
1361d3f1ae Consisteny change.
svn-id: r44146
2009-09-17 12:03:27 +00:00
Johannes Schickel
38d4acfb48 Cleanup includes.
svn-id: r44145
2009-09-17 12:03:06 +00:00
Johannes Schickel
f13602f7d2 Cleanup provider access.
svn-id: r44144
2009-09-17 12:02:41 +00:00
Johannes Schickel
3374fef61e - Cleanup multi language game processing
- Vast move of static data tables to new files
- Other cleanup

svn-id: r44143
2009-09-17 12:02:17 +00:00
Johannes Schickel
9c293c347a Cleanup.
svn-id: r44142
2009-09-17 11:01:08 +00:00
Johannes Schickel
0a8774a446 - Augment detection tables as much as possible
- Change some extraction processing logic to work with the newly agumented tables

svn-id: r44136
2009-09-17 02:27:12 +00:00
Johannes Schickel
f440a2bcd9 - Augment all executable entries with platform
- Augment all search data tables with platform and language, where required

svn-id: r44135
2009-09-17 02:26:46 +00:00
Johannes Schickel
4245f2e842 Change extraction function signature.
svn-id: r44134
2009-09-17 02:26:19 +00:00
Johannes Schickel
c5ec398bbf Move extraction functionality to new file "extract.cpp".
svn-id: r44133
2009-09-17 02:25:55 +00:00
Johannes Schickel
8aa04a8b9d Remove superfluous special id specification for english Amiga intro strings.
svn-id: r44132
2009-09-17 02:25:28 +00:00
Johannes Schickel
1b75a1825e Extract "kTypeTownsWDSfxTable" via a special extraction routine instead of a hacky patch level.
svn-id: r44125
2009-09-16 23:03:48 +00:00
Johannes Schickel
c4e8c51110 Handle extraction of "k2IngameSfxFiles" via a special extraction routine, instead of a hacky patch level.
svn-id: r44124
2009-09-16 23:03:21 +00:00
Johannes Schickel
d5fcfc8b7f Make create_kyradat print out the filename, which is currently processed.
svn-id: r44123
2009-09-16 23:02:35 +00:00
Johannes Schickel
f1a218bb32 Remove ugly hack.
svn-id: r44121
2009-09-16 21:22:28 +00:00
Johannes Schickel
f8f776364e Increase kyra.dat version.
svn-id: r44119
2009-09-16 21:07:14 +00:00
Johannes Schickel
08dc453d10 Adapted create_kyradat to use an automatic offset search. (Hopefully no regressions).
svn-id: r44118
2009-09-16 20:52:59 +00:00
Max Horn
c6d2441db3 Don't abuse FORCEINLINE
svn-id: r44025
2009-09-11 08:39:09 +00:00
Florian Kagerer
295f432b87 LOL: fix floppy version static data
svn-id: r43962
2009-09-05 15:57:41 +00:00
Vladimir Menshakov
6187efe623 added create_teenagent tool
svn-id: r43952
2009-09-05 07:42:49 +00:00
Florian Kagerer
ad5d918ad5 LOL: update kyra.dat with floppy version data (floppy version still doesn't work, though)
svn-id: r43904
2009-09-02 06:24:01 +00:00
Travis Howell
a336f3a9e9 Correct title for Freddi Fish 5.
svn-id: r43816
2009-08-30 05:59:13 +00:00
Johannes Schickel
adf1df19c0 Move Amiga SFX tables to kyra.dat.
svn-id: r43793
2009-08-29 07:52:24 +00:00
Johannes Schickel
189b1ec62f Implement support for the Kyrandia 1 CD demo.
svn-id: r43737
2009-08-25 22:37:34 +00:00
Eugene Sandulenko
70b7ebb339 Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
2009-08-22 12:35:49 +00:00
Eugene Sandulenko
ea87405ae4 Patch #2840212: "Quiet make process"
svn-id: r43635
2009-08-22 11:03:00 +00:00
Joost Peters
62bcb2e51b Commit (slightly) modified version of patch #2831248: Allow suspend/resume for PSP
svn-id: r43477
2009-08-17 12:57:37 +00:00
Johannes Schickel
83216b1d17 Cleanup.
svn-id: r43354
2009-08-13 17:00:40 +00:00
Johannes Schickel
4afa6d18a4 Implemented support for the "Lore of the Lands" special of Lands of Lore CD.
svn-id: r43349
2009-08-13 15:55:12 +00:00
Johannes Schickel
dfd461e35d - Yet another minor difference in seq_winterScroll2
- Fix wrong offsets of flasks strings for Kyrandia 1 Amiga in kyra.dat
- Increase kyra.dat version

svn-id: r43274
2009-08-11 15:34:55 +00:00
Johannes Schickel
6e9ff8e381 Finally fixed the string extraction for Kyrandia 1 Amiga. This should make the intro/outro strings work fine again.
svn-id: r43246
2009-08-11 01:24:40 +00:00
Eugene Sandulenko
8999f8dbff Add support for Italian MM NES
svn-id: r43223
2009-08-10 19:31:08 +00:00
Johannes Schickel
091ecc8fd0 - Fix extraction of Kyra 1 amiga string tables in kyra.dat
- Fix "taken" string offsets in kyra.dat
- Add temporary workaround for only one "taken" string being present in Kyra 1 amiga.
- Update kyra.dat

svn-id: r43208
2009-08-10 16:42:39 +00:00
Eugene Sandulenko
f805e1b413 Add DS version of Atari MM from Bug #2834054
svn-id: r43139
2009-08-08 20:08:22 +00:00
Andre Heider
57e45de95b Merge creation of Info.plist into update-version.pl.
This fixes the static version info after branching (#2820503).

svn-id: r43101
2009-08-07 18:16:58 +00:00
Max Horn
91434bd9c5 SCUMM: Properly detect & distinguish the three FM-TOWNS double-demos
svn-id: r42951
2009-07-30 21:56:04 +00:00
Max Horn
a411a5750e Added Strangerke to credits, and moved wjp from Gob to SCI on his request
svn-id: r42947
2009-07-30 21:04:46 +00:00
Max Horn
745afbf565 Changed 10rdH070's nick back to LordHoto, and added Hkz to the credits
svn-id: r42946
2009-07-30 20:58:32 +00:00
Max Horn
c232783dd1 Overhauled the credits: Retired members are now (partially) back to their old sections, to make sure people really see all people who contribute to an engine/backend. Also added&fixed some entries, and moved the FreeSCI section
svn-id: r42943
2009-07-30 20:46:43 +00:00
Johannes Schickel
ffe6ce4cd5 Prevent our "credits" make target updating Credits.rtf, which in fact is not present in SVN anymore, and the outdated docbook.
svn-id: r42932
2009-07-30 15:19:15 +00:00
Johannes Schickel
b09ec67fc4 Add tanoku to our GUI credits section.
svn-id: r42929
2009-07-30 15:12:42 +00:00
Travis Howell
93806dae8b Update credits.
svn-id: r42738
2009-07-25 06:36:41 +00:00
Travis Howell
211869d02e Bear Stormin' is the full mini game, and not a demo.
svn-id: r42681
2009-07-24 04:59:21 +00:00
Travis Howell
f4916b9830 Change the default target to CD version, for games which offer floppy and CD versions. So all GUI options are still available in fan translations.
svn-id: r42655
2009-07-22 10:23:58 +00:00
Max Horn
581be82b83 Completed name of the creator of our logo
svn-id: r42459
2009-07-13 22:19:33 +00:00
Eugene Sandulenko
6723a1acd2 Add Drascula engine to the credits
svn-id: r42441
2009-07-13 17:28:49 +00:00
Travis Howell
fb38a1b0ba Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options.
svn-id: r42364
2009-07-11 01:40:53 +00:00
Johannes Schickel
4dc454581c Change all uses of FM-Towns/fm-towns to FM-TOWNS.
svn-id: r42235
2009-07-07 19:18:53 +00:00
Paul Gilbert
66c4b02109 Added myself to the CRUISE engine credits
svn-id: r41665
2009-06-19 09:44:33 +00:00
Andre Heider
b07a35e5af Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
2009-06-17 23:36:00 +00:00
Max Horn
a4922dad00 Added most of the missing tools to scummvm/tools/README
svn-id: r41002
2009-05-29 14:38:56 +00:00
Max Horn
608f855c9d Removed obsolete files
svn-id: r41001
2009-05-29 14:38:42 +00:00
Filippos Karapetis
ae378632cd Added brief information about the create_drascula tool
svn-id: r40906
2009-05-26 10:14:24 +00:00
Paul Gilbert
9900cbcb70 Added a brief note about the create_lure tool
svn-id: r40903
2009-05-26 09:35:53 +00:00
Johannes Schickel
7f57c2f2c0 Add some initial documentation for create_kyradat.
svn-id: r40902
2009-05-26 08:55:23 +00:00
Johannes Schickel
b3c6751b9b Strip trailing whitespaces in the whole code base.
svn-id: r40867
2009-05-24 15:17:42 +00:00
Eugene Sandulenko
5878acfc0e Adjust tools make rules for new website code
svn-id: r40820
2009-05-23 20:25:09 +00:00
Eugene Sandulenko
434af6e42d Adjust credits.pl for new website code.
svn-id: r40819
2009-05-23 20:21:17 +00:00
Florian Kagerer
cbce9e1179 LOL: implemented fireball spell
svn-id: r40813
2009-05-23 18:43:04 +00:00
Florian Kagerer
5076b06bb6 LOL: - implemented Lightning Spell
svn-id: r40776
2009-05-21 22:29:49 +00:00
Travis Howell
0c1e89f355 Add several Dutch Windows demo of HE games.
svn-id: r40602
2009-05-15 10:21:19 +00:00
Johannes Schickel
049618ce15 Fix all occurrences of AdLib spelling:
- credits
- options dialog

svn-id: r40538
2009-05-13 21:15:12 +00:00
Florian Kagerer
dd84aaf648 LOL: - added some spell casting (spark, heal, swarm)
- fixed several bugs (not the one in the fighting system though)
- added several opcodes. there shouldn't be any real show stoppers in the draracle cave now.
- simplified wsa code (which required 4 lines of code for displaying a frame)
- added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file)

svn-id: r40420
2009-05-10 13:40:28 +00:00
Travis Howell
8225e4f84b Add the DOS CD demo of Sam & Max.
svn-id: r40236
2009-05-02 09:52:35 +00:00
Florian Kagerer
ccb64ad81e LOL: - Started implementing the fighting system. The damage inflicted is wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm.
- added support for monsters with distance attacks (like those orcs in front of roland's house)
- lots of small bug fixes
- Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong.

svn-id: r40144
2009-04-25 13:15:05 +00:00
Travis Howell
514c2be4a9 Add patch #2769163 - Mac additions for Freddi Fish 1 and Putt-Putt Parade.
svn-id: r40006
2009-04-18 23:34:28 +00:00
Johannes Schickel
942dd9b845 Fix warnings.
svn-id: r39838
2009-04-04 13:15:41 +00:00
Travis Howell
5b968d9c35 Update German version of puttzoo.
svn-id: r39833
2009-04-04 06:19:18 +00:00
Travis Howell
2dd4789fc0 Update prefix for German version of puttzoo.
svn-id: r39827
2009-04-04 05:42:12 +00:00
Travis Howell
89d457fc0f Add more German version of HE games.
svn-id: r39825
2009-04-04 03:50:01 +00:00
Florian Kagerer
9638c7ec4b LOL: - added support for magic atlas
- fixed minor palette bug

svn-id: r39818
2009-04-03 21:32:50 +00:00
Filippos Karapetis
bd240eb60a Added myself to the MADE engine credits
svn-id: r39684
2009-03-25 10:49:52 +00:00
Filippos Karapetis
7f641cc6be Added MSVC project files for the create_lure tool
svn-id: r39644
2009-03-23 20:31:19 +00:00
Filippos Karapetis
a3e0a87970 Silenced an MSVC warning
svn-id: r39642
2009-03-23 20:25:57 +00:00
Travis Howell
a4a8249a9c Clarify entry in the credits.
svn-id: r39563
2009-03-20 10:23:08 +00:00
Travis Howell
9a99eb221a Add another Spanish DOS version of Loom (EGA).
svn-id: r39502
2009-03-18 05:12:45 +00:00
Henry Bush
03a807fa2b Add FreeSCI contributors
svn-id: r39457
2009-03-16 21:42:35 +00:00