rubidium
4f8eeca437
(svn r15724) -Codechange: some widget documentation/fixing of enumified constant names (Alberth)
2009-03-15 15:22:09 +00:00
rubidium
f9def73be6
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
2009-03-15 15:12:06 +00:00
rubidium
e9ae5ae307
(svn r15722) -Change: add a bit more information to the readme.
2009-03-15 14:35:12 +00:00
rubidium
8761a5a4c4
(svn r15721) -Change: give a more useful (for 'normal' users) error message when there's no AI and they want to play with an AI
2009-03-15 14:33:40 +00:00
rubidium
6e9dc85c76
(svn r15720) -Change: put a bit more information into the crash log
2009-03-15 14:28:46 +00:00
yexo
e5204f96f9
(svn r15719) -Update: the credit section.
2009-03-15 00:32:36 +00:00
rubidium
b25a4f8231
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
2009-03-15 00:32:18 +00:00
rubidium
d72273d1f3
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
2009-03-15 00:03:27 +00:00
yexo
86a9df82b7
(svn r15716) -Change [NoAI]: AI libraries should now be stored in ai/library/<library_name>/ instead of ai/library/<category_name>/<library_name>/. Libraries inside tar files are not affected.
2009-03-14 23:57:37 +00:00
frosch
bbb28d210a
(svn r15715) -Fix (r15714): Project files. (Thanks michi_cc)
2009-03-14 20:43:37 +00:00
frosch
1f5ad840a4
(svn r15714) -Remove: 'Original vehicle names' - err - language... Use the (static) newgrf on BaNaNaS if you care.
2009-03-14 19:52:41 +00:00
frosch
e0dd907cab
(svn r15713) -Feature(ette): Allow static newgrfs to set 'GRF ID engine overrides', if the source GRF is static.
2009-03-14 19:38:19 +00:00
translators
40ddc49764
(svn r15712) -Update: WebTranslator2 update to 2009-03-14 18:38:56
...
catalan - 4 fixed by arnaullv (4)
finnish - 3 fixed by jpx_ (3)
french - 3 fixed by glx (3)
german - 3 fixed by planetmaker (3)
hungarian - 1 fixed, 1 changed by alyr (2)
italian - 3 fixed by lorenzodv (3)
lithuanian - 17 fixed by geckonas (17)
norwegian_nynorsk - 11 fixed by Thor (11)
slovenian - 10 fixed by Necrolyte (10)
2009-03-14 18:39:10 +00:00
rubidium
9d018723b7
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
2009-03-14 18:16:29 +00:00
glx
1692ce8312
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h.
2009-03-14 15:42:53 +00:00
rubidium
aea8e7291e
(svn r15709) -Change [FS#2729]: be a tad more specific about the fact that you're building incompatible tracks when building incompatible track types on the same tile.
2009-03-14 15:34:30 +00:00
yexo
2e6e2457f1
(svn r15708) -Feature [FS#2728]: Pop up the AI Debug Window if one of the AIs crashed and show a message that the user should report the crash.
2009-03-14 01:32:04 +00:00
michi_cc
0ca92a47a2
(svn r15707) -Fix (r15686): The config file was not updated on Windows because rename() can't replace existing files.
2009-03-14 00:26:03 +00:00
michi_cc
b1479bec02
(svn r15706) -Fix: Make sure the filename passed to unlink() is always in file system encoding.
2009-03-14 00:25:59 +00:00
frosch
fa35dc10e5
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo.
2009-03-13 23:49:12 +00:00
smatz
40745dc0d9
(svn r15704) -Cleanup: remove further includes from recently split files
2009-03-13 23:48:07 +00:00
belugas
42d9816ce3
(svn r15703) -Codechange: split Cmd* from waypoint.cpp to waypoint_cmd.cpp.
2009-03-13 21:49:24 +00:00
rubidium
27bcfd115b
(svn r15702) -Feature(tte): direct content download 'links' in the play scenario/heightmap windows.
2009-03-13 21:32:38 +00:00
frosch
4129b418cc
(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing.
2009-03-13 21:28:40 +00:00
rubidium
e6353a1a22
(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp.
2009-03-13 20:29:35 +00:00
rubidium
070320f25b
(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.
2009-03-13 20:09:35 +00:00
translators
38d66e82e2
(svn r15698) -Update: WebTranslator2 update to 2009-03-13 18:45:47
...
dutch - 1 changed by Excel20 (1)
english_US - 1 fixed by WhiteRabbit (1)
finnish - 1 fixed by jpx_ (1)
german - 1 fixed, 3 changed by planetmaker (4)
italian - 1 fixed by lorenzodv (1)
slovak - 1 fixed by James (1)
turkish - 3 fixed by jnmbk (3)
2009-03-13 18:45:56 +00:00
rubidium
2adbf67968
(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned.
2009-03-13 00:48:03 +00:00
rubidium
eb0d43aadd
(svn r15696) -Codechange: move the NewGRF language ID into the language file instead of maintaining a table in the code.
2009-03-13 00:30:26 +00:00
belugas
f6e4bc765a
(svn r15695) -Feature [FS#2672]: Allow the number of towns that will be generated in the generate world window to be customized.
...
Some warnings:
-the maximum number of towns to be accepted is set to 5000
-the minimum number of towns to be accepted is set to 1
-the number that is specified is NOT guaranteed to be the exact number of towns generated. The normal mechanism of town creation has not been modified. So town placement can still fail.
-setting a custom number of town will change your difficulty settings to custom as well
2009-03-12 23:54:20 +00:00
rubidium
af18469455
(svn r15694) -Codechange/feature/fix: invert the order in which base graphics sets are queried making it fairly unlikely that downloaded graphics sets override the original graphics.
2009-03-12 20:43:03 +00:00
yexo
5c40b7235c
(svn r15693) -Fix (r15691): The msvc project files weren't updated to include luxembourgish.
2009-03-12 19:57:51 +00:00
frosch
afe547448e
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replace. Don't bother about trains exceeding the trainlimit, which will be sold anyway.
2009-03-12 19:40:16 +00:00
translators
684d1c4d4c
(svn r15691) -Update: WebTranslator2 update to 2009-03-12 18:42:18
...
french - 1 fixed by glx (1)
hungarian - 1 fixed by alyr (1)
luxembourgish - 258 fixed, 3 changed by Gubius (261)
persian - 146 fixed by ali sattari (146)
russian - 1 fixed by Smoky555 (1)
spanish - 1 fixed by eusebio (1)
2009-03-12 18:42:25 +00:00
rubidium
0f361aab6e
(svn r15690) -Feature(tte(tte)): CTRL-"New Game" skips the "World generation" window.
2009-03-12 16:48:28 +00:00
rubidium
d5a2dc1d0b
(svn r15689) -Fix [FS#2720]: do not crash when the generate map doesn't contain a suitable location for a town.
2009-03-12 15:14:22 +00:00
rubidium
9dbf8a163f
(svn r15688) -Codechange: unifiy cleaning up the map generation (normal and abort)
2009-03-12 14:28:55 +00:00
rubidium
8ed58f2b94
(svn r15687) -Fix [FS#2723]: wrong/misleading error message when autorail builds nothing when trying to build over signals in the wrong way.
2009-03-12 14:23:23 +00:00
rubidium
bd2e1ac903
(svn r15686) -Codechange: make it a bit harder for crashes to trash your config file.
2009-03-12 14:22:17 +00:00
rubidium
3d780608a2
(svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage.
2009-03-12 14:21:18 +00:00
yexo
cef662825b
(svn r15684) -Add [NoAI]: AIOrder::SkipToOrder().
2009-03-12 11:43:40 +00:00
yexo
9eef8f77e2
(svn r15683) -Fix (r15670): Removing town-owned bridges was no longer possible.
2009-03-12 11:36:18 +00:00
rubidium
84e5e44ca9
(svn r15682) -Codechange: some coding style
2009-03-12 11:28:03 +00:00
rubidium
55ce735c2c
(svn r15681) -Cleanup: remove unneeded forward declaration.
2009-03-12 11:04:41 +00:00
smatz
c2834412f7
(svn r15680) -Cleanup: remove redundant comment
2009-03-12 10:42:02 +00:00
belugas
7f650197d7
(svn r15679) -Cleanup: Little code-style application
2009-03-12 01:35:27 +00:00
rubidium
f67e2a41ce
(svn r15678) -Fix (r15676): crash when (re)applying newgrf settings
2009-03-11 23:35:32 +00:00
rubidium
cf21547814
(svn r15677) -Fix [FS#2546]: vehicle images would be determined during the process of moving the vehicle which means that only the (orientation) data for the vehicles in front of it is valid. Now the data for the vehicles behind the vehicle are valid too.
2009-03-11 23:23:08 +00:00
rubidium
655b0ccc2e
(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove.
2009-03-11 20:43:14 +00:00
rubidium
48c8cdfd84
(svn r15675) -Codechange: don't unnecessarily mark vehicles dirty before deleting them; it already happens in the destructor.
2009-03-11 19:50:19 +00:00