aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-2011-66/+74
|\
| * External editor improvements and fixesIgnacio Etcheverry2017-04-1711-66/+74
* | Merge pull request #8376 from RayKoopa/fix_stylebox_expand_marginRémi Verschelde2017-04-203-33/+33
|\ \
| * | Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-133-33/+33
* | | Merge pull request #8359 from volzhs/script-filename-masterRémi Verschelde2017-04-201-2/+6
|\ \ \
| * | | Show script filename instead of thumbnailvolzhs2017-04-121-2/+6
* | | | gitignore: Add version_generated.hRémi Verschelde2017-04-201-1/+1
* | | | Clarification of degrees/radians in angle methodsChris Bradfield2017-04-201-7/+18
* | | | Merge pull request #8455 from karroffel/gdnative-calling-convThomas Herzog2017-04-192-15/+29
|\ \ \ \
| * | | | [GDNative] explicit calling conventionKarroffel2017-04-192-15/+29
|/ / / /
* | | | Merge pull request #8447 from Melix19/patch-1Rémi Verschelde2017-04-181-1/+1
|\ \ \ \
| * | | | Fixed that playing the project opens the project managerMarco Melorio2017-04-181-1/+1
|/ / / /
* | | | Merge pull request #8424 from Paulb23/convert_indentRémi Verschelde2017-04-1813-34/+313
|\ \ \ \
| * | | | Convert indent on savePaulb232017-04-184-0/+47
| * | | | Added support for space indentationPaulb232017-04-189-40/+168
| * | | | Added ability to convert indent typePaulb232017-04-162-0/+104
* | | | | Merge pull request #8441 from tagcup/seed_fixRémi Verschelde2017-04-183-6/+3
|\ \ \ \ \
| * | | | | Fix PRNG randomization.Ferenc Arn2017-04-173-6/+3
* | | | | | Merge pull request #8388 from Dobbias/fix_#8381Rémi Verschelde2017-04-181-6/+6
|\ \ \ \ \ \
| * | | | | | replaced incompatible keywords/functionDobbias2017-04-131-6/+6
* | | | | | | Drop EXEC PATHP?? super verbose info messageRémi Verschelde2017-04-171-1/+0
* | | | | | | Merge pull request #8375 from Hinsbart/project_extensionRémi Verschelde2017-04-177-45/+148
|\ \ \ \ \ \ \
| * | | | | | | Use .godot as file extension for project files.Andreas Haas2017-04-167-45/+148
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #8440 from karroffel/gdnative-new-methodThomas Herzog2017-04-173-0/+54
|\ \ \ \ \ \ \
| * | | | | | | [GDNative] added "new" method and fixed headersKarroffel2017-04-173-0/+54
| |/ / / / / /
* | | | | | | Merge pull request #8439 from touilleMan/correct_gdnative_signaturesThomas Herzog2017-04-176-413/+611
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | gdnative: Implement missing function for godot_basis.Emmanuel Leblond2017-04-172-32/+180
| * | | | | | gdnative: modify vector2&vector3 functions signature to use value passing ins...Emmanuel Leblond2017-04-174-381/+431
* | | | | | | Merge pull request #8437 from touilleMan/gdnative-godot_string_unicode_strThomas Herzog2017-04-172-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add godot_string_unicode_str to GDnativeEmmanuel Leblond2017-04-172-0/+6
|/ / / / / /
* | | | | | Merge pull request #8433 from neikeq/pr-fix-smthAndreas Haas2017-04-171-19/+20
|\ \ \ \ \ \
| * | | | | | ScriptEditor: Fixes bug where menu option would be handled twiceIgnacio Etcheverry2017-04-171-19/+20
* | | | | | | Merge pull request #8426 from Shockblast/masterAndreas Haas2017-04-171-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | [GD 3.0] Fix stretch mode 2d... againShockblast2017-04-161-1/+1
|/ / / / / /
* / / / / / Editor: decrease blending time for dialog dimming a little.Andreas Haas2017-04-161-1/+1
|/ / / / /
* | | | | Merge pull request #8394 from eska014/fbo-depth-formatAndreas Haas2017-04-151-2/+2
|\ \ \ \ \
| * | | | | Fix FBO depth texture formatL. Krause2017-04-151-2/+2
| |/ / / /
* | | | | Merge pull request #8411 from touilleMan/gdnative-vector2-vector3Thomas Herzog2017-04-155-96/+346
|\ \ \ \ \
| * | | | | Correct indentation in gdnative vector2/3Emmanuel Leblond2017-04-154-139/+168
| * | | | | Implement missing functions in gdnative vector2 and vector3 bindingsEmmanuel Leblond2017-04-155-82/+303
|/ / / / /
* | | | | Merge pull request #8389 from volzhs/inspector-button-margin-masterAndreas Haas2017-04-141-0/+1
|\ \ \ \ \
| * | | | | Make buttons closer in Inspector panelvolzhs2017-04-141-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #8370 from volzhs/fix-stylebox-masterAndreas Haas2017-04-141-10/+4
|\ \ \ \ \
| * | | | | Fix editor style box for ToolButtonvolzhs2017-04-121-10/+4
| |/ / / /
* | | | | Merge pull request #8393 from hpvb/fix-8081Andreas Haas2017-04-142-19/+1
|\ \ \ \ \
| * | | | | Correct Variant::hash_compare()Hein-Pieter van Braam2017-04-142-19/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #8356 from volzhs/texture-view-masterAndreas Haas2017-04-141-0/+8
|\ \ \ \ \
| * | | | | Prevent to take too much space for long vertical texturevolzhs2017-04-111-0/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #8374 from nunodonato/killimportAndreas Haas2017-04-142-26/+0
|\ \ \ \ \
| * | | | | Removed the deprecated Import menu from the main editor.Nuno Donato2017-04-122-26/+0
| | |_|/ / | |/| | |