570 Commits

Author SHA1 Message Date
Max Horn
3bda6cd127 Adapted the dist-scummvm.sh tool for SVN usage, making it once more super easy to build release tar balls
svn-id: r30469
2008-01-13 12:57:42 +00:00
Eugene Sandulenko
b45fb2e01d Add fanoush to credits
svn-id: r30448
2008-01-12 17:53:03 +00:00
Johannes Schickel
cd2751c698 Changed enum to match engine code exactly.
svn-id: r30396
2008-01-10 23:32:19 +00:00
Johannes Schickel
89cedb5d1e Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".
svn-id: r30393
2008-01-10 23:24:43 +00:00
Eugene Sandulenko
aedd732cef Add Buddha and david_corrales to credits.
svn-id: r30330
2008-01-07 22:42:58 +00:00
Paul Gilbert
6eb64102a4 Fix to remove a tab character from the GPL header
svn-id: r30238
2008-01-05 12:45:14 +00:00
Travis Howell
a9813fbdfa Add another German version of Freddi Fish 2 (Windows).
svn-id: r30054
2007-12-28 12:07:10 +00:00
Oystein Eftevaag
cab99bf1a4 iPhone credits
svn-id: r30003
2007-12-26 12:44:41 +00:00
Paul Gilbert
f509e6bccb Fixed Spanish animation entry for Goewin, and added missing fight animation
svn-id: r29946
2007-12-22 11:14:33 +00:00
Paul Gilbert
5c5e5cddef Changed animation Ids for Spanish version
svn-id: r29935
2007-12-21 03:56:10 +00:00
Travis Howell
86ee7a94af Add Japanese 3DO version of Putt Putt's Fun Pack.
svn-id: r29898
2007-12-18 07:00:39 +00:00
Max Horn
7599b2cb96 Patch #1847599: Several enhancements for the build system
svn-id: r29889
2007-12-16 21:41:10 +00:00
Paul Gilbert
34102e197b Moved the language articles list to end of text strings to allow for increased size
svn-id: r29831
2007-12-12 08:44:49 +00:00
Paul Gilbert
2b3d1663da Readded lines from the spanish text strings I accidentally deleted
svn-id: r29813
2007-12-10 09:38:47 +00:00
Paul Gilbert
e78d3fc7bf Added jvprat's changes to Spanish text strings
svn-id: r29811
2007-12-10 09:18:17 +00:00
Travis Howell
5d9ca5d1a7 Added missing hack for the tools to allow building on MinGW with SDL backend. (see bug #1800764 TOOLS: MinGW tools building broken)
svn-id: r29747
2007-12-07 12:41:53 +00:00
Travis Howell
bf3d5579f5 Add patch #1842503 - Added HE99 version of french PUTTTIME.
svn-id: r29694
2007-12-02 09:41:44 +00:00
Paul Gilbert
28a2906122 Changed the spelling of two of the Spanish strings
svn-id: r29692
2007-12-02 07:53:25 +00:00
Paul Gilbert
547ad715e9 Reworked the RoomResource structure to make the game easier to compile on PalmOS
svn-id: r29685
2007-12-02 01:13:31 +00:00
Paul Gilbert
e696469148 Corrected animation offsets for German version
svn-id: r29675
2007-12-01 04:53:13 +00:00
Gregory Montoir
98545ad4e5 sync'ing with local tree for now
- some minor changes to detection code
- added missing spanish strings to IGOR.TBL
- fixed '@' charset index

svn-id: r29672
2007-11-30 19:05:53 +00:00
Paul Gilbert
81c7b9a786 Added resource extraction from Spanish version
svn-id: r29656
2007-11-28 10:40:46 +00:00
Gregory Montoir
798ce43e19 - enabled speech sounds
- added end of demo check for demo 1.10
- simplified parts loop
- populated strings table in IGOR.TBL
- updated and packed charset data

svn-id: r29641
2007-11-25 23:27:51 +00:00
Travis Howell
8151e1672f Add md5 details for Blue's Art Time Activities.
svn-id: r29637
2007-11-25 12:49:03 +00:00
Max Horn
c277ac699f Made iPhone Info.plist be generated from Info.plist.in, like all other source files which contain the version string; also fixed the CFBundleIdentifier (we have .org domain, not .com). TODO: Somebody check which keys are supported by the iPhone's Info.plist
svn-id: r29610
2007-11-22 14:01:00 +00:00
Paul Gilbert
ddaa391110 Bugfix to talk data reading invalid data, and added French and German versions
svn-id: r29606
2007-11-22 10:15:20 +00:00
Gregory Montoir
e28fd1edb7 update IGOR.TBL with more static data (sounds offsets/strings)
svn-id: r29596
2007-11-21 21:48:06 +00:00
Paul Gilbert
4ed5fc5acd Added missing animation for player operating rack
svn-id: r29529
2007-11-17 08:45:35 +00:00
Max Horn
231a7875bd Added create_igortbl to 'tools' make target
svn-id: r29376
2007-11-02 15:59:09 +00:00
Gregory Montoir
2a1c68b8a6 - added detection of second demo version
- moved the resource entries tables to an external file (IGOR.TBL)
- added tool to build IGOR.TBL

svn-id: r29332
2007-10-30 22:35:10 +00:00
Vincent Hamm
c22e823f97 svn-id: r29259 2007-10-26 12:39:50 +00:00
Paul Gilbert
ff92f77607 Added missing tickmarks from Slow/Fast text speed menu items
svn-id: r29249
2007-10-24 09:39:32 +00:00
Paul Gilbert
fbd356f98e Changed predefined records to be at the start of the animation list so indexes can be hardcoded, added a dynamic list of Give talk Id responses, and corrected the fight segment data
svn-id: r29162
2007-10-07 11:02:25 +00:00
Paul Gilbert
341a392de2 Bugfix to italian tick handler offsets
svn-id: r29140
2007-09-30 11:50:45 +00:00
Max Horn
182eef40da Remove target 'tools' from the deps of target 'all'
svn-id: r29135
2007-09-30 10:36:27 +00:00
Johannes Schickel
94cd7dd04a Added a hack for the tools to allow building on MinGW with SDL backend. (see bug #1800764 "TOOLS: MinGW tools building broken")
svn-id: r29131
2007-09-29 11:40:31 +00:00
Paul Gilbert
f490db074b Fix to correctly reset action sequence list between languages
svn-id: r29116
2007-09-28 07:58:11 +00:00
Paul Gilbert
ef30bc06f6 Bugfix to extract correct hotspot offsets list for Italian version
svn-id: r29115
2007-09-28 07:57:09 +00:00
Max Horn
c89ef6060d Endian fix
svn-id: r29100
2007-09-26 18:23:31 +00:00
Max Horn
7308525489 Some code formatting corrections
svn-id: r29099
2007-09-26 18:17:16 +00:00
Sven Hesse
e95bc92824 Silenced the compiler warnings
svn-id: r29085
2007-09-24 01:46:45 +00:00
Paul Gilbert
4d73619c8f Added support for multiple languages, with added resources for Italian version, added extra needed resources for internationalisation
svn-id: r29063
2007-09-23 22:05:50 +00:00
Max Horn
b0fe833208 Fixed const warning
svn-id: r29021
2007-09-22 11:47:51 +00:00
Torbjörn Andersson
665a34861b Fixed compilation.
svn-id: r29017
2007-09-22 10:19:07 +00:00
Max Horn
dc43ca779f Added skycpt and qtable to the regular build system
svn-id: r29015
2007-09-22 09:53:13 +00:00
Max Horn
893c42c3d8 Added legal headers, fixed various warnings
svn-id: r29014
2007-09-22 09:51:33 +00:00
Torbjörn Andersson
924a9074fb Set svn:keywords
svn-id: r29013
2007-09-22 07:49:51 +00:00
Max Horn
79e323d6dd Added create_kyradat to our regular build system, too; fixed some warnings (and added a FIXME about ambiguious code)
svn-id: r29012
2007-09-22 07:32:28 +00:00
Matthew Hoops
78cd63c491 adding myself to the credits for AGI
svn-id: r28989
2007-09-20 21:21:32 +00:00
Max Horn
c2de322929 Hook up create_lure tool to the regular build system
svn-id: r28983
2007-09-20 09:30:47 +00:00