summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-06More fill modes for containers, closes #9504Juan Linietsky
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-06-Ability for controls to grow the left/top when anchored. This makes ↵Juan Linietsky
anchoring controls to the right/bottom easier when they are resized.
2017-07-06Merge pull request #9528 from ducdetronquito/dictionary-parsejson-docRémi Verschelde
Improved parse_json() doc about numerical values conversion. [ci skip]
2017-07-06Improved GDScript parse_json() doc about numerical values conversion.ducdetronquito
2017-07-05Fixed bug regarding to strange black shapes appearing in ice from material ↵Juan Linietsky
tester demo
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-05Merge pull request #9497 from 29jm/gravity-fixRémi Verschelde
Use the gravity constant to calculate weights
2017-07-05Use the gravity constant to calculate weightsJohan Manuel
2017-07-05Merge pull request #8943 from RandomShaper/fix-error-handlingRémi Verschelde
Implement well-defined handling of unrecoverable errors
2017-07-05Merge pull request #9476 from marcelofg55/masterRémi Verschelde
Implemented borderless fullscreen code on OSX.
2017-07-05Merge pull request #9492 from kubecz3k/subscene-click-fixRémi Verschelde
fix for redundant RMB options for toplevel node
2017-07-05Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde
ItemList: expose methods, in-editor items editing support
2017-07-05Merge pull request #9498 from Noshyaar/pr-licenseRémi Verschelde
About: Add License info
2017-07-05Merge pull request #9502 from anakimluke/remove_outdated_commentRémi Verschelde
Removed outdated comment.
2017-07-05Implement well-defined handling of unrecoverable errorsPedro J. Estébanez
Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros.
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality ↵Juan Linietsky
increase is enormous.
2017-07-04Removed outdated comment.anakimluke
closes #78
2017-07-04Add project names as Comment fields in copyright fileRémi Verschelde
This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph
2017-07-04About: Add License infoPoommetee Ketson
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-07-04fix for redundant RMB options for toplevel nodeJakub Grzesik
2017-07-03Merge pull request #9396 from sowfelicity/x11-ime-echoRémi Verschelde
Workaround for IME and echo events on Linux (fixes #29 #7106 #9381):
2017-07-03Merge pull request #9447 from Noshyaar/prRémi Verschelde
EditorNode: mark opened deleted scenes as unsaved
2017-07-03Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
2017-07-03Merge pull request #9462 from Noshyaar/pr2Rémi Verschelde
SceneTab: MMB or double LMB to create new scene
2017-07-03Merge pull request #9465 from Zylann/curve_previewRémi Verschelde
Added Curve preview thumbnail
2017-07-03Merge pull request #9468 from BastiaanOlij/osx_export_dmgRémi Verschelde
On OSX export to DMG and optionally code sign the app bundle
2017-07-03Merge pull request #9473 from Noshyaar/pr-authorRémi Verschelde
Authors/About: support for multiple sections
2017-07-03Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde
Re-orient capsule to collision shape
2017-07-03Merge pull request #9484 from kubecz3k/subscene-single-clickRémi Verschelde
Clicking on subscene icon will open it
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
2017-07-03Merge pull request #9486 from TwistedTwigleg/Node2D_set_global_scale_fixRémi Verschelde
Fixed set_global_scale in Node2D.
2017-07-03Fixed set_global_scale in Node2D.TwistedTwigleg
2017-07-03Clicking on subscene icon will open itJakub Grzesik
All options are moved into RMB menu
2017-07-03Re-orient capsule to colission shapeBastiaanOlij
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky
2017-07-03Merge pull request #9471 from volzhs/visibility-changesRémi Verschelde
Update visibility icon properly
2017-07-03Authors/About: support for multiple sectionsPoommetee Ketson
2017-07-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez
2017-07-03Update visibility icon properlyvolzhs
2017-07-02On OSX export to DMG and optionally code sign the app bundleBastiaanOlij
2017-07-02EditorNameDialog: Remove unnecessary move_childRémi Verschelde
Fixes #9377.
2017-07-02Script editor help: Prevent loading empty instances from layoutRémi Verschelde
2017-07-02Added Curve preview thumbnailMarc Gilleron
2017-07-01Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde
Readd tilemap's shape_transform and bugfixes
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas
Fixes #9280
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson