This website requires JavaScript.
Explore
Help
Register
Sign In
games
/
vcmi
Watch
1
Star
0
Fork
0
You've already forked vcmi
mirror of
https://github.com/vcmi/vcmi.git
synced
2025-01-28 03:57:02 +02:00
Code
Issues
Releases
Activity
vcmi
/
lib
/
pathfinder
History
Ivan Savenko
a1a317aef4
Merge pull request
#3280
from IvanSavenko/hotfix
...
[1.4.1] Hotfixes
2023-12-10 22:43:05 +02:00
..
CGPathNode.cpp
Fixed most common cases of movement actions
2023-09-16 20:07:26 +03:00
CGPathNode.h
Replace static_cast's of Identifiers with getNum call
2023-11-03 16:03:29 +02:00
CPathfinder.cpp
Revert U-turns block. Actually possible in H3 and has unintended side
2023-12-09 18:09:38 +02:00
CPathfinder.h
Do not allow moving through most of visitable objects
2023-11-28 12:32:24 +02:00
INodeStorage.h
Split pathfinder into multiple smaller files
2023-06-21 13:46:09 +03:00
NodeStorage.cpp
#3290
- skip bad teleports (exit in rocks)
2023-12-10 18:38:54 +02:00
NodeStorage.h
Converted pathfinder enum's to enum class
2023-06-21 15:38:57 +03:00
PathfinderOptions.cpp
NKAI: water and air walking
2023-09-30 10:37:32 +03:00
PathfinderOptions.h
NKAI: water and air walking
2023-09-30 10:37:32 +03:00
PathfinderUtil.h
Fix most of memleaks discovered by valgrind
2023-11-13 16:27:15 +02:00
PathfindingRules.cpp
Explicitly convert identifier to underlying enumeration
2023-11-03 16:03:29 +02:00
PathfindingRules.h
Split pathfinder into multiple smaller files
2023-06-21 13:46:09 +03:00
TurnInfo.cpp
Removed remaining usages of std::vector<bool>
2023-11-15 15:55:18 +02:00
TurnInfo.h
Removed remaining usages of std::vector<bool>
2023-11-15 15:55:18 +02:00