Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Merge pull request #28884 from vnen/yield-resume-stack | Rémi Verschelde | |
Keep GDScript functions in stack while yielding | |||
2019-07-01 | Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func | Rémi Verschelde | |
fixed an issue with double clicking available node in VisualScriptEditor | |||
2019-07-01 | Merge pull request #29980 from Dentrax/directed-by-qarmin | Rémi Verschelde | |
Fix some editor crashes | |||
2019-07-01 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde | |
Remove unnecessary code and add some error explanations | |||
2019-07-01 | fix some crashes | Furkan Türkal | |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin | |
2019-07-01 | Merge pull request #29815 from NilsIrl/plus_file_1 | Rémi Verschelde | |
Replace ` + "/" + ` with `String::file_add()` | |||
2019-06-30 | Update miniupnpc library to latest master | Fabio Alessandrelli | |
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde | |
Applying #30187. | |||
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | |
They are now generated automatically by doctool. | |||
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-30 | Merge pull request #24227 from BastiaanOlij/arkit31 | Rémi Verschelde | |
ARKit for Godot 3.2 | |||
2019-06-30 | ARKit for Godot 3.2 | BastiaanOlij | |
This PR introduces support for ARKit to the iOS version of Godot. ARKit is Apples Augmented Reality platform. This PR brings in support for ARKit 1.0 and implements a few ARKit 2.0 features. It requires iOS 11 to run but should not prevent Godot from running on older versions as long as ARKit remains unused. | |||
2019-06-29 | Merge pull request #30177 from hbina/use_FALLTHROUGH_macro | Rémi Verschelde | |
Applied some of FALLTHROUGH macro usage from #30122 | |||
2019-06-29 | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the ↵ | hbina085 | |
compiler that this is intended. | |||
2019-06-29 | Merge pull request #30167 from Xrayez/module-editor-icons | Rémi Verschelde | |
Add support for creating editor icons per module | |||
2019-06-29 | Remove bogus nulls from generated default values | Bojidar Marinov | |
Also, fix crash in PluginScript destructor. | |||
2019-06-29 | Merge pull request #30183 from Andrettin/Variant-Pointer-Fixes | Rémi Verschelde | |
Fixed cases of unsupported pointers being used to construct variants | |||
2019-06-29 | Merge pull request #29380 from bojidar-bg/16086-docs-default-value | Rémi Verschelde | |
Add default values to the editor help, docs, and generated RST | |||
2019-06-29 | Fixed cases of unsupported pointers being used to construct variants | Andrettin | |
2019-06-28 | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) | |
The functionality is similar to how `doc_classes` are retrieved per module. The build system will search for custom icons path defined per module via `get_icons_path()` method in `config.py` or default icons path. If such paths don't exist, only the editor's own icons will be built. Most module icons were moved from editor/icons to respective modules. | |||
2019-06-28 | Merge pull request #30134 from Calinou/doc-proofread | Rémi Verschelde | |
Proofread and improve the whole class reference | |||
2019-06-28 | Fixed regression bug caused in #30095 and actually fix the issue it was ↵ | unknown | |
supposed to fix(#26850) | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov | |
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086 | |||
2019-06-27 | doc: UPNP: Add example on how to open/close a port | tree786 | |
I have added a small code sample to show how to automate the process of port forwarding (and closing after you are done). Thanks to @mhilbrunner for explaining how to achieve t0his (see #18780) | |||
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | |
2019-06-27 | doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks | Rémi Verschelde | |
2019-06-27 | Properly expose all Error constants to scripting languages | Rémi Verschelde | |
2019-06-27 | doc: Fix scoped hyperlinks to same-class enums/methods | Rémi Verschelde | |
The class name does not need to be specified when it is the current class. | |||
2019-06-27 | doc: Complete and harmonize all _MAX constant descriptions | Rémi Verschelde | |
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Fixed parser treating compound assignment the same as assignment which gave ↵ | unknown | |
wrong argument usage count | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-25 | Merge pull request #30067 from GlaceGwyneth/gridmap-fix | Rémi Verschelde | |
Fix GridMap transform problems | |||
2019-06-25 | Extends wrapi/wrapf docs | Chaosus | |
2019-06-25 | Fix GridMap transform problems | Gwyneth Lowe | |
2019-06-24 | Merge pull request #29938 from jonri/fix-collisionshape-scale | Rémi Verschelde | |
Fix updating of collision shape when the transform is set | |||
2019-06-24 | Add NULL check in SSL connect_to_stream | Fabio Alessandrelli | |
2019-06-23 | Replace ` + "/" + ` with `String::file_add()` | Nils ANDRÉ-CHANG | |
2019-06-21 | Fix some editor crashes | qarmin | |
2019-06-20 | Fix updating of collision shape when the transform is set | Jon Ring | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-20 | Merge pull request #29910 from m4gr3d/dev_deprecate_armv6 | Rémi Verschelde | |
Deprecate support for Android armv6 architecture | |||
2019-06-19 | Merge pull request #27188 from samH-FIT/MacroUpdate | Rémi Verschelde | |
Made use of semicolons after GDCLASS more consistent, added semicolons where I found them missing. | |||
2019-06-19 | Deprecate armv6 support for Android | fhuya | |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-06-19 | Fixed navigation schemes Modo/Maya when used with grid map tile placement | Zach Young | |
2019-06-19 | Merge pull request #28759 from aqnuep/bc6h_fix | Rémi Verschelde | |
Enable BC6H compression for all HDR formats |