Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | ability to adjust propagation in gi probe | Juan Linietsky | |
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 | Changed OGG Vorbis type to be imported, so it's possible to specify loop | Juan Linietsky | |
2017-02-03 | OBJ file importing! | Juan Linietsky | |
2017-02-02 | wav file importing! | Juan Linietsky | |
2017-02-02 | Merge pull request #7708 from volzhs/match-err | Rémi Verschelde | |
Match ERROR_QUERY_FAILED enum with others [ci skip] | |||
2017-02-02 | Match ERROR_QUERY_FAILED enum with others | volzhs | |
2017-02-02 | Fix crash when saving root node by "Save Branch as Scene" with unsaved scene | volzhs | |
Fix #7667 (cherry picked from commit 43a2599801be348dfd41d928c7a66a590dbe8745) | |||
2017-02-02 | Fix #7011 ScrollContainer takes into account child's EXPAND flag when ↵ | Pawel Kowal | |
scrolling is enabled (cherry picked from commit e9316a009e08e8fe9aa961a0ccef2a77ba7133fc) | |||
2017-02-02 | Merge pull request #7578 from baekdahl/master | Rémi Verschelde | |
x11: don't wait for window to be mapped | |||
2017-02-02 | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde | |
Enable WebGL2 in web export, start fixing build | |||
2017-02-02 | Merge pull request #7683 from marcelofg55/master | Rémi Verschelde | |
Fix issues with set_window_resizable on x11 | |||
2017-02-02 | Merge pull request #7681 from karroffel/classdb_type | Rémi Verschelde | |
corrected ClassDB::instance() return type | |||
2017-02-02 | Merge pull request #7672 from Hinsbart/drag_crash | Rémi Verschelde | |
SceneTreeDock: Fix crash when dragging invalid nodes. | |||
2017-02-02 | Merge pull request #7670 from RandomShaper/load-placeholder-dup | Rémi Verschelde | |
Replicate load-as-placeholder state on node duplication | |||
2017-02-02 | Merge pull request #7666 from Paulb23/line_length_guideline | Rémi Verschelde | |
Fixed line lenght guideline, and added colour option | |||
2017-02-02 | Merge pull request #7649 from Faless/fix_input_master | Rémi Verschelde | |
Keyboard Input modifiers do not block actions. | |||
2017-02-02 | Merge pull request #7648 from RayKoopa/add_remove_animation_warning | Rémi Verschelde | |
Added warning when removing animations | |||
2017-02-02 | Merge pull request #7645 from tagcup/x11_optimization_flags_v2 | Rémi Verschelde | |
Use -Ofast on x11. Also introduced use_lto option. | |||
2017-02-02 | Merge pull request #7704 from volzhs/fix-compile-error | Rémi Verschelde | |
Fix compile error | |||
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-02-01 | Enable WebGL2 in web export, start fixing build | eska | |
Will not yet compile | |||
2017-01-30 | Fix issues with set_window_resizable on x11 | marcelofg55 | |
2017-01-30 | corrected ClassDB::insatnce() return type | Karroffel | |
2017-01-30 | Merge pull request #7680 from cbscribe/master | Rémi Verschelde | |
grammar fixes, it's -> its [ci skip] | |||
2017-01-29 | grammar fixes, it's -> its | Chris Bradfield | |
2017-01-29 | SceneTreeDock: Fix crash when dragging invalid nodes. | Andreas Haas | |
Fixes #7529 | |||
2017-01-29 | Replicate load-as-placeholder state on node duplication | Pedro J. Estébanez | |
Cherry-picked from 936f2e3b4e9fb657f6c874020428f8159356d923 | |||
2017-01-28 | Fixed line lenght guideline drawing with color option | Paulb23 | |
2017-01-26 | Use -Ofast on x11. Also introduced use_lto option. | Ferenc Arn | |
debug_release doesn't turn off optimizations for release target now. Ensure that sanitizer options apply to both C and C++ files. Built-in optimization/debug flags are prepended such that user-specified flags can override them. Based on and around the discussion in PR #5194. | |||
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 | Keyboard Input modifiers do not block actions. | Fabio Alessandrelli | |
This means, if you press "F" while holding "shift" and there is and action registered for "F" that action should be pressed. This commit restore this behaviour, lost when implementing is_action_just_pressed. If you want "blocking modifiers" you should code it via script. Fixes 6826 | |||
2017-01-25 | Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0 | Rémi Verschelde | |
Fix weird scrollbar appearance on 2D editor (3.0 master) | |||
2017-01-25 | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | |
Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries | |||
2017-01-25 | Merge pull request #7642 from guilhermefelipecgs/add_category | Rémi Verschelde | |
Add run/output category [ci skip] | |||
2017-01-25 | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde | |
Show transparency and accurate color for modulate | |||
2017-01-25 | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | |
mode (#7162) | |||
2017-01-25 | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | |
Greater VCS friendliness | |||
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 | Merge pull request #7635 from RandomShaper/fs-split-layout | Rémi Verschelde | |
Include filesystem dock split offset in editor layouts |