summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-02(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in ↵rubidium
the signal code. (michi_cc)
2008-08-02(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals ↵rubidium
are drawn using the old Patch-like PBS sprites. (michi_cc)
2008-08-02(svn r13931) -Codechange [YAPP]: Retain the reservation state when ↵rubidium
building/removing waypoints or level crossings. (michi_cc)
2008-08-02(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a ↵rubidium
rail track. (michi_cc)
2008-08-02(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks ↵rubidium
is now possible. (michi_cc)
2008-08-02(svn r13928) -Add [YAPP]: Function for getting the path reservation state of ↵rubidium
any tile. (michi_cc)
2008-08-02(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch ↵rubidium
setting. (michi_cc)
2008-08-02(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)rubidium
2008-08-02(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the ↵glx
right version with hg
2008-08-02(svn r13923) -Feature: Show [total-]cargo info in depot when ↵frosch
[ctrl-]right-clicking on vehicle.
2008-08-02(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the ↵frosch
general tooltip window.
2008-08-02(svn r13921) -Codechange (r11473): Use the correct enum...peter1138
2008-08-02(svn r13920) -Codechange: uniformise the definition with the declaration of ↵belugas
DrawFrameRect
2008-08-02(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 ↵belugas
assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
2008-08-01(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.rubidium
2008-08-01(svn r13913) -Fix (r13893): [OSX] fixed a warning about ↵bjarni
MAC_OS_X_VERSION_10_5 not being defined on all systems
2008-08-01(svn r13912) -Codechange: remove some casts by returning the proper type ↵rubidium
instead of void*.
2008-08-01(svn r13911) -Fix (r13806): do not consider crashed train as waiting at ↵smatz
signal, v->direction doesn't have to match track anyway
2008-08-01(svn r13910) -Document: string drawing related functions and types (Alberth)rubidium
2008-08-01(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it ↵rubidium
used in the command itself (Alberth)
2008-08-01(svn r13908) -Codechange: merge two tables into a single one (Alberth)rubidium
2008-08-01(svn r13907) -Codechange: Replace a number with Colours enum on ↵belugas
DrawFrameRect usage
2008-08-01(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37translators
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-07-31(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of ↵glx
different size' warnings
2008-07-31(svn r13903) -Fix: missing eol-style property.rubidium
2008-07-31(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was ↵smatz
used and the 'modified' status of sources changed
2008-07-31(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compilesmatz
2008-07-31(svn r13900) -Codechange: Replace numbers with Colours enum on settings, ↵belugas
smallmaps, stations and signs guis.
2008-07-31(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui.belugas
save command file before commiting :P
2008-07-31(svn r13898) -Codechange: Replace remaining numbers with Colours enum on ↵belugas
players, roads and rails guis
2008-07-31(svn r13897) -Codechange: Replace remaining numbers with Colours enum on ↵belugas
news guis -Fix: a few misalignements
2008-07-31(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order ↵belugas
and osk guis
2008-07-31(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and ↵belugas
on DrawFrameRect calls -Fix: a few misalignements
2008-07-31(svn r13894) -Fix: bashisms in configure and Makefile.insmatz
2008-07-31(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5bjarni
2008-07-31(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets ↵bjarni
the default value as intended
2008-07-31(svn r13891) -Fix (r12547): one could click on waypoint and station signs ↵smatz
even when they were invisible
2008-07-31(svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the ↵peter1138
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(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.belugas
-Fix: "true" is not a color. COLOUR_PALE_GREEN should look better, at least in the code ;)
2008-07-31(svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous ↵belugas
guis.
2008-07-31(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, ↵belugas
build_vehicle, cheat, depot and dock guis. The fact that it goes alphabetically is pure coincidence.
2008-07-30(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.frosch
2008-07-30(svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lostsmatz
2008-07-30(svn r13883) -Codechange: Replace numbers with Colours enum on graph guibelugas
2008-07-30(svn r13882) -Codechange: Replace widget numbers with appropriate enumsbelugas
2008-07-30(svn r13881) -Cleanup (r12751): Remove some dead code.frosch
2008-07-30(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, ↵belugas
and align a bit the code
2008-07-30(svn r13879) -Codechange: Replace numbers with Colours enum on engine, ↵belugas
industries and group gui
2008-07-30(svn r13876) -Codechange: Replace numbers with Colours enum on bridge guibelugas
2008-07-30(svn r13875) -Codechange: Remove some magic numbers in favour of the Colours ↵belugas
enum they are representing