summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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.
2019-02-08Get Git commit hash when Godot is a submoduleGeorge Marques
Submodules don't have a .git folder in the same place, but a .git file that points to the actual folder. This change take this into account.
2019-02-08Image: Fix decompressing ETC2Rémi Verschelde
Thanks to @Rriik for finding the bug and its cause. Fixes #25595.
2019-02-08Merge pull request #25552 from groud/better_error_messageRémi Verschelde
Displays errors and warnings in a better way in the script editor
2019-02-08Merge pull request #25570 from Kanabenki/windows-relative-iconRémi Verschelde
Use relative path property hint for windows export icon
2019-02-08Fix undo for Particles 3D gizmoChaosus
2019-02-08Merge pull request #25551 from JFonS/fix_rogue_cpu_particlesRémi Verschelde
Fix local_delta when resetting CPUParticles
2019-02-08Merge pull request #25562 from IronicallySerious/fix-empty-projectRémi Verschelde
Fix prompt for empty project files when loaded
2019-02-08Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13Rémi Verschelde
Don't modify font which could potentially not be the editor one yet
2019-02-08Merge pull request #25546 from Zylann/fix_garbage_log_pointerRémi Verschelde
Fixed uninitialized pointer access due to THEME_CHANGED notification
2019-02-08Merge pull request #25500 from daniel-abbott/BT_Debug_disableRémi Verschelde
Disable BT_DEBUG, works around #25476 and #25431
2019-02-08Merge pull request #25517 from Zylann/doc_expressionRémi Verschelde
Explain how to use Expression inputs
2019-02-08Merge pull request #25524 from Calinou/fix-font-oversampling-warningRémi Verschelde
Fix a font oversampling warning being printed when it shouldn't
2019-02-08Merge pull request #25515 from Zylann/search_bar_bottomRémi Verschelde
Moved script editor search bar to the bottom
2019-02-08Merge pull request #25506 from homer666/docs-update-cast-motionRémi Verschelde
[DOCS] Update PhysicsDirectSpaceState.cast_motion
2019-02-08Merge pull request #25518 from bojidar-bg/25505-wrong-type-error-messageRémi Verschelde
Fix wrong error messages for invalid arguments when calling functions through call
2019-02-08Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crashRémi Verschelde
Fix crashes when calling update_bitmask_area
2019-02-08Disable BT_DEBUG, works around #25476 and #25431Daniel Abbott
2019-02-08Merge pull request #25521 from bruvzg/disabled_hidpi_retina_fixRémi Verschelde
[macOS] Fix rendering on retina displays with HiDPI support disabled.
2019-02-08Merge pull request #25467 from fire/folding_spamRémi Verschelde
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
2019-02-07Small changes to the SpriteFrames editorMichael Alexsander Silva Dias
2019-02-07Improve the ResourcePreloader documentationHugo Locurcio
2019-02-07Update DONORS listRémi Verschelde
[ci skip]
2019-02-06Fix script class icon filepath lookups at runtime.Will Nations
2019-02-06Include PhysicsMaterial when 3D is disabledGeorge Marques
It's still needed by 2D physics.