dominik
a733a469b5
(svn r1088) Strings cleanup. Renamed some strings to reflect their content.
2004-12-14 19:47:35 +00:00
dominik
967425b368
(svn r1082) Feature: Chat toolbar
...
- to chat with all players press Return (or Shift-T) and type in the message
- Press Return again to send the message
2004-12-14 16:53:38 +00:00
miham
a63b2f3061
(svn r1081) Daily langfile updates (automatic)
2004-12-14 15:24:36 +00:00
miham
5a2c5fed09
(svn r1075) Daily langfile updates (automatic)
2004-12-13 21:28:38 +00:00
truelight
0f83be4d5b
(svn r1052) -Fix: [Network] You can't join a server when revision mismatches.
2004-12-13 14:57:58 +00:00
miham
39bd7590af
(svn r1036) Daily langfile updates (automatic)
2004-12-12 18:49:50 +00:00
dominik
bbd3ec33d0
(svn r1030) Some toolbar icons are arranged differently:
...
- Landscaping buttons have to be accessed from the landscaping toolbar
- Landscaping toolbar can be opened from all other toolbars
- The order of buttons in the docks toolbar now matches the other toolbars
- Landscaping toolbar has new keyboard shortcuts
2004-12-12 17:42:04 +00:00
tron
f3f91f392d
(svn r1027) Add tooltips to the per-station vehicle list buttons
2004-12-12 17:20:46 +00:00
miham
2dd36c2012
(svn r1013) Daily langfile updates (automatic)
2004-12-11 09:51:55 +00:00
tron
13e8d01dcb
(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
0d51e4b5a5
(svn r1006) Daily langfile updates (automatic)
2004-12-10 13:58:39 +00:00
bjarni
f87fc583d4
(svn r986) Norwegian translation update (Johannes)
2004-12-08 20:02:15 +00:00
bjarni
b043d3e567
(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
945ceb06fc
(svn r979) Allow more realistically sized catchment areas
2004-12-08 15:46:13 +00:00
miham
bb9854c893
(svn r977) Daily langfile updates (automatic)
2004-12-08 13:35:00 +00:00
miham
cd591136a6
(svn r953) Daily langfile updates (automatic)
2004-12-05 11:40:58 +00:00
miham
edb26fb40e
(svn r950) Daily langfile updates (automatic)
2004-12-04 22:29:18 +00:00
truelight
d6a1f3e412
(svn r942) -Merged branch/network back into the trunk
2004-12-04 17:54:56 +00:00
miham
9a900c0f30
(svn r906) Daily langfile updates (automatic)
2004-12-03 05:59:26 +00:00
miham
0f5793ffa0
(svn r880) Daily langfile updates (automatic)
2004-12-01 21:35:14 +00:00
miham
f994571373
(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
miham
884fd51b68
(svn r341) Daily langfile update -- 102 strings missing for galician
2004-09-30 22:11:28 +00:00
miham
af3348fe94
(svn r339) Daily langfile update -- 104 strings missing for 2 finished languages
2004-09-30 14:26:35 +00:00
miham
43ca0548da
(svn r334) Daily langfile update -- 104 strings missing for 2 finished languages
2004-09-28 22:02:23 +00:00
miham
0dbe38fba7
(svn r327) Daily langfile update -- 112 strings missing for 3 finished languages
2004-09-26 21:35:16 +00:00
miham
35c13ef965
(svn r322) Daily langfile update -- 1683 strings missing for 5 languages
2004-09-26 08:01:08 +00:00
miham
773737930a
(svn r318) Daily langfile update -- 1895 strings missing for 6 languages
2004-09-25 10:24:11 +00:00
miham
4449917a7c
(svn r317) Daily langfile update -- 1952 strings missing for 9 languages
2004-09-24 07:53:21 +00:00
bjarni
d72abf6c3e
(svn r311) Added incomplete Icelandic translation (Hinrik)
...
Mac: made track_starter executable by default. Needed for midi player
2004-09-23 20:12:51 +00:00
miham
408a27a64e
(svn r310) Added catalan translation & daily langfile update -- 551 strings missing for 16 languages
2004-09-22 11:16:44 +00:00
miham
db516f667e
(svn r309) Fixed spanish translation
2004-09-22 09:34:59 +00:00
darkvater
493df26058
(svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame.
2004-09-21 20:56:49 +00:00
miham
807da4e722
(svn r302) Added initial spanish translation
2004-09-20 14:49:53 +00:00
miham
72bd3bd170
(svn r299) Daily langfile update -- 209 changed finnish strings
2004-09-19 20:57:31 +00:00
miham
6cad1071c8
(svn r296) Daily langfile update. -- 519 strings missing for 3 languages
2004-09-19 16:55:09 +00:00
bjarni
d1a88cbbca
(svn r291) Minor fix to english.txt
...
added debian support (blathijs)
improved make install (blathijs)
2004-09-18 16:29:12 +00:00
miham
f5a50c0007
(svn r290) Daily langfile update. -- 519 strings missing for 3 languages
2004-09-17 21:29:24 +00:00
miham
78b02129c1
(svn r278) Daily langfile update. -- 546 string(s) missing for 5 languages
2004-09-17 06:02:27 +00:00
bjarni
5b145f4d7c
(svn r276) Lang: American fixes by Pipian and removed Unfinished from Dutch :D
2004-09-16 17:27:59 +00:00
dominik
21b905e963
(svn r271) another town name confusion fix
2004-09-16 10:41:56 +00:00
miham
09fcc36c9c
(svn r269) Daily lf upd #1 . -- <1000 strings missing from ? languages
2004-09-16 07:49:59 +00:00
miham
0346fec1ca
(svn r265) Daily lf upd #1 . -- 1335 strings missing from 7 languages
2004-09-15 18:01:43 +00:00
miham
937aafd6d2
(svn r258) Daily lf upd #3 . -- 1433 strings missing from 7 languages
2004-09-14 20:25:52 +00:00
miham
b1659b776a
(svn r253) Daily lf upd #2 . -- 1470 strings missing from 8 languages
2004-09-14 18:52:11 +00:00
miham
9c5649a948
(svn r252) Daily lf upd -- 1568 strings missing from 9 language
2004-09-14 18:27:24 +00:00
miham
d77a038eb5
(svn r238) Daily langfile updates #2 .
2004-09-13 21:50:53 +00:00
darkvater
fc9a450e75
(svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
...
-Fix: Graphs now accomodate 64bit numbers (so the company value graph doesn't plummet into -... if value is too big)
-Strgen: added CURRCOMPACT64 for this, and 64bit versions of several macros.
2004-09-13 20:38:36 +00:00
miham
ef5202a361
(svn r235) Currency->Currency64 updates (Tron)
2004-09-13 12:47:54 +00:00
darkvater
c6f48d3de6
(svn r234) -Fix: added missing romanian.txt to VC6, VS.NET and Jamfile project file
...
-Feature: Added romanian town names and currency (Magic_Pixel)
2004-09-13 12:28:11 +00:00
signde
383dc579e4
(svn r233) -Fix: german language fixes (Tron)
...
-Fix: fixed some english console texts
2004-09-13 09:21:42 +00:00
miham
4a19074d23
(svn r232) Daily langfile updates #1 .
2004-09-13 08:28:43 +00:00
miham
cef90ada1b
(svn r231) Added romanian translation (Magic_Pixel)
2004-09-13 07:10:21 +00:00
miham
ec21a64c03
(svn r228) Daily langfile updates #3 .
2004-09-12 22:29:33 +00:00
miham
b2d55a936f
(svn r226) Daily langfile updates #2 .
2004-09-12 22:10:58 +00:00
miham
1493cc550b
(svn r218) Daily langfile updates #1 .
2004-09-12 18:37:05 +00:00
truelight
53ee4f6540
(svn r216) -Fix: paused network game now disallows all commands (instead of doing
...
the commands all at once when the game unpauses)
2004-09-12 17:36:29 +00:00
darkvater
24512d3da5
(svn r212) -Fix: Network-gui fixes (sign_de)
...
-Fix: any disabled button in a window doesn't receive WE_CLICK events
-Added network.h
2004-09-12 14:12:33 +00:00
miham
1c373cd0af
(svn r208) Daily langfile changes
2004-09-11 20:25:40 +00:00
truelight
4ccd84f94b
(svn r201) -Fix: [1025836] Company values bigger dan int32 were put to negative
...
-Fix: [1025836] Long bridges had negative value
-Fix: Typo in endian_check.c (Zr40)
2004-09-11 09:40:19 +00:00
darkvater
a956b63b41
(svn r198) -Fix: [1020269] Different production? Wrong production amount was showed in the industry list window
...
-Fix: Show industry list is now the first dropdown item. Second is Fund Industry.
2004-09-10 23:20:14 +00:00
miham
0caa819190
(svn r196) Daily langfile updates
2004-09-10 21:49:59 +00:00
miham
c7ab4b6e69
(svn r195) Initial finnish translation, 50% completed
2004-09-10 20:23:33 +00:00