| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Add initial support for the XDG Base Directory spec | Rémi Verschelde | 2017-11-19 | 1 | -8/+2 | |
| | * | | | | | | EditorSettings: Rename settings_path to settings_dir | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 | |
| | * | | | | | | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde | 2017-11-17 | 2 | -2/+2 | |
| * | | | | | | | Merge pull request #13046 from AndreaCatania/kinfix | Rémi Verschelde | 2017-11-19 | 4 | -88/+177 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Added null check in Bullet cast_motion API | AndreaCatania | 2017-11-19 | 1 | -10/+12 | |
| | * | | | | | | Fixed gravity scale | AndreaCatania | 2017-11-19 | 1 | -1/+2 | |
| | * | | | | | | Removed dynamic_cast from Bullet Server | AndreaCatania | 2017-11-19 | 1 | -14/+18 | |
| | * | | | | | | Fixed kinematic movement on concave shape | AndreaCatania | 2017-11-19 | 4 | -64/+146 | |
| * | | | | | | | Merge pull request #13016 from neikeq/issue-13011 | Rémi Verschelde | 2017-11-19 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mono: Fix compiler error with Variant::operator AABB() | Ignacio Etcheverry | 2017-11-18 | 2 | -2/+2 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Fix class docs, improve error handling of the rst generator. | Martin Capitanio | 2017-11-18 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #12930 from vnen/gdscrit-output-print | Juan Linietsky | 2017-11-17 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add print_error function, akin to print_line | George Marques | 2017-11-16 | 2 | -2/+2 | |
| | | |/ / / / | |/| | | | | ||||||
| * / | | | | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 23 | -483/+484 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #12974 from karroffel/gdnative-wrapper-fix | Rémi Verschelde | 2017-11-16 | 1 | -5/+38 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [GDNative] fix wrapper code generation | Karroffel | 2017-11-16 | 1 | -5/+38 | |
| * | | | | | | Merge pull request #12969 from akien-mga/refactor-gd-prefix | Rémi Verschelde | 2017-11-16 | 17 | -1176/+1179 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde | 2017-11-16 | 17 | -1176/+1179 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #12488 from djrm/pr_gridmap_fixes | Rémi Verschelde | 2017-11-16 | 2 | -76/+106 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Several improvements to GridMap. | Daniel J. Ramirez | 2017-11-09 | 2 | -76/+106 | |
| * | | | | | | Merge pull request #12957 from bojidar-bg/12928-numeric-underscores | Rémi Verschelde | 2017-11-16 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allow underscores in GDScript numeric literals | Bojidar Marinov | 2017-11-15 | 1 | -1/+4 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | doc: Sync classref with current source | Rémi Verschelde | 2017-11-15 | 5 | -11/+139 | |
| * | | | | | | Improve code style of generated headers | Rémi Verschelde | 2017-11-15 | 1 | -1/+0 | |
| * | | | | | | doc: Make all module docs self-contained | Rémi Verschelde | 2017-11-15 | 84 | -68/+3676 | |
| * | | | | | | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | 2017-11-15 | 2 | -3/+3 | |
| * | | | | | | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 9 | -9/+9 | |
| * | | | | | | Create API to add and remove VisualScript custom nodes | George Marques | 2017-11-15 | 7 | -0/+135 | |
| * | | | | | | Merge pull request #12949 from karroffel/gdnative-export | Juan Linietsky | 2017-11-15 | 1 | -5/+128 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [GDNative] export plugin | Karroffel | 2017-11-15 | 1 | -5/+128 | |
| * | | | | | | | When script changes, defer tree updating. Fixes #9704 | Juan Linietsky | 2017-11-15 | 1 | -2/+3 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #12922 from eska014/engine-singletons | Rémi Verschelde | 2017-11-14 | 8 | -26/+28 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 8 | -26/+28 | |
| * | | | | | | Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes | Thomas Herzog | 2017-11-14 | 26 | -307/+342 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [GDNative] removed anchors | Karroffel | 2017-11-03 | 24 | -126/+25 | |
| | * | | | | | | [GDNative] use feature tags, added load once option | Karroffel | 2017-11-03 | 5 | -188/+324 | |
| * | | | | | | | Merge pull request #12915 from leezh/regex_search_all | Rémi Verschelde | 2017-11-14 | 2 | -0/+17 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added RegEx.search_all() for multiple matches | Zher Huei Lee | 2017-11-14 | 2 | -0/+17 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | fix auto-generated GDN API header for C compilers (#12891) | Evrey | 2017-11-13 | 1 | -2/+4 | |
| * | | | | | | | Merge pull request #12907 from YeldhamDev/indentation_connection | Rémi Verschelde | 2017-11-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed signal connection dialog ignoring indentation settings when creating a ... | Michael Alexsander Silva Dias | 2017-11-13 | 1 | -1/+1 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | 2017-11-13 | 24 | -174/+566 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Fix video playback | Matt Hughes | 2017-10-14 | 24 | -174/+566 | |
| * | | | | | | | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 2017-11-13 | 5 | -6/+6 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #12627 from Goutte/feat-support-tau | Rémi Verschelde | 2017-11-12 | 8 | -4/+25 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add support for the TAU constant. Fixes #12094. | Goutte | 2017-11-12 | 8 | -4/+25 | |
| * | | | | | | | Merge pull request #12850 from Paulb23/help_file_lookup_issue_11867 | Rémi Verschelde | 2017-11-12 | 1 | -21/+21 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed help lookup not finding classes, issue 11867 | Paulb23 | 2017-11-11 | 1 | -21/+21 | |
| * | | | | | | | | Merge pull request #12826 from BastiaanOlij/align_sensors_android | Rémi Verschelde | 2017-11-12 | 1 | -11/+0 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Align sensors and implement gravity sensor for Android | Bastiaan Olij | 2017-11-11 | 1 | -11/+0 | |
| | |/ / / / / / | ||||||
