summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-03Remove unused stb_truetype-based DynamicFont implementationHugo 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-02Merge pull request #32498 from godotengine/revert-32434-script-class-no-pluginsRémi Verschelde
Revert "Fix plugin script classes defined even if inactive."
2019-10-02Merge pull request #32497 from Chaosus/doc_thread_tutorialRémi Verschelde
Added link to tutorial for Thread class
2019-10-02Merge pull request #32492 from akien-mga/fix-ip-uwpRémi Verschelde
IP: Fix build error on UWP
2019-10-02Merge pull request #32484 from Chaosus/shader_fixRémi Verschelde
Removed unnecessary shader error log messages
2019-10-02Update AUTHORS and DONORS listRé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-02Revert "Fix plugin script classes defined even if inactive."Rémi Verschelde
2019-10-02Added link to tutorial for Thread classYuri Roubinsky
2019-10-02Merge pull request #32494 from Chaosus/vs_fix_globalsYuri Roubinsky
Fix global code in visual shaders if two or more custom nodes are used
2019-10-02Fix global code in visual shaders if two or more custom nodes are usedYuri Roubinsky
2019-10-02IP: Fix build error on UWPRé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-02Merge pull request #32473 from KoBeWi/seaking_aniRémi Verschelde
Automatically seek timeline in selected animation
2019-10-02Merge pull request #32485 from Calinou/macros-add-semicolonsRémi Verschelde
Add missing semicolons to `BIND_ENUM_CONSTANT` macro uses
2019-10-02Merge pull request #32483 from Calinou/remove-sort-demos-scriptRémi Verschelde
Remove obsolete `sort_demos.sh` script
2019-10-02Merge pull request #32489 from AlexHolly/fix-script-editor-tooltipRémi Verschelde
Update ScriptEditor and ShaderEditor Tooltip
2019-10-02Removed unnecessary shader error log messagesYuri Roubinsky
2019-10-02Update ScriptEditor and ShaderEditor TooltipAlexander Holland
fix #32417
2019-10-02Merge pull request #32481 from Calinou/tweak-function-definition-colorRémi Verschelde
Tweak the default function definition color when using a dark theme
2019-10-02Merge pull request #32482 from godotengine/revert-32459-masterRémi Verschelde
Revert "Fixes CPUParticles2D not making use of AtlasTextures"
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-10-02Remove obsolete `sort_demos.sh` scriptHugo Locurcio
The Project Manager now sorts projects by name by default, making this script redundant.
2019-10-02Revert "Fixes CPUParticles2D not making use of AtlasTextures"Rémi Verschelde
2019-10-02Tweak the default function definition color when using a dark themeHugo Locurcio
This decreases its saturation to make it less visually jarring. The code was also refactored for clarity and to avoid repetition.
2019-10-02Merge pull request #32459 from bitstopper/masterRémi Verschelde
Fixes CPUParticles2D not making use of AtlasTextures
2019-10-01Merge pull request #32448 from Relintai/fix_run_with_new_emscriptenRémi Verschelde
Fix for running the export templates with newer emscripten versions.
2019-10-01Merge pull request #32471 from clayjohn/GLES2-effects-updateRémi Verschelde
Updated defaults and documentation for GLES2 glow
2019-10-01Merge pull request #32468 from YeldhamDev/code_replace_hide_fixRémi Verschelde
Fix text search bar not correctly switching from replacing to just searching
2019-10-01Automatically seek timeline in selected animationTomasz Chabora
2019-10-01updated defaults and documentation for GLES2 glowclayjohn
2019-10-01Fixed running the export templates with newer emscripten versions.Relintai
2019-10-01Fix text search bar not correctly switching from replacing to just searchingMichael Alexsander
2019-10-01Merge pull request #32467 from Ternvein/grid-container-min-size-fixRémi Verschelde
Fix GridContainer children visibility check for min size evaluation
2019-10-01FIX: GridContainer children visibility check for min size evaluationternvein
2019-10-01Fixes CPUParticles2D not making use of AtlasTexturesbitstopper
Fixes CPUParticles2D not making use of AtlasTextures #2
2019-10-01Merge pull request #32461 from Chaosus/vs_sampler_typeRémi Verschelde
Added sampler port type for visual shaders
2019-10-01Merge pull request #32460 from Nutriz/doc_surfacetool_commitRémi Verschelde
Update doc for SurfaceTool.commit() flags
2019-10-01Merge pull request #32463 from Kanabenki/fix-time-castRémi Verschelde
Fix casting to uint64_t when returning unix system time
2019-10-01Added sampler port type for visual shadersChaosus
2019-10-01Fix casting to uint64_t when returning unix system timeKanabenki
2019-10-01doc: Sync classref with current sourceRémi Verschelde
2019-10-01Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakrefRémi Verschelde
Allow weakref(null) in gdscript
2019-10-01Merge pull request #32364 from Relintai/resizeable-texture-progressRémi Verschelde
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills.
2019-10-01add doc about flags for SurfaceTool.commit()Nutriz
2019-10-01Merge pull request #32440 from Ternvein/control-translation-fixRémi Verschelde
Fix for WindowDialog and Tabs controls translation
2019-10-01Merge pull request #32450 from soumyalahiri/rotation-adjustmentRémi Verschelde
Altered rotation_degrees range
2019-10-01Merge pull request #31845 from clayjohn/GLES2-BCSRémi Verschelde
Implement DOF blur, Glow, and BCS in GLES2
2019-10-01Merge pull request #32442 from Chaosus/vs_textures_dropRémi Verschelde
Drag&drop textures from filesystem to visual shader
2019-10-01Added drag&drop possibility for textures from filesystem to visual shaderChaosus
2019-10-01Merge pull request #30919 from nekomatata/timer-update-transform-fixRémi Verschelde
Fix GPU particle transform delay when created on SceneTree timer timeout
2019-09-30Make TextureProgress's nine_patch_stretch property to enable stretching for ↵Relintai
radial fills.