| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #7768 from bojidar-bg/sc-multiple-names | Rémi Verschelde | 2017-02-12 | 1 | -1/+8 |
| |\ |
|
| | * | Make _sc_ files work like ._sc_, fixes #7762 | Bojidar Marinov | 2017-02-09 | 1 | -1/+8 |
| * | | Merge pull request #7757 from volzhs/save-debug-options | Rémi Verschelde | 2017-02-12 | 5 | -14/+38 |
| |\ \ |
|
| | * | | Save and restore debug options | volzhs | 2017-02-08 | 5 | -14/+38 |
| * | | | Merge pull request #7740 from magyar123/master | Rémi Verschelde | 2017-02-12 | 2 | -0/+9 |
| |\ \ \ |
|
| | * | | | Add editor option for automatically closing the output when stopping the game. | mbalint12 | 2017-02-06 | 2 | -0/+9 |
| * | | | | Reorder the folders in tools to prepare moving tools/editor | Rémi Verschelde | 2017-02-09 | 127 | -6790/+135 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #7709 from bojidar-bg/sort-scripts-by-path | Rémi Verschelde | 2017-02-07 | 2 | -4/+50 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Sort settings for scripts in the editor | Bojidar Marinov | 2017-02-02 | 2 | -4/+50 |
| * | | | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 8 | -93/+222 |
| | |/
|/| |
|
| * | | Ensure proper config version when reading the new configuration file. | Juan Linietsky | 2017-02-04 | 1 | -2/+2 |
| * | | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.x | Juan Linietsky | 2017-02-04 | 37 | -244/+244 |
| * | | completed scene importing (I hope?) | Juan Linietsky | 2017-02-04 | 5 | -10/+227 |
| * | | fix continous reimport bug (i hope) | Juan Linietsky | 2017-02-04 | 1 | -2/+27 |
| * | | Scene import more or less working, needs some missing features. | Juan Linietsky | 2017-02-04 | 5 | -6/+1297 |
| * | | OBJ file importing! | Juan Linietsky | 2017-02-03 | 7 | -4/+269 |
| * | | wav file importing! | Juan Linietsky | 2017-02-02 | 3 | -0/+654 |
| |/ |
|
| * | Fix crash when saving root node by "Save Branch as Scene" with unsaved scene | volzhs | 2017-02-02 | 1 | -0/+7 |
| * | Merge pull request #7672 from Hinsbart/drag_crash | Rémi Verschelde | 2017-02-02 | 1 | -1/+3 |
| |\ |
|
| | * | SceneTreeDock: Fix crash when dragging invalid nodes. | Andreas Haas | 2017-01-29 | 1 | -1/+3 |
| * | | Merge pull request #7670 from RandomShaper/load-placeholder-dup | Rémi Verschelde | 2017-02-02 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Replicate load-as-placeholder state on node duplication | Pedro J. Estébanez | 2017-01-29 | 1 | -0/+1 |
| * | | | Merge pull request #7666 from Paulb23/line_length_guideline | Rémi Verschelde | 2017-02-02 | 2 | -0/+3 |
| |\ \ \ |
|
| | * | | | 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 | 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) | 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 | 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 | 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 |
| | |/
|/| |
|
| * | | 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 |
| * | | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky | 2017-01-20 | 7 | -28/+28 |
| |\ \ |
|
| | * | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 7 | -28/+28 |
| * | | | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas | 2017-01-19 | 2 | -2/+5 |
| * | | | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib... | Ray Koopa | 2017-01-18 | 1 | -19/+18 |
| * | | | 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 |
| |\ \ \
| |/ /
|/| | |
|