Age | Commit message (Collapse) | Author |
|
svn-id: r52622
|
|
Fix typos and suppress all identical noun arrays.
svn-id: r52596
|
|
In DOS versions, display hints when mouse is over a
hotspot. This behavior is based on the one of Hugo Win
versions.
svn-id: r52590
|
|
svn-id: r52496
|
|
svn-id: r52485
|
|
The TranslationManager in ScummVM will pick up the translation associated
to no context if present and if a translation could not be found for a specific
context. Based on this, the create_translations tool will now remove the
translation associated to a specific context if the same message has the
same translation associated to no context. This generate a smaller
translation.dat file, and this should also slightly improve performances (less
strings to load from the file and smaller list in which to look for a translated
message).
svn-id: r52459
|
|
svn-id: r52421
|
|
svn-id: r52420
|
|
svn-id: r52418
|
|
svn-id: r52417
|
|
svn-id: r52416
|
|
svn-id: r52415
|
|
Fix a bug (missing character id in initialization) in creation tool
and silent some more warnings.
svn-id: r52414
|
|
svn-id: r52410
|
|
svn-id: r52394
|
|
This change means there can now be different translations for the same
english string depending on the context. It is based on gettext msgctxt feature.
There is a new macro _c(msg, ctxt) that should be used instead of _(msg) in
the source code when we want to add a context to the message. For the
moment I have added contexts to only one message ("None") so that I could
test the changes. Context could be added also to get shorter translations when
GUI is in 1x mode.
I have also added back the fuzzy option to msmerge since it is useful when
adding contexts to populate the translations for the new contexts.
svn-id: r52308
|
|
svn-id: r52285
|
|
Until now the parsing was done by the po2c perl script, which
generated a messages.h file. The create_translations executable
had then to be recompiled before being executed. This commit
removes the po2c perl script. The parsing is now directly done by
the create_translations tool.
The parsing has also been extended to support the msgctxt strings.
This is not dumped yet in translations.dat but will be once I have
finished implementing context support for the translations.
svn-id: r52284
|
|
svn-id: r52226
|
|
svn-id: r52208
|
|
svn-id: r52141
|
|
svn-id: r52137
|
|
svn-id: r51834
|
|
svn-id: r51771
|
|
svn-id: r51769
|
|
- 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
|
|
svn-id: r51596
|
|
svn-id: r51595
|
|
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
|
|
svn-id: r51216
|
|
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
|
|
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
|
|
svn-id: r50964
|
|
svn-id: r50824
|
|
svn-id: r50822
|
|
credits files.
svn-id: r50821
|
|
svn-id: r50367
|
|
svn-id: r50350
|
|
svn-id: r50327
|
|
svn-id: r50270
|
|
update the website credits this time (it was also missing the Android credits by the way).
svn-id: r50251
|
|
svn-id: r50248
|
|
svn-id: r50242
|
|
be included into an namespace.
svn-id: r50241
|
|
svn-id: r50240
|
|
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
|
|
svn-id: r50238
|
|
svn-id: r50151
|
|
svn-id: r50149
|
|
not added to the tool)
svn-id: r50148
|