v1.2.1
Added more secondary modules and updated tools. npc_a_star.py
has been added to the secondary
source code directory and has enabled two rule file and affect vector testing tools with the creation of a_star_unit_test.py
and rule_file_validator.py
which live inside of tools
along with their shared helper functions in test_helper.py
da8dda4 - updated README to reflect new features
17e5282 - more consistent commenting in tools
52891ad - added rule_file_validator.py
20c0a40 - new tools directory
4e01bd7 - minor unit test update
273a656 - cost and heuristic calculation improvements in A*
540cf88 - unit test update
bbc5577 - unit test update
74cb21f - fixed issue with A* queue size detection
b5759a3 - more useful path construction in A*
6c2adfb - more comments and cleaner heuristic function for A*
e46743a - A* adjacency optimization
2e669c5 - added A* implementation
6142aca - added multiplier and offset functionality to affecter
dd42169 - removed extraneous code in npc_uct.py
dd42169 - simplified affecter
functions
Full Changelog: v1.2.0...v1.2.1