summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-23Merge pull request #9706 from djrm/theme_fixesRémi Verschelde
Icons can now be added inside line edits (Search icon).
2017-07-23Merge pull request #9684 from eska014/html5-msvcRémi Verschelde
Fix building HTML5 when cmd.exe is set up for MSVC
2017-07-23Merge pull request #9785 from vnen/update-zstdRémi Verschelde
zstd: Update to upstream version 1.3.0
2017-07-22zstd: Update to upstream version 1.3.0George Marques
2017-07-22Fix atomic operations in NO_THREADS buildsL. Krause
2017-07-22function to add script and instance at once, as needed by neikeqJuan Linietsky
2017-07-22Script languges are uninitialized properly now.Juan Linietsky
2017-07-22Merge pull request #9757 from RameshRavone/patch-1Thomas Herzog
gdnative bug fix in get (return null check)
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-22libpng: Update to upstream version 1.6.31rc01Rémi Verschelde
Fixes various issues with 1.6.30, especially ARM build. Supersedes change in #9722.
2017-07-22Fix building HTML5 when cmd.exe is set up for MSVCL. Krause
2017-07-22Merge pull request #9754 from Hinsbart/obj_fixRémi Verschelde
OBJ Importer: Fix relative path materials.
2017-07-22Merge pull request #9749 from kubecz3k/animtree-slider-fixRémi Verschelde
AnimationTree nodes sliders fixes
2017-07-22Merge pull request #9743 from Noshyaar/pr-itemlistRémi Verschelde
Enhanced About dialog, Add ItemList auto_height
2017-07-22Merge pull request #9742 from quinnyo/project-manager-new-configRémi Verschelde
updated project manager to use new project.godot values
2017-07-22Merge pull request #9717 from kubecz3k/plugin-methods-renameRémi Verschelde
Rename of two EditorPlugin methods
2017-07-22Merge pull request #9730 from capnm/fix-custom_features-typoGeorge Marques
custom_features: fix typo
2017-07-22gdnative bug fix in get (return null check)Ramesh Ravone
2017-07-21OBJ Importer: Fix relative path materials.Andreas Haas
2017-07-21AnimationTree nodes sliders fixesJakub Grzesik
2017-07-21Merge pull request #9745 from Marqin/faster_travisRémi Verschelde
make use of 2 cores in Travis CI
2017-07-21Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns.
2017-07-21updated project manager to use new project.godot valuesQuinn Yo
2017-07-21make use of 2 cores in Travis CIHubert Jarosz
2017-07-20EditorPlugin methods and signals renameJakub Grzesik
2017-07-20custom_features: fix typoMartin Capitanio
2017-07-19Fix "vertical" property of StyleBoxLineGeorge Marques
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-19Merge pull request #9722 from endragor/fix-android-exportJuan Linietsky
Fix android export templates build
2017-07-20Fix android export templates buildRuslan Mustakov
This commit fixes errors occurring during Android export template builds. This required modification in third-party library (libpng) to compile with NEON. Most likely a similar patch will be applied by them and we could then replace the modified version.
2017-07-19Icons can now be added inside line edits (Search icon).Daniel J. Ramirez
Fixed window title bar margins. fixed compilation error
2017-07-19Merge pull request #9699 from RameshRavone/masterThomas Herzog
[gdnative] `Object::_get` return type and dynamic property
2017-07-19Merge pull request #9703 from Noshyaar/docsRémi Verschelde
Add object type hint for docs
2017-07-19Merge pull request #9698 from GodotExplorer/pr-fix-configRémi Verschelde
Fix errors with global config names no more sorrys please
2017-07-19Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde
Make more informations available for Tool Plugins about the editor
2017-07-19Fix errors with global config names no more sorrys pleasegeequlim
2017-07-19[GDNative] dynamic propertiesRamesh Ravone
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18Merge pull request #9700 from djrm/button_fixesRémi Verschelde
Fixed button flat behavior when not in normal state.
2017-07-18Merge pull request #9695 from Noshyaar/pr-rcdRémi Verschelde
EditorNode: remove obsolete comments in constructor
2017-07-18Merge pull request #9629 from kubecz3k/tabs-addonsRémi Verschelde
Tabs enhancements: get_tab_rect(), move_tab()
2017-07-18Fixed button flat behavior when not in normal state.Daniel J. Ramirez
Also changed some buttons to flat mode
2017-07-18Tabs enhancements: get_tab_rect(), move_tab_from_to()Jakub Grzesik
exposed: get_tab_rect(tab_idx) new and exposed: move_tab_from_to(idx_from, idx_to)
2017-07-18Make available more informations about editor for Tool PluginsJakub Grzesik
2017-07-18_get return type fixRamesh Ravone
2017-07-18EditorNode: remove obsolete comments in constructorPoommetee Ketson
2017-07-18Merge pull request #9689 from djrm/theme_fixesRémi Verschelde
Added separators using StyleBoxLine, some theme style fixes
2017-07-18Merge pull request #9688 from djrm/slider_fixRémi Verschelde
Fixed slider centering when using SIZE_EXPAND_FILL.
2017-07-18Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez