Peter Nelson
|
61cbdef92d
|
Codechange: Make AyStarStatus an enum class. (#13129)
This enforces type-safety.
|
2024-11-30 14:23:32 +00:00 |
|
SamuXarick
|
8e9603bd33
|
Codechange: Rename and return AyStarStatus instead of int (#13125)
- Rename enum AystarStatus to AyStarStatus.
- Return AyStarStatus instead of int for AyStar::Main and AyStar::Loop functions.
|
2024-11-27 00:10:06 +01:00 |
|
Koen Bussemaker
|
3e195df3c7
|
Codechange: Cleaned up and renamed NodeList
|
2024-11-12 21:06:17 +01:00 |
|
Peter Nelson
|
a171939ec3
|
Codechange: Remove m_ prefix from pathfinders.
|
2024-10-25 19:01:39 +01:00 |
|
Rubidium
|
31085230a6
|
Codechange: use std::vector for the available neighbours
|
2024-05-30 23:15:38 +02:00 |
|
Rubidium
|
0e75dfd49f
|
Codechange: migrate aystar to use YAPF's nodelist infrastructure
|
2024-05-30 23:15:38 +02:00 |
|
Rubidium
|
8349203038
|
Cleanup: remove unused Aystar variables
|
2024-05-12 10:46:03 +02:00 |
|
merni-ns
|
c3ee5e58a3
|
Cleanup: Move remaining NPF files into pathfinder directory
|
2024-05-10 10:38:44 +02:00 |
|