summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2018-03-19Fix mono build properly!PJB3005
Fixes the mistake I made in #17603 to make it require Python > 3.6.
2018-03-19Merge pull request #17603 from PJB3005/18-03-18-fix-mono-build-python3Rémi Verschelde
Fix Mono builds with Python 3.
2018-03-18Merge pull request #17619 from neikeq/mono-runtime-main-argsIgnacio Etcheverry
Mono: Runtime main args and assembly search fixes
2018-03-18Mono: Runtime main args and assembly search fixesIgnacio Etcheverry
- 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.
2018-03-18Fix Mono builds with Python 3.Pieter-Jan Briers
A subprocess call wasn't specifying an encoding, so this gave a TypeError in Python 3.
2018-03-16Merge pull request #17179 from paulloz/mono-assemblies-preload-facadesIgnacio Etcheverry
[mono] add the 'Facades' subfolder to the searched directories
2018-03-15Merge pull request #17291 from Warlaan/masterHein-Pieter van Braam
completed-signal for coroutines with more than one yield
2018-03-15Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde
Mono: Avoid invalid class names.
2018-03-15Mono: Avoid invalid class names.Andreas Haas
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
2018-03-15Merge pull request #17529 from Noshyaar/patch-1Rémi Verschelde
Fix script template on `_ready` behavior
2018-03-15Fix script template on `_ready` behaviorPoommetee Ketson
2018-03-14completed-signal is emitted by all GDScriptFunctionStates of a coroutine ↵Lars Kokemohr
now, allowing to yield for completion of a function with more than one yield inside.
2018-03-13Fixed leak in BulletPhysicsServerWilson E. Alvarez
2018-03-13Merge pull request #17235 from paulloz/mono-glue-enhancementsIgnacio Etcheverry
[Mono] change function names to PascalCase and set abstract classes as abstract
2018-03-13[DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner
2018-03-13Merge pull request #17079 from Noshyaar/leak2Rémi Verschelde
GridMapEditorPlgn: fix a leak
2018-03-13Merge pull request #17255 from x1212/preload_enum_export_fixRémi Verschelde
fix enum from preloaded script in export
2018-03-11Fixes importing hdr files with extra header infoJorn Van denbussche
2018-03-09Update libwebmShyRed
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise.
2018-03-06Merge pull request #17318 from robfram/silent-failure-ogg-9793Rémi Verschelde
Fix silent failure of importing OGG Vorbis files
2018-03-06Fix silent failure of importing OGG Vorbis filesrobfram
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.
2018-03-06Disable FreeType SIMD in HTML5 buildsLeon Krause
SIMD is currently unsupported in WebAssembly.
2018-03-04fix enum from preloaded script in exportx1212
without triggering unnecessary reloads and parsing.
2018-03-04[mono] write classes with no constructor as abstractPaul Joannon
2018-03-04[mono] rename functions to conform to PascalCasePaul Joannon
in: * StringExtensions.cs * Transform.cs
2018-03-02[mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon
2018-03-02Merge pull request #17167 from Noshyaar/planeRémi Verschelde
GridMap: fix next/prev plane text, fix meta not found
2018-03-02GridMap: fix next/prev plane text, fix meta not foundPoommetee Ketson
2018-03-02[DOCS] NetworkedMultiplayerENetMax Hilbrunner
2018-03-02NativeScript: Fix initialization in wrong scopeRémi Verschelde
Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build.
2018-03-01Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli
We don't need it, it's used upstream to test the lexical parser
2018-03-01add GLES 2 renderer for 2Dkarroffel
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.
2018-02-28Merge pull request #17111 from poke1024/fix16524Rémi Verschelde
Fix grid mesh tile touch pad bug (issue 16524)
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-28Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli
Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed
2018-02-28Fix grid mesh tile panning bug (issue 16524)poke1024
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)
2018-02-27More reliably find mscorlib.dll on LinuxHein-Pieter van Braam
2018-02-27GridMapEditorPlgn: fix a leakPoommetee Ketson
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-27Merge pull request #17021 from AndreaCatania/kinfixRémi Verschelde
Fixed bullet kinematic char sliding
2018-02-27Merge pull request #17075 from paulloz/fix-build-mono-debug-notoolsRémi Verschelde
[mono] fix build error when compiling with mono, tools=no, target=debug
2018-02-27Merge pull request #17074 from AndreaCatania/fix1Rémi Verschelde
Some fixes on physics
2018-02-27Merge pull request #15641 from ↵Rémi Verschelde
neikeq/mono-is-picky-regarding-corlib-so-we-must-make-sure-to-ship-the-right-version-otherwise-something-bad-may-happen Mono: Buildsystem improvements
2018-02-27fix build error when compiling with mono, tools=no, target=releasePaul Joannon
change TTR to RTR in `print_unhandled_exception`
2018-02-27Implemented Bullet method omit forcesAndrea Catania
2018-02-26Merge pull request #17046 from NathanWarden/fixed_mono_marshallingRémi Verschelde
[Mono] The marshalling *in* of Transform was also incorrect.
2018-02-26The marshalling in was also incorrect.Nathan Warden
2018-02-25Fixed kinematic char slidingAndrea Catania
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-02-25Merge pull request #16804 from Valentactive/fix_mono_template_compilingRémi Verschelde
fix template builds with mono