summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
2018-08-10Merge pull request #15536 from poke1024/fix3327Juan Linietsky
2018-08-09Fix clang compile errorMarcelo Fernandez
2018-08-08Ability to pass custom variables to expression.Juan Linietsky
2018-08-08-Add Expression class, used to evaluate expressionsJuan Linietsky
2018-08-07Make sure warn deprecated uses a volatile bool (for multithreading)Juan Linietsky
2018-08-07Merge pull request #20636 from goodyttoor/hdr_importThomas Herzog
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-08-05Merge pull request #20573 from hpvb/fix-nested-vector-cowHein-Pieter van Braam
2018-08-04ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev
2018-08-04Fix SortArray crashing with bad comparison functionspoke1024
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-31Fix #20564 HDR import failUnknown
2018-07-29Ensure one shot signals are not disconnected while edited, closes #7776Juan Linietsky
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-07-29Fix nested VectorsHein-Pieter van Braam
2018-07-29Fix marshalls size checks.Fabio Alessandrelli
2018-07-28fix windows build using python 3.7dragmz
2018-07-28Merge pull request #20464 from Calinou/add-editor-standalone-feature-tagsRémi Verschelde
2018-07-28Merge pull request #20511 from maksloboda/InputEventActionFixRémi Verschelde
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-27Fixed shortcuts not working with InputEventActionsMax
2018-07-26Merge pull request #20478 from mattiascibien/main_Scene_filterRémi Verschelde
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Fix main scene file filterMattias Cibien
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
2018-07-26Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Add "editor" and "standalone" feature tagsHugo Locurcio
2018-07-25Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke
2018-07-25[Core] 64-bit int Color methodsAaron Franke
2018-07-25Fix format ignores case in placeholderAlexander Holland
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-24Merge pull request #20411 from ibrahn/remove-substr-strlenRémi Verschelde
2018-07-24Merge pull request #20407 from akien-mga/po-newline-eofMax Hilbrunner
2018-07-24removed redundant strlen calculation from String::substrIbrahn Sahir
2018-07-24Fix loading PO files with missing newline after last msgstrRémi Verschelde
2018-07-24reduce clang warning spamkarroffel
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
2018-07-23Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky
2018-07-23Optimize image scaling routinesPedro J. Estébanez
2018-07-23Add trilinear filtering to image scalingPedro J. Estébanez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
2018-07-23Added function append_array to vectorAndreaCatania
2018-07-22Fix upper/lower case convertion for characters >= 0x80Marcelo Fernandez
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-20Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky