aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-073-37/+2
|\
| * Unify http- and percent- encode/decodePedro J. Estébanez2018-03-273-37/+2
* | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-071-6/+6
|\ \
| * | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-6/+6
| |/
* | Correct profiling_frame naming in pluginscriptEmmanuel Leblond2018-04-071-1/+1
* | Fix Pluginscript add_global_constant mandatory value checkEmmanuel Leblond2018-04-061-1/+1
* | Merge pull request #17899 from AndreaCatania/area_cleaningRémi Verschelde2018-04-063-8/+8
|\ \
| * | Fixed physics server area cleaningAndrea Catania2018-04-063-8/+8
* | | [NativeScript] replace error macros by simple returnskarroffel2018-04-061-4/+2
* | | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tagsThomas Herzog2018-04-055-24/+64
|\ \ \
| * | | [NativeScript] added global type tag systemkarroffel2018-04-055-24/+64
* | | | Merge pull request #17806 from Zylann/fix_heightmap_shape_size_checkRémi Verschelde2018-04-052-14/+47
|\ \ \ \
| * | | | Make heightmap shape usable from PhysicsServerMarc Gilleron2018-03-282-14/+47
| | |_|/ | |/| |
* | | | Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighterPaulb232018-04-043-8/+8
* | | | Merge pull request #17965 from karroffel/gdnativelib-config-apiThomas Herzog2018-04-042-67/+170
|\ \ \ \ | |_|/ / |/| | |
| * | | [GDNative] enable saving GDNativeLibrary as sub resourcekarroffel2018-04-042-3/+96
| * | | [GDNative] easier GDNativeLib handlingkarroffel2018-04-042-67/+77
* | | | Corrected physics query max result checkingAndrea Catania2018-04-041-3/+10
|/ / /
* | | Merge pull request #17959 from AndreaCatania/kinfix2Rémi Verschelde2018-04-043-11/+5
|\ \ \
| * | | Fixed kinematic sliding on trimeshAndrea Catania2018-04-043-11/+5
| | |/ | |/|
* | | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde2018-04-045-0/+345
|\ \ \
| * | | Abstracted the syntax highlighter from text editPaulb232018-04-025-0/+345
* | | | Merge pull request #17847 from Faless/lws_updateRémi Verschelde2018-04-035-24/+42
|\ \ \ \
| * | | | Websocket client SSL supportFabio Alessandrelli2018-04-033-1/+39
| * | | | Generalize SSL cert reading from fileFabio Alessandrelli2018-04-032-23/+3
* | | | | Merge pull request #17865 from delftswa2018/enumLookupFixRémi Verschelde2018-04-031-1/+26
|\ \ \ \ \
| * | | | | Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-1/+26
* | | | | | Merge pull request #17900 from AndreaCatania/area_monRémi Verschelde2018-04-031-1/+4
|\ \ \ \ \ \
| * | | | | | physics area added monitorable checkAndrea Catania2018-04-011-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #17834 from Rubonnek/move-to-initializer-listRémi Verschelde2018-04-032-21/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2018-03-272-21/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17940 from Alexander-Alekseev/mono_keep_csharp6Rémi Verschelde2018-04-031-6/+6
|\ \ \ \ \
| * | | | | [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-031-6/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17933 from Rubonnek/comment-debugging-messagesRémi Verschelde2018-04-031-8/+12
|\ \ \ \ \
| * | | | | Comment out some debugging messages when playing Theora filesWilson E. Alvarez2018-04-021-8/+12
| |/ / / /
* / / / / Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...Alexander Alekseev2018-04-021-2/+2
|/ / / /
* | | | Merge pull request #17878 from karroffel/nativescript-1.1-bughuntThomas Herzog2018-03-312-16/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | [GDNative] fixed issue with library unloading orderkarroffel2018-03-311-13/+25
| * | | [GDNative] added GDCALLINGCONV to instance binding functionskarroffel2018-03-311-3/+3
| | |/ | |/|
* | | Merge pull request #17772 from Chaosus/monowrapIgnacio Etcheverry2018-03-311-0/+12
|\ \ \ | |/ / |/| |
| * | Added wrap functions to C#Chaosus2018-03-261-0/+12
| |/
* / Fix IPhone and OSX cross compilationFabio Alessandrelli2018-03-281-1/+1
|/
* Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2018-03-242-86/+110
* Merge pull request #17134 from aaronfranke/masterIgnacio Etcheverry2018-03-2412-288/+470
|\
| * Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke2018-03-2213-289/+471
* | s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-2124-48/+48
* | Fix mono build properly!PJB30052018-03-191-1/+1
* | Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde2018-03-191-1/+1
|\ \
| * | Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
* | | Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry2018-03-182-15/+42
|\ \ \ | |/ / |/| |