NotAdam
|
93e8c5359a
|
Increase cell size and spawn distance, fix player despawn issue
|
2019-01-28 20:30:22 +11:00 |
|
NotAdam
|
1bbc01f04f
|
manage timer vars and call onTick from Chara update instead of derived classes
|
2019-01-28 19:16:44 +11:00 |
|
NotAdam
|
1380db037a
|
fix UB caused by invalid GC id, set GC rank when changing gc if one isnt set - fixes #472
|
2019-01-28 18:58:02 +11:00 |
|
NotAdam
|
49e86e22ac
|
fix formatting and drop MAX_POLYS back down
|
2019-01-28 16:35:03 +11:00 |
|
NotAdam
|
e12ff7e7da
|
Slightly increase bnpc speed and restore update rate to 250ms
|
2019-01-28 15:47:46 +11:00 |
|
NotAdam
|
0cb0b5bc23
|
fixed roaming/following speed inconsistency
|
2019-01-28 15:44:27 +11:00 |
|
NotAdam
|
f0d28bf30f
|
add more verbose logging to pathing failures
|
2019-01-28 15:40:05 +11:00 |
|
NotAdam
|
fcd934034d
|
minor bnpc cleanup, correctly set lastticktime on bnpc entities
|
2019-01-28 13:40:03 +11:00 |
|
NotAdam
|
82489de201
|
probably fix stepping past the next step destination
|
2019-01-27 23:47:36 +11:00 |
|
NotAdam
|
549542efe5
|
cap poly length for generated nav paths
|
2019-01-27 23:26:34 +11:00 |
|
Mordred
|
956b115e58
|
cleaned up movement code a bit, roamings mobs can aggro now
|
2019-01-27 01:12:31 +01:00 |
|
NotAdam
|
83eeacb1ce
|
style fix
|
2019-01-26 14:59:04 +11:00 |
|
NotAdam
|
e72b031d82
|
only run bnpc update in active cells
|
2019-01-26 13:40:22 +11:00 |
|
NotAdam
|
edd050ece9
|
heal npcs when retreating, set hp to max when retreat finishes, cleanup
|
2019-01-26 13:40:02 +11:00 |
|
NotAdam
|
7cef77e2eb
|
set correct bnpc animation when aggro'd/passive
|
2019-01-26 11:39:44 +11:00 |
|
Mordred
|
a7e070556b
|
Do not crash on zones without navi data
|
2019-01-26 00:12:54 +01:00 |
|
Mordred
|
7e935df56f
|
Initial roaming tests, still very rough and ugly
|
2019-01-26 00:06:24 +01:00 |
|
NotAdam
|
bdf4eb2f04
|
only create naviproviders if one doesn't exist for the map
|
2019-01-25 22:47:50 +11:00 |
|
NotAdam
|
912a97b92e
|
remove exceptions and handle error cases inside initMesh
|
2019-01-25 22:43:04 +11:00 |
|
NotAdam
|
91abe63598
|
add customisable log level to config
|
2019-01-25 19:00:21 +11:00 |
|
mordred
|
0988b3abac
|
Renamed params for clearity
|
2019-01-25 08:50:44 +01:00 |
|
mordred
|
b319d5501f
|
Navmeshes should now work again using bgpath
|
2019-01-25 08:45:00 +01:00 |
|
mordred
|
176ae00c08
|
Changed navigation to use meshes named by bg path instead of teriinfo name#
|
2019-01-25 08:31:20 +01:00 |
|
NotAdam
|
145e0dea5b
|
bit of cleanup and consistent startup log formatting
|
2019-01-25 12:34:21 +11:00 |
|
NotAdam
|
1252390c2d
|
fix config reading, alter territory loading output slightly
|
2019-01-25 12:23:38 +11:00 |
|
goaaats
|
557ffcfcb2
|
Add navi mesh folder to world config
|
2019-01-24 22:24:45 +01:00 |
|
mordred
|
1b1fcfc09b
|
Build fix
|
2019-01-24 13:33:30 +01:00 |
|
mordred
|
27668368cc
|
Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop
|
2019-01-24 13:15:41 +01:00 |
|
mordred
|
6eb1ebaa0a
|
Slightly simplified path calculation
|
2019-01-24 13:15:30 +01:00 |
|
NotAdam
|
009455884b
|
cleanup some unnecessary static members
|
2019-01-24 22:34:15 +11:00 |
|
NotAdam
|
6e3470b666
|
cleanup some stupid type shit in naviprovider
|
2019-01-24 22:28:53 +11:00 |
|
mordred
|
e54d546b56
|
Fixing code for consistency, const correctness, include tree and style.
|
2019-01-24 12:10:31 +01:00 |
|
goaaats
|
45399ae709
|
Fix logging, Linux
|
2019-01-23 23:50:31 +01:00 |
|
goaaats
|
39c1282d6f
|
Spaces
|
2019-01-23 21:36:26 +01:00 |
|
goaaats
|
54e60107e9
|
Style
|
2019-01-23 21:26:48 +01:00 |
|
goaaats
|
6894996fba
|
Merge branch 'develop' into pathfinding
|
2019-01-23 23:09:02 +01:00 |
|
Mordred
|
b0649858fa
|
Despawn and respawn dead bnpcs
|
2019-01-23 22:37:55 +01:00 |
|
goaaats
|
ffb746cc07
|
Uncomment logs
|
2019-01-23 21:14:17 +01:00 |
|
goaaats
|
b0cf8c5158
|
Cleanup
|
2019-01-23 21:10:53 +01:00 |
|
goaaats
|
0c6755565d
|
Add NaviMgr
|
2019-01-23 19:23:49 +01:00 |
|
goaaats
|
48d0836c29
|
Handle steps better
|
2019-01-23 17:42:09 +01:00 |
|
goaaats
|
06ee4daf69
|
change movement in BNpc
|
2019-01-23 17:07:40 +01:00 |
|
goaaats
|
ba1f8bb6f3
|
it works
|
2019-01-22 00:41:18 +01:00 |
|
goaaats
|
a1720bd179
|
More pathfinding
|
2019-01-21 18:25:22 +01:00 |
|
goaaats
|
78a2dc08d0
|
More pathing
|
2019-01-21 15:15:28 +01:00 |
|
goaaats
|
4116e0202c
|
More pathing
|
2019-01-21 14:02:47 +01:00 |
|
goaaats
|
ee662ba15d
|
path things
|
2019-01-21 02:42:47 +01:00 |
|
goaaats
|
087cf6dd00
|
Merge branch 'develop' of github.com:SapphireServer/Sapphire into pathfinding
|
2019-01-21 02:11:00 +01:00 |
|
goaaats
|
ba40d49a68
|
Add path follow code from RecastDemo
|
2019-01-21 02:08:38 +01:00 |
|
Mordred
|
813ad98c5f
|
Fixed bnpc movement
|
2019-01-20 23:49:43 +01:00 |
|