Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Sep 16, 2019
  3. Sep 14, 2019
  4. Aug 24, 2019
  5. Aug 22, 2019
  6. Jun 20, 2019
    • Chris Davidson's avatar
      Teleports now immediately maximize the AI's guess spread on your current location · 46338eee
      Chris Davidson authored
      Currently the AI makes guesses relative to your real location that increase in randomness every turn they don't see you.  This is very good for simulating intelligent chasing through hallways and such.
      
      Where it breaks down horribly is when the target they're chasing moves a long distance quickly, especially over walls.  If you teleport over a wall the AI's guess cache is still at 1 turn, and if they can teleport too they will highly accurately.
      
      This adds a last_special_movement property to Actors that represents the last turn they did a long distance or LOS cheating movement.  Currently only Actor.teleportRandom sets this.  Any NPC chasing a target that has this value set will have its guess cache set to the maximum randomness.
      
      Any talent/function can set last_special_movement as appropriate.
      
      A more ideal solution would be to have an algorithm with actual exploring/wandering behavior instead of a guess relative to your real location, but this should help.
      46338eee
  7. Jun 11, 2019
  8. May 04, 2019
  9. Apr 22, 2019
    • Chris Davidson's avatar
      Change how Bone Grab works · 01df68a6
      Chris Davidson authored
      - Can now be targeted through allies (Rot worms, etc)
      
      - Now checks Teleport resistance
      
      - Always moves the target to the closest space adjacent to you
      01df68a6
  10. Apr 16, 2019
  11. Apr 12, 2019
  12. Mar 20, 2019
  13. Mar 17, 2019
  14. Feb 26, 2019
    • DarkGod's avatar
      fix · 7633f522
      DarkGod authored
      7633f522
  15. Feb 23, 2019
  16. Feb 22, 2019
  17. Feb 18, 2019
  18. Feb 14, 2019
  19. Feb 13, 2019
  20. Feb 11, 2019
  21. Feb 10, 2019
  22. Jan 21, 2019
  23. Jan 20, 2019
  24. Dec 13, 2018
  25. Dec 09, 2018
  26. Dec 05, 2018
  27. Dec 04, 2018
  28. Dec 03, 2018
  29. Dec 02, 2018
  30. Dec 01, 2018
Loading