Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-15 | Merge pull request #17291 from Warlaan/master | Hein-Pieter van Braam | |
completed-signal for coroutines with more than one yield | |||
2018-03-15 | Merge pull request #17388 from Hinsbart/mono_class_name | Rémi Verschelde | |
Mono: Avoid invalid class names. | |||
2018-03-15 | Mono: 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-15 | Merge pull request #17529 from Noshyaar/patch-1 | Rémi Verschelde | |
Fix script template on `_ready` behavior | |||
2018-03-15 | Fix script template on `_ready` behavior | Poommetee Ketson | |
2018-03-14 | completed-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-13 | Fixed leak in BulletPhysicsServer | Wilson E. Alvarez | |
2018-03-13 | Merge pull request #17235 from paulloz/mono-glue-enhancements | Ignacio Etcheverry | |
[Mono] change function names to PascalCase and set abstract classes as abstract | |||
2018-03-13 | [DOCS] Net.MultiplayerEnet: List returned errors | Max Hilbrunner | |
2018-03-13 | Merge pull request #17079 from Noshyaar/leak2 | Rémi Verschelde | |
GridMapEditorPlgn: fix a leak | |||
2018-03-13 | Merge pull request #17255 from x1212/preload_enum_export_fix | Rémi Verschelde | |
fix enum from preloaded script in export | |||
2018-03-11 | Fixes importing hdr files with extra header info | Jorn Van denbussche | |
2018-03-09 | Update libwebm | ShyRed | |
Update of libwebm. Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise. | |||
2018-03-06 | Merge pull request #17318 from robfram/silent-failure-ogg-9793 | Rémi Verschelde | |
Fix silent failure of importing OGG Vorbis files | |||
2018-03-06 | Fix silent failure of importing OGG Vorbis files | robfram | |
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-06 | Disable FreeType SIMD in HTML5 builds | Leon Krause | |
SIMD is currently unsupported in WebAssembly. | |||
2018-03-04 | fix enum from preloaded script in export | x1212 | |
without triggering unnecessary reloads and parsing. | |||
2018-03-04 | [mono] write classes with no constructor as abstract | Paul Joannon | |
2018-03-04 | [mono] rename functions to conform to PascalCase | Paul Joannon | |
in: * StringExtensions.cs * Transform.cs | |||
2018-03-02 | Merge pull request #17167 from Noshyaar/plane | Rémi Verschelde | |
GridMap: fix next/prev plane text, fix meta not found | |||
2018-03-02 | GridMap: fix next/prev plane text, fix meta not found | Poommetee Ketson | |
2018-03-02 | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | |
2018-03-02 | NativeScript: Fix initialization in wrong scope | Rémi Verschelde | |
Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. | |||
2018-03-01 | Remove 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-01 | add GLES 2 renderer for 2D | karroffel | |
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-28 | Merge pull request #17111 from poke1024/fix16524 | Rémi Verschelde | |
Fix grid mesh tile touch pad bug (issue 16524) | |||
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | |
2018-02-28 | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | |
Fixes build on FreeBSD when system-wide mbedTLS and/or openSSL are installed | |||
2018-02-28 | Fix 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-27 | More reliably find mscorlib.dll on Linux | Hein-Pieter van Braam | |
2018-02-27 | GridMapEditorPlgn: fix a leak | Poommetee Ketson | |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-27 | Merge pull request #17021 from AndreaCatania/kinfix | Rémi Verschelde | |
Fixed bullet kinematic char sliding | |||
2018-02-27 | Merge pull request #17075 from paulloz/fix-build-mono-debug-notools | Rémi Verschelde | |
[mono] fix build error when compiling with mono, tools=no, target=debug | |||
2018-02-27 | Merge pull request #17074 from AndreaCatania/fix1 | Rémi Verschelde | |
Some fixes on physics | |||
2018-02-27 | Merge 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-27 | fix build error when compiling with mono, tools=no, target=release | Paul Joannon | |
change TTR to RTR in `print_unhandled_exception` | |||
2018-02-27 | Implemented Bullet method omit forces | Andrea Catania | |
2018-02-26 | Merge pull request #17046 from NathanWarden/fixed_mono_marshalling | Rémi Verschelde | |
[Mono] The marshalling *in* of Transform was also incorrect. | |||
2018-02-26 | The marshalling in was also incorrect. | Nathan Warden | |
2018-02-25 | Fixed kinematic char sliding | Andrea Catania | |
2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry | |
2018-02-25 | Merge pull request #16804 from Valentactive/fix_mono_template_compiling | Rémi Verschelde | |
fix template builds with mono | |||
2018-02-24 | Merge pull request #16981 from paulloz/mono-nested-exceptions | Ignacio Etcheverry | |
[mono] show whole trace of nested exceptions | |||
2018-02-24 | [mono] get stacktraces for all inner exceptions | Paul Joannon | |
2018-02-24 | Merge pull request #16986 from neikeq/issue-16983 | Ignacio Etcheverry | |
Mono: Fix bindings for parameters in vararg methods | |||
2018-02-24 | Mono: Fix bindings for parameters in vararg methods | Ignacio Etcheverry | |
2018-02-24 | Removed whitespaces around arguments of functions. | anakimluke | |
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) | |||
2018-02-22 | fix release builds with mono | Michele Valente | |
"_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. | |||
2018-02-22 | Mono: Add project export plugin | Ignacio Etcheverry | |