Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | HiDPI support on Windows.. yes this is all it took. | Juan Linietsky | |
2017-09-12 | Fixed conflict in len() function | Juan Linietsky | |
2017-09-12 | Merge pull request #10897 from themindoverall/fix_box_select | Rémi Verschelde | |
Fix draw_rect when width or height < 0 | |||
2017-09-12 | Merge pull request #11123 from fcobos/x11_bypass_compositor | Andreas Haas | |
X11 - Hint the window manager to disable desktop compositing in fullscreen mode | |||
2017-09-12 | Document AStar (#11056) | Franco Falleti | |
Add code examples | |||
2017-09-12 | Merge pull request #11106 from hpvb/documentation-fix-poolarrays | Rémi Verschelde | |
Correct the Pool*Array documentation | |||
2017-09-12 | Added descriptions to AudioEffect, AudioEffectAmplify, and AudioEffecChorus | aarroz | |
2017-09-12 | Merge pull request #11083 from BastiaanOlij/doc_arvr_server | Rémi Verschelde | |
Added documentation for the ARVR server classes | |||
2017-09-12 | Changed/Added descriptions in @GDScript. Added examples. Fixed return types ↵ | William Taylor | |
of two … (#11146) Doc: Improved descriptions in GDScript docs Added examples and fixed return types of two methods. | |||
2017-09-12 | Merge pull request #11144 from deliciousfudge/thread-docs | Rémi Verschelde | |
Rewrite the methods section of the Thread class [ci skip] | |||
2017-09-12 | Merge pull request #11089 from GDquest/node2d-docs | Rémi Verschelde | |
rewrite the methods and member variables for the Node2D class [ci skip] | |||
2017-09-12 | Merge pull request #11066 from SaracenOne/animation_external_resources | Hein-Pieter van Braam | |
Allow animations to be saved to external files during scene import. | |||
2017-09-12 | rewrite the methods and member variables for the Node2D class | Nathan | |
2017-09-12 | Merge pull request #11049 from scayze/astar_get_points | Rémi Verschelde | |
Add get_points() method to AStar | |||
2017-09-12 | Merge pull request #11047 from toger5/interpolation_chnage | Rémi Verschelde | |
Modify inertia implementation for freelook and orbit | |||
2017-09-12 | Added documentation for the ARVR server classes | Bastiaan Olij | |
2017-09-12 | Merge pull request #11028 from mrawlingst/color-RGBA32 | Rémi Verschelde | |
Change Color.to_32() to Color.to_rgba32() and lowercase other functions | |||
2017-09-12 | Merge pull request #11025 from volzhs/script-editor | Rémi Verschelde | |
Fit script editor grid with others | |||
2017-09-12 | Merge pull request #11020 from toger5/theme_animation_editor_colors | Rémi Verschelde | |
removed hardcoded color and added theme update for animation editor | |||
2017-09-12 | Merge pull request #11015 from toger5/rtl_default_stylebox_empty | Rémi Verschelde | |
rtl uses styleBoxEmpty as defualt fixes: #11014 | |||
2017-09-12 | Merge pull request #11002 from NathanWarden/vehicle_wheel_warning | Rémi Verschelde | |
Added a warning message when a VehicleWheel is not a child of a VehicleBody. | |||
2017-09-12 | Merge pull request #11000 from Kibouo/iss10842 | Rémi Verschelde | |
Fixes the deletion of an export preset's name when deleting the preset above it. | |||
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | |
Fix unused variable warnings | |||
2017-09-12 | Merge pull request #11108 from oOo0oOo/docs-meshes | Rémi Verschelde | |
Added docs for Mesh and MeshInstance | |||
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | |
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | |||
2017-09-12 | Merge pull request #11052 from djrm/pr_missing_icons | Rémi Verschelde | |
Added some missing icons | |||
2017-09-12 | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | |
Remove assignment and declarations in if statements | |||
2017-09-12 | Merge pull request #11058 from hpvb/fix-11043 | Rémi Verschelde | |
Don't set editor_hint true for project manager | |||
2017-09-12 | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | |
Fix various assorted warnings | |||
2017-09-12 | Merge pull request #11051 from mrawlingst/classref-colorrect | Rémi Verschelde | |
Update ColorRect class ref documentation | |||
2017-09-12 | Merge pull request #11032 from marcelofg55/master | Rémi Verschelde | |
Added an option to reset the bus volume to 0db | |||
2017-09-12 | Merge pull request #11044 from hpvb/fix-enum-as-bool | Rémi Verschelde | |
Fix using enum as bool value | |||
2017-09-12 | Merge pull request #11040 from hpvb/fix-enum-compare | Rémi Verschelde | |
Fix warnings comparing enums of different types | |||
2017-09-12 | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | |
Fix serveral recent new clang-format errors [ci skip] | |||
2017-09-12 | Merge pull request #11023 from mrawlingst/classref-color | Rémi Verschelde | |
Update Color class ref documentation [ci skip] | |||
2017-09-12 | Added Mesh docs | Oliver Dressler | |
2017-09-12 | Merge pull request #11140 from deliciousfudge/boneattachment-docs | Rémi Verschelde | |
Document methods for the BoneAttachment and IP classes [ci skip] | |||
2017-09-12 | Merge pull request #11181 from cbscribe/kcc_tilemap_doc | Rémi Verschelde | |
Update TileMap class ref. [ci skip] | |||
2017-09-12 | Merge pull request #11082 from cbscribe/kcc_raycast2d_doc | Rémi Verschelde | |
Update RayCast2D class ref [ci skip] | |||
2017-09-12 | Merge pull request #11135 from willnationsdev/area2d-docs | Poommetee Ketson | |
Area2D Documentation + constants in _bind_methods | |||
2017-09-12 | Donors: Change name as requested | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | Merge pull request #11117 from cbscribe/kcc_timer_doc | Poommetee Ketson | |
Update Timer class ref. | |||
2017-09-12 | Merge pull request #11113 from cbscribe/kcc_texturerect_doc | Poommetee Ketson | |
Update TextureRect class ref | |||
2017-09-12 | Merge pull request #11085 from cbscribe/kcc_raycast_doc | Poommetee Ketson | |
Update RayCast class ref | |||
2017-09-11 | Update TileMap class ref. | Chris Bradfield | |
2017-09-12 | Rewrite the methods section of the IP class | Roger Smith | |
Document methods for the BoneAttachment class Fix indentation issues present in IP and BoneAttachment class doc commits Further indentation corrections to the IP and BoneAttachment classes | |||
2017-09-11 | Updated Area2D docs and added enum constants to scripting | Will Nations | |
2017-09-12 | Rewrite the methods section of the Thread class | Roger Smith | |
2017-09-12 | Fixed clearing of an export preset's name when deleting the one above it. | Mihaly Csonka | |
Deleting an export preset cleared the name of the item below it. This was caused by ProjectExportDialog::_edit_preset(-1) which sets the deleted preset's data to empty values. This on its turn called ProjectExportDialog::_name_changed() which operates on the new current preset (the one under the deleted item). Fixes issue #10842 |