aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2009-11-01Add command line parameter to automatically create a search table entry from ↵Johannes Schickel
a given file + offset/size pair. svn-id: r45603
2009-10-30Fixes for TEX and RTF output of "add_paragraph".Johannes Schickel
svn-id: r45549
2009-10-30Fix bug in "add_paragraph" in tools/credits.pl, now the "&" should be fine ↵Johannes Schickel
in credits.h again. svn-id: r45547
2009-10-30Fix credits.Johannes Schickel
svn-id: r45545
2009-10-30Fixed Terry Pratchett's name in the creditsMax Horn
svn-id: r45528
2009-10-30Add Dragon History's authors, now properlyRobert Špalek
svn-id: r45520
2009-10-30Fix typoEugene Sandulenko
svn-id: r45514
2009-10-30Add special thanks for DW.Eugene Sandulenko
svn-id: r45513
2009-10-28Fix possible use of double backslash in relative file path value.Johannes Schickel
svn-id: r45485
2009-10-28Cleanup.Johannes Schickel
svn-id: r45484
2009-10-28Change help text to nicely fit 80xY terminals.Johannes Schickel
svn-id: r45483
2009-10-28Fix bug createUUID, which caused our custom createUUID implementation to ↵Johannes Schickel
fail to convert some UUIDs to a string correctly. svn-id: r45482
2009-10-28BUILD: Reduce build overhead by marking *.d and *.mk files as .PHONY, thus ↵Max Horn
preventing Make from futile searches for rule to rebuild those files svn-id: r45462
2009-10-27Only use std::srand once. (Fixes bug that createUUID always creates ↵Johannes Schickel
identical UUIDs, when run only with a short span of time in between). svn-id: r45449
2009-10-27Fix building under MSVC.Johannes Schickel
svn-id: r45448
2009-10-27Include support for "create_msvc" in the Makefile based build system.Johannes Schickel
svn-id: r45447
2009-10-27Implement support for "scanFiles" for POSIX systems, now the tool should ↵Johannes Schickel
work fine for *NIX too. svn-id: r45446
2009-10-27Implemented a working createUUID for *NIX systems (and some minor cleanup).Johannes Schickel
svn-id: r45445
2009-10-27Fix whitespace usage.Johannes Schickel
svn-id: r45444
2009-10-27Add another assert to check for return value of "new".Johannes Schickel
svn-id: r45443
2009-10-27Got rid of use of exceptions.Johannes Schickel
svn-id: r45442
2009-10-27Add missing include.Johannes Schickel
svn-id: r45441
2009-10-27Oops, forgot to commit the txt file too.Matthew Hoops
svn-id: r45440
2009-10-27Add support for distaff images in PCE version of Loom.Travis Howell
svn-id: r45433
2009-10-26Cleanup.Johannes Schickel
svn-id: r45425
2009-10-26- Add support for AMD64 (x64) builds in automatically generated MSVC project ↵Johannes Schickel
files. - Fixed some file prefix bug, introduced when allowing to overwrite the file prefix via command line. svn-id: r45424
2009-10-26Cleanup.Johannes Schickel
svn-id: r45421
2009-10-25Typos.Johannes Schickel
svn-id: r45386
2009-10-25Allow overwriting of the output path.Johannes Schickel
svn-id: r45385
2009-10-25Add warning when no engine definitions are found (or the configure file is ↵Johannes Schickel
missing). svn-id: r45384
2009-10-25Allow overwriting the file prefix in the relative path arguments of MSVC ↵Johannes Schickel
project files. svn-id: r45383
2009-10-25Use slashes instead of backslashes in internal path representation.Johannes Schickel
svn-id: r45381
2009-10-25Initial check in of a tool which is able to create MSVC project files out of ↵Johannes Schickel
the configure / Makefile based build system. svn-id: r45380
2009-10-22Update detection of Loom PCE Japanese.Matthew Hoops
svn-id: r45320
2009-10-22Update detection of PCEngine version of Loom.Travis Howell
svn-id: r45319
2009-10-21Add patch from Tobias, for graphic support (backgrounds/objects) in PCE ↵Travis Howell
version of Loom, with minor changes. svn-id: r45304
2009-10-14Add LoL PC98 credits entries to kyra.dat.Johannes Schickel
svn-id: r45082
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
svn-id: r44802
2009-10-07adding myself correctly to credits.pl ;)Martin Kiewitz
svn-id: r44748
2009-10-02Release resources properly; fix code formattingMax Horn
svn-id: r44540
2009-10-02Fix more cppcheck warnings/errors; some code formatting; and fixes to our toolsMax Horn
svn-id: r44539
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-20- Add support for Kyrandia 1 German Amiga in create_kyradat.Johannes Schickel
- Increase kyra.dat version. - Rebuilt kyra.dat. - Some slight adaptions for Kyrandia 1 German in the ScummVM source. svn-id: r44215
2009-09-20Oops add missing file for create_kyradat.Johannes Schickel
svn-id: r44211
2009-09-17- Add preliminary support for Lands of Lore PC98 in create_kyradatJohannes Schickel
- Increase kyra.dat version - Rebuilt kyra.dat svn-id: r44177
2009-09-17- Add missing k2SeqplaySeqData providers for Kyra2 floppy versionsJohannes Schickel
- Add missing k2SeqplayCredits provider for Kyra2 CD ITA fan translation svn-id: r44176
2009-09-17Add some missing new lines to error messages.Johannes Schickel
svn-id: r44168
2009-09-17Reenable commented out providers for k2IngameTalkObjIndex.Johannes Schickel
svn-id: r44167
2009-09-17Further cleanup of special id use.Johannes Schickel
svn-id: r44162
2009-09-17- Increase kyra.dat versionJohannes Schickel
- Fix language settings of some game entries svn-id: r44157