Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NavigationServer API to enable regions and links | smix8 | 2023-07-26 | 1 | -0/+10 |
| | | | | Adds NavigationServer API to enable regions and links. | ||||
* | Fix NavObjects map assignments | smix8 | 2023-06-25 | 1 | -0/+9 |
| | | | | Fixes NavObject map assignments. | ||||
* | Prevent unnecessary navigation map synchronizations | smix8 | 2023-05-11 | 1 | -0/+12 |
| | | | | Prevents unnecessary navigation map synchronizations triggered by redundant calls to setters of e.g. region, link or map properties. | ||||
* | Rename Navigation uses of 'location' to 'position' | smix8 | 2023-01-26 | 1 | -4/+4 |
| | | | | Contrary to the entire rest of the engine NavigationAgent's and NavigationLinks decided to deal with locations instead of positions. | ||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Added node for Navigation links | Josh Jones | 2022-08-26 | 1 | -0/+60 |