Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | SUPERNOVA: Split English translation on two lines | Thierry Crozat | |
The string is too long to be displayed on a single line (and the original German string was already on two lines). | |||
2018-01-23 | SUPERNOVA: Fix incorrect German string | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Improve English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Add missing game string | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Fix incorrect German string | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Fix incorrect translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Fix incorrect string | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Fix incorrect game text strings | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Finish the string extraction in state.cpp | Strangerke | |
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Use octal value for non-ASCII characters in game text | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Extract some strings from state.cpp | Strangerke | |
2018-01-23 | SUPERNOVA: Extract some more stings from rooms.cpp | Strangerke | |
2018-01-23 | SUPERNOVA: extract strings for Axacuss Corridor 5 | Strangerke | |
2018-01-23 | SUPERNOVA: Merge two strings to help with translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Change the signature of dialog(), fix calls, extract some more ↵ | Strangerke | |
strings | |||
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Extract ArsanoGlider, ArsanoMeetup 2 & 3 and AxacussCell strings | Strangerke | |
2018-01-23 | SUPERNOVA: Extract ArsanoRoger texts | Strangerke | |
2018-01-23 | SUPERNOVA: Extract more dialog texts | Strangerke | |
2018-01-23 | SUPERNOVA: Extract strings used in ShipHold and operations related to the cable | Strangerke | |
2018-01-23 | SUPERNOVA: Extract strings for ShibCabinL3 & R3 and for ShipAirlock | Strangerke | |
2018-01-23 | SUPERNOVA: Fix non-ASCII character in game strings | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Extract the strings from ShipCockpit | Strangerke | |
2018-01-23 | SUPERNOVA: Extract strings for Ship Hall and Ship Sleep Cabin | Strangerke | |
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
Now the title screen and intro cutscene are translated! | |||
2018-01-23 | SUPERNOVA: Fix unicode characters in game strings | Thierry Crozat | |
The non-ASCII characters should be coded using the octal value in the CP850 encoding. | |||
2018-01-23 | SUPERNOVA: Move intro cutscene strings to engine data file | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Update English translation | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Move object name and description strings to engine data file | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Add partial English translation to the create_supernova tool | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Add some German strings to the create_supernova tool | Thierry Crozat | |
2018-01-23 | SUPERNOVA: Add parsing of po file in create_supernova | Thierry Crozat | |
This means the tool is now complete and can add translations to the supernova engine data file. | |||
2018-01-23 | SUPERNOVA: Add bitmap files for the first newspaper English translation | Thierry Crozat | |
The pbm file is the source file for the create_supernova tool. The xcf file is the gimp image that was used to create it and is also added in case we need to modify it. | |||
2018-01-23 | SUPERNOVA: Add tool skeleton to generate engine data file | Thierry Crozat | |
The tool is only a skeleton at this point. Most of the logic is there but it is missing the data to write the German strings and it is missing the logic to write the translated strings. This means that currently the only data written are bitmap images. | |||
2017-12-25 | TOOLS: Add cryo and titanic tools in create_project | Strangerke | |
2017-12-22 | SCUMM HE: Add early version of Let's Explore the Farm with Buzzy. | Kirben | |
2017-11-23 | DEVTOOLS: Add Snap manifest to update-version.pl | Colin Snover | |
2017-11-21 | CREDITS: Add credits for RISC OS port | Cameron Cawley | |
Closes gh-1068. | |||
2017-11-20 | KYRA: Fix crash due to missing palette data for OldFloppy version | Colin Snover | |
Thanks to sergesv for the patch. Fixes Trac#9733. | |||
2017-11-19 | DEVTOOLS: Remove NSIS script from update-version.pl | Cameron Cawley | |
The NSIS script was removed in commit 4a1f3d7 | |||
2017-11-19 | DEVTOOLS: Add RISC OS !Boot file to update-version.pl | Cameron Cawley | |
2017-11-17 | CREATE_PROJECT: Fix compilation failure in C++11 mode | Colin Snover | |
Getting the address of an rvalue is invalid, and not necessary here. Once C++11 can be used always, this utility function can just be replaced with std::to_string. | |||
2017-11-14 | DRASCULA: Make remaining static texts translatable | Eugene Sandulenko | |
drascula.dat file version bumped | |||
2017-10-25 | Merge pull request #1035 from bgK/require-64bits-integers | Bastien Bouclet | |
BUILD: Require 64bits integers | |||
2017-10-15 | TITANIC: Add missing strings for Floor & Room # to titanic.dat | Paul Gilbert | |
2017-10-12 | CREATE_PROJECT: Support using libjpeg for iOS builds | Thierry Crozat | |
2017-10-12 | CREATE_PROJECT: Fix some compilation issues for iOS | Thierry Crozat | |
Note that this still doesn't compile with the library package provided by bSr43 because this package is missing libvorbisfile.a and has a non standard name for libglib-2.0.a. But it would probably be better to fix the package than maintain non-standard packages. |