| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-01-08 | Fix imported BitMap dimension flip | Poommetee Ketson | 1 | -1/+1 | |
| 2018-01-08 | Fixes #15416 - "The deleted nodes are hanging in the inspector." | Blazej Floch | 4 | -8/+19 | |
| 2018-01-08 | Fix use of execvp, earlier fix was short sighted and only worked | sambler | 1 | -11/+13 | |
| when godot could be found in PATH. The correct fix is to use sysctl to get the path to the current executable this also fixes the ability to call external commands. | |||||
| 2018-01-07 | Improve missing iOS loading screen error message | Ruslan Mustakov | 1 | -1/+1 | |
| 2018-01-08 | Set source code font with ttf, otf | volzhs | 3 | -56/+40 | |
| renamed interface/editor/custom_font to interface/editor/main_font moved text_editor/theme/font to interface/editor/code_font renamed interface/editor/font_size to interface/editor/main_font_size renamed interface/editor/source_code_size to interface/editor/code_font_size | |||||
| 2018-01-08 | Fix editor setting value is back to default | volzhs | 3 | -34/+67 | |
| Fix #15449 | |||||
| 2018-01-07 | Build WebAssembly module with -Os to decrease file size | Leon Krause | 1 | -2/+8 | |
| 2018-01-07 | Added Geany/geany_plugins files to the ".gitignore". | Michael Alexsander Silva Dias | 1 | -0/+4 | |
| 2018-01-07 | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez | 2 | -9/+1 | |
| 2018-01-07 | Fix stale dynamic font reference fetch from cache | Bernhard Liebl | 1 | -1/+1 | |
| Seems to fix issue 15392 | |||||
| 2018-01-07 | SCons: Fix build error on invalid module folders | Rémi Verschelde | 1 | -0/+2 | |
| 2018-01-07 | Initialize WebGL context in OS | Leon Krause | 1 | -3/+7 | |
| 2018-01-07 | Fix Android multi touch | volzhs | 3 | -20/+19 | |
| Fix #11798 | |||||
| 2018-01-07 | Fixes RegEx::sub injecting null character (issue 15409) | Bernhard Liebl | 1 | -11/+16 | |
| 2018-01-07 | Fixes debugger randomly not pausing | Bernhard Liebl | 1 | -0/+2 | |
| 2018-01-07 | Add null checking for paramaters in Undoredo | geequlim | 1 | -0/+6 | |
| 2018-01-07 | Fix crash due to stale refs to node selection lists | Bernhard Liebl | 1 | -18/+18 | |
| 2018-01-07 | Corrects wrong scrolling for short popups broken in 15405 | Bernhard Liebl | 1 | -3/+9 | |
| 2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | 3 | -3/+17 | |
| 2018-01-06 | Indicate what "t" means in interpolation docs | Aaron McLeod | 2 | -4/+4 | |
| 2018-01-07 | Remove 10.6+ runtime version checks, add 10.12+ runtime version checks | bruvzg | 1 | -31/+34 | |
| 2018-01-06 | fix center viewport out of size error, #15411 | Ian | 1 | -3/+4 | |
| 2018-01-07 | HTML5: Print without color control sequences | Leon Krause | 1 | -0/+5 | |
| 2018-01-06 | properly blend interior and exterior ambient in reflection probes, fixes #14695 | Juan Linietsky | 1 | -1/+1 | |
| 2018-01-06 | Properly dispose of instance capture data, fixes #14795 | Juan Linietsky | 2 | -1/+3 | |
| 2018-01-06 | Use better initialization value for normalmap, fixes #14720 | Juan Linietsky | 1 | -1/+1 | |
| 2018-01-06 | Ensure depth reads go via alpha render list, fixes #14759 | Juan Linietsky | 4 | -4/+7 | |
| 2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | 2 | -3/+8 | |
| 2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 13 | -399/+145 | |
| 2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl | 1 | -0/+5 | |
| 2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | 2 | -32/+28 | |
| 2018-01-06 | Fix internal Emscripten JS API calls | Leon Krause | 3 | -5/+5 | |
| Emscripten 1.37.24 no longer exports these by default | |||||
| 2018-01-06 | Fix typo in new strings | Poommetee Ketson | 2 | -2/+2 | |
| 2018-01-06 | Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+ | bruvzg | 1 | -45/+39 | |
| 2018-01-06 | Fix Android build error | volzhs | 1 | -1/+1 | |
| 2018-01-06 | i18n: Sync translation templates with current source | Rémi Verschelde | 47 | -3592/+10192 | |
| 2018-01-06 | i18n: Sync translations with Weblate | Rémi Verschelde | 14 | -1184/+973 | |
| 2018-01-06 | Improve detection of variable writing in shader, fixes #15177 | Juan Linietsky | 2 | -33/+31 | |
| 2018-01-06 | Fix crash when using Image.resize() without calling Image.create() first | Jerome67000 | 2 | -2/+6 | |
| 2018-01-06 | Update DONORS list | Rémi Verschelde | 1 | -13/+13 | |
| [ci skip] | |||||
| 2018-01-06 | Fix editor settings weird behavior | volzhs | 3 | -72/+58 | |
| 2018-01-06 | [GDNative] added reload property | karroffel | 3 | -12/+42 | |
| 2018-01-06 | Fix build of GDMonoField | Rémi Verschelde | 1 | -1/+1 | |
| Closes #15385. | |||||
| 2018-01-06 | Fix NEQ operation between 2 different Arrays | MrCdK | 1 | -4/+4 | |
| it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values | |||||
| 2018-01-05 | Avoid crashing when dependencies on inherited/instanced scenes cant be ↵ | Juan Linietsky | 1 | -1/+8 | |
| satisfied, fixes #15298 | |||||
| 2018-01-06 | Remove button from button_group when free | volzhs | 1 | -3/+3 | |
| 2018-01-05 | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky | 1 | -1/+7 | |
| 2018-01-05 | Make sure .import folder exists before importing, in case user deleted it ↵ | Juan Linietsky | 2 | -1/+13 | |
| manually. Fixes #15315 | |||||
| 2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde | 5 | -7/+9 | |
| Also made LINK and CXXFLAGS configurable as command line options. Note that LINK currently expects the *compiler* that will be used for linking and will call its configured linker behind the scenes (so g++, clang++, etc., not ld.gold). See #15364 for details. | |||||
| 2018-01-05 | Fixed problem with missing uninitialized last byte on waveform trip, closes ↵ | Juan Linietsky | 2 | -1/+3 | |
| #15316 | |||||
