aboutsummaryrefslogtreecommitdiff
path: root/core/variant_construct_string.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-24Core: Bind InputEventGesture events.Andreas Haas3-0/+36
2017-11-24doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde1-18/+2
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde251-17248/+0
2017-11-24Fix block where setter/getters are cached to be skippedJuan Linietsky1-1/+2
2017-11-24Add a bit space around the .import [deps] tag to make it more readable.Juan Linietsky1-2/+2
2017-11-24Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky2-76/+104
2017-11-24Fix a mistake in KinematicCollision docsPoommetee Ketson1-1/+1
2017-11-24Attempt to remove setters/getters from doc dataJuan Linietsky1-0/+13
2017-11-24Fix a crash in get_static_property_type_indexedBojidar Marinov1-0/+7
2017-11-24Fix style error with MenuButton in default themegeequlim1-3/+3
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde480-480/+480
2017-11-24doc: Sync classref with current sourceRémi Verschelde31-294/+402
2017-11-24Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov2-2/+2
2017-11-24Fix context menu of first node in a new scenesersoong1-1/+1
2017-11-24Allow to specify multiple resolution Android iconsRuslan Mustakov1-15/+42
2017-11-23Rename two-parameter arc-tangent function to atan in shader language, as it i...Ferenc Arn1-1/+1
2017-11-23Fixed not be able to unfold the last linePaulb231-1/+1
2017-11-23reduce static memory usagedragmz1-1/+1
2017-11-23Removed shape marginAndreaCatania2-3/+4
2017-11-23Improved update for remote scene tree and remote object.geequlim2-14/+16
2017-11-23Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...Sofox1-6/+10
2017-11-23Space override scratching when body is add to worldAndreaCatania1-0/+1
2017-11-22Changed and added to the documentation for RemoteTransform and RemoteTransform2DTwistedTwigleg2-14/+40
2017-11-22Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky3-1/+18
2017-11-22change default propagation valueJuan Linietsky1-2/+2
2017-11-22Add editor setting to allow keep show local scene tree while debugger start.geequlim4-5/+23
2017-11-22i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde1-0/+2
2017-11-22i18n: Sync translation templates with current sourceRémi Verschelde37-7071/+15975
2017-11-22i18n: Sync translations with WeblateRémi Verschelde17-2099/+9201
2017-11-22Make tween able to be used as before (without the need for ":...")Bojidar Marinov2-7/+12
2017-11-22Fix combatibility with older .scn filesBojidar Marinov2-3/+9
2017-11-21Node.duplicate(): instanced node's descendants' properties now updateWill Nations1-21/+43
2017-11-21Mono: Use PascalCase in core types.Andreas Haas13-483/+483
2017-11-21code folding scrolling fixesianb961-18/+29
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania17-247/+123
2017-11-21Fixed the Remote tab not complying with the "Draw Relationship Lines" setting.Michael Alexsander Silva Dias1-0/+9
2017-11-21Properly implement Basis constructor using Vector3 of Euler anglesRémi Verschelde2-12/+9
2017-11-21Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generationEmmanuel Leblond1-10/+18
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov23-241/+411
2017-11-21Add explicit exception model flag for Visual C++Matthias Hoelzl1-0/+2
2017-11-21Set gravity on change body modeAndreaCatania1-0/+2
2017-11-21Fixes List<T>::insert_before/afterWill Nations1-0/+4
2017-11-21Proper GDNative export on AndroidRuslan Mustakov3-51/+97
2017-11-21Add Color.lightened and Color.darkened (like LESS.css or SASS)Kyle Van Berendonck3-0/+48
2017-11-21Revert this change, we need to export symbols on the library sideBastiaan Olij1-1/+1
2017-11-21Fix invalid scrollChaosus1-1/+4
2017-11-21Return and repair file loggingRuslan Mustakov19-81/+60
2017-11-21Preserve duplicate signal flagsChaosus1-1/+1
2017-11-21Native pan and zoom for macOSBernhard Liebl21-132/+548
2017-11-21Add bsearch and bsearch_custom to Arraypoke10247-0/+110