summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-05Fix script editor CTRL+CLICK on singleton functionsPeter Folkins
2018-05-05Merge pull request #18629 from raphael10241024/patch2Max Hilbrunner
Fix : add condition check in Imgae::create(...), #18592
2018-05-05add condition check in Imgae::create(...)RaphaelHunter
2018-05-05Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner
Implement font shadows for RichTextLabel
2018-05-05Merge pull request #18407 from danilo2205/get_closest_pointMax Hilbrunner
Add methods get_closest_point and get_closest_offset for both Curve2D and Curve3D
2018-05-05Merge pull request #18501 from touilleMan/clean-variant-_data-RefPtrMax Hilbrunner
Remove unused Variant._data.RefPtr
2018-05-05Merge pull request #18471 from TheYokai/new_script_context_optionMax Hilbrunner
'New Script' Option Added to FileSystem Docker Right Click Menu
2018-05-05Merge pull request #18488 from AndreaCatania/ie0Max Hilbrunner
Added method to clear input events of an action
2018-05-05Merge pull request #18541 from profan/fix/win-sleepMax Hilbrunner
Windows: ensure minimum possible timer resolution for sleep
2018-05-05Merge pull request #18612 from Nobelix/pitch-scale-descMax Hilbrunner
Added a description to the picth_scale property.
2018-05-05Merge pull request #18615 from KellyThomas/version_docsMax Hilbrunner
correct documentation for version number data type
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones ↵Juan Linietsky
appear like a custom (less important) option now.
2018-05-04Make bones have more contrast with outlineJuan Linietsky
2018-05-04Skeletal deform workingJuan Linietsky
2018-05-04correct documentation for version number data typeKelly Thomas
2018-05-04Merge pull request #18480 from BastiaanOlij/add_custom_aabb_to_primitivesRémi Verschelde
Added custom aabb to primitives
2018-05-04Update AUTHORS and DONORS listRémi Verschelde
New contributor added to AUTHORS: @mysticfall Thanks to all contributors and donors for making Godot possible! [ci skip]
2018-05-04Merge pull request #18607 from Alexander-Alekseev/vectors_round_methodsRémi Verschelde
Round methods for Vectors
2018-05-04Added a description to the picth_scale property in the AudioStreamPlayer ↵Nobelix
classes.
2018-05-04Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev
Now both structs (Vector2 & Vector3) have round, floor & ceil methods. (see #18603)
2018-05-04Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner
Changed periods in the script templates
2018-05-04Merge pull request #18397 from KidRigger/working_teMax Hilbrunner
Support of CMD+Backspace and CMD+Delete on MacOS.
2018-05-04Merge pull request #18595 from AlexHoratio/script_pos_columnsRémi Verschelde
Script Editor now displays positional column
2018-05-04Merge pull request #18601 from YeldhamDev/string_changesRémi Verschelde
Small changes for some strings
2018-05-03Small changes for some strings.Michael Alexsander Silva Dias
2018-05-03Skeleton for 2D WIPJuan Linietsky
2018-05-03Merge pull request #16358 from JFonS/particlesgizmo_box_fixRémi Verschelde
ParticlesGizmo solid box now follows actual visibility_aabb position.
2018-05-03Merge pull request #16359 from Noshyaar/convertRémi Verschelde
Particles: fix corrupted scene when saved after convert
2018-05-03Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde
Allow exporting arrays of resources in GDScript
2018-05-03Merge pull request #18594 from profan/fix/unused-wireframe-shortcutRémi Verschelde
Remove unused duplicate wireframe shortcut
2018-05-03Merge pull request #18572 from bzztbomb/fix/project_local_ray_normal_virtualRémi Verschelde
Fix for ARVRCamera::project_local_ray_normal not getting called.
2018-05-03Camera::project_local_ray_normal needs to be virtual so that ↵Brian Richardson
ARVRCamera::project_local_ray_normal gets called.
2018-05-03Merge pull request #18589 from karroffel/oahashmap-robinhoodJuan Linietsky
updated OAHashMap to use robinhood hashing
2018-05-03Script Editor now displays positional columnUnknown
This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters.
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-05-03Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner
It also happens to do nothing currently.
2018-05-03Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde
API hash fixes
2018-05-03Merge pull request #18588 from profan/fix/win-rename-sleepRémi Verschelde
Fix delay in rename_error windows save loop, should be 100msec, not 1sec
2018-05-03Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner
2018-05-03Merge pull request #18552 from Falke117/trailingSpaceRémi Verschelde
Folder name with trailing space fix
2018-05-03i18n: Sync translation templates with current sourceRémi Verschelde
(cherry picked from commit 056348a8c0ee065cb99e4f33da45525d69d6bcff) Note: Still syncing with the 3.0 code for now to allow updating translations in the 3.0 branch. We'll eventually switch Weblate to use the strings of the 3.1-dev branch once it is stable enough.
2018-05-03i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit ddbe559c040d30cd145d3c572dbd3bc6c7664310)
2018-05-03Merge pull request #18372 from Gamblify/largePckFixRémi Verschelde
Fix for large .pck files
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang
2018-05-03Fix for large .pck filesGustav Lund
An error in unix file IO was causing crashes when getting the size of a file larger than max integer size As ftell returns a long the fix is trivial
2018-05-03Added method to clear input events of an actionAndreaCatania
2018-05-02Merge pull request #18566 from robfram/fix-lineedit-18184Rémi Verschelde
Fix placeholders position in `LineEdit` when editing inside the Editor
2018-05-02Merge pull request #18451 from volzhs/node-nameRémi Verschelde
Check invalid node name
2018-05-02Fix placeholders position in `LineEdit` when editing inside the Editorrobfram
Editing the `Text` property through the editor causes a wrong placement of the placeholder, as it calls `LineEdit::clear_internal`, which was wrongly reseting the cached placeholder width. Fix #18184.