summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-25add option to use ThinLTOMichele Valente
This adds ThinLTO support when using Clang and the LLD Linker, it's turned off by default. For now only support for Linux added as ThinLTO support on other platforms may still be buggy.
2019-04-24Merge pull request #28374 from akien-mga/thirdparty-disable-cflagsRémi Verschelde
Also disable C and C++ specific warnings in thirdparty code
2019-04-24Merge pull request #28381 from Chaosus/fix_vs_glitchYuri Roubinsky
Fix connection lines glitch in visual shaders
2019-04-24Fix connection lines glitch in visual shadersChaosus
2019-04-24Merge pull request #28375 from Chaosus/fix_vs_loopbackYuri Roubinsky
Disallow loopback connection in visual shaders
2019-04-24Disallow loopback connection in visual scripts and visual shadersChaosus
2019-04-24doc: Sync classref with current sourceRémi Verschelde
2019-04-24Also disable C and C++ specific warnings in thirdparty codeRémi Verschelde
Move the `Append` up to make sure that the keys exist and avoid the need to check `if CPPFLAGS in self`, etc.
2019-04-24Merge pull request #28372 from Chaosus/fix_vs_transform_preview2Yuri Roubinsky
Removes preview from existing transform nodes in visual shader
2019-04-24Removes preview from existing transform nodes in visual shaderChaosus
2019-04-23Merge pull request #28351 from Paulb23/fix_state_crashRémi Verschelde
Fix crash when restoring script editor state
2019-04-23Merge pull request #28348 from Chaosus/fix_vs_transform_previewRémi Verschelde
Removed incorrect "Transform" preview from visual shaders
2019-04-23Merge pull request #28345 from Chaosus/fix_vs_vector3Rémi Verschelde
Enlarge vector constant node in visual shaders
2019-04-23Merge pull request #28342 from KLee1248/fix_buildRémi Verschelde
Fixes build for Windows cross-compilation
2019-04-23Fix crash when restoring script editor statePaulb23
2019-04-23Added inspector plugin documentation.Juan Linietsky
Fixed plugin bindings.
2019-04-23Revert 8d3345a, I thought this was non functioning but it is..Juan Linietsky
2019-04-23Removed incorrect "Transform" preview from visual shadersChaosus
2019-04-23Enlarge Vector3 constant node in visual shadersChaosus
2019-04-23Made virtual function begin with _, for consistency.Juan Linietsky
This was not yet used, anyway as no API is bound for this.
2019-04-23Fixes build for Windows cross-compilationKenneth Lee
Fixes #28299
2019-04-23Merge pull request #27781 from reduz/new_android_exportRémi Verschelde
Android now (optionally) builds the template when exporting
2019-04-23Merge pull request #28331 from godotengine/revert-26788-masterRémi Verschelde
Revert "RichTextLabel: Adding the ability to change the default cursor"
2019-04-23Revert "RichTextLabel: Adding the ability to change the default cursor"Rémi Verschelde
2019-04-23Merge pull request #28328 from ↵Rémi Verschelde
godotengine/revert-25543-optimize_bullet_heightfield_raycast2 Revert "Implemented terrain raycast acceleration"
2019-04-23Revert "Implemented terrain raycast acceleration"Rémi Verschelde
2019-04-23Merge pull request #28292 from homer666/merge-from-scene-stuffRémi Verschelde
Minor "Merge From Scene" improvements
2019-04-23Merge pull request #28302 from Daw11/orphan-typeRémi Verschelde
Add missing enum value to Performance::get_monitor_type
2019-04-23Merge pull request #28321 from jbuck3/checkable-property-fixRémi Verschelde
Fix drawing of checkable editor properties
2019-04-23Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam
Add SHA256 for PoolByteArray
2019-04-23Merge pull request #24489 from mateusfccp/18264_wrong_animation_errorHein-Pieter van Braam
Make AnimatedSprite.animation complain when invalid animation name
2019-04-23Merge pull request #24547 from Shinryuuji/masterHein-Pieter van Braam
Add support for 8bpp bmp files
2019-04-23Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam
Show play position of sub state machine
2019-04-23Merge pull request #25004 from Faless/enet/proto_optimizeHein-Pieter van Braam
Save 4 bytes in ENet multiplayer protocol.
2019-04-23Merge pull request #25155 from Timofffee/Timofffee-patch-vehicleHein-Pieter van Braam
Added check engine_traction
2019-04-23Merge pull request #25510 from groud/tilemap_editor_enhancementHein-Pieter van Braam
Move some tilemap options to the toolbar
2019-04-23Merge pull request #25543 from Zylann/optimize_bullet_heightfield_raycast2Hein-Pieter van Braam
Implemented terrain raycast acceleration
2019-04-23Merge pull request #25744 from YeldhamDev/enhanced_theme_previewHein-Pieter van Braam
Enhance theme preview
2019-04-23Merge pull request #26064 from JFonS/add_frustum_camera_modeHein-Pieter van Braam
Add FRUSTUM camera mode, allowing tilted frustums
2019-04-23Merge pull request #26961 from ibrahn/fix-x11setcontext-access-freedHein-Pieter van Braam
fixed an access after free in OS_X11::set_context. (long version)
2019-04-23Merge pull request #27208 from Calinou/add-lld-linkerHein-Pieter van Braam
Add support for linking using LLD on X11
2019-04-23Merge pull request #27724 from follower/patch-2Hein-Pieter van Braam
Add example of loading a font from .ttf file
2019-04-23Merge pull request #27730 from ShyRed/fix3dphyscansleepHein-Pieter van Braam
Fix missing re-activation of bullet physics sleep feature
2019-04-23Merge pull request #27868 from marxin/add-more-warningsHein-Pieter van Braam
Add more warnings on top of -Wall and -Wextra.
2019-04-23Merge pull request #27903 from Calinou/richtextlabel-brighten-default-colorHein-Pieter van Braam
Brighten the RichTextLabel color in the default theme
2019-04-23Merge pull request #28064 from DarknessCatt/issue-27077Hein-Pieter van Braam
Moving Polygon2D vertices along axis
2019-04-23Merge pull request #28300 from hpvb/fix-25893Hein-Pieter van Braam
Don't try to statically allocate 2x 8193 pointers
2019-04-23Merge pull request #28316 from qarmin/fix_typo_countHein-Pieter van Braam
Fix typo count_count to count
2019-04-22Fix drawing of checkable editor propertiesJames Buck
- Make text cutoff respect checkbox icon's width - Get checkbox icon from EditorIcons instead of CheckBox
2019-04-23Fix typo count_count to countqarmin