bruvzg
|
9381acb6a4
|
Make FileAccess and DirAccess classes reference counted.
|
2022-04-11 13:28:51 +03:00 |
|
bruvzg
|
f851c4aa33
|
Fix some issues found by cppcheck.
|
2022-04-06 14:34:37 +03:00 |
|
Hendrik Brucker
|
b396fd4eef
|
Improve compilation speed (forward declarations/includes cleanup)
|
2022-02-12 02:46:22 +01:00 |
|
bruvzg
|
244db37508
|
Cleanup and move char functions to the char_utils.h header.
|
2022-02-04 11:35:01 +02:00 |
|
Rémi Verschelde
|
fe52458154
|
Update copyright statements to 2022
Happy new year to the wonderful Godot community!
|
2022-01-03 21:27:34 +01:00 |
|
Hugo Locurcio
|
2daaf0fdc3
|
Make platform feature tag names lowercase
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`
|
2021-08-31 20:34:44 +02:00 |
|
Sergey Minakov
|
968b712a97
|
Split iphone platform export template into multiple files
|
2021-08-12 16:56:17 +03:00 |
|