rubidium
|
62c94f1b12
|
(svn r13908) -Codechange: merge two tables into a single one (Alberth)
|
2008-08-01 09:17:27 +00:00 |
|
belugas
|
69671d3aef
|
(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage
|
2008-08-01 03:43:53 +00:00 |
|
translators
|
325ef293fd
|
(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37
brazilian_portuguese - 22 fixed by tucalipe (22)
dutch - 9 fixed by habell (9)
estonian - 4 fixed by kristjans (4)
french - 5 fixed, 1 changed by glx (6)
galician - 105 fixed, 206 changed by Condex (311)
italian - 5 fixed, 2 changed by lorenzodv (7)
korean - 15 fixed by leejaeuk5 (15)
portuguese - 48 fixed by supra90 (48)
slovak - 30 fixed by lengyel (30)
spanish - 9 fixed by eusebio (9)
ukrainian - 22 fixed by mad (22)
|
2008-08-01 00:31:20 +00:00 |
|
glx
|
513f4c7ca7
|
(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings
|
2008-07-31 22:55:12 +00:00 |
|
rubidium
|
fb80ed218d
|
(svn r13903) -Fix: missing eol-style property.
|
2008-07-31 21:06:19 +00:00 |
|
smatz
|
50f7e7a71e
|
(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed
|
2008-07-31 20:09:54 +00:00 |
|
smatz
|
c04965c8db
|
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
|
2008-07-31 19:19:29 +00:00 |
|
belugas
|
10f450e2d4
|
(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis.
|
2008-07-31 17:45:52 +00:00 |
|
belugas
|
87f95cd4cf
|
(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.
save command file before commiting :P
|
2008-07-31 17:19:47 +00:00 |
|
belugas
|
d2c29c22fb
|
(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis
|
2008-07-31 17:17:27 +00:00 |
|
belugas
|
d34eedfdb3
|
(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
-Fix: a few misalignements
|
2008-07-31 16:44:51 +00:00 |
|
belugas
|
5bbb5721df
|
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
|
2008-07-31 16:42:11 +00:00 |
|
belugas
|
5c3b347350
|
(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
-Fix: a few misalignements
|
2008-07-31 14:42:55 +00:00 |
|
smatz
|
c779b7c4b2
|
(svn r13894) -Fix: bashisms in configure and Makefile.in
|
2008-07-31 14:32:35 +00:00 |
|
bjarni
|
61799786d5
|
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5
|
2008-07-31 14:00:01 +00:00 |
|
bjarni
|
53fc140db4
|
(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended
|
2008-07-31 13:44:57 +00:00 |
|
smatz
|
5e2c2db235
|
(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible
|
2008-07-31 13:28:23 +00:00 |
|
peter1138
|
b7e64bb5a6
|
(svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly.
|
2008-07-31 05:47:29 +00:00 |
|
belugas
|
1cd0aa4b74
|
(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.
-Fix: "true" is not a color. COLOUR_PALE_GREEN should look better, at least in the code ;)
|
2008-07-31 03:13:35 +00:00 |
|
belugas
|
22d9d9c588
|
(svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous guis.
|
2008-07-31 02:59:21 +00:00 |
|
belugas
|
1737ce45e3
|
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis.
The fact that it goes alphabetically is pure coincidence.
|
2008-07-31 02:36:01 +00:00 |
|
frosch
|
93d0ca8731
|
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
|
2008-07-30 18:23:12 +00:00 |
|
smatz
|
515b55c635
|
(svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lost
|
2008-07-30 17:41:02 +00:00 |
|
belugas
|
faaa637987
|
(svn r13883) -Codechange: Replace numbers with Colours enum on graph gui
|
2008-07-30 17:39:26 +00:00 |
|
belugas
|
63f7214abd
|
(svn r13882) -Codechange: Replace widget numbers with appropriate enums
|
2008-07-30 17:13:55 +00:00 |
|
frosch
|
c840a63dfd
|
(svn r13881) -Cleanup (r12751): Remove some dead code.
|
2008-07-30 17:06:17 +00:00 |
|
belugas
|
c848b9d3c4
|
(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code
|
2008-07-30 16:23:55 +00:00 |
|
belugas
|
4cc5da9409
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +00:00 |
|
belugas
|
96a0010911
|
(svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui
|
2008-07-30 14:04:15 +00:00 |
|
belugas
|
486ce7dbc3
|
(svn r13875) -Codechange: Remove some magic numbers in favour of the Colours enum they are representing
|
2008-07-30 02:15:58 +00:00 |
|
belugas
|
60d020059c
|
(svn r13874) -Change: missing svn:property eol-style
|
2008-07-30 02:07:49 +00:00 |
|
belugas
|
caf5cac9eb
|
(svn r13873) -Codechange: remove useless string from all language files affected by r13872. which removed the STR_NEWS_OPEN_CLOSE string
|
2008-07-30 02:04:44 +00:00 |
|
belugas
|
d358eff64d
|
(svn r13872) -Feature: Split the news message announcing opening and closure of industries into two news of their own
|
2008-07-30 01:53:03 +00:00 |
|
peter1138
|
b90dc6cc34
|
(svn r13870) -Fix [FS#2167]: Callback 10 (visual effect and powered wagons setting) and powered wagons operation were not performed for articulated wagons.
|
2008-07-29 22:19:37 +00:00 |
|
rubidium
|
ef6e366c08
|
(svn r13869) -Fix [FS#2153] (r13674): in some cases the sprite cache could be filled with unremovable items.
|
2008-07-29 21:45:30 +00:00 |
|
frosch
|
814c91843a
|
(svn r13868) -Fix: Parent scope of industry variables.
|
2008-07-29 19:51:30 +00:00 |
|
belugas
|
da4dc32a6f
|
(svn r13867) -Codechange: Fix missing alignment
|
2008-07-29 15:34:56 +00:00 |
|
peter1138
|
ca703d3701
|
(svn r13866) -Codechange: Use sortlist for sign windows
|
2008-07-29 10:26:48 +00:00 |
|
peter1138
|
b49814c537
|
(svn r13865) -Codechange: Use case-insensitive sort for NewGRF list.
|
2008-07-29 07:51:55 +00:00 |
|
belugas
|
ec58ec4a73
|
(svn r13864) -Feature(FS #2164): All industry creations are now generating a news event, even those funded by a real player.
|
2008-07-28 23:37:19 +00:00 |
|
smatz
|
01b4ee1664
|
(svn r13863) -Fix (r13852): make the nightly compile again
|
2008-07-28 23:10:26 +00:00 |
|
smatz
|
88637d9213
|
(svn r13859) -Fix: loading of TTD(Patch) savegames from the command line didn't work
|
2008-07-28 15:31:11 +00:00 |
|
smatz
|
686019398f
|
(svn r13858) -Fix: buffer overflow for too long filename supplied as '-g' parameter
|
2008-07-28 15:17:47 +00:00 |
|
peter1138
|
81dafb5e69
|
(svn r13855) -Fix [FS#2157]: Cargo type lookup was incorrect for GRFv7 files without a translation table.
|
2008-07-28 06:16:34 +00:00 |
|
bjarni
|
78730d4c71
|
(svn r13852) -Fix (r13849): [OSX] fixed universal binary building without breaking anything this time
|
2008-07-27 20:43:21 +00:00 |
|
frosch
|
1aa6e00b48
|
(svn r13851) -Fix (r9393): GetTownByTile() is only valid for houses and roads.
|
2008-07-27 18:36:11 +00:00 |
|
frosch
|
1f31e117f0
|
(svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated vehicles during autoreplace.
|
2008-07-27 15:17:16 +00:00 |
|
bjarni
|
62c053729a
|
(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up compiling of universal binaries
|
2008-07-27 14:16:24 +00:00 |
|
frosch
|
80725edc3d
|
(svn r13847) -Codechange: Add MAX_ARTICULATED_PARTS and set it to 100.
|
2008-07-27 12:35:14 +00:00 |
|
frosch
|
2cec059248
|
(svn r13846) -Fix (r13838): Do not draw water borders inside of industries.
|
2008-07-27 09:16:23 +00:00 |
|