summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-02-10Merge pull request #25770 from YeldhamDev/search_bar_cleanupRémi Verschelde
General cleanup of script and doc search bars
2019-02-10Merge pull request #25773 from neikeq/xxIgnacio Etcheverry
Do not initialize Mono if 'res://.mono/' and mscorlib are missing
2019-02-10Merge pull request #25774 from neikeq/fix-noreturn-attr-checkIgnacio Etcheverry
Fix check to determine if [[noreturn]] attribute is usable
2019-02-10Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry
2019-02-10Fix exporting assemblies from wrong output pathIgnacio Etcheverry
This is the whole reason 'fill_search_dirs' was added for, yet somehow I forgot to pass the config parameter.
2019-02-10Do not initialize Mono if 'res://.mono/' and mscorlib are missingIgnacio 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-10General cleanup of script and doc search barsMichael Alexsander Silva Dias
2019-02-10Fix version in osx_tools.appRémi Verschelde
2019-02-10TSCN: 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-10Merge pull request #25764 from akien-mga/scons-relative-importRémi Verschelde
SCons: Fix import clash between Godot and system modules
2019-02-10Merge pull request #25763 from akien-mga/scons-deciderRémi Verschelde
SCons: Make MD5-timestamp decider and implicit_cache debug-only
2019-02-10Merge pull request #25762 from akien-mga/tests-gdscriptRémi Verschelde
Be explicit about usage of GDScript tests
2019-02-10SCons: Fix import clash between Godot and system modulesRé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-10SCons: Make MD5-timestamp decider and implicit_cache debug-onlyRé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-10Be explicit about usage of GDScript testsRémi Verschelde
Also drop empty "image" test, and print proper error when passing wrong test name. Fixes #25638.
2019-02-10doc: Misc formatting fixesRémi Verschelde
2019-02-10i18n: Sync translation template with current sourceRémi Verschelde
2019-02-10i18n: Sync translations with WeblateRémi Verschelde
2019-02-10doc: Sync classref with current sourceRémi Verschelde
2019-02-10Merge pull request #25412 from toger5/Doc_impulse_foreRémi Verschelde
[DOCS] rephrased impulse
2019-02-10Merge pull request #25465 from Calinou/update-changelogRémi Verschelde
Update the changelog with new features added in 3.1
2019-02-10Merge pull request #25727 from aaronfranke/matrix3-basisRémi Verschelde
[Core] Rename Matrix3 file to Basis
2019-02-10Merge pull request #25746 from akien-mga/gpu-particles-gles2Rémi Verschelde
Warn when using GPU particles with GLES2
2019-02-10Merge pull request #25728 from clayjohn/doc_multimeshRémi Verschelde
[DOC] Filled in MultiMesh doc
2019-02-09Warn when using GPU particles with GLES2Rémi Verschelde
Closes #25733.
2019-02-09filled in multimesh docclayjohn
2019-02-09[Core] Rename Matrix3 file to BasisAaron Franke
The code already referred to "Basis", it's just the file name that was different for some reason.
2019-02-09Merge pull request #25739 from qarmin/fix_scan_folders_after_deletingRémi Verschelde
Fix rescan files and folders after deleting them
2019-02-09Merge pull request #25736 from qarmin/fix_sprie_frames_editorRémi Verschelde
Fix latest regression error in SpriteFramesEditor
2019-02-09Merge pull request #25712 from QbieShay/issue_25609Rémi Verschelde
Root node of a scene is now selected when the scene is opened.
2019-02-09Merge pull request #25709 from vnen/submodule-hashRémi Verschelde
Get Git commit hash when Godot is a submodule
2019-02-09Merge pull request #25710 from Calinou/add-hint-output-font-sizeRémi Verschelde
Add a setting hint for the Output panel font size
2019-02-09Rescan files and folders deleting themqarmin
2019-02-09Merge pull request #25653 from BastiaanOlij/fix_hide_skyrotationRémi Verschelde
Hide new sky properties if we don't have sky as a background
2019-02-09Merge pull request #25614 from QbieShay/issue_25425Rémi Verschelde
Fix generating GDNative API struct for 1.1
2019-02-09Fix latest regression error in SpriteFramesEditorqarmin
2019-02-09Merge pull request #25685 from Calinou/doc-improve-resourcepreloaderRémi Verschelde
Improve the ResourcePreloader documentation
2019-02-09Merge pull request #25650 from willnationsdev/script-iconRémi Verschelde
Fix script class icons looking for paths at runtime
2019-02-09clang-format: Set standard for ObjC++Rémi Verschelde
2019-02-09Merge pull request #25671 from vnen/physics-material-2dRémi Verschelde
Include PhysicsMaterial when 3D is disabled
2019-02-08Merge pull request #25716 from neikeq/vvIgnacio Etcheverry
Mono: Create player script metadata when building manually
2019-02-08Root node of a scene is now selected when the scene is opened.QbieShay
2019-02-08Mono: Create player script metadata when building manuallyIgnacio Etcheverry
Previously this was only done when building the script for running the game. This was a problem because the user could want to build the project manually with the "Build project" button, to then run the game from the command line or similar.
2019-02-08Merge pull request #25627 from clayjohn/visual_shader_texture_bugRémi Verschelde
Change hint_color to hint_albedo for sampler2ds
2019-02-08Merge pull request #25692 from YeldhamDev/spriteframes_editor_changesRémi Verschelde
Small changes to the SpriteFrames editor
2019-02-08Merge pull request #25701 from Chaosus/fix_particles_gizmoRémi Verschelde
Fix undo for Particles 3D gizmo
2019-02-08Merge pull request #25706 from akien-mga/fix-etc2-decompressRémi Verschelde
Image: Fix decompressing ETC2
2019-02-08Add a setting hint for the Output panel font sizeHugo Locurcio
This closes #21237.
2019-02-08Fix generating GDNative API struct for 1.1Karroffel
Fixes #25425.