Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-24 | Fix Dictionary set_named | Hein-Pieter van Braam | |
Reduz optimized field indexing in 3c85703 but the changes didn't apply to dictionary so this code remained untouched. However, the logic for validity checking was changed but not updated for the dictionary case. | |||
2017-09-24 | Dist: Fix typos in manpage | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Dist: Use HTTPS for screenshot link in AppData file | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Merge pull request #11532 from GiantBlargg/master | Rémi Verschelde | |
Discarding now works in shaders | |||
2017-09-24 | Merge pull request #11473 from hpvb/fix-11466 | Rémi Verschelde | |
Implement operator != on Pool*Array types | |||
2017-09-24 | Merge pull request #11519 from hpvb/fix-gcc-lto | Rémi Verschelde | |
Fix gcc lto [ci skip] | |||
2017-09-24 | Merge pull request #11536 from akien-mga/version-hash | Rémi Verschelde | |
main: Add --version switch and git hash to --help [ci skip] | |||
2017-09-24 | Merge pull request #11537 from BastiaanOlij/osx_remove_get_resource_dir | Rémi Verschelde | |
Removed get_resource_dir from osx platform [ci skip] | |||
2017-09-24 | Merge pull request #11530 from cbscribe/kcc_area_doc | Poommetee Ketson | |
[DOCS] Area/Area2D class ref update [ci skip] | |||
2017-09-24 | Merge pull request #11535 from damarindra/master | Poommetee Ketson | |
Fix: CollisionObject shape owner indexing is inconsistent | |||
2017-09-24 | Dist: Add man page for Linux packagers | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | main: Add --version switch and git hash to --help | Rémi Verschelde | |
Also fix some help strings. | |||
2017-09-24 | Removed get_resource_dir from osx platform | BastiaanOlij | |
2017-09-24 | Fix: CollisionObject shape owner indexing is inconsistent | damarindra | |
2017-09-24 | Merge pull request #11524 from marcelofg55/fix_bucket_infloop | Rémi Verschelde | |
Fix possible infinite loop with bucket fill tool | |||
2017-09-24 | Dist: Add desktop and AppStream files for Linux packagers | Rémi Verschelde | |
[ci skip] | |||
2017-09-24 | Discarding now works in shaders | Daniel Doran | |
"discard" has been added to the list of recognised keywords. A flag specifing when discarding is allowed is now set correctly. | |||
2017-09-24 | [DOCS] Area/Area2D class ref update | Chris Bradfield | |
2017-09-24 | Merge pull request #11527 from QuLogic/system-zstd | Rémi Verschelde | |
Enable building against system zstd. | |||
2017-09-24 | Merge pull request #11528 from QuLogic/openssl110 | Rémi Verschelde | |
Add support for OpenSSL 1.1.0. | |||
2017-09-24 | Add support for OpenSSL 1.1.0. | Elliott Sales de Andrade | |
This release hides many struct members which provides easier forward compatibility but is a break from previous releases. A few small macros provide compatibility between both 1.1.0 and 1.0.x. Fixes #8624. | |||
2017-09-23 | Enable building against system zstd. | Elliott Sales de Andrade | |
2017-09-24 | Merge pull request #11526 from cbscribe/kcc_collision_doc | Poommetee Ketson | |
[DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip] | |||
2017-09-23 | [DOCS] Update CollisionObject/CollisionObject2D class ref | Chris Bradfield | |
2017-09-23 | Fix possible infinite loop with bucket fill tool | Marcelo Fernandez | |
2017-09-24 | Merge pull request #11522 from FigyTuna/range_docs | Poommetee Ketson | |
[DOCS] Added documentation for Range [ci skip] | |||
2017-09-23 | Added light affect parameter to baked AO | Juan Linietsky | |
2017-09-23 | Massive optimization to Variant::set_named/get_named. Should give a nice ↵ | Juan Linietsky | |
boost to GDScript. | |||
2017-09-23 | Added documentation for Range | FigyTuna | |
2017-09-23 | Fix gcc lto | Hein-Pieter van Braam | |
This repairs LTO on X11 and adds it to MingW targets. The difference in linktime is substantial, but runtime performance is quite a bit better. | |||
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 |