aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2006-08-15Add PT_BRA FT MD5 as reported in bugreport #1539740Eugene Sandulenko
svn-id: r23711
2006-08-15Change Brazilian Portuguese acronym from "pt" to "br" in case there willEugene Sandulenko
be pure Portuguese games and to make use of brazilian flag. No detection stuff is dependent on this, though BASS and Sword1 make use of it. However no autoupgrade option is implemented, should it be? svn-id: r23710
2006-08-07Removed stripping of high two bits of hotspot name and desc field string IdsPaul Gilbert
svn-id: r23687
2006-07-31Update details for other HE mini gamesTravis Howell
svn-id: r23639
2006-07-30Add Pajama Sam 3 and Spy FOX 2 mini gamesTravis Howell
svn-id: r23635
2006-07-23Initial commit of tool to create lure.dat filePaul Gilbert
svn-id: r23578
2006-07-15Adds eriktorbjorn to the kyra credits for his VQA player for kyra3.Johannes Schickel
svn-id: r23506
2006-07-09Added Neil Millstone to the creditsMax Horn
svn-id: r23454
2006-07-08Updated creditsMax Horn
svn-id: r23430
2006-07-08Add another German Macintosh version of pajama2Travis Howell
svn-id: r23414
2006-07-07Add another German Windows version of pajama2Travis Howell
svn-id: r23396
2006-07-06Fix 1506002 - PUTTTIME: Weird Mouth MovementTravis Howell
svn-id: r23374
2006-06-28Add French versions of freddi3, freddicove and pajama2Travis Howell
svn-id: r23326
2006-06-27Resort HE games, by HE version and mark US versionsTravis Howell
svn-id: r23323
2006-06-27Fixed the HE version of the Swedish Freddi Fish 1, and added detection for theTorbjörn Andersson
Macintosh version, with a lot of help from Kirben. svn-id: r23321
2006-06-25Patch #1511978: Patch for convbdf.c so it compiles with GCC 2.95.3Max Horn
svn-id: r23308
2006-06-24Add Keith Scroggins to credits as Atari/FreeMiNT builder.Eugene Sandulenko
svn-id: r23297
2006-06-24* Renamed config.mak to config.mkMax Horn
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275
2006-06-24OoopsTravis Howell
svn-id: r23269
2006-06-24Remove extra Windows demo of puttputt, was a corrupt versionTravis Howell
svn-id: r23268
2006-06-23Add another Windows demo of puttputtTravis Howell
svn-id: r23264
2006-06-20Applied patches from bug report #1276480, "GUI: Accented characters". ThisTorbjörn Andersson
changes quite a lot of things in the font renderer and the convbdf tools, so there may be regressions, but we want this feature for 0.9.0. svn-id: r23208
2006-06-13No idea how PlayStation turned to Playstation. Fixing.Eugene Sandulenko
svn-id: r23093
2006-06-13More proper version of creditsEugene Sandulenko
svn-id: r23092
2006-06-13Fix creditsEugene Sandulenko
svn-id: r23090
2006-06-13Add another version of SoccerMLSTravis Howell
svn-id: r23077
2006-06-11Playstation -> PlayStationJoost Peters
svn-id: r23026
2006-06-11Add Joachim as documentation writerEugene Sandulenko
svn-id: r23025
2006-06-10added knakos to CE portKostas Nakos
svn-id: r23014
2006-06-09Add DOS and Macintosh versions of Putt-Putt & Fatty Bear's Activity PackTravis Howell
svn-id: r22991
2006-06-06Add Russian pajama1 and lost.Eugene Sandulenko
svn-id: r22953
2006-06-06Add target for full versions of Blue's Birthday AdventureTravis Howell
svn-id: r22948
2006-06-05fix missing html entityWillem Jan Palenstijn
svn-id: r22946
2006-06-05Fix detection of updated Spy Fox 1 demoTravis Howell
svn-id: r22934
2006-06-05Fix detection of some HE games and demosTravis Howell
svn-id: r22933
2006-06-03I completely forgot to gredit Laurent Blume for Solaris x86 build which weEugene Sandulenko
offer. svn-id: r22901
2006-06-03Add credit for Feeble Files source codeTravis Howell
svn-id: r22880
2006-05-31Credit Clem and Raina for forum themesEugene Sandulenko
svn-id: r22802
2006-05-30Added sections for infrastructure and GUI to the credits file. These are ↵Max Horn
badly incomplete; folks, please add yourself as appropriate svn-id: r22766
2006-05-30Changed 'md5scumm' target back to using a path based on the assumption that ↵Max Horn
you are working in a full checkout of the ScummMV repository svn-id: r22765
2006-05-28Use different method to detect V1 demo of Maniac Mansion, since md5 matches ↵Travis Howell
the full version svn-id: r22695
2006-05-27Fix V1 demo of maniacTravis Howell
svn-id: r22667
2006-05-23imported AGI enginePaweł Kołodziejski
svn-id: r22588
2006-05-19Update HE version for another English version of socksTravis Howell
svn-id: r22529
2006-05-18Update HE version for another English version of socksTravis Howell
svn-id: r22510
2006-05-13Added salty-horse to the creditsMax Horn
svn-id: r22458
2006-05-13Add newly discovered HE demos.Eugene Sandulenko
svn-id: r22455
2006-05-12Crediting Patrick Combet (aka Dorian Gray) for the Gobliiins ADL playerSven Hesse
svn-id: r22414
2006-05-05Add another English version of socksTravis Howell
svn-id: r22362
2006-04-29"qtable" is the tool we used to generate the "queen.tbl" file.Gregory Montoir
As the .tbl file is now the repository (in the engine-data module), I thought it would be nice to have the tool to (re)generate it. It may also be useful to add support for any other versions. There's no makefile ; to build the tool, just compile "qtable.c". To generate the .tbl file, just execute the tool with the output filename as argument. svn-id: r22226