summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-23Merge pull request #9773 from Noshyaar/pr-tabsRémi Verschelde
Tabs: expose tab_close_display_policy property
2017-07-23Merge pull request #9772 from Noshyaar/pr-classxmlRémi Verschelde
Docs: fix broken ref tags
2017-07-23Merge pull request #9771 from Noshyaar/pr-rstRémi Verschelde
Docs: ignore tags inside code,codeblock tag
2017-07-23Merge pull request #9770 from eska014/html5-focusRémi Verschelde
Implement input focus behavior in HTML5
2017-07-23Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400Rémi Verschelde
Fixed script tab selection on file close, issue 8400
2017-07-23Merge pull request #9761 from Noshyaar/pr-fixRémi Verschelde
ScriptEditor: suppress get_child errors
2017-07-23Merge pull request #9758 from vnen/fix-vs-returnRémi Verschelde
VS: Fix return value for user-defined functions
2017-07-23Merge pull request #9741 from vnen/fix-vs-customnodeRémi Verschelde
Fix issues with custom nodes in visual script
2017-07-23Merge pull request #9713 from marcelofg55/masterRémi Verschelde
Fix for possible crash in OS X audio init.
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-23Tabs: expose tab_close_display_policy propertyPoommetee Ketson
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-22Implement input focus behavior in HTML5L. Krause
- Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted
2017-07-22Docs: fix broken ref tagsPoommetee Ketson
2017-07-22Docs: ignore tags inside code,codeblock tagPoommetee Ketson
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-22Fixed script tab selection on file close, issue 8400Paulb23
2017-07-22ScriptEditor: suppress get_child errorsPoommetee Ketson
2017-07-22VS: Fix return value for user-defined functionsGeorge Marques
2017-07-22Merge pull request #9730 from capnm/fix-custom_features-typoGeorge Marques
custom_features: fix typo
2017-07-21Update a VS custom node when its script changesGeorge Marques
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-21Fix issues with custom nodes in visual scriptGeorge Marques
- Doesn't crash anymore. - Inputs are properly transferred.
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-19Fix for possible crash in OS X audio init.Marcelo Fernandez