Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -137/+0 |
| | |||||
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+1 |
| | | | | | * Intended to replace RBSet in most cases. * Optimized for iteration speed | ||||
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated! | ||||
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -2/+2 |
| | |||||
* | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | 2022-03-18 | 1 | -0/+1 |
|\ | |||||
| * | [Export] Add "export console script" option for Linux, macOS, and Windows ↵ | bruvzg | 2022-03-14 | 1 | -0/+1 |
| | | | | | | | | exports. | ||||
* | | Implement GDExtension export plugin. | bruvzg | 2022-03-16 | 1 | -1/+1 |
|/ | |||||
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+0 |
| | |||||
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -1/+1 |
| | |||||
* | [Export] Instead of removing unsupported options, hide it. | bruvzg | 2022-01-22 | 1 | -0/+1 |
| | |||||
* | [macOS export] Implements ad-hoc signing on Linux/Windows, adds extra ↵ | bruvzg | 2022-01-18 | 1 | -2/+3 |
| | | | | privacy settings, entitlements warnings and error checking. | ||||
* | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde | 2022-01-05 | 1 | -0/+7 |
|\ | |||||
| * | OSX: Add signing of directory structure in Library when exporting for OSX. | Pierre-Thomas Meisels | 2021-12-28 | 1 | -0/+7 |
| | | | | | | | | OSX: Add exporting of folder structure in PlugIns when exporting for OSX. | ||||
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ | | | | Happy new year to the wonderful Godot community! | ||||
* | Make platform feature tag names lowercase | Hugo Locurcio | 2021-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Feature tag names are still case-sensitive, but this makes built-in feature tags more consistent. - `Windows` -> `windows` - `OSX` -> `osx` - `LinuxBSD` -> `linuxbsd` - `Android` -> `android` - `iOS` -> `ios` - `HTML5` -> `html5` - `JavaScript` -> `javascript` - `UWP` -> `uwp` | ||||
* | Split osx platform export template into multiple files | Sergey Minakov | 2021-08-12 | 1 | -0/+128 |