summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Ability to pass custom variables to expression.Juan Linietsky2018-08-082-8/+26
* -Add Expression class, used to evaluate expressionsJuan Linietsky2018-08-083-0/+2445
* Make sure warn deprecated uses a volatile bool (for multithreading)Juan Linietsky2018-08-071-1/+1
* Merge pull request #20636 from goodyttoor/hdr_importThomas Herzog2018-08-071-1/+0
|\
| * Fix #20564 HDR import failUnknown2018-07-311-1/+0
* | Added proper import support for 3D and Array texturesJuan Linietsky2018-08-062-7/+22
* | Merge pull request #20573 from hpvb/fix-nested-vector-cowHein-Pieter van Braam2018-08-052-22/+33
|\ \
| * | Fix nested VectorsHein-Pieter van Braam2018-07-292-22/+33
* | | ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev2018-08-041-1/+1
| |/ |/|
* | Ensure one shot signals are not disconnected while edited, closes #7776Juan Linietsky2018-07-291-1/+9
* | It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky2018-07-293-1/+101
|/
* Fix marshalls size checks.Fabio Alessandrelli2018-07-291-101/+76
* fix windows build using python 3.7dragmz2018-07-281-2/+1
* Merge pull request #20464 from Calinou/add-editor-standalone-feature-tagsRémi Verschelde2018-07-281-0/+7
|\
| * Add "editor" and "standalone" feature tagsHugo Locurcio2018-07-251-0/+7
* | Merge pull request #20511 from maksloboda/InputEventActionFixRémi Verschelde2018-07-282-0/+9
|\ \
| * | Fixed shortcuts not working with InputEventActionsMax2018-07-272-0/+9
* | | Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-273-25/+268
* | | Merge pull request #20478 from mattiascibien/main_Scene_filterRémi Verschelde2018-07-261-1/+1
|\ \ \
| * | | Fix main scene file filterMattias Cibien2018-07-261-1/+1
* | | | doc: Sync classref with current sourceRémi Verschelde2018-07-262-2/+2
* | | | Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde2018-07-263-2/+67
|\ \ \ \
| * | | | Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke2018-07-251-2/+10
| * | | | [Core] 64-bit int Color methodsAaron Franke2018-07-252-0/+57
| | |_|/ | |/| |
* | | | Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde2018-07-263-15/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed incorrect Basis::set_scale().tagcup2018-05-173-15/+9
* | | | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-2641-601/+719
| |/ / |/| |
* | | Fix format ignores case in placeholderAlexander Holland2018-07-251-3/+3
* | | Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-259-0/+370
|\ \ \
| * | | Added a new MIDIDriver classMarcelo Fernandez2018-07-219-0/+370
* | | | Merge pull request #20411 from ibrahn/remove-substr-strlenRémi Verschelde2018-07-242-6/+16
|\ \ \ \
| * | | | removed redundant strlen calculation from String::substrIbrahn Sahir2018-07-242-6/+16
* | | | | Merge pull request #20407 from akien-mga/po-newline-eofMax Hilbrunner2018-07-241-19/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix loading PO files with missing newline after last msgstrRémi Verschelde2018-07-241-19/+21
* | | | | reduce clang warning spamkarroffel2018-07-242-49/+49
|/ / / /
* | | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-243-16/+6
* | | | Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry2018-07-232-0/+6
|\ \ \ \
| * | | | Add Dictionary::erase_checked(key) methodIgnacio Etcheverry2018-07-182-0/+6
* | | | | Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky2018-07-232-12/+102
|\ \ \ \ \
| * | | | | Optimize image scaling routinesPedro J. Estébanez2018-07-231-6/+6
| * | | | | Add trilinear filtering to image scalingPedro J. Estébanez2018-07-232-7/+97
* | | | | | Merge pull request #12678 from AndreaCatania/softJuan Linietsky2018-07-231-0/+13
|\ \ \ \ \ \
| * | | | | | Added function append_array to vectorAndreaCatania2018-07-231-0/+13
* | | | | | | Fix upper/lower case convertion for characters >= 0x80Marcelo Fernandez2018-07-221-4/+4
|/ / / / / /
* | | / / / Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky2018-07-202-20/+21
|\ \ \ \ \
| * | | | | Add webp buffer loader for Imagegeequlim2018-07-172-20/+21
* | | | | | Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-203-6/+7
* | | | | | Fix unwanted restartingvolzhs2018-07-201-0/+1
* | | | | | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-196-6/+39