rubidium
|
0dfaa88c1e
|
(svn r13949) -Codechange [YAPP]: Declare the functions for processing conditional orders as non-static. (michi_cc)
|
2008-08-02 22:53:05 +00:00 |
|
rubidium
|
a706766690
|
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)
|
2008-08-02 22:52:50 +00:00 |
|
rubidium
|
4f5f3846a0
|
(svn r13947) -Codechange [YAPP]: Added YAPP-related penalties to NPF. (michi_cc)
|
2008-08-02 22:52:36 +00:00 |
|
rubidium
|
cd041b6944
|
(svn r13946) -Add [YAPP]: Implement track reserving for NPF as well. (michi_cc)
|
2008-08-02 22:52:22 +00:00 |
|
rubidium
|
773f19da05
|
(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc)
|
2008-08-02 22:52:08 +00:00 |
|
rubidium
|
53cc7e8a5c
|
(svn r13944) -Add [YAPP]: Add YAPF provider to find a safe tile and reserve a path. (michi_cc)
|
2008-08-02 22:51:53 +00:00 |
|
rubidium
|
2b153abd93
|
(svn r13943) -Codechange [YAPP]: Reserved station tiles can now be penalized more in YAPF. This should help with spread out stations. (michi_cc)
|
2008-08-02 22:51:38 +00:00 |
|
rubidium
|
ecc509195a
|
(svn r13942) -Codechange [YAPP]: Add a penalty for double slips to YAPF. (michi_cc)
|
2008-08-02 22:51:23 +00:00 |
|
rubidium
|
8c7983727e
|
(svn r13941) -Codechange [YAPP]: Added YAPP-related penalties to YAPF. (michi_cc)
|
2008-08-02 22:51:07 +00:00 |
|
rubidium
|
abc46b1e86
|
(svn r13940) -Add [YAPP]: YAPF is now able to reserve the found path. (michi_cc)
|
2008-08-02 22:50:52 +00:00 |
|
rubidium
|
c91c12adde
|
(svn r13939) -Add [YAPP]: Extend YAPF with the possibility to override the railtype info of the vehicle. (michi_cc)
|
2008-08-02 22:50:38 +00:00 |
|
rubidium
|
908591b40a
|
(svn r13938) -Codechange [YAPP]: Add the new signals to the build signal GUI. (michi_cc)
|
2008-08-02 22:50:22 +00:00 |
|
rubidium
|
3e055b32bf
|
(svn r13937) -Codechange [YAPP]: Don't cycle through two-sided PBS signals during build. (michi_cc)
|
2008-08-02 22:50:04 +00:00 |
|
rubidium
|
07a43863c4
|
(svn r13936) -Codechange [YAPP]: Enable the auto-signal tool to build PBS signals and honor the default signal type. (michi_cc)
|
2008-08-02 22:49:39 +00:00 |
|
rubidium
|
60006ad24c
|
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
|
2008-08-02 22:49:23 +00:00 |
|
rubidium
|
5c55922a06
|
(svn r13934) -Codechange [YAPP]: Handle through signals in the pathfinders. (michi_cc)
|
2008-08-02 22:49:10 +00:00 |
|
rubidium
|
d6645818b4
|
(svn r13933) -Codechange [YAPP]: Handle through and PBS signals correctly in the signal code. (michi_cc)
|
2008-08-02 22:48:57 +00:00 |
|
rubidium
|
fe4f23dba2
|
(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
|
2008-08-02 22:48:43 +00:00 |
|
rubidium
|
ad4fdb76fc
|
(svn r13931) -Codechange [YAPP]: Retain the reservation state when building/removing waypoints or level crossings. (michi_cc)
|
2008-08-02 22:48:27 +00:00 |
|
rubidium
|
9295bd3f7c
|
(svn r13930) -Codechange [YAPP]: Clear track reservation when removing a rail track. (michi_cc)
|
2008-08-02 22:48:14 +00:00 |
|
rubidium
|
f6555cf6f8
|
(svn r13929) -Codechange [YAPP]: Reserving and unreserving of single tracks is now possible. (michi_cc)
|
2008-08-02 22:48:01 +00:00 |
|
rubidium
|
2bb8825538
|
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
|
2008-08-02 22:47:48 +00:00 |
|
rubidium
|
df99103a31
|
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
|
2008-08-02 22:47:34 +00:00 |
|
rubidium
|
ec7cc49825
|
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
|
2008-08-02 22:47:20 +00:00 |
|
glx
|
ea570c8160
|
(svn r13924) -Fix (r11531): determineversion.vbs could fail to find the right version with hg
|
2008-08-02 19:48:54 +00:00 |
|
frosch
|
770d293788
|
(svn r13923) -Feature: Show [total-]cargo info in depot when [ctrl-]right-clicking on vehicle.
|
2008-08-02 12:43:45 +00:00 |
|
frosch
|
0fc769bb6c
|
(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the general tooltip window.
|
2008-08-02 11:26:25 +00:00 |
|
peter1138
|
b92520ddfd
|
(svn r13921) -Codechange (r11473): Use the correct enum...
|
2008-08-02 10:17:45 +00:00 |
|
belugas
|
d0d285ed57
|
(svn r13920) -Codechange: uniformise the definition with the declaration of DrawFrameRect
|
2008-08-02 02:50:40 +00:00 |
|
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.
|
2008-08-02 02:28:17 +00:00 |
|
rubidium
|
d67ef3573c
|
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
|
2008-08-01 23:08:11 +00:00 |
|
bjarni
|
862ba19279
|
(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems
|
2008-08-01 17:43:11 +00:00 |
|
rubidium
|
ad36ea6b29
|
(svn r13912) -Codechange: remove some casts by returning the proper type instead of void*.
|
2008-08-01 15:07:31 +00:00 |
|
smatz
|
7c0b1172e1
|
(svn r13911) -Fix (r13806): do not consider crashed train as waiting at signal, v->direction doesn't have to match track anyway
|
2008-08-01 13:25:19 +00:00 |
|
rubidium
|
c5a4e90338
|
(svn r13910) -Document: string drawing related functions and types (Alberth)
|
2008-08-01 09:34:34 +00:00 |
|
rubidium
|
47592b9288
|
(svn r13909) -Codechange: use the same type before CmdBuildRailStation as it used in the command itself (Alberth)
|
2008-08-01 09:26:39 +00:00 |
|
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 |
|