src/lang/english.txt
Tue, 22 Jul 2008 22:33:49 +0300 Tero Marttila fix the error reporting for DOWNLOAD_AVAILABLE, and change NewGRFDownload to take a NetworkGameInfo instead of the GRFConfig** - it updates the compatible/not compatible state.
Tue, 22 Jul 2008 18:29:06 +0300 Tero Marttila error messages, typos/omissions, and it can now actually download the .tar into cache/<GRFID>-<MD5SUM>.tar
Fri, 18 Jul 2008 21:16:18 +0300 Tero Marttila create the newgrf download GUI (mostly by copy-pasting from newgrf_gui.cpp) - compiles, needs testing
Fri, 18 Jul 2008 20:03:27 +0300 Tero Marttila Add a "NewGRF Download" button to the server browser that's shown when there are incompatible NewGRFs
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
Mon, 14 Jul 2008 21:01:49 +0000 rubidium (svn r13704) -Fix: make timetables work more sensible when used in conjunction with conditional orders, i.e. make it possibly to tell how long to travel to the next destination if you jump.
Mon, 14 Jul 2008 20:18:06 +0000 rubidium (svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
Wed, 09 Jul 2008 19:13:21 +0000 rubidium (svn r13686) [0.6] -Backport from trunk: 0.6
Wed, 09 Jul 2008 13:32:13 +0000 rubidium (svn r13684) [NoAI] -Sync: with trunk r13599:13683. noai
Mon, 30 Jun 2008 12:27:24 +0000 truebrain (svn r13656) [NoAI] -Add: added suspend control. If an AI consumes N (default = 4000) opcodes, a sleep is forced (for 1 tick). This to give fair play for all AIs. Also, an infinite loop won't hang the GUI of the player. (Morloth) noai
Wed, 25 Jun 2008 17:30:16 +0000 skidd13 (svn r13628) -Feature: enable building of aqueducts in the scenario editor
Sat, 21 Jun 2008 13:40:17 +0000 rubidium (svn r13600) [NoAI] -Sync: with trunk r13508:13599. noai
Thu, 19 Jun 2008 16:33:24 +0000 glx (svn r13583) [NoAI] -Fix: in MultiPlayer, prevent AIDebug window opening for clients. noai
Thu, 19 Jun 2008 10:20:45 +0000 rubidium (svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.
Tue, 17 Jun 2008 13:22:13 +0000 richk (svn r13548) [NewGRF_ports] -Sync: with trunk r13412:13544. NewGRF_ports
Tue, 17 Jun 2008 10:32:49 +0000 richk (svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
Sat, 14 Jun 2008 01:08:59 +0000 belugas (svn r13513) -Codechange: Give proper message when building a river fails.
Fri, 13 Jun 2008 15:43:39 +0000 glx (svn r13509) [NoAI] -Sync: with trunk r13472:13508. noai
Wed, 11 Jun 2008 17:35:55 +0000 smatz (svn r13479) -Codechange: don't use word 'bridge' for aqueducts that often
Wed, 11 Jun 2008 16:24:00 +0000 smatz (svn r13477) -Fix (r13464): correct tile type in the Query tile info window
Wed, 11 Jun 2008 15:23:32 +0000 glx (svn r13473) [NoAI] -Sync: with r13417:13472. noai
Tue, 10 Jun 2008 16:46:11 +0000 rubidium (svn r13444) -Codechange: make the order GUI somewhat more efficient. The most used options can be done with a single click now.
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Wed, 28 May 2008 16:45:00 +0000 skidd13 (svn r13311) -Codechange: Use GUIList for the industry directory window
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sat, 24 May 2008 02:54:47 +0000 belugas (svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Wed, 21 May 2008 22:15:39 +0000 frosch (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Mon, 05 May 2008 23:04:24 +0000 glx (svn r12967) -Fix (r12966): my lang update script failed
Mon, 05 May 2008 22:52:49 +0000 glx (svn r12966) -Update: apply english.txt changes from r12965 to other languages
Mon, 05 May 2008 22:42:06 +0000 glx (svn r12965) -Codechange: add support for callback 37 in industries directory window
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
Fri, 25 Apr 2008 19:27:27 +0000 rubidium (svn r12905) [0.6] -Backport from trunk r12904, r12876: 0.6
Fri, 25 Apr 2008 16:33:40 +0000 smatz (svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD without tram support, it is better than to simply crash
Thu, 24 Apr 2008 11:56:15 +0000 rubidium (svn r12865) [0.6] -Backport from trunk r12856, r12809, r12808, r12637, r12574: 0.6
Mon, 21 Apr 2008 21:15:50 +0000 glx (svn r12826) [NoAI] -Sync: with trunk r12780:12824 noai
Sun, 20 Apr 2008 21:36:41 +0000 glx (svn r12808) -Fix: enforce autorenew values range in command
Fri, 18 Apr 2008 23:33:51 +0000 rubidium (svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
Fri, 18 Apr 2008 19:55:13 +0000 richk (svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772. NewGRF_ports
Fri, 18 Apr 2008 10:58:11 +0000 rubidium (svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by Sir Bob.
Wed, 16 Apr 2008 22:34:14 +0000 richk (svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741. NewGRF_ports
Wed, 16 Apr 2008 22:16:04 +0000 richk (svn r12742) [NewGRF_ports] -Sync: with trunk r12673:12705. NewGRF_ports
Wed, 16 Apr 2008 00:07:47 +0000 richk (svn r12732) [NewGRF_ports] -Sync: with trunk r12657:12672. NewGRF_ports
Tue, 15 Apr 2008 19:47:58 +0000 richk (svn r12723) [NewGRF_ports] -Sync: with trunk r12645:12656. NewGRF_ports
Tue, 15 Apr 2008 00:47:19 +0000 richk (svn r12715) [NewGRF_ports] -Sync: with trunk r12351:12644. NewGRF_ports
Mon, 14 Apr 2008 21:21:10 +0000 rubidium (svn r12712) [NoAI] -Sync with trunk r12672:12711. noai
Mon, 14 Apr 2008 20:31:21 +0000 rubidium (svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
Mon, 14 Apr 2008 12:42:01 +0000 maedhros (svn r12700) -Cleanup (r12699): Remove an unused string.
Sun, 13 Apr 2008 16:48:28 +0000 rubidium (svn r12687) -Change: show when a vehicle is actually leaving the station instead of loading/unloading.
Sat, 12 Apr 2008 21:38:49 +0000 rubidium (svn r12673) [NoAI] -Sync: with trunk r12596:12672. Note that due to the order rewrite AIOrder.ChangeOrder does currently not work as expected. noai
Sat, 12 Apr 2008 13:07:25 +0000 rubidium (svn r12670) -Add: unconditional/always order 'jump/skip' variable.
Sat, 12 Apr 2008 11:58:19 +0000 rubidium (svn r12667) -Feature: conditional 'skip/jump' orders.
Fri, 11 Apr 2008 15:58:46 +0000 rubidium (svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
Fri, 11 Apr 2008 14:27:18 +0000 rubidium (svn r12660) -Codechange: make the creation of depot order strings a little more modular (instead of causing a string explosion).
Thu, 10 Apr 2008 22:18:33 +0000 rubidium (svn r12656) -Fix: tooltips for some order buttons are outdated/incorrect.
Thu, 10 Apr 2008 17:23:51 +0000 rubidium (svn r12652) -Codechange: rework the order GUI a little more to make it a little more clear that 'transfer' is just an unload type.
Thu, 10 Apr 2008 10:18:03 +0000 rubidium (svn r12650) -Feature: ability to force a vehicle to not load at a station.
Thu, 10 Apr 2008 10:02:15 +0000 rubidium (svn r12649) -Fix: refit orders not being shown.