Torben Carrington
|
09beafd044
|
Pathfinding Overhaul - Master cleanup! Cleaned pathfinding entirely, all AI packages that are implemented as well, Increased buffer! This makes the intro guard no longer walk into you or go to far into the room (not tested against vanilla distances but it seems accurate enough until the next itteration of pathfinding fixes).
|
2013-05-31 17:49:52 -07:00 |
|
Torben Carrington
|
73a9671742
|
Pathfinding Overhaul - Changed the name of checkIfNextPointReached to a more intuitive name considering what it does (checkPathCompleted) and fixed a minor bug in it, modified buildPath() to take one final parameter, a bool which dictates whether or not to always use pathfinding (like AIWander should be doing) or to allow for "shortcuts", modified all ai packages to work with these two changes.
|
2013-05-29 20:05:17 -07:00 |
|
Torben Carrington
|
c080785235
|
Pathfinding Overhaul - Finished cleaning, removed unnecessary parameter in one function, fixed use of the function in ai packages and added use of clearPath() function in aiwander, fixed algorithms and got rid of excess subtractions in getDistance functions (thanks to Chris!).
|
2013-05-29 19:26:45 -07:00 |
|
Torben Carrington
|
ddf28ca201
|
AIEscort Cleanup - Fixed spacing, removed unnecessary includes, fixed branch itself. The other pull requests were fine, it was just this one with the problem.
|
2013-05-25 04:36:21 -07:00 |
|
Torben Carrington
|
4928c9d079
|
Removed sqrt function call (minor optimization thanks to Chris)
|
2013-05-08 20:47:31 -07:00 |
|
Torben Carrington
|
d20178dd56
|
Removed unnecessary std::cout messages
|
2013-05-08 20:05:45 -07:00 |
|
Torben Carrington
|
133964f0e4
|
AIEscort complete
|
2013-05-08 20:02:24 -07:00 |
|
Torben Carrington
|
c03dca47f5
|
AIEscort implemented and working - only touchups are needed.
|
2013-05-08 17:19:47 -07:00 |
|
Torben Carrington
|
10840765d9
|
Framework - duration and pathing implemented, no waiting for follower yet.
|
2013-05-08 15:27:20 -07:00 |
|
rpopovici
|
7079b9062f
|
add AI script functions
|
2012-11-30 02:16:16 +02:00 |
|
Marc Zinnschlag
|
a092deaee8
|
various fixes
|
2012-11-16 20:28:20 +01:00 |
|
marcin
|
51027c541e
|
Feature #391 Dummy AI package classes
|
2012-11-16 18:38:15 +01:00 |
|
marcin
|
4b939c7521
|
Feature #391 Dummy AI package classes
|
2012-11-15 22:15:20 +01:00 |
|
marcin
|
e6c8e1f0d7
|
Feature #391 Dummy AI package classes
|
2012-11-14 18:42:04 +01:00 |
|