Andy Maloney
|
c7e34c2f9d
|
Basic static analysis fixes
- remove extraneous semicolons
- use "nullptr" instead of "0"
- remove "break" after "return"
- use <cstdio> instead of <stdio.h>
|
2022-11-18 17:46:13 -05:00 |
Aaron Franke
|
592bd15c7a
|
Run scripts to format and make headers consistent
|
2022-10-09 01:47:07 -05:00 |
Ricardo Buring
|
3e97626b67
|
Add SelfList template
|
2022-09-13 11:33:12 +02:00 |
Fabio Alessandrelli
|
43cdc2e037
|
Update hashfuncs, add some missing math funcs.
|
2022-09-11 13:11:52 +02:00 |
bruvzg
|
91c56a0ad1
|
Add bindings for Vector4, Vector4i, Projection built-in types.
|
2022-07-21 09:36:38 +03:00 |
bruvzg
|
e3119e7d05
|
Sync containers with new HashMap/HashSet, sync API headers.
|
2022-06-06 12:18:07 +03:00 |
Rémi Verschelde
|
1632322ce0
|
Update copyright year
|
2022-03-15 10:17:53 +01:00 |
bruvzg
|
e36180f377
|
Port a bunch of Godot container templates to GDExtension.
|
2022-02-18 21:07:53 +02:00 |