bruvzg
|
c3e615e21b
GDNative: merge API structs, bump version of merged structs.
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Juan Linietsky
|
5d4dc2d45c
Add ability to bind typed arrays to script API
|
5 years ago |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Andrea Catania
|
eb07e87981
Optmized data sent during RPC and RSet calls.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
JohnJLight
|
38d3bfe971
Made use of semicolons more consitent, fixed formatting
|
6 years ago |
Rémi Verschelde
|
d6176db271
Unexpose subclasses of ResourceFormatLoader and -Saver
|
6 years ago |
Leonard Meagher
|
f7eb426e2e
Allow overriding how scripted objects are converted to strings
|
6 years ago |
thomas.herzog
|
5fff7f741a
[GDNative] fix NativeScript leak in editor
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Marc Gilleron
|
065e2670af
Added basic support for custom resource savers and loaders
|
7 years ago |
Juan Linietsky
|
3a93499f89
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
|
6 years ago |
Rémi Verschelde
|
97b9697ea2
Fix some OSX and iOS Clang warnings
|
7 years ago |
Rémi Verschelde
|
e9cb01e366
Fix warnings about non-static data member initializers in nativescript
|
7 years ago |
Rémi Verschelde
|
2091f20443
Fix warnings about wrong member initialization order [-Wreorder]
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Thomas Herzog
|
917bd5b2c2
[NativeScript] implement refcount instance binding funcs
|
7 years ago |
Marcelo Fernandez
|
a323b7a1ba
Implemented profiling functions for NativeScript
|
7 years ago |
willnationsdev
|
05f717376b
Add NativeScript support for script classes.
|
7 years ago |
George Marques
|
eb48119821
Added system for GDScript warnings
|
7 years ago |
George Marques
|
03746da73f
Add editor highlight for type-safe lines
|
7 years ago |
Marcelo Fernandez
|
deebeb2742
Add a new notification to detect crashes on native scripts
|
7 years ago |