Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | [GDNative] added reload property | karroffel | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | |
2018-01-01 | Merge pull request #15246 from vnen/uwp-gdnative | George Marques | |
Make GDNative DLLs work on UWP | |||
2018-01-01 | Make GDNative DLLs work on UWP | George Marques | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-18 | Add plugin to edit GDNativeLibrary | geequlim | |
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor | |||
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov | |
It's not used in godot-nim any longer and there were no other uses for it. | |||
2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in ↵ | Emmanuel Leblond | |
gdnative_api.json | |||
2017-12-09 | Fix missing parenthesis | Rémi Verschelde | |
2017-12-09 | GDNative: Fix warning when gdnative/singletons is missing | Rémi Verschelde | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-12-05 | Merge pull request #13992 from ISylvox/substract-to-subtract | Rémi Verschelde | |
Fix Typo: Substract to Subtract | |||
2017-12-05 | Fixed typo: substract to subtract | Indah Sylvia | |
2017-12-05 | GDNative: Save singletons only if there's a change | George Marques | |
Ensures that the Project Settings are saved only if the list of singletons actually changed. | |||
2017-11-30 | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | |
library to open extra libraries. | |||
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | Set real world position, not virtual world position! | Bastiaan Olij | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-25 | [GDNative] disable -fPIC flag with msvc compiler | Emmanuel Leblond | |
2017-11-24 | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-24 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-21 | Merge pull request #13130 from endragor/gdnative-android-export | Rémi Verschelde | |
Proper GDNative export on Android | |||
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | |
Allow for getting/setting "dotted" properties of objects | |||
2017-11-21 | Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generation | Emmanuel Leblond | |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | |
Performance is around the same as using pure set() through GDScript. | |||
2017-11-21 | Proper GDNative export on Android | Ruslan Mustakov | |
2017-11-21 | Merge pull request #12590 from poke1024/bsearch | Rémi Verschelde | |
Add bsearch and bsearch_custom to Array | |||
2017-11-21 | Revert this change, we need to export symbols on the library side | Bastiaan Olij | |
2017-11-21 | Add bsearch and bsearch_custom to Array | poke1024 | |
2017-11-21 | Allow configuring iOS export | Ruslan Mustakov | |
- EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently). | |||
2017-11-20 | Merge pull request #13094 from karroffel/gdnative-api-register-nativecall | Thomas Herzog | |
[GDNative] add a way to register call types | |||
2017-11-20 | [GDNative] add a way to register call types | Karroffel | |
2017-11-20 | [GDNative] removed static linking fields | Karroffel | |
2017-11-20 | [GDNative] removed godot_string_c_str | Karroffel | |
2017-11-20 | [GDNative] loading error and version error procs | Karroffel | |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-16 | [GDNative] fix wrapper code generation | Karroffel | |
2017-11-15 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-15 | doc: Make all module docs self-contained | Rémi Verschelde | |
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde | |
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||
2017-11-15 | Merge pull request #12949 from karroffel/gdnative-export | Juan Linietsky | |
[GDNative] export plugin | |||
2017-11-15 | [GDNative] export plugin | Karroffel | |
2017-11-14 | Merge pull request #12922 from eska014/engine-singletons | Rémi Verschelde | |
Singleton management changes |