aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17235 from paulloz/mono-glue-enhancementsIgnacio Etcheverry2018-03-134-21/+22
|\ | | | | [Mono] change function names to PascalCase and set abstract classes as abstract
| * [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
| | | | | | | | | | | | in: * StringExtensions.cs * Transform.cs
* | [DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner2018-03-131-2/+2
| |
* | Merge pull request #17079 from Noshyaar/leak2Rémi Verschelde2018-03-131-2/+3
|\ \ | | | | | | GridMapEditorPlgn: fix a leak
| * | GridMapEditorPlgn: fix a leakPoommetee Ketson2018-02-271-2/+3
| | |
* | | Merge pull request #17255 from x1212/preload_enum_export_fixRémi Verschelde2018-03-131-4/+7
|\ \ \ | | | | | | | | fix enum from preloaded script in export
| * | | fix enum from preloaded script in exportx12122018-03-041-4/+7
| | |/ | |/| | | | | | | without triggering unnecessary reloads and parsing.
* | | Fixes importing hdr files with extra header infoJorn Van denbussche2018-03-111-6/+10
| | |
* | | Update libwebmShyRed2018-03-091-0/+4
| | | | | | | | | | | | | | | | | | Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise.
* | | Merge pull request #17318 from robfram/silent-failure-ogg-9793Rémi Verschelde2018-03-061-0/+1
|\ \ \ | | | | | | | | Fix silent failure of importing OGG Vorbis files
| * | | Fix silent failure of importing OGG Vorbis filesrobfram2018-03-061-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | When importing non-valid OGG Vorbis audio files, now the filesystem navigation tree shows the correct sad red-face icon, as it does with non-valid PNG, JPG or WAV files. Fix #9793.
* / / Disable FreeType SIMD in HTML5 buildsLeon Krause2018-03-061-4/+12
|/ / | | | | | | SIMD is currently unsupported in WebAssembly.
* | Merge pull request #17167 from Noshyaar/planeRémi Verschelde2018-03-021-3/+3
|\ \ | | | | | | GridMap: fix next/prev plane text, fix meta not found
| * | GridMap: fix next/prev plane text, fix meta not foundPoommetee Ketson2018-03-021-3/+3
| | |
* | | [DOCS] NetworkedMultiplayerENetMax Hilbrunner2018-03-021-3/+13
|/ /
* | NativeScript: Fix initialization in wrong scopeRémi Verschelde2018-03-021-1/+1
| | | | | | | | Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build.
* | Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-011-1/+0
| | | | | | | | We don't need it, it's used upstream to test the lexical parser
* | add GLES 2 renderer for 2Dkarroffel2018-03-011-1/+1
| | | | | | | | | | | | | | | | This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.
* | Merge pull request #17111 from poke1024/fix16524Rémi Verschelde2018-02-282-3/+14
|\ \ | | | | | | Fix grid mesh tile touch pad bug (issue 16524)
| * | Fix grid mesh tile panning bug (issue 16524)poke10242018-02-282-3/+14
| | | | | | | | | | | | Fix basic function and interference of touch pad pan with mesh tile delete (shift + right click on touch pad) in grid map editor (fix 16524)
* | | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-0/+1
| | |
* | | Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2018-02-282-3/+3
|/ / | | | | | | Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed
* / More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
|/
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-2769-69/+69
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* Merge pull request #17021 from AndreaCatania/kinfixRémi Verschelde2018-02-273-26/+15
|\ | | | | Fixed bullet kinematic char sliding
| * Fixed kinematic char slidingAndrea Catania2018-02-253-26/+15
| |
* | Merge pull request #17075 from paulloz/fix-build-mono-debug-notoolsRémi Verschelde2018-02-271-1/+1
|\ \ | | | | | | [mono] fix build error when compiling with mono, tools=no, target=debug
| * | fix build error when compiling with mono, tools=no, target=releasePaul Joannon2018-02-271-1/+1
| | | | | | | | | | | | change TTR to RTR in `print_unhandled_exception`
* | | Merge pull request #17074 from AndreaCatania/fix1Rémi Verschelde2018-02-273-9/+26
|\ \ \ | | | | | | | | Some fixes on physics
| * | | Implemented Bullet method omit forcesAndrea Catania2018-02-273-9/+26
| |/ /
* | | Merge pull request #15641 from ↵Rémi Verschelde2018-02-273-12/+24
|\ \ \ | |/ / |/| | | | | | | | neikeq/mono-is-picky-regarding-corlib-so-we-must-make-sure-to-ship-the-right-version-otherwise-something-bad-may-happen Mono: Buildsystem improvements
| * | Mono: Buildsystem improvementsIgnacio Etcheverry2018-01-123-12/+24
| | | | | | | | | | | | | | | - Bundle with mscorlib.dll to avoid compatibilities issues - Add build option 'mono_assemblies_output_dir' to specify the output directory where the assemblies will be copied to. '#bin' by default.
* | | Merge pull request #17046 from NathanWarden/fixed_mono_marshallingRémi Verschelde2018-02-261-1/+1
|\ \ \ | | | | | | | | [Mono] The marshalling *in* of Transform was also incorrect.
| * | | The marshalling in was also incorrect.Nathan Warden2018-02-261-1/+1
| | | |
* | | | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-2513-87/+397
| |_|/ |/| |
* | | Merge pull request #16804 from Valentactive/fix_mono_template_compilingRémi Verschelde2018-02-252-8/+3
|\ \ \ | | | | | | | | fix template builds with mono
| * | | fix release builds with monoMichele Valente2018-02-222-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | "_signals" and "signals_invalidated" were moved out of the "TOOLS_ENABLED" directive. Updated also the two "update_signals" and "_update_signals" methods so it makes sense.
* | | | Merge pull request #16981 from paulloz/mono-nested-exceptionsIgnacio Etcheverry2018-02-241-20/+39
|\ \ \ \ | | | | | | | | | | [mono] show whole trace of nested exceptions
| * | | | [mono] get stacktraces for all inner exceptionsPaul Joannon2018-02-241-20/+39
| | |/ / | |/| |
* | | | Merge pull request #16986 from neikeq/issue-16983Ignacio Etcheverry2018-02-241-3/+3
|\ \ \ \ | |/ / / |/| | | Mono: Fix bindings for parameters in vararg methods
| * | | Mono: Fix bindings for parameters in vararg methodsIgnacio Etcheverry2018-02-241-3/+3
| |/ /
* | | Removed whitespaces around arguments of functions.anakimluke2018-02-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions automatically generated by conneting signals via GUI put whitespaces around the arguments of the generated function. This is inconsistent with the style guide. This commit fixes that. (cherry picked from commit 370f84f41cf3ce493c2de687455880d9e1e04be6)
* | | Mono: Add project export pluginIgnacio Etcheverry2018-02-2212-56/+377
|/ /
* | Update warning about C# supportRémi Verschelde2018-02-211-3/+4
| |
* | Fix typos with codespellluz.paz2018-02-2111-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* | Merge pull request #16884 from paulloz/fix-csharp-signal-attribute-fixIgnacio Etcheverry2018-02-211-5/+7
|\ \ | | | | | | [mono] fix signals parameter retrieval
| * | [mono] fix signals parameter retrievalPaul Joannon2018-02-211-5/+7
| | |
* | | Merge pull request #16865 from Faless/uwp_mbedtls_fixesRémi Verschelde2018-02-211-2/+5
|\ \ \ | |/ / |/| | Fix mbedTLS and websocket module for UWP
| * | Websocket module properly recognize UWP (by @vnen)George Marques2018-02-201-2/+5
| | |