aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2010-08-07LOL: added english floppy versionFlorian Kagerer
svn-id: r51834
2010-08-05KYRA: Append newline in help string of create_kyradat.Johannes Schickel
svn-id: r51771
2010-08-05KYRA: Fix compilation of create_kyradat.Johannes Schickel
svn-id: r51769
2010-08-02KYRA: FM-Towns audio driver rewriteFlorian Kagerer
- FM-Towns euphony driver completely rewritten based on KYRA FM-Towns and LOOM towns disasm. - Split all the emu and driver code from sound_towns.cpp into different files to make things a bit less confusing. - Move the driver code to common space since the exact same euphony driver is used by LOOM which means we could get rid of the outdated and incomplete ym2612 driver/emu implementation (which doesn't even do things like instrument loading, pan position, etc). I haven't tried to add this to the Scumm engine yet, since I am not familiar with it and my priority was to get the driver finished first. But from the look of disasm it shouldn't be difficult to do. - Introduce a generic FM-Towns audio interface based on FM-Towns system file disasm which was necessary for the euphony driver rewrite. Every FM-Towns game I have seen so far seems to access the audio hardware via these system functions. This interface implementation will also allow reasonably simple creation of new FM-Towns audio drivers (e.g. this could be used for Kings Quest 5 FM-Towns or others). - Move the PC98 driver to common space, too, since I have a strong feeling that this driver is also used in the PC98 version of Future Wars - This also improves KYRA FM-Towns music quality, sound effects accuracy and music fading. svn-id: r51645
2010-08-01i18n: Adding Spanish and Ukrainian translationsThierry Crozat
svn-id: r51596
2010-08-01create_msvc: Fix SCUMMVM_LIBS support for MSVC2010.Johannes Schickel
svn-id: r51595
2010-07-31i18n: use user friendly language names in GUIThierry Crozat
The GUI now uses the content of the Language field from the po file header if it is present and not empty for the language selection PopupWidget. If not present it uses the file name as before (e.g. ru_RU). Also update all the translation template and all the translation files. svn-id: r51542
2010-07-23TOOLS: Formatting fixes.Johannes Schickel
svn-id: r51216
2010-07-23TOOLS: Preliminary SCUMMVM_LIBS support for msvc8/9.Johannes Schickel
Currently %(SCUMMVM_LIBS)/bin is not added to the executable path, since I can not find any easy way to do that. The libs and include setting should be fine though. svn-id: r51214
2010-07-23TOOLS: Fix MSVC 2010 project files.Johannes Schickel
Formerly the MSVC 2010 project files did not respect the global include/library/executable directories of the user, but used custom paths for that. This resulted in headers and libraries not be found by the MSVC, in case they were not stored in %(SCUMMVM_LIBS). Additionally it overwrote the executable MSVC used when compiling for x64, thus breaking the x64 target. svn-id: r51213
2010-07-17Remove PalmOS portMax Horn
svn-id: r50964
2010-07-12Whops. Also now properly add Matteo's nickname to our credits.Johannes Schickel
svn-id: r50824
2010-07-12Properly add Matteo Angelino to our credits for his Italian translation.Johannes Schickel
svn-id: r50822
2010-07-12Consistently use "MT-32" as short name of the Roland MT-32 in our GUI and ↵Johannes Schickel
credits files. svn-id: r50821
2010-06-27Add Nintendo Wii (PAL) versions of Freddi Fish: Kelp Seed Mystery.Travis Howell
svn-id: r50367
2010-06-26Add flag to set USE_DETECTLANG in create_msvc.Johannes Schickel
svn-id: r50350
2010-06-26GUI: Add the catalan translationJordi Vilalta Prat
svn-id: r50327
2010-06-25SCUMM: Set some more detection file sizesMax Horn
svn-id: r50270
2010-06-24Gives proper credits for the Hungarian translation. Also remembered to ↵Thierry Crozat
update the website credits this time (it was also missing the Android credits by the way). svn-id: r50251
2010-06-24Add credits for the translations.Thierry Crozat
svn-id: r50248
2010-06-24Yet another slight variable renaming to match our conventions.Johannes Schickel
svn-id: r50242
2010-06-24Do not include any headers from common/messages.cpp, since that file might ↵Johannes Schickel
be included into an namespace. svn-id: r50241
2010-06-24Some more cleanup of po2c's output.Johannes Schickel
svn-id: r50240
2010-06-24Adapt po2c's output to better mach our code formatting conventions.Johannes Schickel
Along with it I added a suffix "-scummvm" to the version variable, since we also feature some custom extensions like the charset specification. svn-id: r50239
2010-06-24Added some consts to the output of tools/po2c.Johannes Schickel
svn-id: r50238
2010-06-22SCUMM: Specify various file sizes of detection filesMax Horn
svn-id: r50151
2010-06-22SCUMM: Add Japanese FOA CD version from tracker #3017219Max Horn
svn-id: r50149
2010-06-22Add '2gs' to tools/md5table.c (this is used in tools/scumm-md5.txt, but was ↵Max Horn
not added to the tool) svn-id: r50148
2010-06-15Fix some warnings inside make-scumm-fontdata.cJohannes Schickel
svn-id: r49888
2010-06-15Fix some warnings inside convbdf.cJohannes Schickel
svn-id: r49887
2010-06-15Add translation feature support in create_msvc.Johannes Schickel
svn-id: r49886
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
Based on patch #2903830: "Updated Translation Prototype" by alexbevi which in turn is based on patch #1739965 by jvprat. Currently it builds all translations right into ScummVM. Once the feature will be accepted more widely, i.e. more translations will pop up, it will be trivial to move translation strings to external file. Finished translation: Russian Unfinished translation: Hungarian Things which are nice to do: - Language code -> language mapping for more user friendness - Specifying fonts to be used with language - Updating of interface language without restart. It will require moving of much code to reflowLayout() methods for each dialog The .po files must be in single byte encodings. I.e. no support for Unicode. svn-id: r49759
2010-06-06Add Gus to credits, update README & NEWSMax Horn
svn-id: r49454
2010-06-06Add Android backend from patch #2603856Max Horn
svn-id: r49449
2010-05-26Reverted commit #49107 - it is pointless to keep silencing this warning ↵Filippos Karapetis
(which is, in fact, correct) svn-id: r49225
2010-05-24Added Russian Windows release of puttmoonEugene Sandulenko
svn-id: r49183
2010-05-24Fix warningsEugene Sandulenko
svn-id: r49182
2010-05-24Fix compilation under MinGWEugene Sandulenko
svn-id: r49181
2010-05-24Added Russian airport and farm. Needs more work as crashes at attempt to ↵Eugene Sandulenko
opening some dictionary entries with Cyrillic characters svn-id: r49176
2010-05-19Disabled probably false positive warning 4121 (alignment of a member was ↵Filippos Karapetis
sensitive to packing) in mohawk svn-id: r49107
2010-05-19Added missing single quoteFilippos Karapetis
svn-id: r49091
2010-05-19formattingEugene Sandulenko
svn-id: r49090
2010-05-19Patch from Littleboy to silence useless warning due to VideoDecoder changesEugene Sandulenko
svn-id: r49089
2010-05-16Correct IRIX spec filenameJoost Peters
svn-id: r49051
2010-05-16Patch #2998635: "IRIX packaging files + icons" + add scummvm.spec.in to ↵Joost Peters
update-version.pl svn-id: r49050
2010-05-10Fix build with scalers for msvc.Andre Heider
svn-id: r49001
2010-05-09Extended patch #2971742: SCUMM: autodetection for diskimage contents.Eugene Sandulenko
I added NES bundle handling to the patch. svn-id: r48991
2010-05-09Patch #2970203: Drascula: typo fixes in german textEugene Sandulenko
svn-id: r48982
2010-05-08Fix possible out of bounds access.Johannes Schickel
svn-id: r48972
2010-05-08Cleanup.Johannes Schickel
svn-id: r48970