summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-24Fix Dictionary set_namedHein-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-24Dist: Fix typos in manpageRémi Verschelde
[ci skip]
2017-09-24Dist: Use HTTPS for screenshot link in AppData fileRémi Verschelde
[ci skip]
2017-09-24Merge pull request #11532 from GiantBlargg/masterRémi Verschelde
Discarding now works in shaders
2017-09-24Merge pull request #11473 from hpvb/fix-11466Rémi Verschelde
Implement operator != on Pool*Array types
2017-09-24Merge pull request #11519 from hpvb/fix-gcc-ltoRémi Verschelde
Fix gcc lto [ci skip]
2017-09-24Merge pull request #11536 from akien-mga/version-hashRémi Verschelde
main: Add --version switch and git hash to --help [ci skip]
2017-09-24Merge pull request #11537 from BastiaanOlij/osx_remove_get_resource_dirRémi Verschelde
Removed get_resource_dir from osx platform [ci skip]
2017-09-24Merge pull request #11530 from cbscribe/kcc_area_docPoommetee Ketson
[DOCS] Area/Area2D class ref update [ci skip]
2017-09-24Merge pull request #11535 from damarindra/masterPoommetee Ketson
Fix: CollisionObject shape owner indexing is inconsistent
2017-09-24Dist: Add man page for Linux packagersRémi Verschelde
[ci skip]
2017-09-24main: Add --version switch and git hash to --helpRémi Verschelde
Also fix some help strings.
2017-09-24Removed get_resource_dir from osx platformBastiaanOlij
2017-09-24Fix: CollisionObject shape owner indexing is inconsistentdamarindra
2017-09-24Merge pull request #11524 from marcelofg55/fix_bucket_infloopRémi Verschelde
Fix possible infinite loop with bucket fill tool
2017-09-24Dist: Add desktop and AppStream files for Linux packagersRémi Verschelde
[ci skip]
2017-09-24Discarding now works in shadersDaniel 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 updateChris Bradfield
2017-09-24Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde
Enable building against system zstd.
2017-09-24Merge pull request #11528 from QuLogic/openssl110Rémi Verschelde
Add support for OpenSSL 1.1.0.
2017-09-24Add 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-23Enable building against system zstd.Elliott Sales de Andrade
2017-09-24Merge pull request #11526 from cbscribe/kcc_collision_docPoommetee Ketson
[DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip]
2017-09-23[DOCS] Update CollisionObject/CollisionObject2D class refChris Bradfield
2017-09-23Fix possible infinite loop with bucket fill toolMarcelo Fernandez
2017-09-24Merge pull request #11522 from FigyTuna/range_docsPoommetee Ketson
[DOCS] Added documentation for Range [ci skip]
2017-09-23Added light affect parameter to baked AOJuan Linietsky
2017-09-23Massive optimization to Variant::set_named/get_named. Should give a nice ↵Juan Linietsky
boost to GDScript.
2017-09-23Added documentation for RangeFigyTuna
2017-09-23Fix gcc ltoHein-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 bugJuan Linietsky
-Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them.
2017-09-23Merge pull request #11515 from cbscribe/kcc_staticbody2d_docPoommetee Ketson
[DOCS] Update StaticBody2D class ref
2017-09-23[DOCS] Update StaticBody2D class ref.Chris Bradfield
2017-09-23Merge pull request #11514 from cbscribe/kcc_sprite_docPoommetee Ketson
[DOCS] Update Sprite class ref [ci skip]
2017-09-23[DOCS] Update Sprite class refChris Bradfield
2017-09-23Merge pull request #11482 from BastiaanOlij/osx_fix_project_dirRémi Verschelde
Comment out code that is causing project loading to fail on osx [ci skip]
2017-09-23Merge pull request #11509 from StraToN/docs-environmentRémi Verschelde
Partial documentation for Environment resource. [ci skip]
2017-09-23Merge pull request #11512 from Zylann/custom_font_settingRémi Verschelde
Allow to set a custom DynamicFont in editor settings [ci skip]
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez
classes
2017-09-23Partial documentation for Environment resource.Julian Murgia
2017-09-23Allow to set a custom DynamicFont in editor settingsMarc Gilleron
2017-09-23Merge pull request #11500 from djrm/pr_visualsHein-Pieter van Braam
Use an arrow instead of 3 dots in trees
2017-09-23Merge pull request #11511 from glatteis/3d-shapesPoommetee Ketson
RayShape, Shape, SphereShape [ci skip]
2017-09-23RayShape, Shape, SphereShapeLinus
2017-09-23Fixes to rim parameter in shaderJuan Linietsky
2017-09-23doc: Sync classref with current sourceRémi Verschelde
[ci skip]
2017-09-23makerst.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-22Updated key iconsDaniel J. Ramirez
[ciskip]
2017-09-22Use an arrow instead of 3 dots in treesDaniel J. Ramirez
2017-09-23Merge pull request #11497 from paezao/issue-11109Poommetee Ketson
Area2D get_audio_bus and set_audio_bus renamed to get_audio_bus_name and set_audio_bus_name