Mercurial > hg > openttd
graph
-
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc) draftSat, 02 Aug 2008 22:51:07 +0000, by rubidium
-
(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc) draftSat, 02 Aug 2008 22:50:52 +0000, by rubidium
-
(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc) draftSat, 02 Aug 2008 22:50:38 +0000, by rubidium
-
(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc) draftSat, 02 Aug 2008 22:50:22 +0000, by rubidium
-
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc) draftSat, 02 Aug 2008 22:50:04 +0000, by rubidium
-
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc) draftSat, 02 Aug 2008 22:49:39 +0000, by rubidium
-
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc) draftSat, 02 Aug 2008 22:49:23 +0000, by rubidium
-
(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc) draftSat, 02 Aug 2008 22:49:10 +0000, by rubidium
-
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc) draftSat, 02 Aug 2008 22:48:57 +0000, by rubidium
-
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc) draftSat, 02 Aug 2008 22:48:43 +0000, by rubidium
-
(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc) draftSat, 02 Aug 2008 22:48:27 +0000, by rubidium
-
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc) draftSat, 02 Aug 2008 22:48:14 +0000, by rubidium
-
(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc) draftSat, 02 Aug 2008 22:48:01 +0000, by rubidium
-
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc) draftSat, 02 Aug 2008 22:47:48 +0000, by rubidium
-
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc) draftSat, 02 Aug 2008 22:47:34 +0000, by rubidium
-
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc) draftSat, 02 Aug 2008 22:47:20 +0000, by rubidium
-
(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg draftSat, 02 Aug 2008 19:48:54 +0000, by glx
-
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle. draftSat, 02 Aug 2008 12:43:45 +0000, by frosch
-
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window. draftSat, 02 Aug 2008 11:26:25 +0000, by frosch
-
(svn r13921) -Codechange (r11473): Use the correct enum... draftSat, 02 Aug 2008 10:17:45 +0000, by peter1138
-
(svn r13920) -Codechange: uniformise the definition with the declaration of DrawFrameRect draftSat, 02 Aug 2008 02:50:40 +0000, by belugas
-
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis. draftSat, 02 Aug 2008 02:28:17 +0000, by belugas
-
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list. draftFri, 01 Aug 2008 23:08:11 +0000, by rubidium
-
(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems draftFri, 01 Aug 2008 17:43:11 +0000, by bjarni
-
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*. draftFri, 01 Aug 2008 15:07:31 +0000, by rubidium
-
(svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway draftFri, 01 Aug 2008 13:25:19 +0000, by smatz
-
(svn r13910) -Document: string drawing related functions and types (Alberth) draftFri, 01 Aug 2008 09:34:34 +0000, by rubidium
-
(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth) draftFri, 01 Aug 2008 09:26:39 +0000, by rubidium
-
(svn r13908) -Codechange: merge two tables into a single one (Alberth) draftFri, 01 Aug 2008 09:17:27 +0000, by rubidium
-
(svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect usage draftFri, 01 Aug 2008 03:43:53 +0000, by belugas
-
(svn r13905) -Update: WebTranslator2 update to 2008-08-01 02:27:37 draftFri, 01 Aug 2008 00:31:20 +0000, by translators
-
(svn r13904) -Fix (r13715): 'cast from/to pointer to/from integer of different size' warnings draftThu, 31 Jul 2008 22:55:12 +0000, by glx
-
(svn r13902) -Fix (r13375): rev.cpp wasn't recreated when --revision was used and the 'modified' status of sources changed draftThu, 31 Jul 2008 20:09:54 +0000, by smatz
-
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile draftThu, 31 Jul 2008 19:19:29 +0000, by smatz
-
(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis. draftThu, 31 Jul 2008 17:45:52 +0000, by belugas
-
(svn r13899) -Codechange: Replace numbers with Colours enum on roads gui. draftThu, 31 Jul 2008 17:19:47 +0000, by belugas
-
(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis draftThu, 31 Jul 2008 17:17:27 +0000, by belugas
-
(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis draftThu, 31 Jul 2008 16:44:51 +0000, by belugas
-
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis draftThu, 31 Jul 2008 16:42:11 +0000, by belugas
-
(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls draftThu, 31 Jul 2008 14:42:55 +0000, by belugas
-
(svn r13894) -Fix: bashisms in configure and Makefile.in draftThu, 31 Jul 2008 14:32:35 +0000, by smatz
-
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5 draftThu, 31 Jul 2008 14:00:01 +0000, by bjarni
-
(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended draftThu, 31 Jul 2008 13:44:57 +0000, by bjarni
-
(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible draftThu, 31 Jul 2008 13:28:23 +0000, by smatz
-
(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. draftThu, 31 Jul 2008 05:47:29 +0000, by peter1138
-
(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui. draftThu, 31 Jul 2008 03:13:35 +0000, by belugas
-
(svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous guis. draftThu, 31 Jul 2008 02:59:21 +0000, by belugas
-
(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis. draftThu, 31 Jul 2008 02:36:01 +0000, by belugas
-
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific. draftWed, 30 Jul 2008 18:23:12 +0000, by frosch
-
(svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lost draftWed, 30 Jul 2008 17:41:02 +0000, by smatz
-
(svn r13883) -Codechange: Replace numbers with Colours enum on graph gui draftWed, 30 Jul 2008 17:39:26 +0000, by belugas
-
(svn r13882) -Codechange: Replace widget numbers with appropriate enums draftWed, 30 Jul 2008 17:13:55 +0000, by belugas
-
(svn r13881) -Cleanup (r12751): Remove some dead code. draftWed, 30 Jul 2008 17:06:17 +0000, by frosch
-
(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, and align a bit the code draftWed, 30 Jul 2008 16:23:55 +0000, by belugas
-
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui draftWed, 30 Jul 2008 16:13:58 +0000, by belugas
-
(svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui draftWed, 30 Jul 2008 14:04:15 +0000, by belugas
-
(svn r13875) -Codechange: Remove some magic numbers in favour of the Colours enum they are representing draftWed, 30 Jul 2008 02:15:58 +0000, by belugas
-
(svn r13874) -Change: missing svn:property eol-style draftWed, 30 Jul 2008 02:07:49 +0000, by belugas
-
(svn r13873) -Codechange: remove useless string from all language files affected by r13872. which removed the STR_NEWS_OPEN_CLOSE string draftWed, 30 Jul 2008 02:04:44 +0000, by belugas