summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* add project method to Vector2/3Thomas Herzog2018-08-164-6/+13
* Merge pull request #20560 from willnationsdev/class_iconsRémi Verschelde2018-08-151-1/+1
|\
| * Add custom icons to script classes.Will Nations2018-08-141-1/+1
* | Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde2018-08-153-9/+3
|\ \
| * | Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry2018-08-143-9/+3
* | | Merge pull request #21008 from groud/fix_action_initRémi Verschelde2018-08-151-48/+89
|\ \ \
| * | | Fixes initialization of action listgroud2018-08-141-48/+89
* | | | Merge pull request #18096 from aaronfranke/masterJuan Linietsky2018-08-1418-1312/+1445
|\ \ \ \
| * | | | [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-118-43/+7
| * | | | [Core] Move Vector2i and Rect2i out of math_2d.hAaron Franke2018-08-115-297/+267
| * | | | [Core] Move Rect2 and Transform2D to their own filesAaron Franke2018-08-106-818/+950
| * | | | [Core] Grammar, move defs to defsAaron Franke2018-08-104-56/+54
| * | | | [Core] Change math_2d includes to vector2 includes where relevantAaron Franke2018-08-101-1/+1
| * | | | [Core] Move Vector2 to its own fileAaron Franke2018-08-104-369/+438
* | | | | -Deprecate ImageTexture::loadJuan Linietsky2018-08-141-2/+6
| |_|_|/ |/| | |
* | | | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-143-18/+161
|\ \ \ \
| * | | | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-293-18/+161
* | | | | Merge pull request #20856 from KoBeWi/pretty-dictionary-printRémi Verschelde2018-08-141-2/+3
|\ \ \ \ \
| * | | | | Add some curly braces to make dictionary printing less ambiguousTomasz Chabora2018-08-091-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #20443 from AlexHolly/add-string-format-no-indexRémi Verschelde2018-08-141-1/+5
|\ \ \ \ \
| * | | | | Added String.format "no index" supportAlexander Holland2018-07-251-1/+5
* | | | | | Merge pull request #20772 from dragmz/string_copy_oob_read_fixRémi Verschelde2018-08-142-8/+5
|\ \ \ \ \ \
| * | | | | | fix out of buffer read when copying non-null terminated stringsMarcin Zawiejski2018-08-062-8/+5
* | | | | | | Merge pull request #20992 from Chaosus/conversion_fixRémi Verschelde2018-08-142-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix int(String) != int(int) conversionChaosus2018-08-142-2/+2
* | | | | | | | Merge pull request #20826 from raphael10241024/mybranchRémi Verschelde2018-08-142-26/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix #20390 :get_unix_time_from_datetime and get_date_time_from_unix_time can ...RaphaelHunter2018-08-132-26/+33
* | | | | | | | Merge pull request #20778 from ibrahn/remove-zero-append-typosRémi Verschelde2018-08-131-2/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e13...Ibrahn Sahir2018-08-072-3/+0
* | | | | | | | Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde2018-08-123-1/+15
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #19993 from vnen/gdscript-warningsJuan Linietsky2018-08-101-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Added system for GDScript warningsGeorge Marques2018-08-101-1/+8
* | | | | | | | Added function ResourceLoader.exists(), to check if a resource exists. Closes...Juan Linietsky2018-08-104-4/+45
|/ / / / / / /
* | | | | | | Revert "added get_creation_time function for gdscript"Juan Linietsky2018-08-1016-71/+0
* | | | | | | Merge pull request #18914 from notwarp/masterJuan Linietsky2018-08-1016-0/+71
|\ \ \ \ \ \ \
| * | | | | | | added get_creation_time function for gdscriptDaniele Giuliani2018-05-1616-0/+71
* | | | | | | | Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky2018-08-102-8/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-312-8/+80
* | | | | | | | | Merge pull request #15536 from poke1024/fix3327Juan Linietsky2018-08-102-5/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix SortArray crashing with bad comparison functionspoke10242018-08-042-5/+31
| |/ / / / / / / /
* | | | | | / / / Fix clang compile errorMarcelo Fernandez2018-08-091-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | 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
| |/ / / / / |/| | | | |