- 16 Aug, 2023 1 commit
-
-
Yusei Tahara authored
sqlvar type="nb" was broken by sqlvar patch without being noticed, thus test is required. See commit ebdc34d4.
-
- 15 Aug, 2023 3 commits
-
-
Roque authored
-
Rafael Monnerat authored
See merge request nexedi/erp5!1811
-
Rafael Monnerat authored
See merge request nexedi/erp5!1812
-
- 11 Aug, 2023 1 commit
-
-
Rafael Monnerat authored
Redirect with error level, to display the notification properly displayed as error
-
- 10 Aug, 2023 8 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
rather them use person directly to Manage it. It might allow an user use more them one certificate to authenticate. An Unique reference is set whenever issue a certificate, this prevents conflicts if the transaction is restarted/retry after getNewCertificate is already called, since we cannot rollback the call to openssl. Include and improve test coverage
-
Rafael Monnerat authored
if a duplicated certificate (with same CN) is eventually generated by a bug or external tool (for whatever reason), revoke should revoke them all.
-
Roque authored
-
Roque authored
- drop map reduction - fix random seed issue (drop relation with #drones) - use min-max lat-lon map parameters for init
-
Roque authored
-
- 03 Aug, 2023 4 commits
-
-
Roque authored
See merge request nexedi/erp5!1806
-
Léo-Paul Géneau authored
Fix position update regarding the drone speed
-
Yusei Tahara authored
-
Kazuhiko Shiozaki authored
These workflows on Person are useful for Japanese usecase only where we use content translation for 'furigana' (pronunciation).
-
- 02 Aug, 2023 2 commits
-
-
Roque authored
See merge request nexedi/erp5!1808
-
Roque authored
- capture flag - drone simulator
-
- 01 Aug, 2023 2 commits
- 28 Jul, 2023 7 commits
-
-
Roque authored
See merge request nexedi/erp5!1775
-
Roque authored
-
Roque authored
-
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)
-
Roque authored
- based on drone simulator
-
Roque authored
- babylon gadget msg htm - babylonjs gadget fullscreen (includes mobile fix) - bug fix in offscreen canvas - scroll focus for usability
-
Roque authored
-
- 27 Jul, 2023 9 commits
-
-
Roque authored
See merge request nexedi/erp5!1805
-
Roque authored
-
Roque authored
See merge request nexedi/erp5!1804
-
Roque authored
- drone simulator getContent returns console logs if debug mode
-
Roque authored
See merge request nexedi/erp5!1803
-
Roque authored
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
- rename `getSpeed` and `setSpeed` into respectively `getAirSpeed` and `setAirSpeed` - add yaw, speed and climbRate in drones dictionary - stop hardcoding leader's id - remove setAltitude function - use loiter with coordinates as parameters
-
Léo-Paul Géneau authored
- fix setAltitude: - Update `_last_target` when calling `setAltitude` otherwise `loiter` is broken. - Convert altitude parameter from absolute to relative value. - fix getInitialAltitude - return absolute altitude - fix getAltitudeAbs
-
- 18 Jul, 2023 2 commits
-
-
Roque authored
See merge request nexedi/erp5!1801
-
Roque authored
-
- 13 Jul, 2023 1 commit
-
-
Kazuhiko Shiozaki authored
-