Commit Graph

9889 Commits (b1ed3bad58d892b38e9a99f6ae7df2df5d1a034d)
 

Author SHA1 Message Date
rubidium 9295bd3f7c (svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc) 16 years ago
rubidium f6555cf6f8 (svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc) 16 years ago
rubidium 2bb8825538 (svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc) 16 years ago
rubidium df99103a31 (svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc) 16 years ago
rubidium ec7cc49825 (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) 16 years ago
glx ea570c8160 (svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg 16 years ago
frosch 770d293788 (svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle. 16 years ago
frosch 0fc769bb6c (svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window. 16 years ago
peter1138 b92520ddfd (svn r13921) -Codechange (r11473): Use the correct enum... 16 years ago
belugas d0d285ed57 (svn r13920) -Codechange: uniformise the definition with the declaration of DrawFrameRect 16 years ago
belugas c5cecdd2e3 (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. 16 years ago
rubidium d67ef3573c (svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list. 16 years ago
bjarni 862ba19279 (svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems 16 years ago
rubidium ad36ea6b29 (svn r13912) -Codechange: remove some casts by returning the proper type instead of void*. 16 years ago
smatz 7c0b1172e1 (svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway 16 years ago
rubidium c5a4e90338 (svn r13910) -Document: string drawing related functions and types (Alberth) 16 years ago
rubidium 47592b9288 (svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth) 16 years ago
rubidium 62c94f1b12 (svn r13908) -Codechange: merge two tables into a single one (Alberth) 16 years ago
belugas 69671d3aef (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage 16 years ago
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)
16 years ago
glx 513f4c7ca7 (svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings 16 years ago
rubidium fb80ed218d (svn r13903) -Fix: missing eol-style property. 16 years ago
smatz 50f7e7a71e (svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed 16 years ago
smatz c04965c8db (svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile 16 years ago
belugas 10f450e2d4 (svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis. 16 years ago
belugas 87f95cd4cf (svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.
save command file before commiting :P
16 years ago
belugas d2c29c22fb (svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis 16 years ago
belugas d34eedfdb3 (svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
-Fix: a few misalignements
16 years ago
belugas 5bbb5721df (svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis 16 years ago
belugas 5c3b347350 (svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
-Fix: a few misalignements
16 years ago
smatz c779b7c4b2 (svn r13894) -Fix: bashisms in configure and Makefile.in 16 years ago
bjarni 61799786d5 (svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5 16 years ago
bjarni 53fc140db4 (svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended 16 years ago
smatz 5e2c2db235 (svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible 16 years ago
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. 16 years ago
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 ;)
16 years ago
belugas 22d9d9c588 (svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous guis. 16 years ago
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.
16 years ago
frosch 93d0ca8731 (svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific. 16 years ago
smatz 515b55c635 (svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lost 16 years ago
belugas faaa637987 (svn r13883) -Codechange: Replace numbers with Colours enum on graph gui 16 years ago
belugas 63f7214abd (svn r13882) -Codechange: Replace widget numbers with appropriate enums 16 years ago
frosch c840a63dfd (svn r13881) -Cleanup (r12751): Remove some dead code. 16 years ago
belugas c848b9d3c4 (svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code 16 years ago
belugas 4cc5da9409 (svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui 16 years ago
belugas 96a0010911 (svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui 16 years ago
belugas 486ce7dbc3 (svn r13875) -Codechange: Remove some magic numbers in favour of the Colours enum they are representing 16 years ago
belugas 60d020059c (svn r13874) -Change: missing svn:property eol-style 16 years ago
belugas caf5cac9eb (svn r13873) -Codechange: remove useless string from all language files affected by r13872. which removed the STR_NEWS_OPEN_CLOSE string 16 years ago
belugas d358eff64d (svn r13872) -Feature: Split the news message announcing opening and closure of industries into two news of their own 16 years ago