This website requires JavaScript.
Explore
Help
Sign In
miguel.horta
/
openttd-cmclient
Watch
1
Star
0
Fork
0
You've already forked openttd-cmclient
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d450d4743eba8b3f6cba8c0f1ca92e836188edba
openttd-cmclient
/
src
/
pathfinder
T
History
Peter Nelson
908ee7292b
Codechange: Replace all FILE * with FileHandle RAII class. (
#12718
)
...
This removes the need to manually ensure all files are closed.
2024-09-16 08:45:26 +01:00
..
yapf
Codechange: Replace all FILE * with FileHandle RAII class. (
#12718
)
2024-09-16 08:45:26 +01:00
aystar.cpp
Codechange: use std::vector for the available neighbours
2024-05-30 23:15:38 +02:00
aystar.h
Codechange: use std::vector for the available neighbours
2024-05-30 23:15:38 +02:00
CMakeLists.txt
Cleanup: remove C-style hash, binary heap and priority queue
2024-05-30 23:15:38 +02:00
follow_track.hpp
Add: Road waypoint functionality
2024-06-24 22:12:08 +02:00
pathfinder_func.h
Codechange: replace static inline with static for non-class functions
2024-01-06 13:37:33 +01:00
pathfinder_type.h
Codechange: migrate aystar to use YAPF's nodelist infrastructure
2024-05-30 23:15:38 +02:00
water_regions.cpp
Codechange: Reduced size of water region by not storing tile area
2024-07-01 11:10:20 +02:00
water_regions.h
Codechange: Skip non-water water region patches in neigbor search
2024-02-18 11:46:34 +01:00