Commit Graph

141 Commits

Author SHA1 Message Date
tron
5b0915e677 (svn r1009) -Feature: per-station vehicle lists
This adds a little button per vehicle class to the station window which opens a list of all vehicles that have this station on their schedule.
As side effect this gets rid of some global variables.
2004-12-10 18:16:08 +00:00
miham
38f5ef6bd4 (svn r1006) Daily langfile updates (automatic) 2004-12-10 13:58:39 +00:00
bjarni
416953f6dc (svn r986) Norwegian translation update (Johannes) 2004-12-08 20:02:15 +00:00
bjarni
1f31bee5e4 (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai) 2004-12-08 16:27:54 +00:00
Celestar
5b0743d66b (svn r979) Allow more realistically sized catchment areas 2004-12-08 15:46:13 +00:00
miham
547a2d1f9f (svn r977) Daily langfile updates (automatic) 2004-12-08 13:35:00 +00:00
miham
cef5ac8c8b (svn r953) Daily langfile updates (automatic) 2004-12-05 11:40:58 +00:00
miham
e7ee76dc56 (svn r950) Daily langfile updates (automatic) 2004-12-04 22:29:18 +00:00
truelight
b8f6d41418 (svn r942) -Merged branch/network back into the trunk 2004-12-04 17:54:56 +00:00
miham
b7f0b278fb (svn r906) Daily langfile updates (automatic) 2004-12-03 05:59:26 +00:00
miham
2c88f958ed (svn r880) Daily langfile updates (automatic) 2004-12-01 21:35:14 +00:00
miham
ec7586dac3 (svn r857) Daily langfile updates (automatic) 2004-11-29 23:20:07 +00:00
tron
d701668f50 (svn r853) -Feature: Implement improved vehicle loading algorithm
It's not FIFO loading, but does the right thing in the common case:
If a vehicle is empty and another vehicle is already loading the same cargo at this station then the vehicle waits.

This is an reworked version of [ 1072211 ] submitted by Hackykid, thanks!
2004-11-29 11:59:09 +00:00
miham
5733ad3e32 (svn r852) Daily langfile updates (automatic) 2004-11-28 22:43:46 +00:00
tron
29cec910fc (svn r850) Adjust the other language files according to revision 844 2004-11-28 21:37:23 +00:00
tron
d542f5624a (svn r844) Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window 2004-11-28 12:24:48 +00:00
miham
a295166754 (svn r818) Daily langfile updates (automatic) 2004-11-26 07:30:06 +00:00
miham
908d2471ec (svn r814) Daily langfile updates (automatic) 2004-11-25 08:11:48 +00:00
tron
e35a0b1c44 (svn r803) Switch to ISO 8859-15
It has proper support for the euro sign and includes letters which are needed by the Latvian translation (and perhaps others), though the letter sprites are missing.
2004-11-24 22:52:57 +00:00
dominik
372340b731 (svn r801) - re-enabled background highlighting in Newgrf GUI
- minor Newgrf GUI fixes and adjustments
2004-11-24 20:08:38 +00:00
bjarni
aceb89fb7d (svn r788) added a latvian translation (currently contains 0 strings) 2004-11-24 09:10:42 +00:00
miham
06158be674 (svn r786) Daily langfile updates (automatic) 2004-11-23 20:54:51 +00:00
miham
b2e973056a (svn r770) Daily langfile updates (automatic) 2004-11-22 22:22:03 +00:00
tron
a744e8e375 (svn r757) Repair the damage inflicted on english.txt in revision 745 2004-11-22 10:26:59 +00:00
miham
6d81770985 (svn r746) Daily langfile updates (automatic) 2004-11-21 23:20:11 +00:00
dominik
4e41cf9e2b (svn r745) Added newgrf GUI (in options menu)\nThe interface currently only displays the installed grf sets, you can't (de)activate them through the gui yet 2004-11-21 22:44:13 +00:00
miham
485102814f (svn r739) Daily langfile updates (automatic) 2004-11-21 15:18:41 +00:00
tron
57adc97733 (svn r724) Remove restriction that a tile can only accept 3 cargo types.
This especially enables houses to accept passengers, mail, goods AND food.
Add string templates for up to 5 cargo types for the tile info window. If more are needed just add them.
Simplify (de-uglify) the logic for cargo acceptence for houses and split the goods/food table into two. The acceptance is unmodified, but accepting goods AND food is now trivially possible. The exact amounts have to be decided.
This is based on Celestar's changes in the map branch plus some further bits that will be merged there soon.
2004-11-21 10:49:40 +00:00
miham
4bba1273aa (svn r721) Daily langfile updates (automatic) 2004-11-21 08:22:57 +00:00
miham
61103119fb (svn r634) Added turkish translation (iso8859-1) 2004-11-15 20:45:25 +00:00
miham
f1a3b32dc4 (svn r633) Daily langfile updates (automatic) 2004-11-15 20:44:39 +00:00
miham
747d0fcca9 (svn r620) Daily langfile updates (automatic) 2004-11-15 08:11:04 +00:00
darkvater
397cc50f61 (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky). 2004-11-14 13:07:07 +00:00
darkvater
989289fadd (svn r585) -newgrf: GUI for selecting custom waypoint graphics to use. Patch by dominik81 and pasky. 2004-11-14 11:04:59 +00:00
miham
e9ef930155 (svn r575) Daily langfile updates (automatic) 2004-11-14 00:19:48 +00:00
miham
dae7b4ae21 (svn r566) Daily langfile updates (automatic) 2004-11-13 17:10:41 +00:00
tron
5d6c0a8220 (svn r543) -Fix: [ 1064742 ] Editor Map-Menu wrong String
The fix is a bit ugly, but this is due to limitations in the dropdown menu handling (the strings have to be contiguous)
2004-11-11 23:23:42 +00:00
tron
872f49ae8a (svn r538) -Feature: Windows snap at each other
This is inspired by [1063636].
2004-11-10 21:14:16 +00:00
tron
2cf5b77d0b (svn r528) Minor fixes in german.txt 2004-11-08 20:44:10 +00:00
bjarni
21b1607fb5 (svn r520) Lang: added empty Russian translation 2004-11-07 14:15:38 +00:00
miham
f1d552c5b6 (svn r519) Daily langfile diff 2004-11-07 08:41:38 +00:00
miham
f6690500bf (svn r472) Daily langfile updates -- 79 strings missing 2004-10-26 20:56:51 +00:00
miham
49d0f082f8 (svn r468) Daily langfile updates -- 88 strings missing 2004-10-25 08:37:01 +00:00
miham
9947627df9 (svn r461) Daily langfile updates -- Minor language tweaks 2004-10-20 21:08:39 +00:00
miham
034b0b5aef (svn r418) Daily langfile updates -- Portuguese language finished 2004-10-10 12:06:19 +00:00
miham
1fd2edf29a (svn r407) Daily langfile updates (automatic) 2004-10-09 07:12:08 +00:00
miham
88e3ef36a4 (svn r399) Daily langfile updates (automatic) 2004-10-06 21:56:44 +00:00
miham
385da141e6 (svn r396) Daily langfile updates (automatic) 2004-10-06 16:22:57 +00:00
miham
98b60a605f (svn r384) Daily langfile update -- 102/1 (3007/3) missing S/L 2004-10-05 14:38:15 +00:00
miham
9c3b9fd40d (svn r360) Daily langfile update -- Added portuguese translation + danish fixes by Bjarni (100+2 / 1) 2004-10-02 19:41:06 +00:00