aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-03-182-15/+42
* | | Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry2018-03-161-0/+1
|\ \ \
| * | | [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-03-021-0/+1
| |/ /
* | | Merge pull request #17291 from Warlaan/masterHein-Pieter van Braam2018-03-152-4/+17
|\ \ \
| * | | completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr2018-03-142-4/+17
| |/ /
* | | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-152-2/+25
|\ \ \
| * | | Mono: Avoid invalid class names.Andreas Haas2018-03-152-2/+25
* | | | Merge pull request #17529 from Noshyaar/patch-1Rémi Verschelde2018-03-151-1/+1
|\ \ \ \
| * | | | Fix script template on `_ready` behaviorPoommetee Ketson2018-03-151-1/+1
* | | | | Fixed leak in BulletPhysicsServerWilson E. Alvarez2018-03-131-1/+3
* | | | | Merge pull request #17235 from paulloz/mono-glue-enhancementsIgnacio Etcheverry2018-03-134-21/+22
|\ \ \ \ \
| * | | | | [mono] write classes with no constructor as abstractPaul Joannon2018-03-041-2/+3
| * | | | | [mono] rename functions to conform to PascalCasePaul Joannon2018-03-043-19/+19
| | |_|/ / | |/| | |