| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #7666 from Paulb23/line_length_guideline | Rémi Verschelde | 2017-02-02 | 2 | -0/+3 | |
| |\ \ \ \ | | | | | | | | | | | Fixed line lenght guideline, and added colour option | |||||
| | * | | | | Fixed line lenght guideline drawing with color option | Paulb23 | 2017-01-28 | 2 | -0/+3 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #7648 from RayKoopa/add_remove_animation_warning | Rémi Verschelde | 2017-02-02 | 2 | -9/+20 | |
| |\ \ \ \ | | | | | | | | | | | Added warning when removing animations | |||||
| | * | | | | Added warning when removing animations | Ray Koopa | 2017-01-25 | 2 | -9/+20 | |
| | | | | | | ||||||
| * | | | | | Fix compile error | volzhs | 2017-02-02 | 1 | -0/+5 | |
| | | | | | | ||||||
| * | | | | | CSV translation import plugin | Juan Linietsky | 2017-02-01 | 7 | -10/+265 | |
| | | | | | | ||||||
| * | | | | | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 14 | -744/+1141 | |
| | |/ / / |/| | | | ||||||
| * | | | | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 34 | -160/+98 | |
| |/ / / | ||||||
| * | | | Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0 | Rémi Verschelde | 2017-01-25 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | Fix weird scrollbar appearance on 2D editor (3.0 master) | |||||
| | * | | | Fix weird scrollbar appearance on 2D editor (3.0 master) | volzhs | 2017-01-25 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #7642 from guilhermefelipecgs/add_category | Rémi Verschelde | 2017-01-25 | 2 | -2/+4 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | Add run/output category [ci skip] | |||||
| | * | | | | Add run/output category | Guilherme Felipe | 2017-01-25 | 2 | -2/+4 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde | 2017-01-25 | 4 | -2/+23 | |
| |\ \ \ \ | | | | | | | | | | | Show transparency and accurate color for modulate | |||||
| | * | | | | Show transparency and accurate color for modulate | volzhs | 2017-01-24 | 4 | -2/+23 | |
| | | | | | | ||||||
| * | | | | | Audio bus editing is COMPLETE! | Juan Linietsky | 2017-01-25 | 5 | -31/+318 | |
| | |/ / / |/| | | | ||||||
| * | | | | Include filesystem dock split offset in editor layouts | Pedro J. Estébanez | 2017-01-25 | 2 | -0/+11 | |
| | |/ / |/| | | | | | | | | Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024 | |||||
| * | | | delete bus effects is now possible | Juan Linietsky | 2017-01-24 | 2 | -1/+47 | |
| | | | | ||||||
| * | | | Ability to drag and drop around audio effects! | Juan Linietsky | 2017-01-24 | 2 | -1/+116 | |
| | | | | ||||||
| * | | | Ability to delete, drag and drop audio buses! | Juan Linietsky | 2017-01-23 | 3 | -5/+229 | |
| | | | | ||||||
| * | | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 10 | -119/+743 | |
| | | | | ||||||
| * | | | Remove Quick Filter Files and fix FS search hotkey | Rémi Verschelde | 2017-01-21 | 5 | -28/+30 | |
| | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky | 2017-01-20 | 7 | -28/+28 | |
| |\ \ \ | | | | | | | | | Use real_t rather than float or double in generic functions (core/mat… | |||||
| | * | | | Overloaded basic math funcs (double and float variants). Use real_t rather ↵ | Ferenc Arn | 2017-01-16 | 7 | -28/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | |||||
| * | | | | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas | 2017-01-19 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Now we only draw those icons for visible Nodes. Fixes #7518 | |||||
| * | | | | Fix editor method calls to is_visible for Spatial and CanvasItem and ↵ | Ray Koopa | 2017-01-18 | 1 | -19/+18 | |
| | | | | | | | | | | | | | | | | | is_visible itself for Spatial | |||||
| * | | | | Added some missing icons and modified others | Daniel J. Ramirez | 2017-01-16 | 11 | -47/+217 | |
| | | | | | ||||||
| * | | | | icon fixes | Daniel J. Ramirez | 2017-01-16 | 80 | -1087/+381 | |
| | | | | | ||||||
| * | | | | Merge pull request #7562 from RandomShaper/ordered-image-group-files | Rémi Verschelde | 2017-01-16 | 1 | -4/+12 | |
| |\ \ \ \ | |/ / / |/| | | | Make image-groups map in export.cfg ordered | |||||
| | * | | | Make image-groups map in export.cfg ordered | Pedro J. Estébanez | 2017-01-16 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | This improves the VCS experience because otherwise they change their order everytime producing spurious changes. | |||||
| * | | | | Merge pull request #7540 from volzhs/default-rot | Rémi Verschelde | 2017-01-16 | 2 | -4/+4 | |
| |\ \ \ \ | | | | | | | | | | | Change camera default rotation | |||||
| | * | | | | Change camera default rotation | volzhs | 2017-01-17 | 2 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #7536 from GodotExplorer/pr-copy-node-path | Rémi Verschelde | 2017-01-16 | 2 | -2/+17 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Add 'Copy Node Path' action to right mouse menu | |||||
| | * | | | | Add 'Copy Node Path' action to right mouse menu | Geequlim | 2017-01-15 | 2 | -2/+17 | |
| | | | | | | ||||||
| * | | | | | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 2 | -3/+4 | |
| | | | | | | ||||||
| * | | | | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 25 | -66/+66 | |
| | | | | | | ||||||
| * | | | | | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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` | |||||
| * | | | | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 106 | -77/+626 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). | |||||
| * | | | | | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 17 | -110/+41 | |
| | | | | | | ||||||
| * | | | | | Add a API to add/remove items to the "Tools" menu | Franklin Sobrinho | 2017-01-15 | 4 | -6/+158 | |
| | |_|/ / |/| | | | ||||||
| * | | | | 2D and 3D viewport are working again :D | Juan Linietsky | 2017-01-15 | 3 | -15/+15 | |
| |/ / / | ||||||
| * | | | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky | 2017-01-14 | 2 | -8/+9 | |
| | | | | ||||||
| * | | | Allow closing a script tab without saving | Wilhem Barbier | 2017-01-15 | 2 | -4/+16 | |
| | | | | ||||||
| * | | | Merge pull request #7515 from kbake/issue7433 | Rémi Verschelde | 2017-01-15 | 1 | -1/+6 | |
| |\ \ \ | | | | | | | | | Use Animation's Name as Filename When Saving | |||||
| | * | | | Will now try to use the existing animation's name for filename, defaults to ↵ | kbake | 2017-01-14 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | previous value in case there's no name | |||||
| * | | | | Added missing icons (#7514) | Daniel Ramirez | 2017-01-15 | 11 | -18/+370 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #6519 from RandomShaper/enhance-tileset | Juan Linietsky | 2017-01-14 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | Add modulate (color) to TileSet tiles | |||||
| | * | | | Add modulate (color) to TileSet tiles | Pedro J. Estébanez | 2016-11-30 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 12 | -42/+39 | |
| | | | | | | | | | | | | | | | | | added a check to detect this case in the future | |||||
| * | | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 71 | -458/+545 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | Finish renaming *Frame GUI classes to *Rect | Rémi Verschelde | 2017-01-14 | 20 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | | | ReferenceFrame had been overlooked, and the cpp files still used the old names. Also ripgrep'ed it all to find some forgotten references. | |||||
