summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-08-14-Deprecate ImageTexture::loadJuan Linietsky
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-08-14Merge pull request #20856 from KoBeWi/pretty-dictionary-printRémi Verschelde
2018-08-14Merge pull request #20443 from AlexHolly/add-string-format-no-indexRémi Verschelde
2018-08-14Merge pull request #20772 from dragmz/string_copy_oob_read_fixRémi Verschelde
2018-08-14Merge pull request #20992 from Chaosus/conversion_fixRémi Verschelde
2018-08-14Merge pull request #20826 from raphael10241024/mybranchRémi Verschelde
2018-08-14Fix int(String) != int(int) conversionChaosus
2018-08-13Merge pull request #20778 from ibrahn/remove-zero-append-typosRémi Verschelde
2018-08-13fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ...RaphaelHunter
2018-08-12Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde
2018-08-10Merge pull request #19993 from vnen/gdscript-warningsJuan Linietsky
2018-08-10Added system for GDScript warningsGeorge Marques
2018-08-10Added function ResourceLoader.exists(), to check if a resource exists. Closes...Juan Linietsky
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
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-09Add some curly braces to make dictionary printing less ambiguousTomasz Chabora
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-07removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir
2018-08-06fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski
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-29Fix case where exported properties value is lostIgnacio Etcheverry
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