glx
e968f5c572
(svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not ready
2009-03-17 16:28:21 +00:00
yexo
93be9a1c90
(svn r15750) -Fix: The big ufo sometimes landed just outside the map. Instead of landing, just disappear (fly away) in those cases.
2009-03-17 01:30:39 +00:00
yexo
72dc128915
(svn r15749) -Codechange: apply coding style to disaster_cmd.cpp
2009-03-17 00:47:01 +00:00
rubidium
f044ef6564
(svn r15748) -Fix (r1722): the assumption that the number of tiles on the X side equals the number of tiles on the Y side does not hold anymore. As a result of this submarines could be created far outside of the map. Later in r15733 we would test whether that tile would be a water tile and we'd find out the tile isn't within the map.
2009-03-16 23:23:33 +00:00
rubidium
7bbdd4f119
(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a road stop.
2009-03-16 20:45:32 +00:00
orudge
677b157943
(svn r15746) -Fix: Update threading code for OS/2, add mutex support
2009-03-16 20:05:24 +00:00
orudge
bcc870e3f8
(svn r15745) -Fix: Resolve compile error in fileio.cpp on OS/2 - base paths on OS/2 behave much like DOS
2009-03-16 20:03:37 +00:00
smatz
f62e71ba8e
(svn r15744) -Fix (r9667): when town generator failed to create requested number of towns, there were too many cities
2009-03-16 18:38:28 +00:00
yexo
384599ef2c
(svn r15743) -Codechange: move the definitions of some fake squirrel types to their own file.
2009-03-16 17:30:49 +00:00
yexo
b078f8095a
(svn r15742) -Fix (r15736): AIs with an invalid info.nut weren't ignored anymore.
2009-03-16 14:40:32 +00:00
smatz
cabf57b221
(svn r15741) -Fix (r15740): czech town name generator needs very long buffer, use different min size for each generator
2009-03-16 12:49:55 +00:00
smatz
38056dabdf
(svn r15740) -Codechange: make code in namegen.cpp ~50% faster, apply coding style and add comments
2009-03-16 10:51:49 +00:00
peter1138
5df06384d3
(svn r15739) -Codechange: Expose GRF ID of engines in var action property 0x25.
2009-03-16 08:03:50 +00:00
yexo
ce4744e1d6
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic classes ScriptScanner/ScriptFileInfo.
2009-03-15 22:41:57 +00:00
rubidium
dda2396096
(svn r15735) -Update: trunk ain't going to 0.7 anymore ;)
2009-03-15 22:16:02 +00:00
yexo
42e0a5d2ca
(svn r15733) -Fix: Enabling freeform edges could cause submarines to get stuck on land tiles.
2009-03-15 21:49:37 +00:00
rubidium
deab21114e
(svn r15732) -Fix: enumified constant name style
2009-03-15 21:34:18 +00:00
rubidium
64dcd8acc5
(svn r15731) -Codechange: unify submarine creation
2009-03-15 21:29:07 +00:00
rubidium
95cff9979c
(svn r15730) -Fix (r15727): regression wasn't updated.
2009-03-15 21:22:08 +00:00
rubidium
5648ea3058
(svn r15729) -Fix: silence MSVC warning
2009-03-15 21:16:07 +00:00
translators
9dc98b4c27
(svn r15728) -Update: WebTranslator2 update to 2009-03-15 18:52:21
...
czech - 7 fixed, 6 changed by SmatZ (13)
danish - 4 fixed by MiR (4)
german - 3 fixed by planetmaker (3)
hungarian - 2 fixed by alyr (2)
indonesian - 2 fixed by fanioz (2)
korean - 4 fixed by darkttd (4)
lithuanian - 43 fixed, 1 changed by Enternald (8), geckonas (36)
norwegian_nynorsk - 12 fixed by Thor (12)
2009-03-15 18:52:31 +00:00
smatz
36dfa1f21e
(svn r15727) -Codechange: apply coding style to namegen arrays
...
-Fix (r1307): missing comma in _name_original_english_4
2009-03-15 16:31:16 +00:00
smatz
8585aa71ed
(svn r15726) -Codechange: unify coding style for const pointers
2009-03-15 16:04:39 +00:00
smatz
af293142fe
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
2009-03-15 15:25:18 +00:00
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