Commit Graph

37 Commits (master)

Author SHA1 Message Date
pkeus 7e58b55392 Updated french translation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@699 0420edf4-82e4-42fc-9478-35b55e6d67a3
2017-11-03 13:24:45 +00:00
cazfi 39f1d10a22 Added Swedish translation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@696 0420edf4-82e4-42fc-9478-35b55e6d67a3
2017-06-19 21:06:05 +00:00
cazfi 81fa26052d Updated 'options.lst' to read 'options.txt' in translations.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@672 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-07-22 15:48:27 +00:00
cazfi 220026e437 Renamed 'options' as 'options.txt' on systems where former name was used.
Loading falls back to using old file if the new one does not exist.
Saving always happens to the new filename.


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@671 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-07-22 15:43:27 +00:00
cazfi f23e5fde69 Corrected reference to 'options.lst' to say just 'options'.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@665 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-06-24 23:25:44 +00:00
pkeus 443ff32862 Improved translatability of some strings
Fixed wrong course dimensions in wild_west_chute_out

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@660 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-05-18 09:20:27 +00:00
pkeus 6ad6e307b5 Updated french translation and updated credits.lst
CTexture::DrawNumChr(): Pass unsigned values to std::isdigit

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@625 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-23 19:57:00 +00:00
pkeus cffa184265 Updated french translation (submitted by SSTSylvain)
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@609 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-20 19:33:46 +00:00
pkeus e579231482 Translation and course description update:
- Added missing course "laberinto" to extras/courses.lst
- Updated german translation
- Fixed a few course descriptions
- Added back missing string in highscore menu

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@588 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-16 10:09:53 +00:00
cazfi f7d111efb5 Improved clarity if Finnish translation of Track Mirroring settings.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@573 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 19:06:03 +00:00
cazfi 9b7c3e03be Made Highscore list texts translatable.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@571 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 17:23:23 +00:00
cazfi a39f589d05 Use LF newlines
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@565 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 15:17:55 +00:00
cazfi 0733562664 Changed "Laskettele!" to "Laske!" in Finnish translation.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@564 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 12:18:25 +00:00
cazfi 5035190572 Added Finnish translation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@556 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 07:42:02 +00:00
cazfi 7a0936c6a5 Updated translations template and added it to distribution.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@555 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 07:07:11 +00:00
cazfi 9ca1bc91c9 Added Czech translation by Pavel Borecki
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@552 0420edf4-82e4-42fc-9478-35b55e6d67a3
2016-01-15 06:47:10 +00:00
pkeus ee1be7908c Bugfixes:
- Improved handling of missing data/configuration files: Print error message instead of crashing
- Fixed "auto" resolution: Use desktop mode for fullscreen
- Fixed GUI scaling in higher resolutions than 800*600
- Fixed Credits GUI broken in r492
- Updated some copyright dates to 2014

Refactorizations:
- Fixed some warnings
- Avoid copying TScore objects
- Small simplifications

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@518 0420edf4-82e4-42fc-9478-35b55e6d67a3
2014-07-12 19:00:57 +00:00
pkeus 97d109235f Several small improvements:
- Fixed crash in sf::SoundBuffer destructor on startup caused by copying of TSound instances in std::vector<TSound> - replaced it with std::vector<TSound*>
- Improved GUI performance of TTextField and TIconButton by pre-creating SFML objects
- Translate word "author"
- Improved handling of KeyRepeat
- Added Icon to Installer

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@512 0420edf4-82e4-42fc-9478-35b55e6d67a3
2014-07-09 09:47:56 +00:00
pkeus d351e0124c GUI changes:
- Changed key shortcuts in GUI to provide more consistent behaviour
 - Clicking on a control locks focus to it
 - Fixed focussing in event menu
 - Fixed broken TTextField

Other changes:
 - Fixed german translation
 - Small refactorizations

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@490 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-12-04 21:27:34 +00:00
pkeus c762af8373 Removed all empty translations to avoid confusion
Save language as string to avoid problems when languages.lst changes

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@489 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-12-03 22:06:13 +00:00
pkeus 34b0e51efa New features:
- Support resolution and fullscreen changing without restart in both Windows and Linux
- Translatability of statistics at end of race
- Adapt GUI particle count to screen size

Fixes:
- Remember selected race in GUI
- Fixed crash in Debug mode when loading course without any trees
- Simplified collision detection



git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/branches/SFML2@488 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-12-03 21:08:46 +00:00
cazfi 44a6ce28fa Removed Catalan from the list of languages to select as translation
file for it is missing.


git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@430 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-31 22:10:14 +00:00
pkeus 5b626e419c Translated a string in config_screen
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@425 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-30 07:46:44 +00:00
cazfi 12291b5c67 Removed en_GB.lst that no longer exist from files to install.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@392 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-14 21:29:17 +00:00
pkeus a3fed09b70 Cleaned up all .lst files (Removed redundant space characters and newlines at file end)
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@391 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-12 12:33:06 +00:00
pkeus 6a1cfa09ba Translation update: Updated Spanish translation (thank you, cousteau) (Forgotten in previous commit)
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@390 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-12 11:52:47 +00:00
pkeus 06fd7b1926 Translation updates:
- Removed redundant english translation (use default translation compiled into executable)
- Updated German translation
- Updated Spanish translation (thank you, cousteau)

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@389 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-08-12 11:52:01 +00:00
cazfi e1bfe6dfa0 Added missing files to tarball creation.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@371 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-23 22:29:58 +00:00
pkeus 6578f00ffe Improved error handling:
- Don not crash if configuration/data files are not found
- Write filename into error message whenever a CSPList can't be read or written

Small refactorizations, bugfix for german translation

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@365 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-06-22 19:08:36 +00:00
pkeus a1bb8709a1 Improvements to translation and game_config modules:
- Attempt to retrieve default language of operating system (Currently only implemented for Windows)
- Translated even splash screen
- Improved style of game_config module

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@324 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-11 18:04:53 +00:00
pkeus 34f24b73e1 Added missing translation in newplayer.cpp and fixed GUI bug
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@323 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-11 17:17:29 +00:00
pkeus 41daf5ee18 Added translation support for several menus
Updated german translation

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@303 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-05 08:24:20 +00:00
cazfi 1afc9b4d52 Install data files to correct target locations.
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@297 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-03 03:38:32 +00:00
pkeus fc748cbc4b Improved german translation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@289 0420edf4-82e4-42fc-9478-35b55e6d67a3
2013-05-01 08:07:06 +00:00
woodypl c5e7701d6d Updated Polish translation
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@255 0420edf4-82e4-42fc-9478-35b55e6d67a3
2011-07-06 13:08:39 +00:00
erin10 e9b18a9c75 help screen implemented
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@206 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-10-12 16:26:06 +00:00
erin10 eeedc696b9 Translations implemented
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@205 0420edf4-82e4-42fc-9478-35b55e6d67a3
2010-10-12 10:22:05 +00:00