Age | Commit message (Expand) | Author |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky |
2017-02-04 | Ensure proper config version when reading the new configuration file. | Juan Linietsky |
2017-02-04 | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.x | Juan Linietsky |
2017-02-04 | completed scene importing (I hope?) | Juan Linietsky |
2017-02-04 | fix continous reimport bug (i hope) | Juan Linietsky |
2017-02-04 | Scene import more or less working, needs some missing features. | Juan Linietsky |
2017-02-03 | OBJ file importing! | Juan Linietsky |
2017-02-02 | wav file importing! | Juan Linietsky |
2017-02-02 | Fix crash when saving root node by "Save Branch as Scene" with unsaved scene | volzhs |
2017-02-02 | Merge pull request #7672 from Hinsbart/drag_crash | Rémi Verschelde |
2017-02-02 | Merge pull request #7670 from RandomShaper/load-placeholder-dup | Rémi Verschelde |
2017-02-02 | Merge pull request #7666 from Paulb23/line_length_guideline | Rémi Verschelde |
2017-02-02 | Merge pull request #7648 from RayKoopa/add_remove_animation_warning | Rémi Verschelde |
2017-02-02 | Fix compile error | volzhs |
2017-02-01 | CSV translation import plugin | Juan Linietsky |
2017-02-01 | Lot of work in new importer, importing textures now works. | Juan Linietsky |
2017-01-29 | SceneTreeDock: Fix crash when dragging invalid nodes. | Andreas Haas |
2017-01-29 | Replicate load-as-placeholder state on node duplication | Pedro J. Estébanez |
2017-01-28 | Fixed line lenght guideline drawing with color option | Paulb23 |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-25 | Added warning when removing animations | Ray Koopa |
2017-01-25 | Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0 | Rémi Verschelde |
2017-01-25 | Merge pull request #7642 from guilhermefelipecgs/add_category | Rémi Verschelde |
2017-01-25 | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde |
2017-01-25 | Audio bus editing is COMPLETE! | Juan Linietsky |
2017-01-25 | Add run/output category | Guilherme Felipe |
2017-01-25 | Fix weird scrollbar appearance on 2D editor (3.0 master) | volzhs |
2017-01-25 | Include filesystem dock split offset in editor layouts | Pedro J. Estébanez |
2017-01-24 | delete bus effects is now possible | Juan Linietsky |
2017-01-24 | Show transparency and accurate color for modulate | volzhs |
2017-01-24 | Ability to drag and drop around audio effects! | Juan Linietsky |
2017-01-23 | Ability to delete, drag and drop audio buses! | Juan Linietsky |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |
2017-01-21 | Remove Quick Filter Files and fix FS search hotkey | Rémi Verschelde |
2017-01-20 | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky |
2017-01-19 | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas |
2017-01-18 | Fix editor method calls to is_visible for Spatial and CanvasItem and is_visib... | Ray Koopa |
2017-01-16 | Added some missing icons and modified others | Daniel J. Ramirez |
2017-01-16 | icon fixes | Daniel J. Ramirez |
2017-01-16 | Merge pull request #7562 from RandomShaper/ordered-image-group-files | Rémi Verschelde |
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn |
2017-01-16 | Make image-groups map in export.cfg ordered | Pedro J. Estébanez |
2017-01-16 | Merge pull request #7540 from volzhs/default-rot | Rémi Verschelde |
2017-01-16 | Merge pull request #7536 from GodotExplorer/pr-copy-node-path | Rémi Verschelde |
2017-01-17 | Change camera default rotation | volzhs |
2017-01-16 | Style: Various fixes to play nice with clang-format | Rémi Verschelde |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-16 | Style: No break before list brace | Rémi Verschelde |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |