| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | [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-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 | |||||
| 2018-01-05 | Force button release when window focuses out, fixes #15318 and likely many ↵ | Juan Linietsky | 1 | -5/+16 | |
| other issues. | |||||
| 2018-01-05 | Forced set mouse global position always, hopefully will fix #15354, ↵ | Juan Linietsky | 1 | -0/+1 | |
| otherwise out of luck. | |||||
| 2018-01-05 | Fix theme inheritance | Fabio Alessandrelli | 1 | -2/+3 | |
| 2018-01-05 | Add missing method for javascript | Guilherme Silva | 2 | -0/+4 | |
| 2018-01-05 | Fix dual paraboloid shadow maps, closes #14487 | Juan Linietsky | 1 | -2/+1 | |
| 2018-01-05 | Fixed GIProbe blending, closes #15164 | Juan Linietsky | 1 | -3/+3 | |
| 2018-01-05 | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵ | Juan Linietsky | 2 | -15/+46 | |
| still look broken somehow.. | |||||
| 2018-01-05 | X11: Add missing return in OS_X11::initialize(). | Andreas Haas | 1 | -0/+2 | |
| 2018-01-05 | Issue template: Remove checkbox and reword some comments | Rémi Verschelde | 1 | -6/+7 | |
| 2018-01-05 | prevent autotile properties out of bounds | damarindra | 1 | -0/+1 | |
| 2018-01-05 | Visual glitch when dragging keyframes #15285. Changed to int cast. | Thomas Lynge | 1 | -1/+1 | |
| 2018-01-05 | Drop obsolete bitmap doc fonts | Rémi Verschelde | 4 | -109/+0 | |
| 2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | 1527 | -238/+2313 | |
| Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||||
| 2018-01-05 | Improve script to add/fix copyright headers | Rémi Verschelde | 1 | -17/+46 | |
| - The header now always ends with exactly one empty line - Comments after the header are no longer removed - Improved readability with clearer file names and comments | |||||
| 2018-01-05 | Visual glitch when dragging keyframes #15285 | Thomas Lynge | 1 | -1/+1 | |
| 2018-01-04 | forward_canvas_gui_input only takes one parameter | Tim Schellenberg | 1 | -1/+1 | |
| 2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry | 20 | -169/+690 | |
| 2018-01-04 | Add GDnative wrapper lib on CI build | Emmanuel Leblond | 2 | -2/+2 | |
| 2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | 1 | -0/+8 | |
| 2018-01-04 | Clean up \n from end of translation strings | Artem Varaksa | 6 | -12/+12 | |
| 2018-01-05 | Fix get_edited_scene_root error at starting editor | volzhs | 3 | -2/+4 | |
| Fix #15300 | |||||
| 2018-01-04 | Fix macOS and other builds after #15299 | Duy-Nguyen TA | 5 | -7/+8 | |
| Commit ammended by @akien-mga to fix more platforms. | |||||
| 2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky | 4 | -5/+60 | |
| 2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | 1 | -3/+2 | |
| Fix #15275 | |||||
| 2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | 1 | -5/+5 | |
| 2018-01-04 | Document Control.mouse_filter and its constants. | PJB3005 | 1 | -0/+4 | |
| 2018-01-04 | Fixed missing parenthesis | Artem Varaksa | 1 | -1/+1 | |
| 2018-01-04 | Add missing translation in Javascript export dialog | Rémi Verschelde | 1 | -9/+9 | |
| Also remove newlines from translated strings. | |||||
| 2018-01-04 | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | 1 | -2/+10 | |
| definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||||
| 2018-01-04 | Project Manager: fix random breaking of scrolling | Bernhard Liebl | 1 | -0/+1 | |
| 2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond | 21 | -41/+63 | |
| 2018-01-04 | Fixed "Tile Set" button always showing bug introduced with #15309. | Michael Alexsander Silva Dias | 1 | -10/+12 | |
| 2018-01-04 | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | 1 | -10/+11 | |
| 2018-01-04 | Tree: only draw visible relationship lines | Bernhard Liebl | 1 | -7/+23 | |
| 2018-01-04 | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl | 1 | -4/+6 | |
| 2018-01-03 | found via cppcheck: | firefly2442 | 7 | -11/+7 | |
| remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||||
| 2018-01-04 | doc: Sync classref with current source | Rémi Verschelde | 3 | -41/+39 | |
| 2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | 4 | -11/+10 | |
| As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog. | |||||
| 2018-01-03 | Fixed the "Tile Set" button being able to go out of bounds. | Michael Alexsander Silva Dias | 1 | -7/+2 | |
| 2018-01-03 | TextEdit horizontal scrolling with shift | Ian | 1 | -2/+10 | |
