Age | Commit message (Expand) | Author |
2020-02-13 | Codechange: Format unsigned integers with %u instead of %i or %d. | Quipyowert2 |
2020-02-07 | Fix #7592: Do not cache road vehicle path within 8 tiles of destination with ... | Jonathan G Rennison |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-09-30 | Fix: GCC9's warnings about deprecated implicit assignment operators | Charles Pigott |
2019-09-29 | Fix: Some typos found using codespell | JMcKiern |
2019-06-30 | Change: Avoid caching end of ship path, to allow penalties to apply. | peter1138 |
2019-06-30 | Add: Penalty for occupied docking points. | peter1138 |
2019-06-30 | Feature: Multi-tile docks and docking points. | peter1138 |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 |
2019-05-01 | Codechange: Use RAILTYPES_NONE instead of INVALID_RAILTYPES when not using rail. | peter1138 |
2019-04-29 | Codechange: Remove Track{dir,}{Bits,}Byte types | Charles Pigott |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-16 | Remove: OPF | Charles Pigott |
2019-03-10 | Feature: Railtype flags to allow/disallow 90 degree curves. (#7352) | Michael Lutz |
2019-03-08 | Add: Road vehicle path cache. (#7261) | PeterN |
2019-03-08 | Change: Automatically use Trackdir node key as needed if ship curve penalties... | Peter Nelson |
2019-03-08 | Change: Add configurable curve penalty for ships. | Peter Nelson |
2019-03-03 | Change: Don't apply forbid 90 deg turn settings to ships. | Peter Nelson |
2019-01-31 | Cleanup: [NPF] Remove unused parameter. | J0an Josep |
2019-01-31 | Cleanup: [NPF] Assert that a track has been chosen. | J0an Josep |
2019-01-31 | Fix #7060: [NPF] Do not check whether ignored first tiles are end nodes. | J0an Josep |
2019-01-31 | Codechange: [NPF] Add some consts. | J0an Josep |
2019-01-31 | Cleanup: [NPF] Remove unused parameters. | J0an Josep |
2019-01-26 | Codechange: Use track functions. | J0an Josep |
2019-01-19 | Change: Add path cache for ships. | Peter Nelson |
2019-01-06 | Doc: Fix spelling in comments. | J0an Josep |
2019-01-06 | Fix: [NPF] Don't look two-way for road vehicles when looking for a depot. Roa... | J0an Josep |
2019-01-06 | Codechange: [YAPF] Stop looking for an automatic servicing road depot when th... | Juanjo! |
2019-01-06 | Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot w... | Juanjo! |
2019-01-06 | Fix #7001: Pathfinders should see standard road stations as tiles where to re... | J0an Josep |
2019-01-04 | Codechange: Use INVALID_TRACKDIR instead of 0xFF. | J0an Josep |
2018-10-31 | Codechange: Some more null checks | Charles Pigott |
2018-10-31 | Fix: Protect against a few out of bounds or uninitialised usage errors | Charles Pigott |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott |
2018-06-27 | Codechange: Use HasTrack(dir) to improve code readability. | J0anJosep |
2018-06-27 | Codechange: Increase readability of track functions and pathfinders. | J0anJosep |
2018-06-27 | Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the ... | Juanjo |
2018-06-27 | Codechange: Separate an assertion. More information if assert is triggered. | Juanjo |
2018-04-30 | Codechange: Use TileAddBy(Diag)Dir when possible. | J0anJosep |
2018-04-11 | Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703) | Patric Stout |
2017-09-03 | (svn r27912) -Fix (r13948): [NPF] Reserved track bits were not accounted for ... | michi_cc |
2017-08-31 | (svn r27906) -Cleanup: Remove some NPF code with no effect and mark possible ... | adf88 |
2017-08-20 | (svn r27896) -Fix: some warnings | frosch |
2017-08-13 | (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) | frosch |
2017-06-22 | (svn r27885) -Cleanup (r27844): ESR_MAX_COST_EXCEEDED and ESR_PATH_TOO_LONG m... | frosch |
2017-04-04 | (svn r27846) -Fix [FS#5926]: Infinite loop in pathfinder when checking safe w... | peter1138 |
2017-04-03 | (svn r27845) -Change: (Yapf) Use FindDepotData struct to simplify depot findi... | peter1138 |
2017-04-03 | (svn r27844) -Change: (Yapf) Treat max cost exceeded separately from path too... | peter1138 |
2017-04-03 | (svn r27843) -Change: (Yapf) Consider depot as destination before reversing p... | peter1138 |
2017-01-15 | (svn r27733) -Codechange: Pass NPF user data as void* instead of as array of ... | frosch |