| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-03-03 | i18n: Sync translation templates with 3.0 source | Rémi Verschelde | 46 | -321/+368 | |
| (cherry picked from commit 65d214d3dafef696d99f6c23c7b941bbde1c1802) | |||||
| 2018-03-03 | i18n: Sync translations with Weblate | Rémi Verschelde | 13 | -764/+705 | |
| 2018-03-03 | [DOCS] Small fix to Area: Fix copy/paste errors | Max Hilbrunner | 1 | -3/+3 | |
| 2018-03-02 | Update AUTHORS and DONORS list | Rémi Verschelde | 2 | -10/+34 | |
| New contributors added as AUTHORS: @mrcdk, @binbitten, @paulloz, @PJB3005 New Gold sponsor: Skirmish <https://skirmish.io> Thanks and welcome! :) [ci skip] | |||||
| 2018-03-02 | Fix more regressions in RichTextLabel from PR 15711 | Bernhard Liebl | 1 | -9/+5 | |
| 2018-03-02 | s/Camear/Camera in docs | Poommetee Ketson | 1 | -2/+2 | |
| 2018-03-02 | Fix serialization of identifiers with non printable ASCII characters | Rémi Verschelde | 1 | -2/+9 | |
| Fixes #6888. | |||||
| 2018-03-02 | fix GLES2 line rendering | karroffel | 1 | -1/+3 | |
| fixes #17147 | |||||
| 2018-03-02 | GLES2 renderer support on macOS. | bruvzg | 5 | -19/+77 | |
| 2018-03-02 | Don't crash when trying to add an invalid navmesh | Hein-Pieter van Braam | 1 | -0/+1 | |
| 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 | Fix `--help` output, allow renderer override from command line ↵ | bruvzg | 4 | -14/+20 | |
| (`--video-driver`). | |||||
| 2018-03-02 | GridMap: fix next/prev plane text, fix meta not found | Poommetee Ketson | 1 | -3/+3 | |
| 2018-03-02 | prune cache only at the start and end of build | Rhody Lugo | 1 | -10/+2 | |
| 2018-03-02 | [DOCS] NetworkedMultiplayerENet | Max Hilbrunner | 1 | -3/+13 | |
| 2018-03-02 | [DOCS] Small fix to PinJoint2D | Max Hilbrunner | 1 | -1/+1 | |
| 2018-03-02 | NativeScript: Fix initialization in wrong scope | Rémi Verschelde | 1 | -1/+1 | |
| Regression from d702d7b335c0c9305e75131770c0ea739b70d813 which broke javascript build. | |||||
| 2018-03-01 | Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d | poke1024 | 1 | -0/+5 | |
| 2018-03-01 | fix accidental SConstruct reverts | karroffel | 1 | -6/+4 | |
| as introduced by 29215b2 | |||||
| 2018-03-01 | Remove unneeded and problematic minilex.c from lws. | Fabio Alessandrelli | 3 | -274/+1 | |
| We don't need it, it's used upstream to test the lexical parser | |||||
| 2018-03-01 | Viewport: Fix missing tooltips w/ disabled physics object picking | Rémi Verschelde | 1 | -9/+18 | |
| 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 | 41 | -718/+12285 | |
| 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 | Fix intermittent audio driver crash during startup on Android | Ruslan Mustakov | 1 | -0/+1 | |
| 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 | 1 | -1/+1 | |
| 2018-02-28 | Allow degenerate triangles in polygon triangulation when necessary. | Nicolas Silva | 2 | -10/+37 | |
| 2018-03-01 | Fix server build on FreeBSD | Fabio Alessandrelli | 3 | -2/+15 | |
| 2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | 8 | -7/+20 | |
| 2018-02-28 | Use Prepend instead of Append for mbedTLS include | Fabio Alessandrelli | 2 | -3/+3 | |
| 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 | 2 | -3/+14 | |
| 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 | 2 | -2/+2 | |
| This error is actually fixed upstream, waiting for a new release | |||||
| 2018-02-27 | More reliably find mscorlib.dll on Linux | Hein-Pieter van Braam | 1 | -2/+5 | |
| 2018-02-27 | doc: Sync classref with current source | Rémi Verschelde | 2 | -1/+3 | |
| 2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | 492 | -492/+492 | |
| 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 | 1 | -1/+1 | |
| Fixes #17076. | |||||
| 2018-02-27 | fix build error when compiling with mono, tools=no, target=release | Paul Joannon | 1 | -1/+1 | |
| change TTR to RTR in `print_unhandled_exception` | |||||
| 2018-02-27 | Fixed physics server typo | Andrea Catania | 1 | -1/+1 | |
| 2018-02-27 | Implemented Bullet method omit forces | Andrea Catania | 3 | -9/+26 | |
| 2018-02-27 | TileSetEditorPlgn: Fix a leak | Poommetee Ketson | 2 | -1/+7 | |
| 2018-02-26 | added docs on Control's drag and drop api | indicainkwell | 1 | -0/+55 | |
| 2018-02-26 | Fixed Windows ignoring minimized/maximized status set by user | Marcelo Fernandez | 1 | -1/+10 | |
| 2018-02-26 | Allow running with a custom resource without a main scene | Hein-Pieter van Braam | 1 | -15/+16 | |
| 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 | 1 | -1/+1 | |
| 2018-02-25 | Fixed kinematic char sliding | Andrea Catania | 3 | -26/+15 | |
| 2018-02-25 | Mono: Better versioning and gracefully unloading of Godot API assemblies | Ignacio Etcheverry | 15 | -87/+428 | |
| 2018-02-25 | Add a split editor to polygon 2D UV editor, moving an inch closer to adding ↵ | Juan Linietsky | 6 | -18/+446 | |
| support for in the future | |||||
| 2018-02-25 | Fix version.txt validation logic for export templates .tpz | Rémi Verschelde | 1 | -15/+5 | |
| It assumed that the version would always be `x.y-status`, with no dot possible in `status`, so: - It would not work for 3.0.1-stable (nor 3.0.1.stable with new version logic) - It would not support Mono templates when we provide them The validation it did was not really useful anyway, so we just use the raw string. | |||||
| 2018-02-25 | [DOCS] Sync classref with current source | Poommetee Ketson | 18 | -25/+161 | |
| 2018-02-25 | Fix Line2D tile mode for non-square textures | Marc Gilleron | 3 | -7/+15 | |
| 2018-02-25 | Add missing return statements (iOS and server). | bruvzg | 3 | -14/+20 | |
| 2018-02-24 | only show information we have in stacktrace | Paul Joannon | 1 | -3/+11 | |
| do not show line number and/or file if not defined | |||||
| 2018-02-24 | [mono] get stacktraces for all inner exceptions | Paul Joannon | 1 | -20/+39 | |
