summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-28Print engine version to stdout when starting GodotRémi Verschelde
Also include website URL and make it configurable via version.py together with the rest of the engine branding. Add mention to MIT license in --help output.
2019-05-28Merge pull request #28581 from Lisapple/patch-1Rémi Verschelde
Fixing Curve2D/3D baked interpolated values
2019-05-28Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaultsRémi Verschelde
Fix default values not being read correctly in VS, take two
2019-05-28Merge pull request #28726 from megalike/add_mac_os_hotkeys_leRémi Verschelde
Support Mac OS hotkeys in line_edit
2019-05-28Merge pull request #28762 from Lisapple/gridmap-release-floor-fieldRémi Verschelde
Release GridMap floor field focus when mouse exited
2019-05-28Merge pull request #29020 from raphael10241024/inertiaRémi Verschelde
Fix some shape2d get_moment_of_inertia error
2019-05-28Merge pull request #29174 from Chaosus/fix_line_wrap_outputRémi Verschelde
Fix "Index out of size" TextEdit's spam to output (when using Expression nodes in the visual shaders)
2019-05-28Merge pull request #29185 from hilfazer/enum-autocompleteRémi Verschelde
Autocomplete for enum values
2019-05-28Merge pull request #29231 from AlexHoratio/method_list_drag_fixRémi Verschelde
Fix method list to no longer forwards drag commands to script list
2019-05-28Merge pull request #29173 from YeldhamDev/animation_move_track_toRémi Verschelde
Make animation editor change tracks positions instead of swapping them
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-27Merge pull request #29002 from Chaosus/vs_constantsRémi Verschelde
Added a bunch of scalar constants to visual shaders
2019-05-27Merge pull request #29228 from neikeq/issue-29117Rémi Verschelde
Fix GetTypeInfo error due to missing include
2019-05-27method list no longer forwards drag commands to script listAlexHoratio
2019-05-27Merge pull request #29227 from YeldhamDev/animplayer_bottom_pressed_fix_for_realRémi Verschelde
Actually fix animation editor's bottom panel button not being pressed on certain occasions
2019-05-27Merge pull request #28957 from aaronfranke/basis-optimizeRémi Verschelde
Optimize Basis constructor for Axis Angle
2019-05-27Added a bunch of scalar constants to visual shadersChaosus
2019-05-27Merge pull request #29182 from clayjohn/radiance_mapRémi Verschelde
Fix radiance map settings
2019-05-27Fix GetTypeInfo error due to missing includeIgnacio Etcheverry
2019-05-27Merge pull request #29118 from JFonS/improve_navmesh_generationRémi Verschelde
Various improvements to NavigationMesh generation
2019-05-27Actually fix animation editor's bottom panel button not being pressed on ↵Michael Alexsander Silva Dias
certain occasions
2019-05-27Merge pull request #29223 from Jummit/add-get-camera-ridRémi Verschelde
Add get_camera_rid method to Camera
2019-05-27Merge pull request #29225 from ibrahn/init-rtl-metahoverRémi Verschelde
Fix uninitialised member variable 'meta_hovering' in RichTextLabel
2019-05-27Fix uninitialised member variable 'meta_hovering' in RichTextLabelIbrahn Sahir
2019-05-27add get_camera_rid methodJummit
2019-05-27Merge pull request #29217 from Calinou/fix-scons-platform-autodetectionRémi Verschelde
Fix SCons automatic platform detection on Linux
2019-05-27Fix SCons automatic platform detection on LinuxHugo Locurcio
2019-05-27Merge pull request #29001 from ibrahn/message-arg-destroyRémi Verschelde
MessageQueue::flush now always destroys parameters of a spent message
2019-05-27Merge pull request #29014 from mbrlabs/gles2_precision_fixRémi Verschelde
Use highp precision in the gles2 fragment shader if available
2019-05-27Merge pull request #29200 from KoBeWi/filter_selectRémi Verschelde
Deselect hidden nodes on filter
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
Add native window/taskbar icon support for Windows and macOS.
2019-05-27Merge pull request #29172 from KoBeWi/path_deoverflowingRémi Verschelde
Don't allow PathFollow offset outside bounds
2019-05-27Merge pull request #29176 from Calinou/tweak-particle-animation-warningRémi Verschelde
Tweak the particle animation node configuration warning message
2019-05-27Merge pull request #29198 from NilsIrl/seg_faultRémi Verschelde
Fix Segmentation fault and reduce memory consumption
2019-05-27Merge pull request #29199 from mhilbrunner/no-platform-no-moreRémi Verschelde
Scons: Fix .editorconfig, autodetect platform argument if missing
2019-05-27Merge pull request #29207 from dankan1890/hotfixRémi Verschelde
Fixed typo in SConstruct
2019-05-26Fixed typo in SConstructdankan1890
2019-05-26Fix Segmentation fault and reduce memory consumptionNils ANDRÉ-CHANG
2019-05-26Merge pull request #29202 from KoBeWi/regrescrollRémi Verschelde
Fix TextEdit blocking scroll without scrollbar
2019-05-26Fix TextEdit blocking scroll without scrollbarTomasz Chabora
2019-05-26Deselect hidden nodes on filterTomasz Chabora
2019-05-26Scons: Autodetect platform if not specifiedMax Hilbrunner
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2019-05-26Include SConstruct in .editorconfigMax Hilbrunner
2019-05-26Merge pull request #29184 from aaronfranke/mono-tan-xy-yxIgnacio Roldán Etcheverry
[Mono] Change Atan2 arguments to (y, x)
2019-05-26Merge pull request #28786 from ShyRed/monodefinesIgnacio Roldán Etcheverry
Add Godot constants to Mono project builds
2019-05-26Merge pull request #29194 from KoBeWi/get_rektRémi Verschelde
Add example usage for get_rect()
2019-05-26Add example usage for get_rect()Tomasz Chabora
2019-05-26Merge pull request #27252 from Calinou/add-shortcut-quit-project-managerRémi Verschelde
Quit the Project Manager when Command + Q is pressed
2019-05-26[Mono] Change Atan2 arguments to Y XAaron Franke
2019-05-26autocomplete for enum valueshilfazer