Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-27 | Merge pull request #29217 from Calinou/fix-scons-platform-autodetection | Rémi Verschelde | |
Fix SCons automatic platform detection on Linux | |||
2019-05-27 | Fix SCons automatic platform detection on Linux | Hugo Locurcio | |
2019-05-27 | Merge pull request #29001 from ibrahn/message-arg-destroy | Rémi Verschelde | |
MessageQueue::flush now always destroys parameters of a spent message | |||
2019-05-27 | Merge pull request #29014 from mbrlabs/gles2_precision_fix | Rémi Verschelde | |
Use highp precision in the gles2 fragment shader if available | |||
2019-05-27 | Merge pull request #29200 from KoBeWi/filter_select | Rémi Verschelde | |
Deselect hidden nodes on filter | |||
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde | |
Add native window/taskbar icon support for Windows and macOS. | |||
2019-05-27 | Merge pull request #29172 from KoBeWi/path_deoverflowing | Rémi Verschelde | |
Don't allow PathFollow offset outside bounds | |||
2019-05-27 | Merge pull request #29176 from Calinou/tweak-particle-animation-warning | Rémi Verschelde | |
Tweak the particle animation node configuration warning message | |||
2019-05-27 | Merge pull request #29198 from NilsIrl/seg_fault | Rémi Verschelde | |
Fix Segmentation fault and reduce memory consumption | |||
2019-05-27 | Merge pull request #29199 from mhilbrunner/no-platform-no-more | Rémi Verschelde | |
Scons: Fix .editorconfig, autodetect platform argument if missing | |||
2019-05-27 | Merge pull request #29207 from dankan1890/hotfix | Rémi Verschelde | |
Fixed typo in SConstruct | |||
2019-05-26 | Fixed typo in SConstruct | dankan1890 | |
2019-05-26 | Fix Segmentation fault and reduce memory consumption | Nils ANDRÉ-CHANG | |
2019-05-26 | Merge pull request #29202 from KoBeWi/regrescroll | Rémi Verschelde | |
Fix TextEdit blocking scroll without scrollbar | |||
2019-05-26 | Fix TextEdit blocking scroll without scrollbar | Tomasz Chabora | |
2019-05-26 | Deselect hidden nodes on filter | Tomasz Chabora | |
2019-05-26 | Scons: Autodetect platform if not specified | Max Hilbrunner | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2019-05-26 | Include SConstruct in .editorconfig | Max Hilbrunner | |
2019-05-26 | Merge pull request #29184 from aaronfranke/mono-tan-xy-yx | Ignacio Roldán Etcheverry | |
[Mono] Change Atan2 arguments to (y, x) | |||
2019-05-26 | Merge pull request #28786 from ShyRed/monodefines | Ignacio Roldán Etcheverry | |
Add Godot constants to Mono project builds | |||
2019-05-26 | Merge pull request #29194 from KoBeWi/get_rekt | Rémi Verschelde | |
Add example usage for get_rect() | |||
2019-05-26 | Add example usage for get_rect() | Tomasz Chabora | |
2019-05-26 | Merge pull request #27252 from Calinou/add-shortcut-quit-project-manager | Rémi Verschelde | |
Quit the Project Manager when Command + Q is pressed | |||
2019-05-26 | [Mono] Change Atan2 arguments to Y X | Aaron Franke | |
2019-05-26 | Add Godot constants to Mono project builds | ShyRed | |
This adds constants to projects build via Godot Mono which allows project to conditionally react to different operating systems and 32/64 Bit architecture. Additionally .NET libraries could support multiple engines like Unity and Godot at the same time when compiled from Godot and reacting to definitions. | |||
2019-05-26 | Merge pull request #29021 from aaronfranke/mono-tuple | Ignacio Roldán Etcheverry | |
[Mono] Misc Basis and AABB improvements | |||
2019-05-25 | Merge pull request #29177 from YeldhamDev/animeditor_node_fix | Rémi Verschelde | |
Fix "Node not found:" error message when adding tracks | |||
2019-05-25 | Fix "Node not found:" error message when adding tracks | Michael Alexsander Silva Dias | |
2019-05-25 | Tweak the particle animation node configuration warning message | Hugo Locurcio | |
2019-05-25 | Don't allow PathFollow offset outside bounds | Tomasz Chabora | |
2019-05-25 | Merge pull request #29166 from akien-mga/teach-git-what-binaries-are | Max Hilbrunner | |
Git: Explicitly list binary files as such to avoid EOL change | |||
2019-05-25 | Use highp precision for gles2 shader uniforms if not explicitly set. | Marcus Brummer | |
The use of different default precision values (highp in vertex; mediump in fragment) for uniform variables caused the shader program to not link properly on some android devices/emulators. | |||
2019-05-25 | Merge pull request #29159 from YeldhamDev/doc_theme_skinning_link | Rémi Verschelde | |
Add "GUI skinning" tutorial link to the 'Theme' doc | |||
2019-05-25 | Merge pull request #29157 from YeldhamDev/spatial_view_button_container | Rémi Verschelde | |
Place the spatial editor's top left buttons in a container | |||
2019-05-25 | Merge pull request #29165 from YeldhamDev/animplayer_bottom_pressed_fix | Rémi Verschelde | |
Fix animation editor's bottom panel button not being pressed on certain occasions | |||
2019-05-25 | Git: Explicitly list binary files as such to avoid EOL change | Rémi Verschelde | |
text=auto works well in Git 2.10+ but it's broken in previous versions, which are still used in production on e.g. Ubuntu 16.04 LTS. Also fix a couple missed text files with CRLF terminators. .bat files likely require it to be processed properly on Windows, but core.autocrlf should take care of converting them on the fly when checking out on Windows. | |||
2019-05-25 | Fix animation editor's bottom panel button not being pressed on certain ↵ | Michael Alexsander Silva Dias | |
occasions | |||
2019-05-24 | Merge pull request #28993 from Calinou/server-hide-noop-cli-arguments | Rémi Verschelde | |
Hide non-applicable CLI arguments in the server platform | |||
2019-05-24 | Merge pull request #29152 from nekomatata/fix-node-rename-tool-script | Rémi Verschelde | |
Fixed scene tree update after changing node name in tool script | |||
2019-05-24 | Merge pull request #29145 from GodotExplorer/gdscript-extend-fix | Rémi Verschelde | |
Fix parse error when inherits from subclass of named classes | |||
2019-05-24 | Add "GUI skinning" tutorial link to the 'Theme' doc | Michael Alexsander Silva Dias | |
2019-05-24 | Merge pull request #29156 from JohnGabrielUK/add-transparent-color | Max Hilbrunner | |
Add "transparent" to named color list | |||
2019-05-24 | Add "transparent" to named color list | John Gabriel | |
2019-05-24 | Place the spatial editor's top left buttons in a container | Michael Alexsander Silva Dias | |
2019-05-24 | Hide non-applicable CLI arguments in the server platform | Hugo Locurcio | |
This refactors some of the CLI parsing code to follow the CLI help's order, making it easier to toggle using compile-time defines. | |||
2019-05-24 | Merge pull request #29078 from KoBeWi/scroll_stuff | Rémi Verschelde | |
Improvements to scroll handling | |||
2019-05-24 | Merge pull request #28907 from dankan1890/contextual_help | Rémi Verschelde | |
ScriptEditor: Changed the shortcut for contextual help in ALT + F1 | |||
2019-05-24 | Merge pull request #29132 from clayjohn/sort_depth_fix | Rémi Verschelde | |
Fix "no depth test" and render_priority sorting | |||
2019-05-24 | Merge pull request #29112 from hbina/fix_auto_ordering | Rémi Verschelde | |
Fixed scripts list ordering despite being disabled | |||
2019-05-24 | Merge pull request #28836 from Jummit/vs-fix-default-call-modes | Rémi Verschelde | |
Change the call mode to self when adding nodes via the node search |