aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-2124-48/+48
|
* Fix mono build properly!PJB30052018-03-191-1/+1
| | | | Fixes the mistake I made in #17603 to make it require Python > 3.6.
* 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.
| * Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
| | | | | | | | | | A subprocess call wasn't specifying an encoding, so this gave a TypeError in Python 3.
* | Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry2018-03-182-15/+42
|\ \ | |/ |/| Mono: Runtime main args and assembly search fixes
| * Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-03-182-15/+42
| | | | | | | | | | - Setup runtime main args during initialization. This must be done manually by embedders who do not call mono_runtime_run_main. Fixes NullReferenceException in System.Environment. - Continue to search the assembly in the rest of the search locations if loading it from one of them failed.
* | Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry2018-03-161-0/+1
|\ \ | | | | | | [mono] add the 'Facades' subfolder to the searched directories
| * | [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 for coroutines with more than one yield
| * | completed-signal is emitted by all GDScriptFunctionStates of a coroutine ↵Lars Kokemohr2018-03-142-4/+17
| |/ | | | | | | now, allowing to yield for completion of a function with more than one yield inside.
* | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-152-2/+25
|\ \ | | | | | | Mono: Avoid invalid class names.
| * | Mono: Avoid invalid class names.Andreas Haas2018-03-152-2/+25
| | | | | | | | | | | | | | | | | | | | | Disallow reserved keywords as class names and prefix base class with the Godot namespace if it's the same as the class name. Fixes #12483
* | | Merge pull request #17529 from Noshyaar/patch-1Rémi Verschelde2018-03-151-1/+1
|\ \ \ | | | | | | | | Fix script template on `_ready` behavior
| * | | 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] 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
| | | |