summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19828 from jjay/fix_yield_leakMax Hilbrunner2018-07-032-11/+11
|\
| * Fix memory leak in GDScript during infinnity loops with yieldsYasha Borevich2018-06-282-11/+11
* | Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner2018-07-032-0/+22
|\ \
| * | Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-022-0/+22
* | | Merge pull request #16944 from rainerdeyke/masterMax Hilbrunner2018-07-032-0/+33
|\ \ \
| * | | Add 'fill selection' command to grid map editorRainer Deyke2018-02-232-0/+33
* | | | Merge pull request #18976 from chanon/new-get-stackMax Hilbrunner2018-07-032-0/+23
|\ \ \ \
| * | | | add new get_stack function to get GDScript stack trace as arraychanon2018-05-172-0/+23
* | | | | Merge pull request #19138 from firefly2442/pcre2-10.31Max Hilbrunner2018-07-031-0/+3
|\ \ \ \ \
| * | | | | update PCRE2 to version 10.31, fixes #15662firefly24422018-05-281-0/+3
* | | | | | Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner2018-07-032-20/+18
|\ \ \ \ \ \
| * | | | | | Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-112-20/+18
* | | | | | | Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspectorMax Hilbrunner2018-07-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add proper type information to array propertyBojidar Marinov2018-06-181-1/+1
* | | | | | | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-1/+1
* | | | | | | Merge pull request #19768 from KellyThomas/env-stringIgnacio Etcheverry2018-07-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | convert unicode mono root path to ascii stringKelly Thomas2018-06-301-2/+2
* | | | | | | | Merge pull request #19757 from Faless/gdnet_prThomas Herzog2018-06-2913-0/+681
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli2018-06-2713-0/+681
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #19827 from Faless/lws_fix_liteRémi Verschelde2018-06-281-2/+8
|\ \ \ \ \ \ \
| * | | | | | | Sanitize protocol struct, def LWS T/RX buffer sizeFabio Alessandrelli2018-06-231-2/+8
| | |/ / / / / | |/| | | | |
* / | | | | | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
|/ / / / / /
* | | | | | Merge pull request #19016 from neikeq/wIgnacio Etcheverry2018-06-222-20/+56
|\ \ \ \ \ \
| * | | | | | Mono: Module build improvementsIgnacio Etcheverry2018-06-222-20/+56
| | |_|_|/ / | |/| | | |
* | | | | | add NoCache wrapper to CommandRhody Lugo2018-06-211-2/+2
* | | | | | Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-194-0/+152
| |/ / / / |/| | | |
* | | | | [Pluginscript] Fix not working exports in editorEmmanuel Leblond2018-06-151-19/+4
* | | | | Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-2/+18
* | | | | Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde2018-06-134-5/+5
|\ \ \ \ \
| * | | | | Add support for tutorial links to makerst.pyrobojumper2018-06-124-5/+5
* | | | | | Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/ / / / /
* | | | | Fix CSG issues when reparenting shape nodes.Benjamin2018-06-101-0/+9
* | | | | Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-072-35/+46
* | | | | Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+2
* | | | | Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-0710-0/+1274
|\ \ \ \ \
| * | | | | Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-0710-0/+1274
* | | | | | Merge pull request #19397 from Faless/ws_get_ip_portMax Hilbrunner2018-06-061-2/+2
|\ \ \ \ \ \
| * | | | | | Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli2018-06-061-2/+2
| | |_|/ / / | |/| | | |
* / | | | | allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas2018-06-061-1/+1
|/ / / / /
* | | | | Merge pull request #19387 from neikeq/yIgnacio Etcheverry2018-06-057-49/+172
|\ \ \ \ \
| * | | | | Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-055-37/+123
| * | | | | Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-052-12/+30
| * | | | | Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
* | | | | | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde2018-06-051-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes ObjectDB leak printout with mono.Pieter-Jan Briers2018-05-111-0/+6
* | | | | | Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* | | | | | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-3/+1
* | | | | | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-306-8/+621
* | | | | | Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde2018-05-301-18/+1
|\ \ \ \ \ \
| * | | | | | SCons: Remove extraneous lib for SVG moduleRémi Verschelde2018-05-301-18/+1