aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde2017-11-163-76/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several improvements to GridMap.
| * | | | | | | | | | | | | | | | | | | | | | | | | Several improvements to GridMap.Daniel J. Ramirez2017-11-093-76/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation.
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12970 from leezh/module_docsRémi Verschelde2017-11-161-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Added modules' doc files to make_doc_header
| * | | | | | | | | | | | | | | | | | | | | | | | | Added modules' doc files to make_doc_headerZher Huei Lee2017-11-171-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were somehow never included. This fixes that.
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12966 from SaracenOne/convcolRémi Verschelde2017-11-161-19/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added 'convcol' flag for importing meshes as convex collision
| * | | | | | | | | | | | | | | | | | | | | | | | | | Added 'convcol' flag for importing meshes as convex collision and completed codeSaracen2017-11-161-19/+68
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for parsing collision flags to mesh data.
* | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of Visual Studio project generation (#12929)Roy Berube2017-11-161-3/+6
| |/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual studio project file creation had some problems. Files with c extension were listed with cpp extension. Some include files that did not exist were added to the project. This change ensures a file exists before adding it to the project.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12960 from tagcup/fix_gi_emission_energyJuan Linietsky2017-11-162-22/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix energy not affecting emissive texture in GI baker.
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix energy not affecting emissive texture in GI baker.Ferenc Arn2017-11-152-22/+18
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix emission_tex being invalid always due to wrong reference type. Fixes #10534.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12957 from bojidar-bg/12928-numeric-underscoresRémi Verschelde2017-11-162-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow underscores in GDScript numeric literals
| * | | | | | | | | | | | | | | | | | | | | | | | | Allow underscores in GDScript numeric literalsBojidar Marinov2017-11-152-4/+8
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12928
* | | | | | | | | | | | | | | | | | | | | | | | | Add support for remote debug in scene tree.Juan Linietsky2017-11-152-0/+70
| |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Fix HTML5 HTTPClient includesLeon Krause2017-11-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Remove obsolete ButtonArray themingRémi Verschelde2017-11-151-33/+0
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ButtonArrays have been removed in 3.0. [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12954 from akien-mga/docsRémi Verschelde2017-11-15515-636/+935
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make module docs self-contained and various improvements
| * | | | | | | | | | | | | | | | | | | | | | | doc: Sync classref with current sourceRémi Verschelde2017-11-1513-27/+261
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Improve code style of generated headersRémi Verschelde2017-11-154-34/+25
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | doc: Make all module docs self-containedRémi Verschelde2017-11-1584-68/+142
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-1517-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spaces in filenames are evil.
| * | | | | | | | | | | | | | | | | | | | | | | doc: Remove revision.module_config from version stringRémi Verschelde2017-11-15475-475/+475
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12948 from vnen/vs-custom-nodesRémi Verschelde2017-11-157-0/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create API to add and remove VisualScript custom nodes
| * | | | | | | | | | | | | | | | | | | | | | | 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-152-6/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] export plugin
| * | | | | | | | | | | | | | | | | | | | | | | [GDNative] export pluginKarroffel2017-11-152-6/+129
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Make sure scan happens after all nodes enter scene (including plugins), ↵Juan Linietsky2017-11-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #9286
* | | | | | | | | | | | | | | | | | | | | | | | -Ability to choose operator for emission, closes #10441Juan Linietsky2017-11-154-8/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Ability to use proper operator for GI Probe, closes #10534 -Closes #12938 as it's no longer needed (thanks for the work though)
* | | | | | | | | | | | | | | | | | | | | | | | When script changes, defer tree updating. Fixes #9704Juan Linietsky2017-11-152-3/+8
| |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky2017-11-1410-516/+42
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-1425-109/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Singleton management changes
| * | | | | | | | | | | | | | | | | | | | | | | Fail when attempting to retrieve a non-existent singletonLeon Krause2017-11-141-5/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-1425-109/+130
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵Juan Linietsky2017-11-145-0/+58
| |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShaderMaterial, closes #10242
* | | | | | | | | | | | | | | | | | | | | | | 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-144-37/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added RegEx.search_all() for multiple matches
| * | | | | | | | | | | | | | | | | | | | | | Added RegEx.search_all() for multiple matchesZher Huei Lee2017-11-144-37/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And updated the docs
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12898 from RandomShaper/improve-anim-loopRémi Verschelde2017-11-141-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Change AnimationPlayer looping logic
| * | | | | | | | | | | | | | | | | | | | | | Change AnimationPlayer looping logicPedro J. Estébanez2017-11-131-1/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So now it can seek to the actual values at time=length when instructed to seek to time=N*length. That is, formerly in the editor you had no way of seeing the actual state at time=length other than temporarily disabling looping. Now you can preview both endpoints. As a side effect, the values at anim time 0 will only be applied when actually seeking to 0, instead of at every time=N*length, as formerly. No issue.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde2017-11-145-57/+380
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shader Editor context menu and line operations and style fix
| * | | | | | | | | | | | | | | | | | | | | | shader editor context menu and line operations and style fixIan2017-11-115-57/+380
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12912 from ianb96/script_debug_fixRémi Verschelde2017-11-141-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove debug msg from Script Editor
| * | | | | | | | | | | | | | | | | | | | | | | remove debug msgIan2017-11-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12830 from ianb96/node_replace_signalRémi Verschelde2017-11-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix signals disconnecting on changing target node type
| * | | | | | | | | | | | | | | | | | | | | | | fix signals disconnecting on changing target node typeIan2017-11-131-1/+3
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | 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 #12909 from n-pigeon/tra_gizmo_fix_2Rémi Verschelde2017-11-131-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix uninitialized bool. Breaks translation in release_debug target.
| * | | | | | | | | | | | | | | | | | | | | | | Fix uninitialized bool. Breaks translation in release_debug target.Przemysław Gołąb (n-pigeon)2017-11-131-2/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12811 from Chaosus/quadsizeRémi Verschelde2017-11-132-13/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add size to QuadMesh
| * | | | | | | | | | | | | | | | | | | | | | | Added size to QuadMeshChaosus2017-11-132-13/+30
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |