Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-02 | TileSet&TextureRegion: fix error when getting nonexistent tile | Poommetee Ketson | |
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 | |||
2018-02-27 | Merge pull request #16656 from JFonS/fix_gradient_crash | Rémi Verschelde | |
Fix weird editor crash when switching from editing one gradient to another keeps 'grabbing' variable to true | |||
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 #17072 from Noshyaar/leak | Rémi Verschelde | |
TileSetEditorPlgn: Fix a leak | |||
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 | Merge pull request #17027 from IndicaInkwell/doc-contrib | Rémi Verschelde | |
[DOCS] added docs on Control's drag and drop api | |||
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 | Fixed physics server typo | Andrea Catania | |
2018-02-27 | Implemented Bullet method omit forces | Andrea Catania | |
2018-02-27 | TileSetEditorPlgn: Fix a leak | Poommetee Ketson | |
2018-02-26 | added docs on Control's drag and drop api | indicainkwell | |
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 | Fixed Windows ignoring minimized/maximized status set by user | Marcelo Fernandez | |
2018-02-26 | Merge pull request #17048 from hpvb/fix-17028 | Rémi Verschelde | |
Allow running with a custom resource without a main scene | |||
2018-02-26 | Allow running with a custom resource without a main scene | Hein-Pieter van Braam | |
After 3f8a4cc7193e964f716fde2cd28a946669e2d8d6 trying to run an individual scene on a project without a main scene fails. We move the check until after we've determined whether or not we're trying to run an individual scene. We also stop trying to show the project manager if any game pack is found at all, unless the user explicitly asks for the project manager to be shown. | |||
2018-02-26 | The marshalling in was also incorrect. | Nathan Warden | |