| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-04-04 | Corrected physics query max result checking | Andrea Catania | 1 | -3/+10 | |
| 2018-04-04 | Fixed kinematic sliding on trimesh | Andrea Catania | 3 | -11/+5 | |
| 2018-04-04 | Add functionality to move selected tiles in tile map editor | Martin Rieke | 2 | -2/+55 | |
| This change adds a new entry "Move Selection" to the "Tile Map" menu in the tile map editor. It allows the user to easily move as set of selected tiles. | |||||
| 2018-04-03 | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang | 7 | -12/+75 | |
| 2018-04-03 | Websocket client SSL support | Fabio Alessandrelli | 3 | -1/+39 | |
| 2018-04-03 | Generalize SSL cert reading from file | Fabio Alessandrelli | 4 | -23/+35 | |
| 2018-04-03 | MbedTLS PR 1453 (fix UWP build) | Fabio Alessandrelli | 4 | -9/+173 | |
| The patch seems to be ready for merge upstream | |||||
| 2018-04-03 | Small patch to change mbedtls _WIN32_WINNT | Fabio Alessandrelli | 2 | -2/+7 | |
| 2018-04-03 | Update mbedTLS to version 2.8.0 | Fabio Alessandrelli | 44 | -391/+853 | |
| 2018-04-03 | Always verify peer certificate in lws. | Fabio Alessandrelli | 4 | -10/+109 | |
| Behavior is defined by SSL flags passed via the context. Simplified port of the patch submitted and accepted in lws master branch (PR 1215) | |||||
| 2018-04-03 | mbedtls: client: stop spinning on handshake fail | Fabio Alessandrelli | 1 | -2/+6 | |
| Backport cf3a4ee49357f4e6f3aaeb98137d85c307b17008 from 2.4-stable to 2.4.2 | |||||
| 2018-04-03 | Fix lws MinGW compilation | Fabio Alessandrelli | 1 | -5/+1 | |
| Cherry picked 5b22276420032677841af9e9f3b0272d0dd467b8 from upstream. This is fixed upstream and will be included in the next release | |||||
| 2018-04-03 | Bump libwebsockets to version 2.4.2 | Fabio Alessandrelli | 18 | -66/+143 | |
| 2018-04-03 | fix bone scale/rotation in AnimationPlayers | karroffel | 2 | -2/+2 | |
| fixes #17325. The bone pose transform was created by setting the rotation and **then** scaling the transform. This leads to object "deformation" that's not intended. | |||||
| 2018-04-03 | [DOCS] Tweaks and fixes for (Interpolated)Camera | Mel Collins | 2 | -14/+14 | |
| 2018-04-03 | Trigger IO error only after exhausting attempts | Tom Dobbelaere | 1 | -4/+7 | |
| 2018-04-03 | [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we ↵ | Alexander Alekseev | 1 | -6/+6 | |
| most probably should keep C#6 yet | |||||
| 2018-04-02 | Removed unneeded sort from SpriteFramesEditor plugin | Wilson E. Alvarez | 1 | -2/+0 | |
| 2018-04-02 | Comment out some debugging messages when playing Theora files | Wilson E. Alvarez | 1 | -8/+12 | |
| 2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 | 11 | -272/+828 | |
| 2018-04-02 | Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to ↵ | Alexander Alekseev | 1 | -2/+2 | |
| exit without releasing the 'shapeInterface' pointer. | |||||
| 2018-04-01 | Added signal to VideoPlayer to notify when the video finished playing | Wilson E. Alvarez | 1 | -6/+9 | |
| 2018-04-01 | Mesh: fix crash when creating mesh outline from QuadMesh | Poommetee Ketson | 2 | -0/+6 | |
| Since create_outline can only make outline for PRIMITIVE_TRIANGLES, when QuadMesh (which is PRIMITIVE_TRIANGLE_FAN) is used to create outline, will leave `arrays` empty, and crash when it is being indexed for "indices" subarray. This PR shows error when there's only one surface and it is not TRIANGLES. Also prevent the crash if it has more than one surface and none of them are TRIANGLES (and any other cases that could leave `arrays` empty) by checking the size of `arrays` == 8 before indexing it, since the method seems to expect `arrays` to be of that size. | |||||
| 2018-04-01 | physics area added monitorable check | Andrea Catania | 1 | -1/+4 | |
| 2018-03-31 | Fix UpdatePowerInfo method implementation in PowerIphone class | Igors Vaitkus | 1 | -1/+1 | |
| 2018-03-31 | [GDNative] fixed issue with library unloading order | karroffel | 1 | -13/+25 | |
| 2018-03-31 | [GDNative] added GDCALLINGCONV to instance binding functions | karroffel | 1 | -3/+3 | |
| 2018-03-30 | Added missing end points for brief descriptions in the docs. | Michael Alexsander Silva Dias | 9 | -9/+9 | |
| 2018-03-30 | README: Use HTTPS URL for image. (#17851) | Maxwell Paul Brickner | 1 | -1/+1 | |
| Updated links to use https when possible to avoid redirects. | |||||
| 2018-03-30 | [DOCS] Some content for InterpolatedCamera | Mel Collins | 1 | -0/+7 | |
| 2018-03-30 | Implement missing navgiation polygon debugging in tilemap | Benedikt Bär | 1 | -0/+55 | |
| 2018-03-30 | [DOCS] Typo fix for CollisionShape[2D] | mhilbrunner | 2 | -2/+2 | |
| 2018-03-30 | Fix bug in HTML5 HTTPClient. | Fabio Alessandrelli | 1 | -1/+1 | |
| The URL parameter already has a slash, adding an extra one results in an invalid resource path | |||||
| 2018-03-29 | WASAPI driver will now resample when the device rate != audio/mix_rate | Marcelo Fernandez | 1 | -4/+13 | |
| 2018-03-30 | Improve side impulse calculation | Bastiaan Olij | 2 | -5/+9 | |
| 2018-03-29 | Fix UWP build after #17194 | Fabio Alessandrelli | 1 | -0/+2 | |
| `uwp/detect.py` was not setting the `env.msvc` variable to true causing scons to pass wrong arguments to `msvc` (using `clang/gcc` options) which in turn break the build due to `-Werror=return-type` not being recognized by ms compiler. | |||||
| 2018-03-29 | [Docs] fix typos | Poommetee Ketson | 2 | -8/+8 | |
| 2018-03-29 | Detect and configure JavaScript build per Emscripten configuration file | Leon Krause | 1 | -5/+15 | |
| 2018-03-28 | [DOCS] Node & PackedScene (#17833) | Max Hilbrunner | 2 | -2/+9 | |
| * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO | |||||
| 2018-03-28 | [DOCS] Generic6DOFJoint fixes | Max Hilbrunner | 1 | -7/+7 | |
| 2018-03-28 | Fixed some popups not shrinking their size back when losing items. | Michael Alexsander Silva Dias | 2 | -0/+3 | |
| 2018-03-28 | Fix IPhone and OSX cross compilation | Fabio Alessandrelli | 3 | -2/+8 | |
| 2018-03-28 | FIX: FILE_SHOW_IN_EXPLORER now correctly shows the file's directory | Nikodem Lokatelj | 1 | -2/+13 | |
| 2018-03-28 | Enable snapping in 2D when control key pressed | Chaosus | 1 | -9/+11 | |
| 2018-03-27 | Move GodotSharp and MonoBuildTab member variables to initializer list | Wilson E. Alvarez | 2 | -21/+15 | |
| 2018-03-26 | Simplify CanvasItemEditor anchor drag logic | Wilson E. Alvarez | 1 | -12/+12 | |
| 2018-03-26 | Refactor JavaScript platform build script | Leon Krause | 9 | -218/+105 | |
| 2018-03-26 | Added wrap functions to C# | Chaosus | 1 | -0/+12 | |
| 2018-03-25 | Added the "GLES2" option for the video-driver in the terminal help. | Michael Alexsander Silva Dias | 1 | -1/+1 | |
| 2018-03-24 | Fix mono basis GetEuler bug and marshalling/unmarshalling | Carter Anderson | 2 | -86/+110 | |
