aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring.
* | | | | | | Merge pull request #13046 from AndreaCatania/kinfixRémi Verschelde2017-11-194-88/+177
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Some Bullet bug fix
| * | | | | | Added null check in Bullet cast_motion APIAndreaCatania2017-11-191-10/+12
| | | | | | |
| * | | | | | Fixed gravity scaleAndreaCatania2017-11-191-1/+2
| | | | | | |
| * | | | | | Removed dynamic_cast from Bullet ServerAndreaCatania2017-11-191-14/+18
| | | | | | |
| * | | | | | Fixed kinematic movement on concave shapeAndreaCatania2017-11-194-64/+146
| | | | | | |
* | | | | | | Merge pull request #13016 from neikeq/issue-13011Rémi Verschelde2017-11-192-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mono: Fix compiler error with Variant::operator AABB()
| * | | | | | | Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry2017-11-182-2/+2
| | |/ / / / / | |/| | | | |
* / | | | | | Fix class docs, improve error handling of the rst generator.Martin Capitanio2017-11-181-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rst-generator gives you now a hint what's going on: Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml Contains the results of a single regex match returned by [method RegEx.search] and [method.RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you.
* | | | | | Merge pull request #12930 from vnen/gdscrit-output-printJuan Linietsky2017-11-172-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make tool scripts print on the editor Output panel
| * | | | | | Add print_error function, akin to print_lineGeorge Marques2017-11-162-2/+2
| | |/ / / / | |/| | | |
* / | | | | Rename Rect3 to AABB.Ferenc Arn2017-11-1723-483/+484
|/ / / / / | | | | | | | | | | | | | | | Fixes #12973.
* | | | | Merge pull request #12974 from karroffel/gdnative-wrapper-fixRémi Verschelde2017-11-161-5/+38
|\ \ \ \ \ | | | | | | | | | | | | [GDNative] fix wrapper code generation
| * | | | | [GDNative] fix wrapper code generationKarroffel2017-11-161-5/+38
| | | | | |
* | | | | | Merge pull request #12969 from akien-mga/refactor-gd-prefixRémi Verschelde2017-11-1617-1176/+1179
|\ \ \ \ \ \ | | | | | | | | | | | | | | GDScript: Refactor "GD" class prefix to "GDScript"
| * | | | | | GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-1617-1176/+1179
| |/ / / / /
* | | | | | Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde2017-11-162-76/+106
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Several improvements to GridMap.
| * | | | | Several improvements to GridMap.Daniel J. Ramirez2017-11-092-76/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation.
* | | | | | Merge pull request #12957 from bojidar-bg/12928-numeric-underscoresRémi Verschelde2017-11-161-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow underscores in GDScript numeric literals
| * | | | | | Allow underscores in GDScript numeric literalsBojidar Marinov2017-11-151-1/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | Closes #12928
* | | | | | doc: Sync classref with current sourceRémi Verschelde2017-11-155-11/+139
| | | | | |
* | | | | | Improve code style of generated headersRémi Verschelde2017-11-151-1/+0
| | | | | |
* | | | | | doc: Make all module docs self-containedRémi Verschelde2017-11-1584-68/+3676
| | | | | |
* | | | | | doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Spaces in filenames are evil.
* | | | | | doc: Remove revision.module_config from version stringRémi Verschelde2017-11-159-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* | | | | | Create API to add and remove VisualScript custom nodesGeorge Marques2017-11-157-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes a VisualScriptEditor singleton, which gives plugins the ability to register their own custom nodes. Those will be available for insertion in the Visual Script editor, under the "Custom Nodes" category.
* | | | | | Merge pull request #12949 from karroffel/gdnative-exportJuan Linietsky2017-11-151-5/+128
|\ \ \ \ \ \ | | | | | | | | | | | | | | [GDNative] export plugin
| * | | | | | [GDNative] export pluginKarroffel2017-11-151-5/+128
| | | | | | |
* | | | | | | When script changes, defer tree updating. Fixes #9704Juan Linietsky2017-11-151-2/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-148-26/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Singleton management changes
| * | | | | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-148-26/+28
| | | | | |
* | | | | | Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog2017-11-1426-307/+342
|\ \ \ \ \ \ | | | | | | | | | | | | | | [GDNative] use feature tags, added load once option
| * | | | | | [GDNative] removed anchorsKarroffel2017-11-0324-126/+25
| | | | | | |
| * | | | | | [GDNative] use feature tags, added load once optionKarroffel2017-11-035-188/+324
| | | | | | |
* | | | | | | Merge pull request #12915 from leezh/regex_search_allRémi Verschelde2017-11-142-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added RegEx.search_all() for multiple matches
| * | | | | | | Added RegEx.search_all() for multiple matchesZher Huei Lee2017-11-142-0/+17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | And updated the docs
* | | | | | | fix auto-generated GDN API header for C compilers (#12891)Evrey2017-11-131-2/+4
| | | | | | | | | | | | | | | | | | | | | * fix auto-generated GDN API header for C compilers
* | | | | | | Merge pull request #12907 from YeldhamDev/indentation_connectionRémi Verschelde2017-11-131-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed signal connection dialog ignoring indentation settings when creating a function
| * | | | | | | Fixed signal connection dialog ignoring indentation settings when creating a ↵Michael Alexsander Silva Dias2017-11-131-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | function.
* | | | | | | Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-1324-174/+566
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix video playback
| * | | | | | Fix video playbackMatt Hughes2017-10-1424-174/+566
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
* | | | | | | Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-135-6/+6
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #12627 from Goutte/feat-support-tauRémi Verschelde2017-11-128-4/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for TAU constant.
| * | | | | | Add support for the TAU constant. Fixes #12094.Goutte2017-11-128-4/+25
| | | | | | |
* | | | | | | Merge pull request #12850 from Paulb23/help_file_lookup_issue_11867Rémi Verschelde2017-11-121-21/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed help lookup not finding classes, issue 11867
| * | | | | | | Fixed help lookup not finding classes, issue 11867Paulb232017-11-111-21/+21
| | | | | | | |
* | | | | | | | Merge pull request #12826 from BastiaanOlij/align_sensors_androidRémi Verschelde2017-11-121-11/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Align sensors and implement gravity sensor for Android
| * | | | | | | Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-111-11/+0
| |/ / / / / /
* / / / / / / Properly fix node path selection in input ports, closes #12152Juan Linietsky2017-11-121-0/+17
|/ / / / / /
* | | | | | [GDNative] renamed nativearvr to arvr in api.jsonKarroffel2017-11-101-2/+2
| | | | | |