Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2019-10-01 | Added sampler port type for visual shaders | Chaosus | |
2019-10-01 | Fix casting to uint64_t when returning unix system time | Kanabenki | |
2019-10-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-01 | Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakref | Rémi Verschelde | |
Allow weakref(null) in gdscript | |||
2019-10-01 | Merge pull request #32364 from Relintai/resizeable-texture-progress | Rémi Verschelde | |
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills. | |||
2019-10-01 | add doc about flags for SurfaceTool.commit() | Nutriz | |
2019-10-01 | Merge pull request #32440 from Ternvein/control-translation-fix | Rémi Verschelde | |
Fix for WindowDialog and Tabs controls translation | |||
2019-10-01 | Merge pull request #32450 from soumyalahiri/rotation-adjustment | Rémi Verschelde | |
Altered rotation_degrees range | |||
2019-10-01 | Merge pull request #31845 from clayjohn/GLES2-BCS | Rémi Verschelde | |
Implement DOF blur, Glow, and BCS in GLES2 | |||
2019-10-01 | Merge pull request #32442 from Chaosus/vs_textures_drop | Rémi Verschelde | |
Drag&drop textures from filesystem to visual shader | |||
2019-10-01 | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | |
2019-10-01 | Merge pull request #30919 from nekomatata/timer-update-transform-fix | Rémi Verschelde | |
Fix GPU particle transform delay when created on SceneTree timer timeout | |||
2019-09-30 | Make TextureProgress's nine_patch_stretch property to enable stretching for ↵ | Relintai | |
radial fills. |