| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format | Rémi Verschelde | 2019-02-27 | 3 | -8/+16 |
|\ \ |
|
| * | | Fix -Wsuggest-attribute=format warnings. | marxin | 2019-02-27 | 3 | -8/+16 |
* | | | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | 2019-02-27 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 2 | -2/+2 |
| |/ / |
|
* | | | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde | 2019-02-27 | 3 | -11/+12 |
* | | | -Properly handle missing ETC support on export | Juan Linietsky | 2019-02-26 | 2 | -2/+62 |
|/ / |
|
* | | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky | 2019-02-26 | 2 | -0/+15 |
* | | Remove setting that caused is_inside_tree() errors on doppler tracking enabled. | Juan Linietsky | 2019-02-26 | 1 | -8/+2 |
* | | Several fixes to make GLES2 on HTML5 work much better. | Juan Linietsky | 2019-02-25 | 6 | -33/+72 |
* | | Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly ... | Michael Alexsander Silva Dias | 2019-02-25 | 1 | -13/+19 |
* | | Fix wrapi to use int64_t instead int | Chaosus | 2019-02-25 | 1 | -2/+2 |
* | | Ensure all properties are refreshed when setting a script, fixes #24845 | Juan Linietsky | 2019-02-24 | 1 | -1/+1 |
* | | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky | 2019-02-24 | 2 | -1/+7 |
* | | Merge pull request #26171 from Calinou/fix-wrapi-crash | Rémi Verschelde | 2019-02-24 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix crash when using `wrapi()` with a range of zero | Hugo Locurcio | 2019-02-23 | 1 | -3/+3 |
* | | | Make allowed pid for window takeover happen immediately, fixes #21431 | Juan Linietsky | 2019-02-23 | 2 | -12/+0 |
|/ / |
|
* | | Don't crash when parse_utf8 receives a NULL pointer | Hein-Pieter van Braam | 2019-02-22 | 1 | -0/+3 |
* | | Merge pull request #26129 from YeldhamDev/undoredo_merge_all_fix | Rémi Verschelde | 2019-02-22 | 1 | -19/+13 |
|\ \ |
|
| * | | Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commitin... | Michael Alexsander Silva Dias | 2019-02-21 | 1 | -19/+13 |