summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2017-02-02Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde
Fixed line lenght guideline, and added colour option
2017-02-02Merge pull request #7648 from RayKoopa/add_remove_animation_warningRémi Verschelde
Added warning when removing animations
2017-02-02Fix compile errorvolzhs
2017-02-01CSV translation import pluginJuan Linietsky
2017-02-01Lot of work in new importer, importing textures now works.Juan Linietsky
2017-01-28Fixed line lenght guideline drawing with color optionPaulb23
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-25Added warning when removing animationsRay Koopa
2017-01-25Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde
Fix weird scrollbar appearance on 2D editor (3.0 master)
2017-01-25Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde
Add run/output category [ci skip]
2017-01-25Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde
Show transparency and accurate color for modulate
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-25Add run/output categoryGuilherme Felipe
2017-01-25Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs
2017-01-25Include filesystem dock split offset in editor layoutsPedro J. Estébanez
Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024
2017-01-24delete bus effects is now possibleJuan Linietsky
2017-01-24Show transparency and accurate color for modulatevolzhs
2017-01-24Ability to drag and drop around audio effects!Juan Linietsky
2017-01-23Ability to delete, drag and drop audio buses!Juan Linietsky
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-21Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde
The new Quick Filter Files behaviour since 8b47e26 had not been implemented, so this implements it and makes it an editor hotkey instead of a menu entry. Fixes #7582.
2017-01-20Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky
Use real_t rather than float or double in generic functions (core/mat…
2017-01-192D Editor: Don't show lock icons for hidden nodes.Andreas Haas
Now we only draw those icons for visible Nodes. Fixes #7518
2017-01-18Fix editor method calls to is_visible for Spatial and CanvasItem and ↵Ray Koopa
is_visible itself for Spatial
2017-01-16Added some missing icons and modified othersDaniel J. Ramirez
2017-01-16icon fixesDaniel J. Ramirez
2017-01-16Merge pull request #7562 from RandomShaper/ordered-image-group-filesRémi Verschelde
Make image-groups map in export.cfg ordered
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather ↵Ferenc Arn
than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions.
2017-01-16Make image-groups map in export.cfg orderedPedro J. Estébanez
This improves the VCS experience because otherwise they change their order everytime producing spurious changes.
2017-01-16Merge pull request #7540 from volzhs/default-rotRémi Verschelde
Change camera default rotation
2017-01-16Merge pull request #7536 from GodotExplorer/pr-copy-node-pathRémi Verschelde
Add 'Copy Node Path' action to right mouse menu
2017-01-17Change camera default rotationvolzhs
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: No break before list braceRémi Verschelde
clang-format does not handle that well *at all*. For the reference, found the relevant pieces of code with: `ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty`
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain).
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-15Add a API to add/remove items to the "Tools" menuFranklin Sobrinho
2017-01-152D and 3D viewport are working again :DJuan Linietsky
2017-01-15Add 'Copy Node Path' action to right mouse menuGeequlim
2017-01-14no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky
2017-01-15Allow closing a script tab without savingWilhem Barbier
2017-01-15Merge pull request #7515 from kbake/issue7433Rémi Verschelde
Use Animation's Name as Filename When Saving
2017-01-15Added missing icons (#7514)Daniel Ramirez
2017-01-14Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky
Add modulate (color) to TileSet tiles
2017-01-14Will now try to use the existing animation's name for filename, defaults to ↵kbake
previous value in case there's no name
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
added a check to detect this case in the future
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
2017-01-14Finish renaming *Frame GUI classes to *RectRémi Verschelde
ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references.
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> ↵Juan Linietsky
String.get_basename()