| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #8408 from 20kdc/bugfix-kine-mas | Rémi Verschelde | 2017-04-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Apply is_ceiling/is_wall swap fix to 2D move_and_slide (minus explaination) | gamemanj | 2017-04-15 | 1 | -1/+1 |
| * | | Merge pull request #8395 from 20kdc/master | Rémi Verschelde | 2017-04-24 | 2 | -0/+141 |
| |\ \ | |||||
| | * | | Ported/fixed move_and_slide to KinematicBody (3D+floor/ceiling args) | 20kdc | 2017-04-21 | 2 | -0/+141 |
| * | | | Merge pull request #8343 from volzhs/prevent_uncheck | Rémi Verschelde | 2017-04-24 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Prevent to uncheck selected item with button group | volzhs | 2017-04-10 | 1 | -0/+2 |
| * | | | | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde | 2017-04-24 | 13 | -49/+216 |
| |\ \ \ \ | |||||
| | * | | | | Added various functions basic math classes. Also enabled math checks only for... | Ferenc Arn | 2017-04-06 | 13 | -49/+216 |
| * | | | | | Merge pull request #8102 from bd339/iss3172 | Rémi Verschelde | 2017-04-24 | 2 | -0/+93 |
| |\ \ \ \ \ | |||||
| | * | | | | | Show 3D raycasts when debugging collisions | Benjamin Dahse | 2017-03-30 | 2 | -0/+93 |
| * | | | | | | Merge pull request #8496 from akien-mga/stdout-cleanup | Rémi Verschelde | 2017-04-24 | 13 | -36/+36 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix property warnings and hide some debug prints | Rémi Verschelde | 2017-04-23 | 13 | -36/+36 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #8502 from karroffel/multiscript | Rémi Verschelde | 2017-04-24 | 7 | -2/+1049 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | re-added MultiScript | Karroffel | 2017-04-24 | 7 | -2/+1049 |
| |/ / / / / | |||||
| * | | | | | i18n: Add more assetlib strings to translate | Rémi Verschelde | 2017-04-20 | 36 | -1859/+6922 |
| * | | | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2017-04-20 | 34 | -800/+1940 |
| * | | | | | Merge pull request #8464 from karroffel/gdnative-msvc-fix | Thomas Herzog | 2017-04-20 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | [GDNative] fixed msvc build | Karroffel | 2017-04-20 | 1 | -2/+2 |
| |/ / / / / | |||||
| * | | | | | Move VERSION_MKSTRING logic to version.h | Rémi Verschelde | 2017-04-20 | 5 | -12/+41 |
| * | | | | | Merge pull request #8417 from neikeq/hello-there | Rémi Verschelde | 2017-04-20 | 11 | -66/+74 |
| |\ \ \ \ \ | |||||
| | * | | | | | External editor improvements and fixes | Ignacio Etcheverry | 2017-04-17 | 11 | -66/+74 |
| * | | | | | | Merge pull request #8376 from RayKoopa/fix_stylebox_expand_margin | Rémi Verschelde | 2017-04-20 | 3 | -33/+33 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Respect the expand margin for StyleBoTextures again. | Ray Koopa | 2017-04-13 | 3 | -33/+33 |
| * | | | | | | | Merge pull request #8359 from volzhs/script-filename-master | Rémi Verschelde | 2017-04-20 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Show script filename instead of thumbnail | volzhs | 2017-04-12 | 1 | -2/+6 |
| * | | | | | | | | gitignore: Add version_generated.h | Rémi Verschelde | 2017-04-20 | 1 | -1/+1 |
| * | | | | | | | | Clarification of degrees/radians in angle methods | Chris Bradfield | 2017-04-20 | 1 | -7/+18 |
| * | | | | | | | | Merge pull request #8455 from karroffel/gdnative-calling-conv | Thomas Herzog | 2017-04-19 | 2 | -15/+29 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | [GDNative] explicit calling convention | Karroffel | 2017-04-19 | 2 | -15/+29 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #8447 from Melix19/patch-1 | Rémi Verschelde | 2017-04-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fixed that playing the project opens the project manager | Marco Melorio | 2017-04-18 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #8424 from Paulb23/convert_indent | Rémi Verschelde | 2017-04-18 | 13 | -34/+313 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Convert indent on save | Paulb23 | 2017-04-18 | 4 | -0/+47 |
| | * | | | | | | | | Added support for space indentation | Paulb23 | 2017-04-18 | 9 | -40/+168 |
| | * | | | | | | | | Added ability to convert indent type | Paulb23 | 2017-04-16 | 2 | -0/+104 |
| * | | | | | | | | | Merge pull request #8441 from tagcup/seed_fix | Rémi Verschelde | 2017-04-18 | 3 | -6/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fix PRNG randomization. | Ferenc Arn | 2017-04-17 | 3 | -6/+3 |
| * | | | | | | | | | | Merge pull request #8388 from Dobbias/fix_#8381 | Rémi Verschelde | 2017-04-18 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | replaced incompatible keywords/function | Dobbias | 2017-04-13 | 1 | -6/+6 |
| * | | | | | | | | | | | Drop EXEC PATHP?? super verbose info message | Rémi Verschelde | 2017-04-17 | 1 | -1/+0 |
| * | | | | | | | | | | | Merge pull request #8375 from Hinsbart/project_extension | Rémi Verschelde | 2017-04-17 | 7 | -45/+148 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Use .godot as file extension for project files. | Andreas Haas | 2017-04-16 | 7 | -45/+148 |
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #8440 from karroffel/gdnative-new-method | Thomas Herzog | 2017-04-17 | 3 | -0/+54 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | [GDNative] added "new" method and fixed headers | Karroffel | 2017-04-17 | 3 | -0/+54 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge pull request #8439 from touilleMan/correct_gdnative_signatures | Thomas Herzog | 2017-04-17 | 6 | -455/+653 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | gdnative: Implement missing function for godot_basis. | Emmanuel Leblond | 2017-04-17 | 2 | -32/+180 |
| | * | | | | | | | | | | gdnative: modify vector2&vector3 functions signature to use value passing ins... | Emmanuel Leblond | 2017-04-17 | 4 | -423/+473 |
| * | | | | | | | | | | | Merge pull request #8437 from touilleMan/gdnative-godot_string_unicode_str | Thomas Herzog | 2017-04-17 | 2 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Add godot_string_unicode_str to GDnative | Emmanuel Leblond | 2017-04-17 | 2 | -0/+6 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #8433 from neikeq/pr-fix-smth | Andreas Haas | 2017-04-17 | 1 | -19/+20 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
