Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-23 | [DOCS] Update CollisionObject/CollisionObject2D class ref | Chris Bradfield | |
2017-09-23 | Massive optimization to Variant::set_named/get_named. Should give a nice ↵ | Juan Linietsky | |
boost to GDScript. | |||
2017-09-23 | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | |
-Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them. | |||
2017-09-23 | Merge pull request #11515 from cbscribe/kcc_staticbody2d_doc | Poommetee Ketson | |
[DOCS] Update StaticBody2D class ref | |||
2017-09-23 | [DOCS] Update StaticBody2D class ref. | Chris Bradfield | |
2017-09-23 | Merge pull request #11514 from cbscribe/kcc_sprite_doc | Poommetee Ketson | |
[DOCS] Update Sprite class ref [ci skip] | |||
2017-09-23 | [DOCS] Update Sprite class ref | Chris Bradfield | |
2017-09-23 | Merge pull request #11482 from BastiaanOlij/osx_fix_project_dir | Rémi Verschelde | |
Comment out code that is causing project loading to fail on osx [ci skip] | |||
2017-09-23 | Merge pull request #11509 from StraToN/docs-environment | Rémi Verschelde | |
Partial documentation for Environment resource. [ci skip] | |||
2017-09-23 | Merge pull request #11512 from Zylann/custom_font_setting | Rémi Verschelde | |
Allow to set a custom DynamicFont in editor settings [ci skip] | |||
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | |
classes | |||
2017-09-23 | Partial documentation for Environment resource. | Julian Murgia | |
2017-09-23 | Allow to set a custom DynamicFont in editor settings | Marc Gilleron | |
2017-09-23 | Merge pull request #11500 from djrm/pr_visuals | Hein-Pieter van Braam | |
Use an arrow instead of 3 dots in trees | |||
2017-09-23 | Merge pull request #11511 from glatteis/3d-shapes | Poommetee Ketson | |
RayShape, Shape, SphereShape [ci skip] | |||
2017-09-23 | RayShape, Shape, SphereShape | Linus | |
2017-09-23 | Fixes to rim parameter in shader | Juan Linietsky | |
2017-09-23 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] | |||
2017-09-23 | makerst.py: Support split classes XML and use folders and/or single files as ↵ | Alexander Meerhoff | |
input The new syntax is (from `doc/`): `tools/makerst.py classes/ ../modules/`. Also adapted `make rst` target accordingly. [ci skip] | |||
2017-09-22 | Updated key icons | Daniel J. Ramirez | |
[ciskip] | |||
2017-09-22 | Use an arrow instead of 3 dots in trees | Daniel J. Ramirez | |
2017-09-23 | Merge pull request #11497 from paezao/issue-11109 | Poommetee Ketson | |
Area2D get_audio_bus and set_audio_bus renamed to get_audio_bus_name and set_audio_bus_name | |||
2017-09-22 | Changed get_audio_bus and set functions to get_audio_bus_name and set | Marcelo Paez | |
and edited docs for Area2D due to renaming o get_audio_bus and set_audio_bus | |||
2017-09-22 | Ability to convert from SpatialMaterial to ShaderMaterial | Juan Linietsky | |
2017-09-22 | Merge pull request #11477 from djrm/pr_visuals | Rémi Verschelde | |
Improved a lot of icons, and some style fixes | |||
2017-09-22 | Merge pull request #11480 from tagcup/button_unpress_fix | Rémi Verschelde | |
Ensure pressed is set to false in BaseButton::_unpress_group. [ci skip] | |||
2017-09-22 | Merge pull request #11481 from tagcup/inversesqrt | Rémi Verschelde | |
Add inversesqrt to shader language. | |||
2017-09-22 | Merge pull request #11487 from groud/viewport_base_clip | Rémi Verschelde | |
Fixes the rulers text drawn outside the viewport_base [ci skip] | |||
2017-09-22 | Merge pull request #11486 from kubecz3k/freelook-calibration | Rémi Verschelde | |
freelook_base_speed calibration [ci skip] | |||
2017-09-22 | Fixes the rulers text drawn outside the viewport_base | Gilles Roudiere | |
2017-09-22 | Merge pull request #11461 from hpvb/add-likely-macros | Rémi Verschelde | |
Implement Linux-style likely()/unlikely() macros | |||
2017-09-22 | freelook_base_speed calibration | Unknown | |
freelook_base_speed changed from 0.5 to 0.1 Also precision changed from 0.1 to 0.01 so it's possible to set values lower than 0.1 | |||
2017-09-22 | Merge pull request #11485 from rosshadden/fix/typos | Rémi Verschelde | |
Fixed a bunch of typos, including an error code. [ci skip] | |||
2017-09-22 | Merge pull request #6859 from tagcup/master | Rémi Verschelde | |
RichTextLabel: Added get_visible_line_count method | |||
2017-09-21 | Fixed a bunch of typos, including an error code. | Ross Hadden | |
2017-09-22 | Comment out code that is causing project loading to fail on osx | BastiaanOlij | |
2017-09-21 | UWP: Fix build issue about Object ambiguity | George Marques | |
2017-09-21 | RichTextLabel: Added get_visible_line_count method. | Ferenc Arn | |
Also exposed get_line_count to GDScript. | |||
2017-09-21 | Add inversesqrt to shader language. | Ferenc Arn | |
2017-09-21 | Ensure pressed is set to false in BaseButton::_unpress_group. | Ferenc Arn | |
2017-09-21 | Merge pull request #11472 from groud/fix_canvasitemeditor_nullchecks | Rémi Verschelde | |
Fix godot spraying errors about a null check [ci skip] | |||
2017-09-21 | Improved a lot of icons, and some style fixes | Daniel J. Ramirez | |
2017-09-21 | Fix godot spraying errors about a null check | Gilles Roudiere | |
2017-09-21 | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | |
2017-09-21 | Implement Linux-style likely()/unlikely() macros | Hein-Pieter van Braam | |
This implement branch prediction macros likely() and unlikely() like in Linux. When using these macros please ensure that when you use them the condition in the branch really is very, very likely or unlikely. Think 90+% of the time. Primarily useful for error checking. (And I implement these macros for all our error checking macros now) See this article for more information: https://kernelnewbies.org/FAQ/LikelyUnlikely There are more places where these macros may make sense in renderer and physics engine. Placing them will come in another commit down the line. | |||
2017-09-21 | Merge pull request #11463 from kubecz3k/mouse-orbit-modifier | Rémi Verschelde | |
rotation orbit modifier defaults to none [ci skip] | |||
2017-09-21 | rotation orbit modifier defaults to none | Unknown | |
2017-09-21 | Merge pull request #11458 from volzhs/fix-trustmanager-master | Rémi Verschelde | |
Fix TrustManager for Android [ci skip] | |||
2017-09-21 | Fix TrustManager for Android | volzhs | |
2017-09-21 | Merge pull request #11013 from MednauN/master | Rémi Verschelde | |
Fix duplication of node with script |