aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-0590-45421/+0
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-285-4/+5
* Merge pull request #7857 from Hinsbart/external_script_breakRémi Verschelde2017-02-261-0/+4
|\
| * Don't switch to script on breakpoint hit when using external editor.Andreas Haas2017-02-201-0/+4
* | Merge pull request #7842 from Zylann/fix_line2d_editorRémi Verschelde2017-02-262-4/+9
|\ \
| * | Fixed Line2D editor doesn't respond to inputMarc Gilleron2017-02-192-4/+9
| |/
* | Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-232-2/+2
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-218-8/+8
|/
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-161-2/+2
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1328-184/+184
* Merge pull request #7352 from Zylann/polylineRémi Verschelde2017-02-122-0/+368
|\
| * Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-152-0/+368
* | Merge pull request #7772 from Limb/fixgiprobeeditorRémi Verschelde2017-02-121-2/+0
|\ \
| * | Remove memdelete of button in GIProbeEditor exitKenneth Lorthioir2017-02-091-2/+0
* | | Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-1/+1
|/ /
* | Merge pull request #7709 from bojidar-bg/sort-scripts-by-pathRémi Verschelde2017-02-072-4/+50
|\ \
| * | Sort settings for scripts in the editorBojidar Marinov2017-02-022-4/+50
* | | Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-73/+17
|/ /
* | Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde2017-02-021-0/+1
|\ \
| * | Fixed line lenght guideline drawing with color optionPaulb232017-01-281-0/+1
* | | Added warning when removing animationsRay Koopa2017-01-252-9/+20
|/ /
* | Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs2017-01-251-2/+2
* | Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde2017-01-211-1/+1
* | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-201-1/+1
|\ \
| * | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-1/+1
* | | 2D Editor: Don't show lock icons for hidden nodes.Andreas Haas2017-01-191-1/+1
|/ /
* | Change camera default rotationvolzhs2017-01-172-4/+4
* | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-1611-27/+27
* | Style: No break before list braceRémi Verschelde2017-01-161-2/+1
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-1634-13/+252
* | Oops! Audio engine has vanished :DJuan Linietsky2017-01-1510-12/+27
* | 2D and 3D viewport are working again :DJuan Linietsky2017-01-152-14/+14
* | no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-142-8/+9
* | Allow closing a script tab without savingWilhem Barbier2017-01-152-4/+16
* | Merge pull request #7515 from kbake/issue7433Rémi Verschelde2017-01-151-1/+6
|\ \ | |/ |/|
| * Will now try to use the existing animation's name for filename, defaults to p...kbake2017-01-141-1/+6
* | Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky2017-01-141-0/+2
|\ \
| * | Add modulate (color) to TileSet tilesPedro J. Estébanez2016-11-301-0/+2
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-144-17/+14
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1428-137/+151
* | | Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-145-10/+10
* | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-144-7/+7
* | | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky2017-01-132-3/+3
* | | renamed tween animationplayer scale functions to speed_scaleJuan Linietsky2017-01-131-2/+2
* | | Reenable node name case setting + code cleanupsRémi Verschelde2017-01-132-24/+5
* | | New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-1314-60/+60
| |/ |/|
* | some class renamesJuan Linietsky2017-01-1210-17/+17
* | Fix current script background colorPaulb232017-01-121-1/+1
* | Renamed most signals so they refer to:Juan Linietsky2017-01-124-19/+19
* | Type renames:Juan Linietsky2017-01-1124-92/+92