Commit Graph

479 Commits (8bff288817df4704461ee9c2f37969842c8e71ad)

Author SHA1 Message Date
miham 8bff288817 (svn r4410) WebTranslator2 daily commit [2006-04-13]
[hungarian] 6 strings changed by Miham
[french] 21 strings changed by Belugas
[polish] 151 strings changed, 8 strings fixed by Meush
19 years ago
miham a90c127dc6 (svn r4408) [Language update by miham] Quick fixed polish.txt 19 years ago
miham 434642e817 (svn r4405) WebTranslator2 automatic commit
[french] 1 string has been fixed by Belugas
[polish] 36 strings has been fixed, 3 strings has been updated by meush
19 years ago
miham b76a4cdfa6 (svn r4397) [WT2] Commiting hungarian changes 19 years ago
miham 9ccb373edb (svn r4365) Oops, sorry, reverted accidentally committed french.txt 19 years ago
miham 02ad8f0445 (svn r4364) [Translator2] Fixed generation of langfiles, committing hungarian changes done by miham 19 years ago
miham af884a0581 (svn r4363) [WT2] Reverted changes, sorry 19 years ago
miham 6c38d8e75a (svn r4362) [Translator2] Commit for hungarian language by Miham (manual) 19 years ago
peter1138 a4a891c007 (svn r4340) Add force {FORCE} to the units system. This is currently unused. 19 years ago
tron dec2db09ee (svn r4310) The chat box has no visible window title, therefore remove the string 19 years ago
celestar 5931b34aff (svn r4259) -[multistop] Fix/Feature/Codechange:
1) Improved the road vehicle allocation (aka slotting) for multistop. Stops can now accept unlimited, er... 256, vehicles.
2) Removed the "wait for stop" feature, because it did not work in practise.
3) Slotting now ignores unreachable stations. Uses NPF at the moment because the old pathfinder cannot do it (yet)
4) Now matter how many vehicles approach a station, they will always be distributed evenly over existing stops.
5) Hopefully the last fundamental change to multistop
19 years ago
peter1138 949758e109 (svn r4211) - Removed measuring units from the names of two strings.
- Use {POWER} and {WEIGHT_S} tags for all strings instead of "{COMMA}units".
19 years ago
peter1138 bd56042e1d (svn r4210) - Use new {WEIGHT} string tag for all cargo quantity strings. 19 years ago
peter1138 d441a12eb4 (svn r4209) Remove unused strings 19 years ago
celestar a7d8ad0004 (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas. 19 years ago
peter1138 76f1609ee1 (svn r4127) - Update English language file to use tags for the new unit system. 19 years ago
peter1138 38a0ef3bc6 (svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
- Replace miles/kilometres game option with a general measuring units option.
  - Add {POWER}, {WEIGHT}, {WEIGHT_S} and {VOLUME_S} (_S for short) tags to the language/string system.
  - Add SI as option for measuring units.
  Language file updates to use the system will come soon.
19 years ago
Darkvater ba53ec750a (svn r3977) - Change all STRING1's back to STRING in french.txt because these {STRINGn} are only applicable to english.txt. Fixup of r3973. Sorry 19 years ago
Darkvater cbad79cbfe (svn r3974) - Typo in r3973, missing } 19 years ago
belugas d88f154408 (svn r3973) Update french translation, adding STRING1 where needed, as well as other omissions. Thanks to Darkvater for this opportunity 19 years ago
bjarni a36f8a46fa (svn r3944) -Feature: it's now possible to turn a single unit in a train
control-click on a unit in a train in a depot will make the click unit turn around
	this is useful if you want "normal" engines to act as dualheaded (one each way) or similar
	this only works on single unit units. Multiheaded and articulated engines get a red error box
	this is based on a quick hack peter1138 while I made it network safe and correctly handling of multible unit engines
19 years ago
miham 6bf62500ed (svn r3943) [Manual translations update: finnish (thanks to ln-)] 19 years ago
Darkvater fab6434d67 (svn r3932) - In lack of the webtranslator, introducing the mantranslator. [ 1439921 ] German translation (wikipedian) 19 years ago
celestar 9aab1d5711 (svn r3909) [multistop]
-Codechange: No longer hijack the VS_STOPPED flag when waiting for a slot.
-Fix: Vehicles waiting for slots can still be controlled (sent to depot, orders modified, ...)
-Fix: Vehicles no longer stop on crossings and during overtake operations
19 years ago
tron f7382ac78a (svn r3560) Restore plural forms of cargo types for several languages.
I extracted the info from 2614:2615.
If you speak one of the languages, please check if the changes are correct.
19 years ago
bjarni 78b51cbec2 (svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons
currently ALL available wagons are displayed in the right menu in the replace window
	however the replacement will only be done if the new wagon can be refitted to carry same cargo as the old one is currently carrying

	Since the standard vehicles do not have any valid wagon replacements, this feature can only be used when using newgrf sets
19 years ago
peter1138 6dd2affaad (svn r3528) - Feature: Allow sorting of vehicle lists by model or value (based on meush's work) 19 years ago
Darkvater 0f535026cf (svn r3497) - Update some more language files (thanks ln- (finnish), egladil (swedish)) 19 years ago
tron 822afdcecd (svn r3495) Rename the string handles for cargo names with a quantity and abbreviated cargo names to something sensible, i.e. STR_QUANTITY_$NAME and STR_ABBREV_$NAME 19 years ago
Darkvater 58f5dbd365 (svn r3494) - Update several languages. Thanks all translators online atm (Bjarni, glx, MeusH, Tron, me, my sister)
- Remove the most blatant of untranslated or wrongly-outdated strings.
19 years ago
Darkvater 4e09974975 (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
- The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals.
19 years ago
peter1138 ff8b3f980f (svn r3465) - Reduce length of reverse scrolling patch option to make it fit in the window 19 years ago
Darkvater 0e41c3dc58 (svn r3463) - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors 19 years ago
Darkvater 3924b84744 (svn r3460) - Fix: fix language errors and translate some missing string as far as my knowledge of those languages go (thx egladil for swedish) 19 years ago
Darkvater 78fa9c7393 (svn r3427) - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console. 19 years ago
peter1138 26226f1d43 (svn r3406) - Update year in copyright text 19 years ago
bjarni b87b5f1187 (svn r3402) -Fix: [building/cloning] added a string telling if build failed due to not being able to build a vehicle. Triggered when cloning a retired design 19 years ago
tron 10c6d4c738 (svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) 19 years ago
tron 6820aada04 (svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) 19 years ago
tron 246c126d25 (svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length 19 years ago
tron 8c707f6211 (svn r3345) Remove untranslated strings 19 years ago
tron fad5dcffda (svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation 19 years ago
miham 955f06b9ac (svn r3335) [Translations] Moved estonian to ready 19 years ago
tron 671c085206 (svn r3332) Fix r3317, a few things got messed up in the translator system 19 years ago
Darkvater db03c5d5e8 (svn r3323) - Fix: automatically enable new AI when turning on the AI in multiplayer feature (it only works that way and we all know users don't read). 19 years ago
miham e66db9c6d4 (svn r3317) [Translations] Updated to 2005-12-18 19 years ago
tron b06b3e2ca2 (svn r3313) Remove GPMI related changes from trunk
Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
19 years ago
bjarni bfc8b30325 (svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months 19 years ago
miham 732e71228b (svn r3234) [Translations] Estonian is still unfinished 19 years ago
miham aa39eb5a9a (svn r3233) [Translations] Estonian now available again 19 years ago