Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-05 | In CanvasItemEditor, prioritize selected items | Bernhard Liebl | |
2018-03-02 | Merge pull request #17178 from akien-mga/prop-serialization | Rémi Verschelde | |
Fix serialization of identifiers with non printable ASCII characters | |||
2018-03-02 | Merge pull request #17173 from karroffel/gles2-line-rendering-fix | Rémi Verschelde | |
fix GLES2 line rendering | |||
2018-03-02 | Merge pull request #17175 from bruvzg/gles2_macos_support | Rémi Verschelde | |
[GLES2] Adds GLES2 renderer support on macOS. | |||
2018-03-02 | Fix serialization of identifiers with non printable ASCII characters | Rémi Verschelde | |
Fixes #6888. | |||
2018-03-02 | fix GLES2 line rendering | karroffel | |
fixes #17147 | |||
2018-03-02 | GLES2 renderer support on macOS. | bruvzg | |
2018-03-02 | Merge pull request #17171 from hpvb/fix-17153 | Rémi Verschelde | |
Don't crash when trying to add an invalid navmesh | |||
2018-03-02 | Merge pull request #17168 from rraallvv/scons_master | Rémi Verschelde | |
Prune cache at the beginning and end of build (master) | |||
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 | Merge pull request #17163 from mhilbrunner/mhilbrunner-docs-enet | Rémi Verschelde | |
[DOCS] NetworkedMultiplayerENet | |||
2018-03-02 | Merge pull request #17164 from mhilbrunner/docs-pinjoint2d | Rémi Verschelde | |
[DOCS] Small fix to PinJoint2D | |||
2018-03-02 | Don't crash when trying to add an invalid navmesh | Hein-Pieter van Braam | |
It is possible to try to add an invalid object as a navmesh through GDScript which results in an engine crash. This creates a debug message that should help the user figure out what's wrong. | |||
2018-03-02 | GridMap: fix next/prev plane text, fix meta not found | Poommetee Ketson | |
2018-03-02 | prune cache only at the start and end of build | Rhody Lugo | |
2018-03-02 | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | |
2018-03-02 | [DOCS] Small fix to PinJoint2D | Max Hilbrunner | |
2018-03-02 | NativeScript: Fix initialization in wrong scope | Rémi Verschelde | |
Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. | |||
2018-03-01 | Merge pull request #17129 from nical/issue-17102 | Hein-Pieter van Braam | |
Allow degenerate triangles in polygon triangulation when necessary. | |||
2018-03-01 | Merge pull request #17145 from poke1024/fix17139 | Rémi Verschelde | |
Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d | |||
2018-03-01 | Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d | poke1024 | |
2018-03-01 | Merge pull request #17143 from karroffel/sconstruct-rebase-ups | Rémi Verschelde | |
fix accidental SConstruct reverts | |||
2018-03-01 | Merge pull request #17142 from Faless/lws_uwp_fixes | Rémi Verschelde | |
Remove unneeded and problematic minilex.c from lws. | |||
2018-03-01 | fix accidental SConstruct reverts | karroffel | |
as introduced by 29215b2 | |||
2018-03-01 | Merge pull request #17140 from akien-mga/viewport-fix-tooltips | Rémi Verschelde | |
Viewport: Fix missing tooltips w/ disabled physics object picking | |||
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 | Merge pull request #17133 from bruvzg/macos_fix_webm_optim | Rémi Verschelde | |
[Build] Fix WebM (libvpx) SIMD optimizations on macOS. | |||
2018-03-01 | Merge pull request #16687 from karroffel/gles2-2d-pr | Rémi Verschelde | |
add GLES 2 renderer for 2D | |||
2018-03-01 | Viewport: Fix missing tooltips w/ disabled physics object picking | Rémi Verschelde | |
Previously this option seemed to be the sole responsible for enabling physics processing in Viewport, while several other features like tooltips and debugging collision hints rely on it. All this logic is moved to internal processing (it's incorrect to let it be affected by users disabling physics/idle processing), and disabling physics object picking no longer affects the internal physics processing. Fixes #17001. | |||
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-03-01 | Merge pull request #17058 from marcelofg55/minmax_windows | Rémi Verschelde | |
Fixed Windows ignoring minimized/maximized status set by user | |||
2018-03-01 | Merge pull request #17137 from endragor/fix-audio-init-crash | Rémi Verschelde | |
Fix intermittent audio driver crash during startup on Android | |||
2018-03-01 | Merge pull request #17135 from Faless/server_bsd_fix | Rémi Verschelde | |
Fix server build on FreeBSD | |||
2018-03-01 | Fix intermittent audio driver crash during startup on Android | Ruslan Mustakov | |
set_pause can be called before the driver is initialized, and there already is a check for that. The problem is that the 'active' field was not initialied in the constructor, which lead to it having an undefined value. | |||
2018-03-01 | Fix WebM SIMD optimizations on macOS. | bruvzg | |
2018-02-28 | Allow degenerate triangles in polygon triangulation when necessary. | Nicolas Silva | |
2018-03-01 | Fix server build on FreeBSD | Fabio Alessandrelli | |
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 | Merge pull request #17117 from hpvb/fix-use-uninitialized-redux | Rémi Verschelde | |
Fix various valgrind reported uninitialized variable uses | |||
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | |
2018-02-28 | Merge pull request #17115 from Faless/lws_bsd_malloc | Rémi Verschelde | |
Fix mbedTLS and Websocket on FreeBSD | |||
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-28 | Fix lws compilation on FreeBSD, same as OSX | Fabio Alessandrelli | |
This error is actually fixed upstream, waiting for a new release | |||
2018-02-27 | Merge pull request #17087 from hpvb/fix-finding-mscorlib | Ignacio Etcheverry | |
More reliably find mscorlib.dll on Linux | |||
2018-02-27 | More reliably find mscorlib.dll on Linux | Hein-Pieter van Braam | |
2018-02-27 | doc: Sync classref with current source | Rémi Verschelde | |
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 | Android: Mark GLES3 as required in the manifest | Rémi Verschelde | |
Fixes #17076. | |||
2018-02-27 | Merge pull request #17021 from AndreaCatania/kinfix | Rémi Verschelde | |
Fixed bullet kinematic char sliding |