summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0731-259/+255
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-075-8/+6
* Merge pull request #14003 from karroffel/dictionary-iterate-fixRémi Verschelde2017-12-071-1/+3
|\
| * fix Dictionary iterationkarroffel2017-12-051-1/+3
* | Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde2017-12-064-19/+46
|\ \
| * | Add indent and sort keys support for JSON.printGeequlim2017-11-074-19/+46
* | | Merge pull request #14326 from RandomShaper/fix-chmod-errorRémi Verschelde2017-12-062-1/+4
|\ \ \
| * | | Fix Windows-to-Linux export errorPedro J. Estébanez2017-12-062-1/+4
| | |/ | |/|
* | | Created internal usage flag to remove non editor properties from doc, closes ...Juan Linietsky2017-12-061-2/+3
* | | Improve slang, especially in user-visible partsUnknown2017-12-053-5/+0
|/ /
* | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-042-0/+30
* | Forgot to apply oversampling to YBastiaan Olij2017-12-031-0/+1
* | Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-1/+1
* | disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* | use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* | Fix javascript build after bc2e8d99Rémi Verschelde2017-11-271-2/+2
* | Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-264-10/+19
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-2516-40/+40
* | Core: Bind InputEventGesture events.Andreas Haas2017-11-243-0/+36
* | Merge pull request #13244 from bojidar-bg/13243-get-static-indexedRémi Verschelde2017-11-241-0/+7
|\ \
| * | Fix a crash in get_static_property_type_indexedBojidar Marinov2017-11-241-0/+7
* | | reduce static memory usagedragmz2017-11-231-1/+1
* | | Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky2017-11-222-0/+14
* | | Merge pull request #13143 from willnationsdev/list-insert-before-after-fixRémi Verschelde2017-11-221-0/+4
|\ \ \
| * | | Fixes List<T>::insert_before/afterWill Nations2017-11-211-0/+4
* | | | Merge pull request #13178 from bojidar-bg/13174-tween-fixRémi Verschelde2017-11-222-7/+12
|\ \ \ \
| * | | | Make tween able to be used as before (without the need for ":...")Bojidar Marinov2017-11-222-7/+12
| | |/ / | |/| |
* / | | i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde2017-11-221-0/+2
|/ / /
* | | Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky2017-11-222-3/+9
|\ \ \
| * | | Fix combatibility with older .scn filesBojidar Marinov2017-11-222-3/+9
* | | | Merge pull request #12371 from donkeybonks/color-lighten-darkenRémi Verschelde2017-11-222-0/+22
|\ \ \ \
| * | | | Add Color.lightened and Color.darkened (like LESS.css or SASS)Kyle Van Berendonck2017-11-212-0/+22
* | | | | Merge pull request #13151 from akien-mga/basis-vector3-constructorRémi Verschelde2017-11-222-12/+9
|\ \ \ \ \
| * | | | | Properly implement Basis constructor using Vector3 of Euler anglesRémi Verschelde2017-11-212-12/+9
* | | | | | Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde2017-11-211-1/+1
|\ \ \ \ \ \
| * | | | | | Proper GDNative export on AndroidRuslan Mustakov2017-11-211-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-217-58/+189
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-217-58/+189
* | | | | Merge pull request #11895 from m4nu3lf/rendering/separate_threadJuan Linietsky2017-11-212-1208/+325
|\ \ \ \ \
| * | | | | CommandQueueMT doesn't lock during command executionm4nu3lf2017-11-182-1208/+325
* | | | | | Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-213-12/+40
|\ \ \ \ \ \
| * | | | | | Use "Command" instead of "Meta" for macOS (#1619)Cong2017-10-083-12/+40
* | | | | | | Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde2017-11-214-7/+24
|\ \ \ \ \ \ \
| * | | | | | | Return and repair file loggingRuslan Mustakov2017-11-214-7/+24
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #12590 from poke1024/bsearchRémi Verschelde2017-11-213-0/+49
|\ \ \ \ \ \ \
| * | | | | | | Add bsearch and bsearch_custom to Arraypoke10242017-11-213-0/+49
| |/ / / / / /
* / / / / / / Native pan and zoom for macOSBernhard Liebl2017-11-212-8/+122
|/ / / / / /
* | | | | | Merge pull request #11783 from endragor/ios-export-frameworksRémi Verschelde2017-11-205-0/+141
|\ \ \ \ \ \
| * | | | | | Allow configuring iOS exportRuslan Mustakov2017-11-215-0/+141
* | | | | | | Merge pull request #11940 from GodotExplorer/debuggerRémi Verschelde2017-11-202-51/+113
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |