Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-06 | Merge pull request #15395 from karroffel/gdnative-reloading | Rémi Verschelde | |
[GDNative] added reload property | |||
2018-01-06 | [GDNative] added reload property | karroffel | |
2018-01-06 | Fix build of GDMonoField | Rémi Verschelde | |
Closes #15385. | |||
2018-01-05 | Merge pull request #15375 from volzhs/button-group | Rémi Verschelde | |
Remove button from button_group when free | |||
2018-01-05 | Avoid crashing when dependencies on inherited/instanced scenes cant be ↵ | Juan Linietsky | |
satisfied, fixes #15298 | |||
2018-01-06 | Remove button from button_group when free | volzhs | |
2018-01-05 | Print error if a resource can't load from script, fixes #15313 | Juan Linietsky | |
2018-01-05 | Make sure .import folder exists before importing, in case user deleted it ↵ | Juan Linietsky | |
manually. Fixes #15315 | |||
2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde | |
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 | |
#15316 | |||
2018-01-05 | Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_method | Rémi Verschelde | |
Add missing method for javascript | |||
2018-01-05 | Force button release when window focuses out, fixes #15318 and likely many ↵ | Juan Linietsky | |
other issues. | |||
2018-01-05 | Merge pull request #15372 from Faless/fix_themes | Rémi Verschelde | |
Fix theme inheritance | |||
2018-01-05 | Forced set mouse global position always, hopefully will fix #15354, ↵ | Juan Linietsky | |
otherwise out of luck. | |||
2018-01-05 | Fix theme inheritance | Fabio Alessandrelli | |
2018-01-05 | Add missing method for javascript | Guilherme Silva | |
2018-01-05 | Fix dual paraboloid shadow maps, closes #14487 | Juan Linietsky | |
2018-01-05 | Fixed GIProbe blending, closes #15164 | Juan Linietsky | |
2018-01-05 | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵ | Juan Linietsky | |
still look broken somehow.. | |||
2018-01-05 | X11: Add missing return in OS_X11::initialize(). | Andreas Haas | |
2018-01-05 | Issue template: Remove checkbox and reword some comments | Rémi Verschelde | |
2018-01-05 | Merge pull request #15356 from damarindra/tileset-properties | Rémi Verschelde | |
prevent autotile properties out of bounds | |||
2018-01-05 | prevent autotile properties out of bounds | damarindra | |
2018-01-05 | Merge pull request #15352 from thomaslynge/anim_drag_key_glitch | Rémi Verschelde | |
Visual glitch when dragging keyframes #15285 | |||
2018-01-05 | Visual glitch when dragging keyframes #15285. Changed to int cast. | Thomas Lynge | |
2018-01-05 | Drop obsolete bitmap doc fonts | Rémi Verschelde | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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 | |
- 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 | |
2018-01-04 | Merge pull request #15347 from leoddd/leoddd-patch-1 | Rémi Verschelde | |
(DOCS) forward_canvas_gui_input only takes one parameter | |||
2018-01-04 | forward_canvas_gui_input only takes one parameter | Tim Schellenberg | |
2018-01-04 | Merge pull request #15346 from neikeq/properties-are-overrated | Rémi Verschelde | |
Mono: Add properties support in scripts | |||
2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry | |
2018-01-04 | Merge pull request #15343 from touilleMan/add-gdnative-wrapper-on-ci | Rémi Verschelde | |
[GDnative] Add GDnative wrapper lib on CI build | |||
2018-01-04 | Merge pull request #15338 from touilleMan/disable-lto-gdnative-wrapper | Rémi Verschelde | |
[GDnative] Disable lto for gdnative wrapper | |||
2018-01-04 | Merge pull request #15341 from volzhs/scene-index-error | Rémi Verschelde | |
Fix get_edited_scene_root error at starting editor | |||
2018-01-04 | Merge pull request #15340 from sudoio/master | Rémi Verschelde | |
Clean up \n from end of translation strings | |||
2018-01-04 | Add GDnative wrapper lib on CI build | Emmanuel Leblond | |
2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | |
2018-01-04 | Clean up \n from end of translation strings | Artem Varaksa | |
2018-01-05 | Fix get_edited_scene_root error at starting editor | volzhs | |
Fix #15300 | |||
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | |
Fix PopupMenu to show & detect properly hover area | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-04 | Merge pull request #15333 from PJB3005/18-01-04-control-mouse-filter-docs | Rémi Verschelde | |
Document Control.mouse_filter and its constants. | |||
2018-01-04 | Fix macOS and other builds after #15299 | Duy-Nguyen TA | |
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 | |
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | |
Fix #15275 | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Document Control.mouse_filter and its constants. | PJB3005 | |
2018-01-05 | Merge pull request #15330 from sudoio/master | volzhs | |
Fixed missing parenthesis |