| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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". | ||||
| * | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -4/+4 |
| | | |||||
| * | Disable threads used to check on plugins to load | Fredia Huya-Kouadio | 2022-08-15 | 1 | -0/+4 |
| | | | | | The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources | ||||
| * | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio | 2022-08-14 | 1 | -1/+2 |
| | | |||||
| * | [iOS] Extend iOS plugins to support Swift runtime | Sergey Minakov | 2022-08-09 | 1 | -0/+1 |
| | | |||||
| * | Make some editor export methods const | Aaron Franke | 2022-07-29 | 1 | -4/+4 |
| | | |||||
| * | Split up editor export code into multiple files | Aaron Franke | 2022-07-26 | 1 | -1/+1 |
| | | |||||
| * | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
| | | | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | ||||
| * | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -0/+293 |
