aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the remote scene tree to the scene tree dock.Geequlim2017-11-171-4/+17
| | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger.
* Abstract some method for script systemgeequlim2017-11-173-6/+66
|
* 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
| | | |
* | | | [GDNative] rename nativearvr extension to arvrKarroffel2017-11-109-10/+10
| | | |
* | | | [GDNative] better API struct versioningKarroffel2017-11-104-19/+50
| | | |
* | | | Remove preprocessor directives from macro argumentsMatthias Hoelzl2017-11-101-5/+5
| | | | | | | | | | | | | | | | | | | | Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors.
* | | | Fixed editor settings disappearing.Daniel J. Ramirez2017-11-092-10/+6
| | | | | | | | | | | | | | | | Some items that are no longer defined may disappear, but thats expected i guess.
* | | | Merge pull request #12779 from karroffel/gdnative-api-struct-refactorRémi Verschelde2017-11-092-5756/+5823
|\ \ \ \ | | | | | | | | | | [GDNative] refactored API struct into core and extensions
| * | | | [GDNative] refactored API struct into core and extensionsKarroffel2017-11-092-5756/+5823
| | |_|/ | |/| |
* | | | Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-099-344/+228
|\ \ \ \ | | | | | | | | | | Rewritten kinematic system
| * | | | Rewritten kinematic systemAndreaCatania2017-11-079-344/+228
| | | | |
* | | | | Make sure we don't leak when an opcode is followed by itselfHein-Pieter van Braam2017-11-091-50/+80
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling with GCC it is now possible for an opcode followed by itself to never leave the scope it is currently in. This leads to a situation where the dtor of a scope local variable isn't called which in turn can lead to a memory leak. By moving the goto outside of the scope of each opcode we guarantee that all dtors have been called before the next opcode gets dispatched. this fixes #12401
* | | | Merge pull request #12751 from bojidar-bg/11851-invalid-returns-countRémi Verschelde2017-11-091-0/+2
|\ \ \ \ | | | | | | | | | | Fix "Invalid outputs" error when calling a void method from visual script