Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Merge pull request #32490 from mrcdk/tree_scroll_scrollcontainer | Rémi Verschelde | |
Handle scrolling correctly in Tree controls inside ScrollContainers | |||
2019-10-03 | Merge pull request #32491 from lupoDharkael/inspector-frame | Rémi Verschelde | |
Inspector: select self object after selecting a stack frame | |||
2019-10-03 | Merge pull request #32508 from Calinou/remove-stb-truetype | Rémi Verschelde | |
Remove unused stb_truetype-based DynamicFont implementation | |||
2019-10-03 | Merge pull request #32510 from clayjohn/GLES2-fix-black-editor-and-crash | Rémi Verschelde | |
Remove glViewport call as it wasnt needed and caused crash GLES2 | |||
2019-10-03 | Merge pull request #32504 from Relintai/fix_empty_animatin_player_crash | Rémi Verschelde | |
Fix crash in #32473. (Automatically seek timeline in selected animation) | |||
2019-10-03 | Merge pull request #32505 from clayjohn/GLES2-fix-probe-crash | Rémi Verschelde | |
Fix reflection probe crash in GLES2 with post-processing | |||
2019-10-03 | Merge pull request #32503 from Chaosus/vs_custom | Yuri Roubinsky | |
Drag&drop custom nodes from filesystem to visual shader | |||
2019-10-02 | remove glViewport call as it wasnt needed and caused crash | clayjohn | |
2019-10-03 | Remove unused stb_truetype-based DynamicFont implementation | Hugo Locurcio | |
The DynamicFont implementation currently in use is based on FreeType, which provides much better visual quality. This old implementation wasn't exposed anywhere, so this shouldn't break compatibility. This decreases binary sizes by a few kilobytes. | |||
2019-10-03 | Fix crash in #32473. (Automatically seek timeline in selected animation) | Relintai | |
2019-10-02 | Fix reflection probe crash in GLES2 with post-processing | clayjohn | |
2019-10-02 | Drag&drop custom nodes from filesystem to visual shader | Yuri Roubinsky | |
+ better loading of custom nodes | |||
2019-10-02 | Merge pull request #32498 from godotengine/revert-32434-script-class-no-plugins | Rémi Verschelde | |
Revert "Fix plugin script classes defined even if inactive." | |||
2019-10-02 | Merge pull request #32497 from Chaosus/doc_thread_tutorial | Rémi Verschelde | |
Added link to tutorial for Thread class | |||
2019-10-02 | Merge pull request #32492 from akien-mga/fix-ip-uwp | Rémi Verschelde | |
IP: Fix build error on UWP | |||
2019-10-02 | Merge pull request #32484 from Chaosus/shader_fix | Rémi Verschelde | |
Removed unnecessary shader error log messages | |||
2019-10-02 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @creikey, @IronicallySerious, @LikeLakers2, @minraws, @NilsIrl, @profan, @raphael10241024 New Platinum sponsor, added to splash screen: Heroic Labs Merged some duplicates via .mailmap to allow better tracking of commit counts with `git shortlog -s -n -e --no-merges`. Thanks to all contributors and donors for making Godot possible! | |||
2019-10-02 | Revert "Fix plugin script classes defined even if inactive." | Rémi Verschelde | |
2019-10-02 | Added link to tutorial for Thread class | Yuri Roubinsky | |
2019-10-02 | Merge pull request #32494 from Chaosus/vs_fix_globals | Yuri Roubinsky | |
Fix global code in visual shaders if two or more custom nodes are used | |||
2019-10-02 | Fix global code in visual shaders if two or more custom nodes are used | Yuri Roubinsky | |
2019-10-02 | IP: Fix build error on UWP | Rémi Verschelde | |
Fixes this error: ``` drivers\unix\ip_unix.cpp(155): error C2593: 'operator =' is ambiguous .\core/ustring.h(177): note: could be 'void String::operator =(const CharType *)' .\core/ustring.h(176): note: or 'void String::operator =(const char *)' drivers\unix\ip_unix.cpp(155): note: while trying to match the argument list '(String, int)' ``` | |||
2019-10-02 | Inspector: select self object after selecting a stack frame | lupoDharkael | |
2019-10-02 | Handle scrolling correctly in Tree controls inside ScrollContainers | MrCdK | |
2019-10-02 | Merge pull request #32473 from KoBeWi/seaking_ani | Rémi Verschelde | |
Automatically seek timeline in selected animation | |||
2019-10-02 | Merge pull request #32485 from Calinou/macros-add-semicolons | Rémi Verschelde | |
Add missing semicolons to `BIND_ENUM_CONSTANT` macro uses | |||
2019-10-02 | Merge pull request #32483 from Calinou/remove-sort-demos-script | Rémi Verschelde | |
Remove obsolete `sort_demos.sh` script | |||
2019-10-02 | Merge pull request #32489 from AlexHolly/fix-script-editor-tooltip | Rémi Verschelde | |
Update ScriptEditor and ShaderEditor Tooltip | |||
2019-10-02 | Removed unnecessary shader error log messages | Yuri Roubinsky | |
2019-10-02 | Update ScriptEditor and ShaderEditor Tooltip | Alexander Holland | |
fix #32417 | |||
2019-10-02 | Merge pull request #32481 from Calinou/tweak-function-definition-color | Rémi Verschelde | |
Tweak the default function definition color when using a dark theme | |||
2019-10-02 | Merge pull request #32482 from godotengine/revert-32459-master | Rémi Verschelde | |
Revert "Fixes CPUParticles2D not making use of AtlasTextures" | |||
2019-10-02 | Add missing semicolons to `BIND_ENUM_CONSTANT` macro uses | Hugo Locurcio | |
2019-10-02 | Remove obsolete `sort_demos.sh` script | Hugo Locurcio | |
The Project Manager now sorts projects by name by default, making this script redundant. | |||
2019-10-02 | Revert "Fixes CPUParticles2D not making use of AtlasTextures" | Rémi Verschelde | |
2019-10-02 | Tweak the default function definition color when using a dark theme | Hugo Locurcio | |
This decreases its saturation to make it less visually jarring. The code was also refactored for clarity and to avoid repetition. | |||
2019-10-02 | Merge pull request #32459 from bitstopper/master | Rémi Verschelde | |
Fixes CPUParticles2D not making use of AtlasTextures | |||
2019-10-01 | Merge pull request #32448 from Relintai/fix_run_with_new_emscripten | Rémi Verschelde | |
Fix for running the export templates with newer emscripten versions. | |||
2019-10-01 | Merge pull request #32471 from clayjohn/GLES2-effects-update | Rémi Verschelde | |
Updated defaults and documentation for GLES2 glow | |||
2019-10-01 | Merge pull request #32468 from YeldhamDev/code_replace_hide_fix | Rémi Verschelde | |
Fix text search bar not correctly switching from replacing to just searching | |||
2019-10-01 | Automatically seek timeline in selected animation | Tomasz Chabora | |
2019-10-01 | updated defaults and documentation for GLES2 glow | clayjohn | |
2019-10-01 | Fixed running the export templates with newer emscripten versions. | Relintai | |
2019-10-01 | Fix text search bar not correctly switching from replacing to just searching | Michael Alexsander | |
2019-10-01 | Merge pull request #32467 from Ternvein/grid-container-min-size-fix | Rémi Verschelde | |
Fix GridContainer children visibility check for min size evaluation | |||
2019-10-01 | FIX: GridContainer children visibility check for min size evaluation | ternvein | |
2019-10-01 | Fixes CPUParticles2D not making use of AtlasTextures | bitstopper | |
Fixes CPUParticles2D not making use of AtlasTextures #2 | |||
2019-10-01 | Merge pull request #32461 from Chaosus/vs_sampler_type | Rémi Verschelde | |
Added sampler port type for visual shaders | |||
2019-10-01 | Merge pull request #32460 from Nutriz/doc_surfacetool_commit | Rémi Verschelde | |
Update doc for SurfaceTool.commit() flags | |||
2019-10-01 | Merge pull request #32463 from Kanabenki/fix-time-cast | Rémi Verschelde | |
Fix casting to uint64_t when returning unix system time |