Commit Graph

393 Commits (016f0bdfaf1e551b60c1656df00bfc6ccd5bebc5)

Author SHA1 Message Date
smatz 0c55cbfa73 (svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%) 13 years ago
smatz 5852b66c71 (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp 13 years ago
smatz 6e011e9e68 (svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp 13 years ago
alberth 9222a30173 (svn r22145) -Codechange: Do explicit test for non-bool values. 14 years ago
alberth 31386c42a7 (svn r22145) -Codechange: Do explicit test for non-bool values. 14 years ago
alberth a14f4eb271 (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
alberth 1dbc0a20be (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
rubidium 701bd8848a (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 14 years ago
rubidium faf5d899f7 (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h 14 years ago
rubidium bd921ed983 (svn r21996) -Fix [FS#4472]: [YAPF] Under some circumstances vehicles could be lost 14 years ago
rubidium fd94ed3009 (svn r21996) -Fix [FS#4472]: [YAPF] Under some circumstances vehicles could be lost 14 years ago
rubidium 9759d57087 (svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of one-way path signals so those aren't preferred over other possibilities 14 years ago
rubidium 7645c5ac43 (svn r21815) -Fix [FS#3908]: [YAPF] Apply a pathfinder penalty for back of one-way path signals so those aren't preferred over other possibilities 14 years ago
terkhen b6148914b0 (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
terkhen 679cd3c21b (svn r21803) -Cleanup: Remove unnecessary semicolons. 14 years ago
rubidium e1a6485c22 (svn r21706) -Fix-ish [FS#4370]: the old ship pathfinder is too stupid to provide "lost" notices; it would even get lost while following it's own path 14 years ago
rubidium b68d37f2aa (svn r21706) -Fix-ish [FS#4370]: the old ship pathfinder is too stupid to provide "lost" notices; it would even get lost while following it's own path 14 years ago
smatz 61ad6990b9 (svn r21652) -Cleanup: one semicolon is enough 14 years ago
smatz aa4f269f3e (svn r21652) -Cleanup: one semicolon is enough 14 years ago
rubidium 6fd71624ef (svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave 14 years ago
rubidium ade19e5242 (svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave 14 years ago
rubidium d012ed5192 (svn r21631) -Fix [FS#4325]: ships with the old pathfinder would easily show up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message 14 years ago
rubidium b323000253 (svn r21631) -Fix [FS#4325]: ships with the old pathfinder would easily show up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message 14 years ago
alberth 84c9201e0c (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
alberth 67cd2cd6be (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. 14 years ago
rubidium 85be0be6e2 (svn r21533) -Codechange: replace some magic numbers with less magic constants 14 years ago
rubidium 29fc9b1d48 (svn r21533) -Codechange: replace some magic numbers with less magic constants 14 years ago
michi_cc 789dd1470f (svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder penalty when the signal is a path signal. 14 years ago
michi_cc e744b97ec8 (svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder penalty when the signal is a path signal. 14 years ago
terkhen f69d280f14 (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
terkhen 48b7916458 (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. 14 years ago
terkhen 47c9189002 (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. 14 years ago
terkhen 79e2b3153d (svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class. 14 years ago
rubidium facaef9e33 (svn r21511) -Feature: vehicle lost message for ships 14 years ago
rubidium 4045429df6 (svn r21511) -Feature: vehicle lost message for ships 14 years ago
rubidium acf7613433 (svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles 14 years ago
rubidium 6bc002ad74 (svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles 14 years ago
rubidium 3390b98958 (svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parameter to "path_found" and remove the ! where the variables are set / read 14 years ago
rubidium b05d2675fc (svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parameter to "path_found" and remove the ! where the variables are set / read 14 years ago
yexo aa744c5308 (svn r21372) -Cleanup: remove some broken npf debug code 14 years ago
yexo 22d0ce0366 (svn r21372) -Cleanup: remove some broken npf debug code 14 years ago
alberth 9f3845227e (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
alberth ab50f74d7f (svn r21273) -Codechange: Return values should start at the same line. 14 years ago
rubidium 5a0865b294 (svn r21271) -Change: use the last red instead of last red exit penalty for making sure other waypoint entries are evaluated as well when they are occupied, e.g. when there are no signals before the waypoint but a train just beyond the waypoint is stopped (like for stations) 14 years ago
rubidium 3ca5951478 (svn r21271) -Change: use the last red instead of last red exit penalty for making sure other waypoint entries are evaluated as well when they are occupied, e.g. when there are no signals before the waypoint but a train just beyond the waypoint is stopped (like for stations) 14 years ago
rubidium 3aafe20b58 (svn r21229) -Fix [FS#4130]: [YAPF] Road vehicles not finding the nearest depot in some (corner) cases 14 years ago
rubidium 6878a0ffd7 (svn r21229) -Fix [FS#4130]: [YAPF] Road vehicles not finding the nearest depot in some (corner) cases 14 years ago
terkhen 53d59b2882 (svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF penalties for road vehicles. 14 years ago
terkhen e08aa7e8e6 (svn r21121) -Fix (r21100): Use the cached max speed when calculating YAPF penalties for road vehicles. 14 years ago
michi_cc be4dfdd709 (svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicle speed is meant. 14 years ago
michi_cc b26b8b5b2a (svn r21107) -Fix: Don't use the maximum track speed where the maximum vehicle speed is meant. 14 years ago
alberth 063931d435 (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
alberth 7e48d85104 (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) 14 years ago
smatz c34618a11c (svn r20948) -Fix (r20880): compiler warning 14 years ago
smatz 10ee071cab (svn r20948) -Fix (r20880): compiler warning 14 years ago
alberth 14cd6bbbf9 (svn r20890) -Doc: Make documentation accessible to doxygen. 14 years ago
alberth 7c312f602c (svn r20890) -Doc: Make documentation accessible to doxygen. 14 years ago
alberth 5afeeaf5d8 (svn r20889) -Codechange: Make ClosedListHash, OpenListQueue, and OpenListHash data protected, and rename for coding style. 14 years ago
alberth 6a9b205670 (svn r20889) -Codechange: Make ClosedListHash, OpenListQueue, and OpenListHash data protected, and rename for coding style. 14 years ago
alberth a112f10386 (svn r20888) -Codechange: Make Hash_FindNode a method. 14 years ago
alberth 0c08955f4d (svn r20888) -Codechange: Make Hash_FindNode a method. 14 years ago
alberth 6be18d6b37 (svn r20887) -Codechange: Make stat_Hash a method. 14 years ago
alberth 6802527e02 (svn r20887) -Codechange: Make stat_Hash a method. 14 years ago
alberth 6c31c357d6 (svn r20886) -Codechange: Make init_Hash a method. 14 years ago
alberth 4af4d268d8 (svn r20886) -Codechange: Make init_Hash a method. 14 years ago
alberth 67f4b8ab83 (svn r20885) -Codechange: Make delete_Hash a method. 14 years ago
alberth 6f85b46eeb (svn r20885) -Codechange: Make delete_Hash a method. 14 years ago
alberth 0612dc2e86 (svn r20884) -Codechange: Make clear_Hash a method. 14 years ago
alberth d86f781ca5 (svn r20884) -Codechange: Make clear_Hash a method. 14 years ago
alberth 5cd812aafc (svn r20883) -Codechange: Make Hash_Delete a method. 14 years ago
alberth f185a35269 (svn r20883) -Codechange: Make Hash_Delete a method. 14 years ago
alberth 8da98a516f (svn r20882) -Codechange: Make Hash_Set a method. 14 years ago
alberth 15b784471e (svn r20882) -Codechange: Make Hash_Set a method. 14 years ago
alberth 7b2f563727 (svn r20881) -Codechange: Make Hash_Get a method. 14 years ago
alberth 4ed94825b2 (svn r20881) -Codechange: Make Hash_Get a method. 14 years ago
alberth e4a5940251 (svn r20880) -Codechange: Make Hash_Size a method. 14 years ago
alberth 6ea5643e40 (svn r20880) -Codechange: Make Hash_Size a method. 14 years ago
alberth 16b959676f (svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method. 14 years ago
alberth a7ffc9a268 (svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method. 14 years ago
alberth 04b0671343 (svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method. 14 years ago
alberth 4f8af5d336 (svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method. 14 years ago
alberth b06c08cfc4 (svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method. 14 years ago
alberth fa661e4075 (svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method. 14 years ago
alberth a71d4cae11 (svn r20876) -Codechange: Make AyStarMain_OpenList_Pop a method. 14 years ago
alberth 5e636d6a5c (svn r20876) -Codechange: Make AyStarMain_OpenList_Pop a method. 14 years ago
alberth 7ed89d50d3 (svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method. 14 years ago
alberth 969139b343 (svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method. 14 years ago
alberth 230537d7c9 (svn r20874) -Codechange: Make init_AyStar a method. 14 years ago
alberth 9b21dfaeb0 (svn r20874) -Codechange: Make init_AyStar a method. 14 years ago
alberth cc8370a866 (svn r20868) -Codechange: Make AyStarMain_Main() a method. 14 years ago
alberth 7bb7d6c35a (svn r20868) -Codechange: Make AyStarMain_Main() a method. 14 years ago
alberth 253fca9876 (svn r20867) -Codechange: Make AyStarMain_AddStartNode() a method. 14 years ago
alberth 49ba3539b5 (svn r20867) -Codechange: Make AyStarMain_AddStartNode() a method. 14 years ago
alberth f509a0a922 (svn r20866) -Codechange: CheckTile() always returns the same (ignored) value. 14 years ago
alberth 92f0bdec2c (svn r20866) -Codechange: CheckTile() always returns the same (ignored) value. 14 years ago
alberth 3208b8f655 (svn r20865) -Codechange: Make AyStarMain_CheckTile() a method. 14 years ago
alberth 776d541a89 (svn r20865) -Codechange: Make AyStarMain_CheckTile() a method. 14 years ago
alberth cf03be6c88 (svn r20864) -Codechange: Make AyStar_Clear() a method. 14 years ago
alberth 8e5aaca653 (svn r20864) -Codechange: Make AyStar_Clear() a method. 14 years ago
alberth d02baa4a11 (svn r20863) -Codechange: Make AyStarMain_Loop a method. 14 years ago
alberth 2a796187ef (svn r20863) -Codechange: Make AyStarMain_Loop a method. 14 years ago
alberth a6efd14f9f (svn r20862) -Codechange: Make AyStar_Free() a method. 14 years ago
alberth 581d1070b4 (svn r20862) -Codechange: Make AyStar_Free() a method. 14 years ago
smatz 548a3747e9 (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
smatz 77fe95f552 (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
alberth a48c4ff840 (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. 14 years ago
alberth 219ad6e003 (svn r20688) -Codechange: Rename Queue struct to BinaryHeap. 14 years ago
alberth 2711482534 (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. 14 years ago
alberth ed72338513 (svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement() method. 14 years ago
alberth 5d56c9eaea (svn r20686) -Codechange: Make init_BinaryHeap() a method. 14 years ago
alberth bc6a5a5e64 (svn r20686) -Codechange: Make init_BinaryHeap() a method. 14 years ago
alberth 78bc37c9ec (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. 14 years ago
alberth 2c962548e5 (svn r20685) -Codechange: Make BinaryHeap_Clear() a method. 14 years ago
alberth a64a9a4260 (svn r20684) -Codechange: Make BinaryHeap_Free() a method. 14 years ago
alberth b06cedc905 (svn r20684) -Codechange: Make BinaryHeap_Free() a method. 14 years ago
alberth e03d069f3f (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. 14 years ago
alberth 3f0cd8c9f0 (svn r20683) -Codechange: Make BinaryHeap_Delete() a method. 14 years ago
alberth 4e9c7f489a (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. 14 years ago
alberth 10b182482e (svn r20682) -Codechange: Make BinaryHeap_Pop() a method. 14 years ago
alberth b03f0b198d (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. 14 years ago
alberth 92801ac718 (svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporary THISBIN_HEAP_ARR macro. 14 years ago
alberth 86723c54cb (svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. 14 years ago
alberth 68e2a07479 (svn r20680) -Codechange: Remove the now useless union and struct wrappers around the binary heap data. 14 years ago
alberth 17c4783571 (svn r20679) -Codechange: Remove unused insertion sorter. 14 years ago
alberth ded2acf02e (svn r20679) -Codechange: Remove unused insertion sorter. 14 years ago
rubidium 360d6daf34 (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
rubidium 30f2afac9b (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
yexo 8baf3c7b53 (svn r20475) -Fix (r20474): also remove the include of crc32.hpp 14 years ago
yexo 53811d79c5 (svn r20475) -Fix (r20474): also remove the include of crc32.hpp 14 years ago
yexo b4ec144af2 (svn r20474) -Cleanup: remove some unused code 14 years ago
yexo 241d705406 (svn r20474) -Cleanup: remove some unused code 14 years ago
frosch c18839704b (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
frosch 4bd32799f1 (svn r20286) -Codechange: Unify end of doxygen comments. 14 years ago
frosch 5b86c79fce (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
frosch ed4f806f1d (svn r20283) -Codechange: Unify start of doygen comments. 14 years ago
rubidium 8c85b4ce3d (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
rubidium e356cb9405 (svn r20281) -Codechange: unify case scope closure + break coding style 14 years ago
alberth 1743c86610 (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
alberth a825b4fa5f (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. 14 years ago
alberth 137e2b64c9 (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
alberth be6c058424 (svn r20211) -Codechange: Indented code should have curly braces around it. 14 years ago
michi_cc 1a85f15b0b (svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well about the fact that the backside of an one-way path signal can be a safe waiting point. 14 years ago
michi_cc f3b56340c2 (svn r19896) -Fix [FS#3803] (r18648): [YAPP] Inform the pathfinder as well about the fact that the backside of an one-way path signal can be a safe waiting point. 14 years ago
rubidium aefe28bd1c (svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a road stop wasn't a road stop but was a T-junction or turn, the road vehicles would jump around in circles 14 years ago
rubidium d8d37466af (svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a road stop wasn't a road stop but was a T-junction or turn, the road vehicles would jump around in circles 14 years ago
smatz a1bdbe47a4 (svn r19815) -Cleanup: remove two unused variables 14 years ago
smatz 28d25cadfc (svn r19815) -Cleanup: remove two unused variables 14 years ago
rubidium a70fd540fc (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium 062dd0e24c (svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium f09a74a996 (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium 398418b8fa (svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int 14 years ago
rubidium a4bc80417b (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant 14 years ago
rubidium dc149021be (svn r19810) -Fix: [YAPF] Improperly formatted (global) constant 14 years ago
rubidium 618572ce77 (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 years ago
rubidium 99ecfe4061 (svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88) 14 years ago
rubidium ee02599bbf (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter 14 years ago
rubidium be504a6ef0 (svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the passed bit variable, i.e. allow expressions as parameter 14 years ago
smatz 114c2af6f2 (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
smatz 3f961ca671 (svn r19775) -Fix: improper use of 'then' in few comments (ln) 14 years ago
frosch a4413f4cf6 (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
frosch 2e90f7f8b9 (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. 14 years ago
smatz 258b128a56 (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
smatz 0ef33548c2 (svn r19614) -Codechange: "it's" => "its" where appropriate 14 years ago
smatz d2e99657fa (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
smatz 53aaabe6e9 (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET 14 years ago
rubidium e5a19ea279 (svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot 14 years ago
rubidium df34fdcc26 (svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot 14 years ago
michi_cc 707eb6d723 (svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for pathfinding. 15 years ago
michi_cc e4824c4293 (svn r19301) -Feature: [YAPF] Consider the railtype imposed speed limit for pathfinding. 15 years ago
yexo 5e48066824 (svn r19247) -Codechange: Rename methods to fit better to common style (skidd13) 15 years ago
yexo 1a89a5fc92 (svn r19247) -Codechange: Rename methods to fit better to common style (skidd13) 15 years ago
yexo 4b6c04585e (svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)
-Cleanup: merge PopHead() and RemoveHead() into Shift()
15 years ago
yexo dd03cd54ee (svn r19242) -Codechange: Perfer pointer instead of reference (skidd13)
-Cleanup: merge PopHead() and RemoveHead() into Shift()
15 years ago
yexo d06407b06c (svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage 15 years ago
yexo 3a36964734 (svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage 15 years ago
yexo 0f6e4a5cce (svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead of dropping the added item
-Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
15 years ago
yexo 1abc0db336 (svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead of dropping the added item
-Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
15 years ago
rubidium 5750163213 (svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'made up' data that shouldn't go into the cache, causing desyncs in MP 15 years ago
rubidium 3626eb340e (svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints 'made up' data that shouldn't go into the cache, causing desyncs in MP 15 years ago
yexo 40c54781f6 (svn r19099) -Doc: two files had the wrong name in the @file comment 15 years ago
yexo 26005c55e5 (svn r19099) -Doc: two files had the wrong name in the @file comment 15 years ago
smatz 6d92880bb3 (svn r19084) -Codechange: minor coding-style fixups 15 years ago
smatz c5b34444af (svn r19084) -Codechange: minor coding-style fixups 15 years ago
frosch 556f449f0b (svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) 15 years ago
frosch 6465f02fba (svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) 15 years ago
frosch 75b7bb4231 (svn r18822) -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) 15 years ago
frosch c7dafb9a26 (svn r18822) -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) 15 years ago
rubidium 9467b7c6d6 (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
rubidium 82fc28f77f (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
rubidium 3de085a143 (svn r18683) -Fix: it's not an other 15 years ago
rubidium b2e9b5d612 (svn r18683) -Fix: it's not an other 15 years ago
rubidium 43a5dd8f86 (svn r18535) -Fix [FS#2722]: don't account for path reservation costs when entering a signal block via a 'block' signal. This way you won't get double penalties, both red signals and reservation costs, for the block signalled tracks 15 years ago
rubidium c5159055e3 (svn r18535) -Fix [FS#2722]: don't account for path reservation costs when entering a signal block via a 'block' signal. This way you won't get double penalties, both red signals and reservation costs, for the block signalled tracks 15 years ago
rubidium 23c6a33126 (svn r18533) -Fix: don't refer, in the comments, to a long renamed function 15 years ago
rubidium b3e3f0b0ee (svn r18533) -Fix: don't refer, in the comments, to a long renamed function 15 years ago
rubidium 899b3db66b (svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 tile won't make a dent, 3 tiles might be a bit too much
-Feature-ish: make maximum pathfinder penalties for finding depots customisable, also increase it slightly to 20 tiles worth of penalties.
15 years ago
rubidium 472e5501fa (svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 tile won't make a dent, 3 tiles might be a bit too much
-Feature-ish: make maximum pathfinder penalties for finding depots customisable, also increase it slightly to 20 tiles worth of penalties.
15 years ago
rubidium c616b8cc0c (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point. 15 years ago
rubidium d6e73ea1ce (svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reachable waypoint tile if the closest one is free but there is no safe waiting point directly after it. Now check for a free safe waiting point beyond the waypoint unless there are junctions before the first safe waiting point. 15 years ago
rubidium 5e2a1a46ed (svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code 15 years ago