Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-16 | Merge pull request #28053 from lupoDharkael/shadowing | Rémi Verschelde | |
GDScript: add variable shadowing warning | |||
2019-04-15 | Merge pull request #26792 from Faless/webrtc_pr | Rémi Verschelde | |
Initial WebRTC support | |||
2019-04-15 | GDScript: add variable shadowing warning | lupoDharkael | |
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-13 | Clean up ASSIMP import code. | Juan Linietsky | |
2019-04-12 | Register WebRTCPeerJS and WebRTCPeerGDNative | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC GDNative interface | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC JS implementation | Fabio Alessandrelli | |
2019-04-12 | Implement WebRTCPeer custom instance class | Fabio Alessandrelli | |
2019-04-12 | Merge pull request #27950 from Nonnu42/contrib | Ignacio Roldán Etcheverry | |
Fixes #17233 allowing C# to override _GetPropertyList | |||
2019-04-12 | Move IDHandler JS module to platform from Websock | Fabio Alessandrelli | |
2019-04-12 | Merge pull request #27863 from bojidar-bg/27460-constant-class-clash | Rémi Verschelde | |
Check subclasses too when checking for name clashes | |||
2019-04-12 | Fixes #17233 allowing C# to override _GetPropertyList | Nuno Cardoso | |
2019-04-11 | Merge pull request #27867 from bojidar-bg/27489-as-self-fail | Rémi Verschelde | |
Fix as operator generating opcode 38 errors | |||
2019-04-11 | Merge pull request #27876 from vnen/gdscript-no-builtin-name | Rémi Verschelde | |
Don't allow built-in scripts to use class_name | |||
2019-04-11 | Use c++11 for vhacd because VHACD-ASYNC.cpp wants it | Windy Darian | |
2019-04-10 | GDScript: Don't allow built-in scripts to use class_name | George Marques | |
2019-04-10 | Bundled VHACD library for convex decomposition. | Juan Linietsky | |
Modified both MeshInstance tools as well as importer to use it instead of QuickHull. | |||
2019-04-10 | Merge pull request #27170 from ↵ | Rémi Verschelde | |
timoschwarzer/allow-whitespaces-in-warning-ignore-comments Allow whitespaces in warning-ignore comments | |||
2019-04-10 | Check for subclasses when checking for name clashes | Bojidar Marinov | |
Fixes #27460 | |||
2019-04-10 | Fix `as` operator generating opcode 38 errors | Bojidar Marinov | |
Closes #27489 Fixup of 466a76ac2c7c6634ed1d78fde4ac011e2e70b710 Additionally, update `GDScriptCompiler` test to use Ref and to include `as` expressions. | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-10 | Added eye_height, changed description and fixed size of viewport issue | Bastiaan Olij | |
2019-04-08 | Merge pull request #27809 from neikeq/github-pls | Ignacio Roldán Etcheverry | |
Workaround for syntax highlighting issue in GitHub | |||
2019-04-08 | Workaround for syntax highlighting issue in GitHub | Ignacio Etcheverry | |
2019-04-08 | Merge pull request #26458 from neikeq/mono-build-cleanup | Rémi Verschelde | |
Mono: Add CPPPATH only to env_mono and cleanup build scripts | |||
2019-04-08 | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde | |
Replace a few #if/#elif with #ifdef and "#elif defined" | |||
2019-04-08 | Merge pull request #27452 from Chaosus/direction_to | Rémi Verschelde | |
Added method to retrieve a direction vector from one point to another | |||
2019-04-08 | Merge pull request #27710 from Calinou/script-templates-typed-gdscript | Rémi Verschelde | |
Add support for type hints in non-default script editor templates | |||
2019-04-08 | Merge pull request #27231 from Chaosus/smoothstep | Rémi Verschelde | |
Added smoothstep built-in function | |||
2019-04-07 | Merge pull request #27714 from fire/asset_import | Rémi Verschelde | |
FBX Import bug fixes with special character in mesh names | |||
2019-04-07 | Mono: Add compiler flags to env_mono instead of env | Ignacio Etcheverry | |
This way we avoid possible conflicts with other modules. Specially with include paths. | |||
2019-04-07 | Mono: Reorganize build scripts | Ignacio Etcheverry | |
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory. | |||
2019-04-07 | Added smoothstep built-in function | Chaosus | |
2019-04-07 | Merge pull request #27734 from Hendrikto/cleanup | Rémi Verschelde | |
Remove unused imports | |||
2019-04-07 | Fix where json exported empty types | Bastiaan Olij | |
(cherry picked from commit 6226be9595caec7f741cdf570ca99e742a611388) | |||
2019-04-07 | Merge pull request #27527 from BastiaanOlij/render_ext_target | Rémi Verschelde | |
Add option to have viewport render into supplied texture (VR) | |||
2019-04-06 | Assimp: fix FBX import with ':' in filename. | K. S. Ernest (iFire) Lee | |
2019-04-06 | Merge pull request #26609 from nekomatata/shadow_offset | Timo | |
Support for shadow offset in box style | |||
2019-04-06 | Remove unused imports | Hendrikto | |
2019-04-06 | Fix wrong method binds and registered class | Ignacio Etcheverry | |
2019-04-06 | Merge pull request #26662 from neikeq/csharp-collection-changes | Ignacio Roldán Etcheverry | |
C#: Collections breaking changes and improvements | |||
2019-04-06 | Merge pull request #26634 from psuhas77/patch-3 | Rémi Verschelde | |
Added get_noise_1d | |||
2019-04-06 | C#: Support type hints for exported Arrays | Ignacio Etcheverry | |
Added the code for Dictionary as well, but it's not yet supported by the Godot inspector. | |||
2019-04-06 | C#: Add marshalling support for IEnumerable and IDictionary | Ignacio Etcheverry | |
Added constructor that takes IEnumerable for Array and IEnumerable<T> for Array<T>. Added constructor that takes IDictionary for Dictionary and IDictionary<TKey, TValue> for Dictionary<TKey, TValue>. | |||
2019-04-06 | C#: Some important Array and Dictionary interface changes | Ignacio Etcheverry | |
Array now implements IList instead of IList<object, object>. Dictionary now implements IDictionary instead of IDictionary<object, object>. | |||
2019-04-06 | Mono: Buildsystem support for finding MSBuild from VS2019 | Ignacio Etcheverry | |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry | |
2019-04-06 | Add option to have viewport render into supplied texture | Bastiaan Olij | |