Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-14 | Fix exported property values being lost if base GDScript fails to parse | Ignacio Etcheverry | |
2019-02-11 | Merge pull request #25724 from aaronfranke/mono-transform | Ignacio Etcheverry | |
[Mono] Fix Transform2D origin | |||
2019-02-11 | Merge pull request #25803 from neikeq/yy | Ignacio Etcheverry | |
Windows: Default to system MSBuild and add VSCode hint path | |||
2019-02-11 | Add VSCode hint path for Windows | Ignacio Etcheverry | |
2019-02-11 | Default to MSBuild from VS Build Tools instead of Mono's | Ignacio Etcheverry | |
Don't pass FrameworkPathOverride to MSBuild. It's causing issues with some nuget packages. | |||
2019-02-11 | Merge pull request #25790 from YeldhamDev/topbar_node_cleanup | Rémi Verschelde | |
Cleanup editor's top bar of old nodes | |||
2019-02-11 | Cleanup editor's top bar of old nodes | Michael Alexsander Silva Dias | |
2019-02-10 | Merge pull request #25428 from GlaDos28/master | Rémi Verschelde | |
[DOCS] Added warnings about Dictionary element erasure while iterating over it | |||
2019-02-10 | added warnings about Dictionary element erasure while iterating over it | Evgeny Savelyev | |
2019-02-10 | Merge pull request #25770 from YeldhamDev/search_bar_cleanup | Rémi Verschelde | |
General cleanup of script and doc search bars | |||
2019-02-10 | Merge pull request #25773 from neikeq/xx | Ignacio Etcheverry | |
Do not initialize Mono if 'res://.mono/' and mscorlib are missing | |||
2019-02-10 | Merge pull request #25774 from neikeq/fix-noreturn-attr-check | Ignacio Etcheverry | |
Fix check to determine if [[noreturn]] attribute is usable | |||
2019-02-10 | Fix check to determine if [[noreturn]] attribute is usable | Ignacio Etcheverry | |
2019-02-10 | Fix exporting assemblies from wrong output path | Ignacio Etcheverry | |
This is the whole reason 'fill_search_dirs' was added for, yet somehow I forgot to pass the config parameter. | |||
2019-02-10 | Do not initialize Mono if 'res://.mono/' and mscorlib are missing | Ignacio Etcheverry | |
This is needed to avoid aborting due to missing mscorlib for projects that do not use C#. If 'res://.mono/' exists, then we assume the project uses C#, in which case a missing mscorlib should still abort. | |||
2019-02-10 | General cleanup of script and doc search bars | Michael Alexsander Silva Dias | |
2019-02-10 | Fix version in osx_tools.app | Rémi Verschelde | |
2019-02-10 | TSCN: Remove extra newline after [resource]/[ext_resource] | Rémi Verschelde | |
Some cases had been handled in #17602, but those two were missed. Fixes #24677. | |||
2019-02-10 | Merge pull request #25764 from akien-mga/scons-relative-import | Rémi Verschelde | |
SCons: Fix import clash between Godot and system modules | |||
2019-02-10 | Merge pull request #25763 from akien-mga/scons-decider | Rémi Verschelde | |
SCons: Make MD5-timestamp decider and implicit_cache debug-only | |||
2019-02-10 | Merge pull request #25762 from akien-mga/tests-gdscript | Rémi Verschelde | |
Be explicit about usage of GDScript tests | |||
2019-02-10 | SCons: Fix import clash between Godot and system modules | Rémi Verschelde | |
See #24965 for details. `sys.path.insert` is hacky, but should work relatively well for both Python 2 and Python 3. When we eventually deprecate Python 2 support, we could look into using importlib. Fixes #24965. | |||
2019-02-10 | SCons: Make MD5-timestamp decider and implicit_cache debug-only | Rémi Verschelde | |
As advised by @bdbaddog in #25403, those options reduce the certainty that all everything will be rebuilt as it should, so they are not advised for release builds. | |||
2019-02-10 | Be explicit about usage of GDScript tests | Rémi Verschelde | |
Also drop empty "image" test, and print proper error when passing wrong test name. Fixes #25638. | |||
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-02-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-02-10 | doc: Sync classref with current source | Rémi Verschelde | |
2019-02-10 | Merge pull request #25412 from toger5/Doc_impulse_fore | Rémi Verschelde | |
[DOCS] rephrased impulse | |||
2019-02-10 | Merge pull request #25465 from Calinou/update-changelog | Rémi Verschelde | |
Update the changelog with new features added in 3.1 | |||
2019-02-10 | Merge pull request #25727 from aaronfranke/matrix3-basis | Rémi Verschelde | |
[Core] Rename Matrix3 file to Basis | |||
2019-02-10 | Merge pull request #25746 from akien-mga/gpu-particles-gles2 | Rémi Verschelde | |
Warn when using GPU particles with GLES2 | |||
2019-02-10 | Merge pull request #25728 from clayjohn/doc_multimesh | Rémi Verschelde | |
[DOC] Filled in MultiMesh doc | |||
2019-02-09 | [Mono] Fix Transform2D origin | Aaron Franke | |
2019-02-09 | Warn when using GPU particles with GLES2 | Rémi Verschelde | |
Closes #25733. | |||
2019-02-09 | filled in multimesh doc | clayjohn | |
2019-02-09 | [Core] Rename Matrix3 file to Basis | Aaron Franke | |
The code already referred to "Basis", it's just the file name that was different for some reason. | |||
2019-02-09 | Merge pull request #25739 from qarmin/fix_scan_folders_after_deleting | Rémi Verschelde | |
Fix rescan files and folders after deleting them | |||
2019-02-09 | Merge pull request #25736 from qarmin/fix_sprie_frames_editor | Rémi Verschelde | |
Fix latest regression error in SpriteFramesEditor | |||
2019-02-09 | Merge pull request #25712 from QbieShay/issue_25609 | Rémi Verschelde | |
Root node of a scene is now selected when the scene is opened. | |||
2019-02-09 | Merge pull request #25709 from vnen/submodule-hash | Rémi Verschelde | |
Get Git commit hash when Godot is a submodule | |||
2019-02-09 | Merge pull request #25710 from Calinou/add-hint-output-font-size | Rémi Verschelde | |
Add a setting hint for the Output panel font size | |||
2019-02-09 | Rescan files and folders deleting them | qarmin | |
2019-02-09 | Merge pull request #25653 from BastiaanOlij/fix_hide_skyrotation | Rémi Verschelde | |
Hide new sky properties if we don't have sky as a background | |||
2019-02-09 | Merge pull request #25614 from QbieShay/issue_25425 | Rémi Verschelde | |
Fix generating GDNative API struct for 1.1 | |||
2019-02-09 | Fix latest regression error in SpriteFramesEditor | qarmin | |
2019-02-09 | Merge pull request #25685 from Calinou/doc-improve-resourcepreloader | Rémi Verschelde | |
Improve the ResourcePreloader documentation | |||
2019-02-09 | Merge pull request #25650 from willnationsdev/script-icon | Rémi Verschelde | |
Fix script class icons looking for paths at runtime | |||
2019-02-09 | clang-format: Set standard for ObjC++ | Rémi Verschelde | |
2019-02-09 | Merge pull request #25671 from vnen/physics-material-2d | Rémi Verschelde | |
Include PhysicsMaterial when 3D is disabled |