| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up notifications and merge Node and MainLoop ones for clarity, closes #... | Juan Linietsky | 2019-04-04 | 1 | -15/+13 |
| * | Properly explain RPC/RSET mode failure. | Fabio Alessandrelli | 2019-04-03 | 1 | -7/+9 |
| * | Merge pull request #27214 from marcelofg55/midi_note_off | Rémi Verschelde | 2019-04-03 | 1 | -0/+5 |
| |\ |
|
| | * | Fix MIDI Note Off missing on some devices | Marcelo Fernandez | 2019-03-18 | 1 | -0/+5 |
| * | | Merge pull request #27597 from marxin/fix-Wnon-virtual-dtor-warnings | Rémi Verschelde | 2019-04-02 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Fix -Wnon-virtual-dtor warnings. | marxin | 2019-04-02 | 1 | -0/+2 |
| * | | | Enable warnings=extra on clang and GCC testers. | marxin | 2019-04-02 | 3 | -2/+8 |
| |/ / |
|
| * | | Merge pull request #27171 from Chaosus/randfix | Rémi Verschelde | 2019-04-01 | 2 | -5/+4 |
| |\ \ |
|
| | * | | Properly setup seed in RNG | Chaosus | 2019-03-27 | 2 | -5/+4 |
| | |/ |
|
| * | | Merge pull request #27485 from Faless/io/encode_decode_safety_pr | Rémi Verschelde | 2019-04-01 | 13 | -83/+102 |
| |\ \ |
|
| | * | | Add object encoding param to serialization methods | Fabio Alessandrelli | 2019-04-01 | 11 | -60/+80 |
| | * | | Multiplayer API now respects allow_object_decoding | Fabio Alessandrelli | 2019-04-01 | 1 | -6/+6 |
| | * | | Use same boolean for objects encode and decode. | Fabio Alessandrelli | 2019-03-28 | 3 | -25/+24 |
| * | | | Some improvements to is_equal_approx, restored Quat operator. | Juan Linietsky | 2019-04-01 | 4 | -9/+28 |
| |/ / |
|
| * | | Revert accidental commits | Pedro J. Estébanez | 2019-03-20 | 5 | -130/+0 |
| * | | Create live view dock [wip] | Pedro J. Estébanez | 2019-03-20 | 3 | -0/+24 |
| * | | Create class for shared memory blocks [wip] | Pedro J. Estébanez | 2019-03-20 | 2 | -0/+106 |
| |/ |
|
| * | Merge pull request #25495 from IronicallySerious/fix-expand-macros | Rémi Verschelde | 2019-03-16 | 3 | -3/+3 |
| |\ |
|
| | * | Fix parameterised macros in core. Addresses #25488 | IronicallySerious | 2019-02-18 | 3 | -3/+3 |
| * | | Merge pull request #26851 from RandomShaper/fix-26460-fake-event-flood | Rémi Verschelde | 2019-03-09 | 2 | -0/+6 |
| |\ \ |
|
| | * | | Fix fake null-motion mouse event flood | Pedro J. Estébanez | 2019-03-09 | 2 | -0/+6 |
| * | | | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | 2019-03-09 | 4 | -2/+11 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Allow class_name scripts to have nested inheritance | George Marques | 2019-03-09 | 4 | -2/+11 |
| * | | | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa | 2019-03-08 | 3 | -0/+11 |
| |/ / |
|
| * | | Merge pull request #26745 from akien-mga/android-modules-def | Rémi Verschelde | 2019-03-07 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Define android/modules globally so it appears in Project Settings | Rémi Verschelde | 2019-03-07 | 1 | -0/+3 |
| * | | | Fix -Wc++11-extensions warning after #26737 | Rémi Verschelde | 2019-03-07 | 2 | -2/+3 |
| * | | | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky | 2019-03-07 | 2 | -0/+5 |
| * | | | Fixed get_seed() not returning the correct seed. | MidZik | 2019-03-07 | 2 | -15/+20 |
| |/ / |
|
| * | | Merge pull request #26665 from bojidar-bg/19704-singleton-constants | Rémi Verschelde | 2019-03-06 | 2 | -0/+23 |
| |\ \ |
|
| | * | | Fix enums coming from other classes without preload | Bojidar Marinov | 2019-03-05 | 2 | -0/+23 |
| * | | | Safer way to update animation if changed, fixes #26670 | Juan Linietsky | 2019-03-06 | 1 | -5/+2 |
| * | | | Use GCC builtins for bswap as compiler can then emit these via instructions. | marxin | 2019-03-05 | 1 | -1/+14 |
| |/ / |
|
| * | | Merge pull request #26629 from bojidar-bg/18386-object-callv-errors | Rémi Verschelde | 2019-03-05 | 1 | -13/+12 |
| |\ \ |
|
| | * | | Print errors comming from callv | Bojidar Marinov | 2019-03-05 | 1 | -13/+12 |
| * | | | Merge pull request #26614 from MarianoGnu/tileset_editor | Hein-Pieter van Braam | 2019-03-05 | 2 | -0/+37 |
| |\ \ \ |
|
| | * | | | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ... | Mariano Suligoy | 2019-03-04 | 2 | -0/+37 |
| | |/ / |
|
| * / / | Make sure ResurceLoader.exists works on imported files, fixes #23555 | Juan Linietsky | 2019-03-04 | 2 | -0/+6 |
| |/ / |
|
| * | | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky | 2019-03-04 | 3 | -0/+28 |
| * | | More style cleanup... | Rémi Verschelde | 2019-03-04 | 1 | -1/+1 |
| * | | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky | 2019-03-03 | 4 | -0/+47 |
| * | | Merge pull request #26547 from vnen/gdscript-dependency-parse | Juan Linietsky | 2019-03-03 | 2 | -0/+18 |
| |\ \ |
|
| | * | | Add function to get String from FileAccess | George Marques | 2019-03-03 | 2 | -0/+18 |
| * | | | Implement a more coherent (and way less hack) way to block animation updates,... | Juan Linietsky | 2019-03-03 | 2 | -1/+14 |
| * | | | Ability to keep pumping messages while being debugged, may be a solution for ... | Juan Linietsky | 2019-03-03 | 2 | -0/+2 |
| |/ / |
|
| * | | Merge pull request #25934 from mrcdk/pool_int_real_color_interpolate | Rémi Verschelde | 2019-03-03 | 1 | -3/+67 |
| |\ \ |
|
| | * | | Added PoolIntArray, PoolRealArray and PoolColorArray interpolate | MrCdK | 2019-02-16 | 1 | -3/+67 |
| * | | | Scale quickhull tolerance with mesh size | Hein-Pieter van Braam | 2019-03-01 | 2 | -3/+3 |
| * | | | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | 2019-03-01 | 1 | -0/+20 |
| * | | | -Fix problem of order of import plugins, closes #26340 | Juan Linietsky | 2019-02-27 | 2 | -3/+7 |