Commit Graph

75 Commits (5087401f0d399654d5bb6a38487fa0595427e659)

Author SHA1 Message Date
Didier 'OdyX' Raboud 5087401f0d Add Russian po-files for all levels 2013-11-11 10:18:01 +01:00
Didier 'OdyX' Raboud 73bca882c3 Dispatch the Russian help files in the level and help directories 2013-11-11 09:42:31 +01:00
Didier 'OdyX' Raboud 79000b523e Merge branch 'dev' into dev-add-russian
* dev:
  Add translation files for all categories
  Move the generic helpfiles into categories: generic, object, bots and cbot
  Add translation files for all levels
  Move help files to level-specific directories
  Correct the Polish files capitalisation to be uniform across languages
  Move level scenes to level-specific directories
  Add the help/ and levels/ CMake machinery to enable the po-based translations
  Add CMake-Po4a-based infrastructure to allow po-based translation of Colobot help- and scene-description (level) files

Conflicts:
	levels/gen_levels_xml.sh
2013-11-11 08:56:01 +01:00
Piotr Dziwiński 1a06bcee23 Merge pull request #6 from OdyX/dev-level-help-translation-infra
"Help" files and "Level scene description" files gettext-based translation infrastructure
2013-11-10 13:53:38 -08:00
Didier 'OdyX' Raboud 6e311bf271 Add level title Rusian translations
They got converted from the Russian translation level files, which had these translations as English
2013-11-07 16:40:54 +01:00
Didier 'OdyX' Raboud 74f4a9b3c9 Add russian help files
Converted from the original game's translations using
$ iconv -f WINDOWS-1251 -t utf-8
and a rename to lowercase.
2013-11-07 14:37:33 +01:00
Piotr Dziwiński ab742b75ab Merge pull request #7 from OdyX/dev-fix-licensing-problems
Fix licensing problems
2013-11-03 02:33:37 -08:00
Didier Raboud d6f2b716d5 Replace CREATIVE-licensed thunder sound by a public-domain thunder sound
This thunder sound was downloaded from
https://archive.org/details/TheSoundOfThunder and was converted to WAV
using audacity.
2013-10-30 21:46:10 +01:00
Didier Raboud 125091815a Drop useless license statement about the photograph of the NGC3606 nebula
The concerned file is textures/back01.png which is a modified version of
http://hubblesite.org/newscenter/archive/releases/1999/20/image/a/

This photograph is licensed in the public-domain by the NASA, which is
itself compatible with the GPL-3.
2013-10-30 21:07:03 +01:00
Didier Raboud 28556a38b5 Add translation files for all categories 2013-10-25 15:49:24 +02:00
Didier Raboud e440e7b44f Move the generic helpfiles into categories: generic, object, bots and cbot 2013-10-25 15:47:04 +02:00
Didier 'OdyX' Raboud b5c45f6171 Add translation files for all levels 2013-10-25 15:45:09 +02:00
Didier Raboud ffdc18c833 Move help files to level-specific directories
Instructions
SoluceFile
Satellite
Loading
2013-10-25 15:41:31 +02:00
Didier Raboud 9dafa8ca25 Correct the Polish files capitalisation to be uniform across languages 2013-10-25 15:41:29 +02:00
Didier Raboud cd81211359 Move level scenes to level-specific directories 2013-10-25 15:41:28 +02:00
Didier 'OdyX' Raboud 283af08a34 Add the help/ and levels/ CMake machinery to enable the po-based translations 2013-10-25 15:41:05 +02:00
Didier 'OdyX' Raboud 37f5fd7689 Add CMake-Po4a-based infrastructure to allow po-based translation of Colobot help- and scene-description (level) files 2013-10-25 15:18:18 +02:00
Piotr Dziwinski d5a1f10057 Reverted removed models 2013-10-24 18:35:32 +02:00
Piotr Dziwinski 39b90649ad Merge pull request #5 from OdyX/master
Import the correct french data files
2013-10-12 13:40:50 +02:00
Didier 'OdyX' Raboud a476433507 Import the correct french data files 2013-10-12 13:39:14 +02:00
Piotr Dziwinski 6cf650d482 Updated gitignore 2013-06-22 22:42:57 +02:00
Piotr Dziwinski b7b2d89939 Cropped background images back to original dimensions
* the textures are now non-power-of-2, but the graphics
   engine will fix that in runtime
2013-05-11 23:08:09 +02:00
Piotr Dziwinski 10c8000311 Resized textures to power-of-2 dimensions
* resized textures do not look nice, but
   they will work regardless of graphics card/drivers
2013-05-11 21:43:35 +02:00
Piotr Dziwinski b88f1b716b Scripts for non-power-of 2 textures 2013-05-11 21:43:35 +02:00
krzys-h 23b3b01d92 Added win???.txt to gen_levels_xml.sh
There's nothing to translate, but they weren't copied by "make install". Lost files are also translated.
2013-05-04 19:24:02 +02:00
krzys-h 428ffb165e Fixed free801.txt and free901.txt titles
They were in French
2013-05-03 16:00:34 +02:00
adiblol 291e505346 Merge branch 'dev' of github.com:colobot/colobot-data into dev 2013-04-29 19:18:14 +02:00
krzys-h 37d187544c Changed to sound & music folders
* Removed unused sounds
* Added flac verion of music
I won't remove music in ogg until we'll setup conversion in CMake
2013-04-29 19:13:46 +02:00
krzys-h 61d55ed921 Removed unused files (colobot/#182) 2013-04-28 18:00:43 +02:00
krzys-h 01178b33ca Fail... 2013-03-29 10:13:47 +01:00
krzys-h b0280f5a40 Added multilanguage help files
For now, folders D i F are copies of E.
2013-03-29 10:01:03 +01:00
Piotr Dziwinski 0c3a41c43b Removed unused model files
These are non-Colobot models or some older versions of files
2013-03-24 21:34:41 +01:00
erihel 2c49a375ed * Added ending screen from original game 2013-03-23 21:23:45 +01:00
Piotr Dziwinski 32b4c7b3c1 Changed data install path on Windows 2013-03-22 22:20:00 +01:00
Piotr Dziwinski 156f01cd46 Change in new model format
min/max replaced by lod_level
2013-01-27 11:17:01 +01:00
krzys_h 85674c1f53 Added music 2013-01-16 20:31:42 +01:00
krzys-h 9052f025c8 Merge pull request #4 from OdyX/dev-update-levels-i18n
Rewrite the levels' i18n handling
2013-01-09 11:44:38 -08:00
Didier Raboud 5f5df8560a Rewrite CMake levels installation 2013-01-02 13:27:49 +01:00
Didier Raboud 586ba64da7 More cleanup
- Drop *-po4a.cfg files (which are useful for build-time only),
- Add more exclusions to gitignore.
2013-01-02 12:14:52 +01:00
Didier Raboud 507e7d0530 Simplify gen_levels_xml for increased resistance 2013-01-02 12:14:28 +01:00
Didier Raboud 526a7d2a77 Minor: Rename some confusing variable names 2013-01-02 12:09:01 +01:00
Didier Raboud 732cd88fbc Minor: numbered status updates in generation script 2013-01-02 12:08:01 +01:00
Didier Raboud 124133ec9f Don't alter source levels anymore
- Build them in another directory.
- That "other" directory is the cmake binary dir.
2013-01-02 12:07:35 +01:00
Didier Raboud 1b2ee98e27 Drop translations from source levels
- *.{F,D,P} are dropped from the source
2013-01-02 12:02:00 +01:00
Piotr Dziwinski 8284892e54 Format conversion scripts from colobot-levels 2013-01-01 17:43:47 +01:00
Michał Zieliński ff81eabb01 Merge branch 'dev' of github.com:colobot/colobot-data into dev
Conflicts:
	CHANGELOG.txt
2013-01-01 13:09:04 +01:00
Michał Zieliński c1f1264b44 Merge pull request #1 from OdyX/dev-drop-i18n
Drop translations as they are built from colobot itself.
2013-01-01 04:04:50 -08:00
Didier Raboud 816f15a3e0 Document changes in Changelog 2012-12-31 11:52:58 +01:00
Didier Raboud 0320b7fd74 Inject translations in level files at build time 2012-12-31 11:48:57 +01:00
Didier Raboud 7c2833ce43 Re-write categories setup 2012-12-30 23:00:33 +01:00