aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-15Update/fix Android buildPedro J. Estébanez1-7/+7
2016-11-15Clarify a NULL comparisoneska1-1/+1
2016-11-15Prevent to select children if selection lock or instanced scenevolzhs1-7/+14
2016-11-15Fix resetting to default value in EditorSettingsvolzhs1-1/+0
2016-11-15Make the step property useful for sliders as described in #5773Elia Argentieri1-4/+13
2016-11-15Make Android export quicker (especially on Windows)Pedro J. Estébanez1-19/+19
2016-11-15Export immediately if only one device presentPawel Kowal1-6/+17
2016-11-15Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2-2/+7
2016-11-15vsnc --> vsyncISylvox9-11/+11
2016-11-15Set project name as directory name instead of '.'volzhs1-2/+2
2016-11-15Select newly created or imported project automaticallyvolzhs2-2/+45
2016-11-15Fix Label valign positionvolzhs1-3/+3
2016-11-15Some missing License notice has been addedSPTelur2-0/+59
2016-11-15Caret blink will no longer cause redraw without focus, issue 6167Paulb232-2/+2
2016-11-15Fixed minor typoDTV96Calibre1-1/+1
2016-11-15Clean/fix triangulation internalsPedro J. Estébanez2-13/+5
2016-11-15Fix updating value of SpinBox with prefixvolzhs1-1/+4
2016-11-15Prevent to make UndoRedo for duplicate if no selected nodevolzhs1-0/+2
2016-11-15fix a tiny typoScotFlux1-2/+2
2016-11-15Rewrite the README to be more descriptiveRémi Verschelde1-15/+51
2016-11-15Fix wrong number for ERR_* on commentvolzhs1-12/+12
2016-11-15 Fix typos and missing newlines in --helpTim Roes1-3/+2
2016-11-15Fix scene tree drag & drop places node as child (#6912)Keetz1-31/+4
2016-11-15Fixed flag for importing animation and skipping value tracks.Saracen3-44/+51
2016-11-15Keep groups when replacing nodesIgnacio Etcheverry1-0/+6
2016-11-08memory ops implemented as OS functions by defaultAriel Manzur2-121/+8
2016-11-08adding get_stored_values methodAriel Manzur2-1/+20
2016-11-03server: Allow building against system librariesRémi Verschelde1-0/+36
2016-11-03opus: Move public headers to match system installRémi Verschelde9-2/+3
2016-11-03scons: Reorder options for clarityRémi Verschelde19-76/+83
2016-11-03libpng: Update to upstream 1.6.26Rémi Verschelde23-1095/+1416
2016-11-02Improve Android build (Clang + tidyness)Pedro J. Estébanez1-87/+100
2016-11-02style: Various other PEP8 fixes in Python filesRémi Verschelde24-369/+370
2016-11-02style: Fix PEP8 blank lines issues in Python filesRémi Verschelde50-193/+111
2016-11-02style: Fix PEP8 whitespace issues in Python filesRémi Verschelde91-2275/+2275
2016-11-02style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde84-6626/+6626
2016-11-02Fix to fit stylebox with ItemListvolzhs1-1/+4
2016-11-02Fixed Mix nodes in Animation Tree Playerm4nu3lf2-17/+4
2016-10-31Fix usage of 3.0 naming API in 1038c1f8Rémi Verschelde1-2/+2
2016-10-31Fix memory leak with drag & drop on 2D viewportvolzhs1-0/+1
2016-10-31Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas4-2/+38
2016-10-31Improve drag and drop on 2D viewportvolzhs3-6/+453
2016-10-31scons: msvc_is_detected not available in 2.1Rémi Verschelde1-1/+1
2016-10-31classref: Sync with current sourcesRémi Verschelde1-0/+140
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
2016-10-31scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
2016-10-31Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
2016-10-31Add "Never" underline mode to LinkButtonrdb3-4/+9