aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15080 from volzhs/text-colorNoshyaar2018-01-015-169/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect text editor highlighting color changesvolzhs2017-12-285-169/+133
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15101 from nounoursheureux/masterNoshyaar2018-01-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make filesystem search case-insensitiveWilhem Barbier2017-12-271-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar2018-01-011-6/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Rect2::distance_to() not returning 0Bernhard Liebl2017-12-271-6/+15
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15232 from neikeq/issue-15138-and-moreRémi Verschelde2018-01-019-58/+119
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry2018-01-014-18/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Script lifetime fixesIgnacio Etcheverry2018-01-017-40/+89
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15136 from neikeq/issue-15128Ignacio Etcheverry2017-12-311-49/+48
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry2017-12-291-49/+48
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15182 from Silvea12/masterChris Bradfield2017-12-311-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated timer docsAndrew Silver2017-12-311-4/+6
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | / / / / / / / / / / / / / / Improve LTO build with MSVCGeorge Marques2017-12-311-1/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15212 from firefly2442/FloatToBooleanNoshyaar2017-12-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | change float to bool as correct typefirefly24422017-12-301-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15209 from firefly2442/StringBooleanProblemNoshyaar2017-12-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent strings from being evaluated to just "true"firefly24422017-12-301-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15211 from firefly2442/SwitchDefaultTypoNoshyaar2017-12-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fix typo in switch statementfirefly24422017-12-301-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15175 from Hinsbart/windowed_editorGilles Roudiere2017-12-301-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Editor: Respect -w command line flag.Andreas Haas2017-12-291-2/+4
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15172 from binbitten/issue_15167Gilles Roudiere2017-12-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed wrong highlighted line when erroring and using single-line comments, fi...binbitten2017-12-291-0/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15041 from vnen/uwp-export-signGeorge Marques2017-12-291-1/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Add option to sign UWP exports with signtoolGeorge Marques2017-12-261-1/+69
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | avoid error on setting skeleton from transform changedJuan Linietsky2017-12-291-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | Missing transform notification for Skeleton.Juan Linietsky2017-12-291-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | Use a different approach to update skeletons when transform changesJuan Linietsky2017-12-292-3/+17
* | | | | | | | | | | | | | | | | | | | | | | | | Update the skeleton on transformJuan Linietsky2017-12-291-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15117 from damarindra/masterNoshyaar2017-12-292-63/+246
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Autotile Enhancementdamarindra2017-12-282-63/+246
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-283-151/+171
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar2017-12-281-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Minor style fixes for editor helpDaniel J. Ramirez2017-12-271-0/+5
| | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15108 from poke1024/fix-stringbuffer-appendNoshyaar2017-12-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Fix crash in StringBuffer::append()Bernhard Liebl2017-12-271-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15006 from CyanBlob/masterNoshyaar2017-12-281-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas2017-12-271-0/+3
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky2017-12-273-59/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Avoid string allocations in AlphCompareBernhard Liebl2017-12-173-59/+42
* | | | | | | | | | | | | | | | | | | | | | | | Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky2017-12-273-4/+74
| |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-2710-10/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot ...MrCdK2017-12-2310-10/+20
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-273-11/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-233-11/+34
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-2713-298/+808
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-2413-298/+808
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2017-12-242-5/+15
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |