summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-17Fix PRNG randomization.Ferenc Arn
2017-04-17Merge pull request #8440 from karroffel/gdnative-new-methodThomas Herzog
2017-04-17Merge pull request #8439 from touilleMan/correct_gdnative_signaturesThomas Herzog
2017-04-17[GDNative] added "new" method and fixed headersKarroffel
2017-04-17gdnative: Implement missing function for godot_basis.Emmanuel Leblond
2017-04-17Merge pull request #8437 from touilleMan/gdnative-godot_string_unicode_strThomas Herzog
2017-04-17gdnative: modify vector2&vector3 functions signature to use value passing ins...Emmanuel Leblond
2017-04-17Add godot_string_unicode_str to GDnativeEmmanuel Leblond
2017-04-17Merge pull request #8433 from neikeq/pr-fix-smthAndreas Haas
2017-04-17Merge pull request #8426 from Shockblast/masterAndreas Haas
2017-04-17ScriptEditor: Fixes bug where menu option would be handled twiceIgnacio Etcheverry
2017-04-17External editor improvements and fixesIgnacio Etcheverry
2017-04-16[GD 3.0] Fix stretch mode 2d... againShockblast
2017-04-16Added ability to convert indent typePaulb23
2017-04-16Use .godot as file extension for project files.Andreas Haas
2017-04-16Editor: decrease blending time for dialog dimming a little.Andreas Haas
2017-04-15Added the ability to select files as base when creating scriptsmbalint12
2017-04-15Merge pull request #8394 from eska014/fbo-depth-formatAndreas Haas
2017-04-15Fix FBO depth texture formatL. Krause
2017-04-15Apply is_ceiling/is_wall swap fix to 2D move_and_slide (minus explaination)gamemanj
2017-04-15Merge pull request #8411 from touilleMan/gdnative-vector2-vector3Thomas Herzog
2017-04-15Correct indentation in gdnative vector2/3Emmanuel Leblond
2017-04-15Implement missing functions in gdnative vector2 and vector3 bindingsEmmanuel Leblond
2017-04-14Merge pull request #8389 from volzhs/inspector-button-margin-masterAndreas Haas
2017-04-14Merge pull request #8370 from volzhs/fix-stylebox-masterAndreas Haas
2017-04-14Merge pull request #8393 from hpvb/fix-8081Andreas Haas
2017-04-14Merge pull request #8356 from volzhs/texture-view-masterAndreas Haas
2017-04-14Merge pull request #8374 from nunodonato/killimportAndreas Haas
2017-04-14Correct Variant::hash_compare()Hein-Pieter van Braam
2017-04-14Merge pull request #8402 from neikeq/pr-fix-bindsAndreas Haas
2017-04-14Merge pull request #8399 from mbrickn/patch-1Andreas Haas
2017-04-14PackedScene: Fix wrong DEFVALIgnacio Etcheverry
2017-04-13Changed a link from http to httpsMaxwell Paul Brickner
2017-04-14Make buttons closer in Inspector panelvolzhs
2017-04-13replaced incompatible keywords/functionDobbias
2017-04-13Respect the expand margin for StyleBoTextures again.Ray Koopa
2017-04-12Merge pull request #8379 from karroffel/obj-import-reenableRémi Verschelde
2017-04-12re-enabled obj importKarroffel
2017-04-12Removed the deprecated Import menu from the main editor.Nuno Donato
2017-04-12Fix editor style box for ToolButtonvolzhs
2017-04-11Merge pull request #8362 from bojidar-bg/fix-llvm-marshallsRémi Verschelde
2017-04-11Fix a pesky bug in marshalls.cpp/encode_variantBojidar Marinov
2017-04-12Show script filename instead of thumbnailvolzhs
2017-04-11Merge pull request #8360 from karroffel/gdnative-string-c-functionsThomas Herzog
2017-04-11[GDNative] made string functions more C-friendlyKarroffel
2017-04-11Prevent to take too much space for long vertical texturevolzhs
2017-04-11Merge pull request #8352 from karroffel/gdnative-misc-fixesThomas Herzog
2017-04-11[GDNative] C API and generator fixesKarroffel
2017-04-11[GDNative] re-enabled some init optionsKarroffel
2017-04-10Fix joystick crash when mapping is -1darkoff9