1. 21 Aug, 2023 13 commits
  2. 18 Aug, 2023 2 commits
  3. 16 Aug, 2023 1 commit
  4. 15 Aug, 2023 3 commits
  5. 11 Aug, 2023 1 commit
  6. 10 Aug, 2023 8 commits
  7. 03 Aug, 2023 4 commits
  8. 02 Aug, 2023 2 commits
  9. 01 Aug, 2023 2 commits
  10. 28 Jul, 2023 4 commits
    • Roque's avatar
      Capture flag drone game · 032d55f1
      Roque authored
      See merge request nexedi/erp5!1775
      032d55f1
    • Roque's avatar
      7a9f3874
    • Roque's avatar
    • Roque's avatar
      erp5_officejs_drone_capture_flag: changes on the game · 58c95f1c
      Roque authored
      - add back the drone collision logic
      - check drone out with map limits
      - randomize seed library
      - use seed to randomize values
      - terrain texture change
      - adapt default configuration
      - refactor to allow map_size as parameter (instead of min-max lat-lon)
      - new map function
      - camera and size limits
      - enemy team
      - enemy AI script
      - add flags and obstacles
      - obstacle and flag collision
      - allow dronemanager to take cartesian coordinates
      - game finish rulls
      - user score and result message
      - refactor AI default script (drone dodges obstacles)
      - new drone implementation for enemy drone (API)
      - add getDroneViewInfo to API(s)
      - restore drone color dot trace (improve color pick)
      - allow random seed as url parameter
      - handle fullscreen
      - flag weight as parameter
      - show default seed value, and make input mandatory
      - do not show enemy drone logs on UI
      - flag collision crashes the drone
      - update score calculation
      - drop flag weight (model and parameter)
      - use geo coordinates in general
      - refactor enemy drone to use cartesian
      - add debug mode for test using console logs
      - async obstacle detection (API changes)
      58c95f1c