aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced Toggle Visibility buttonsersoong2018-01-042-18/+36
|
* Merge pull request #15136 from neikeq/issue-15128Ignacio Etcheverry2017-12-311-49/+48
|\ | | | | Mono: Bindings no longer relie on DocData for accessors
| * 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 docs
| * | 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 type
| * | 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"
| * | | 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 statement
| * | 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.
| * | 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 comments
| * | | Fixed wrong highlighted line when erroring and using single-line comments, ↵binbitten2017-12-291-0/+1
|/ / / | | | | | | | | | fixes #15167
* | | Merge pull request #15041 from vnen/uwp-export-signGeorge Marques2017-12-291-1/+69
|\ \ \ | | | | | | | | Add option to sign UWP exports with signtool
| * | | Add option to sign UWP exports with signtoolGeorge Marques2017-12-261-1/+69
| | | | | | | | | | | | | | | | Windows-only.
* | | | 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 Enhancement
| * | | Autotile Enhancementdamarindra2017-12-282-63/+246
| | | |
* | | | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵Juan Linietsky2017-12-283-151/+171
|/ / / | | | | | | | | | this case), fixes #13393
* | | Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar2017-12-281-0/+5
|\ \ \ | | | | | | | | Minor style fixes for editor help
| * | | 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()
| * | | | 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/region [ci skip]
| * | | 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 AlphCompare
| * | | | Avoid string allocations in AlphCompareBernhard Liebl2017-12-173-59/+42
| | | | |
* | | | | Reimport now checks source path changes and imported files and their md5, ↵Juan Linietsky2017-12-273-4/+74
| |_|/ / |/| | | | | | | | | | | fixes #14728
* | | | Merge pull request #14971 from mrcdk/particles_emittingNoshyaar2017-12-2710-10/+20
|\ \ \ \ | | | | | | | | | | Set particles emitting to false when particles finish emitting with one-shot enabled
| * | | | Set particles emitting to false when particles finish emitting with one-shot ↵MrCdK2017-12-2310-10/+20
| | | | | | | | | | | | | | | | | | | | enabled
* | | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-273-11/+34
|\ \ \ \ \ | | | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position.
| * | | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-233-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | Auto select newly created nodes.
* | | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-2713-298/+808
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mono: Make the bindings generator output enums
| * | | | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-2413-298/+808
| |/ / / / / | | | | | | | | | | | | | | | | | | - Switch to PascalCase for constants names
* | | | | | Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar2017-12-272-5/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Animation Tree: Prevent cycle_test from being altered by past-test.
| * | | | | | Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2017-12-242-5/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15028 from YeldhamDev/editor_file_dialog_changesNoshyaar2017-12-273-64/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Changes to the Editor File Dialog
| * | | | | | Changes to the Editor File Dialog.Michael Alexsander Silva Dias2017-12-253-64/+46
| | | | | | |
* | | | | | | Merge pull request #15032 from Noshyaar/prNoshyaar2017-12-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EditorAbout: TTR workaround for "Project Manager" contexts
| * | | | | | | EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson2017-12-251-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #15045 from poke1024/vector2-inlineNoshyaar2017-12-272-63/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Inline some very common Vector2 operations
| * | | | | | | Inline some very common Vector2 operationsBernhard Liebl2017-12-252-63/+64
| | | | | | | |
* | | | | | | | Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar2017-12-273-32/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added "get_popup" method for OptionButton
| * | | | | | | | Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias2017-12-253-32/+46
| | |/ / / / / / | |/| | | | | |