aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Can now right click folders in filesystem dock.MillionOstrich2017-10-092-128/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow selecting ".." in the file-system dock. Show In Explorer just uses this->path rather than trying to work it out from the item. Add support for copy to path to folders . Removed old commented out code.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde2017-10-153-52/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Freelook interpolation fixes
| * | | | | | | | | | | | | | | | | | | | | | | Freelook interpolation fixesMarc Gilleron2017-10-103-52/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook
* | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Document GridMapDavid Saltares2017-10-151-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11989 from minifigmaster125/export-fixRémi Verschelde2017-10-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix export(float ...) so that step is .01
| * | | | | | | | | | | | | | | | | | | | | | | | keep display int if int rangeSuchaaver Chahal2017-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | change step to .01 for floatSuchaaver Chahal2017-10-091-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12045 from vonzimr/masterRémi Verschelde2017-10-151-4/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to clear recent scenes in the 'Open Recent' submenu
| * | | | | | | | | | | | | | | | | | | | | | | | Add an option to clear recent scenes in the 'Open Recent' submenuvonzimr2017-10-121-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12060 from mutato/windows_folder_creation_fixRémi Verschelde2017-10-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DirAccessWindows: fix wrong path given to CreateDirectoryW, fixes #12019
| * | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue #12019, which prevented the creation of new folders on Windows ↵Falk Moser2017-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platform
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12069 from Noshyaar/pr-vslerpRémi Verschelde2017-10-152-1/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualScript: add inverse_lerp & range_lerp
| * | | | | | | | | | | | | | | | | | | | | | | | | | VisualScript: add inverse_lerp & range_lerpPoommetee Ketson2017-10-132-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12074 from J08nY/fix/use-bin-nameRémi Verschelde2017-10-153-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use binary names instead of absolute paths in calls to OS::execute.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-nameJ08nY2017-10-133-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that #12009 is merged, we should let the system find the binary on the users $PATH and don't assume we know where to look for them in different distributions.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12113 from RandomShaper/anim-easing-type-valueRémi Verschelde2017-10-151-12/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to type easing value for key transition
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to type easing value for key transitionPedro J. Estébanez2017-10-151-12/+22
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12101 from RandomShaper/fix-seek-to-endRémi Verschelde2017-10-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation not stopping after seeking to the end
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation not stopping after seeking to the endPedro J. Estébanez2017-10-141-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12116 from cbscribe/kcc_vsdocsNathan Lovato2017-10-1512-11/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Update 12 VisualScript* nodes
| * | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Update 12 VisualScript* nodesChris Bradfield2017-10-1512-11/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12105 from BastiaanOlij/arvr_auto_register_gdnativeThomas Herzog2017-10-155-48/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Couple of small changes so our ARVRInterfaceGDNative gets constructed…
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵BastiaanOlij2017-10-155-48/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | registered automatically when a module loads
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12100 from Adinimys/masterAndreas Haas2017-10-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gave a tooltip to the "In" logic node
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Gave a tooltip to the "In" logic nodeCédric Fuchs2017-10-141-0/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12088 from Grosskopf/physics-server-docsRémi Verschelde2017-10-1512-94/+521
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, also minor Bugfix
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵Grosskopf2017-10-1412-94/+521
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also a minor bugfix in the 3D Pinjoint.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12119 from RameshRavone/patch-12Rémi Verschelde2017-10-152-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export onBackPress for Android Module
| * | | | | | | | | | | | | | | | | | | | | | | | | | | export onBackPress for Android ModuleRamesh Ravone2017-10-152-8/+10
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_optionRémi Verschelde2017-10-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deleting localization remap option.
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deleting localization remap option.DimOkGamer2017-10-151-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde2017-10-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Return camera to origin when creating a new scene and going to 3d edi…
| * | | | | | | | | | | | | | | | | | | | | | | | | | Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez2017-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12114 from karroffel/gdnative-fixupsThomas Herzog2017-10-151-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | remove error message for optional NativeScript symbols
| * | | | | | | | | | | | | | | | | | | | | | | | | | remove error message for optional NativeScript symbolsKarroffel2017-10-151-4/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12096 from Paulb23/help_overview_fixes_issue_12011_10407Rémi Verschelde2017-10-141-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed help overview visibility, issue 12011 and 10407
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed help overview visibility, issue 12011 and 10407Paulb232017-10-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12085 from ISylvox/vk-to-keycodeRémi Verschelde2017-10-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong Virtual-KeyCode(0x12) pair on Windows platform
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)Indah Sylvia2017-10-141-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12093 from karroffel/gdnative-fixupsThomas Herzog2017-10-1411-643/+208
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | fixes to GDNative and ARVRInterfaceGDNative
| * | | | | | | | | | | | | | | | | | | | | | | | | update ARVRInterfaceGDNative to use API structKarroffel2017-10-147-456/+145
| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] removed native_raw_callKarroffel2017-10-148-204/+80
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12092 from SaracenOne/request_frame_drawn_callbackJuan Linietsky2017-10-142-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose 'request_frame_drawn_callback' to script.
| * | | | | | | | | | | | | | | | | | | | | | | | | Expose 'request_frame_drawn_callback' to script.Saracen2017-10-142-0/+15
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / makerst: Fix support for module classesRémi Verschelde2017-10-142-13/+9
|/ / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous code expected only one XML per module, which is not the case for e.g. mono or gdnative. Also add newline after signal description to fix rst warning, and make the script Python 3-compatible. [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12091 from hi-ogawa/fix-specular-schlick-ggxRémi Verschelde2017-10-142-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix render mode specular schlick ggx
| * | | | | | | | | | | | | | | | | | | | | | | | Fix render mode specular schlick ggxHiroshi Ogawa2017-10-142-5/+4
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12089 from Hinsbart/fix_doc_typosRémi Verschelde2017-10-1428-44/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Fix a few typos. [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | [DOCS] Fix a few typos.Andreas Haas2017-10-1428-44/+44
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | [DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵Olli Markkanen2017-10-141-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12081)