Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2018-02-21 | Update warning about C# support | Rémi Verschelde | |
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-21 | Merge pull request #16884 from paulloz/fix-csharp-signal-attribute-fix | Ignacio Etcheverry | |
[mono] fix signals parameter retrieval | |||
2018-02-21 | [mono] fix signals parameter retrieval | Paul Joannon | |
2018-02-21 | Merge pull request #16865 from Faless/uwp_mbedtls_fixes | Rémi Verschelde | |
Fix mbedTLS and websocket module for UWP | |||
2018-02-20 | Merge pull request #16757 from AndreaCatania/kinpush | Rémi Verschelde | |
Improved kinematic body, Now can move rigid body | |||
2018-02-20 | Websocket module properly recognize UWP (by @vnen) | George Marques | |
2018-02-20 | Improved kinematic body 2D and 3D, Now can move rigid body | Andrea Catania | |
2018-02-20 | [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵ | Nathan Warden | |
visual studio. | |||
2018-02-19 | SCons: Remove references to obsolete "fat" bits | Rémi Verschelde | |
2018-02-19 | Merge pull request #16530 from AndreaCatania/rays | Rémi Verschelde | |
Improved ray shape (2D and 3D) by addiing the possibility to act as r… | |||
2018-02-19 | Merge pull request #15780 from volzhs/emoji | Rémi Verschelde | |
Support colored font | |||
2018-02-19 | Merge pull request #15852 from poke1024/color_hsv | Rémi Verschelde | |
Add Color.from_hsv() | |||
2018-02-19 | Merge pull request #15933 from x1212/fix_preload_in_exports | Rémi Verschelde | |
fix spurious error messages during autocomplete and validate | |||
2018-02-19 | Merge pull request #16173 from vnen/gdscript-arguments | Rémi Verschelde | |
Add argument count check for some GDScript functions | |||
2018-02-19 | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵ | Andrea Catania | |
shape | |||
2018-02-19 | Merge pull request #16751 from AndreaCatania/moreAPIs | Rémi Verschelde | |
Added Physics state APIs |