Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2019-09-30 | Merge pull request #32447 from YeldhamDev/tree_drag_center_icon | Rémi Verschelde | |
Minor visual adjustment in drag preview of the scene and file tree editors | |||
2019-09-30 | Minor visual adjustment in drag preview of the scene and file tree editors | Michael Alexsander Silva Dias | |
2019-09-30 | Altered rotation_degrees range | Soumya Lahiri | |
2019-09-30 | Implement DOF blur, Glow, and BCS in GLES2 | clayjohn | |
2019-09-30 | FIX: Tabs text translation | ternvein | |
2019-09-30 | FIX: WindowDialog title translation | ternvein | |
2019-09-30 | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde | |
Fix plugin script classes defined even if inactive. | |||
2019-09-30 | Merge pull request #32438 from Chaosus/fix_dialog_theme | Rémi Verschelde | |
Fix theme in visual script dialogs (at startup) | |||
2019-09-30 | Fix theme in visual script dialogs (at startup) | Chaosus | |
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
2019-09-30 | Fix plugin script classes defined even if inactive. | willnationsdev | |