Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-12 | Merge pull request #7722 from RandomShaper/improve-touch-button | Rémi Verschelde | |
Fix touch button issues | |||
2017-02-12 | Merge pull request #7712 from kbake/deselect-selection-on-ctrl-home/end | Rémi Verschelde | |
Selected text is now deselected on ctrl+home/end | |||
2017-02-12 | Merge pull request #7706 from RandomShaper/touch-button-shape-master | Rémi Verschelde | |
Add shape property to TouchScreenButton | |||
2017-02-10 | Solve TouchScreenButtons issues | Pedro J. Estébanez | |
Fix touch button needing double tap after pause (applies to those not set to pass-by) Fix error when a pressed TouchScreenButton with no associated action exits the tree (with some refactoring of duplicate code) | |||
2017-02-09 | Reorder the folders in tools to prepare moving tools/editor | Rémi Verschelde | |
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs. | |||
2017-02-08 | Merge pull request #7759 from nunodonato/translationfix | Rémi Verschelde | |
Added "Scots" locale name, fixing #7630 | |||
2017-02-08 | Added "Scots" locale name, fixing #7630 | Nuno Donato | |
2017-02-08 | basic contact shadows implementation, will most likely need some polishing | Juan Linietsky | |
2017-02-07 | Merge pull request #7715 from m4nu3lf/bugfix/g6dof_joint_setter | Rémi Verschelde | |
Fixed property setter in G6DOF joint | |||
2017-02-07 | Merge pull request #7709 from bojidar-bg/sort-scripts-by-path | Rémi Verschelde | |
Sort settings for scripts in the editor | |||
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | |
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 | Fixed property setter in G6DOF joint | m4nu3lf | |
2017-02-03 | Changed OGG Vorbis type to be imported, so it's possible to specify loop | Juan Linietsky | |
2017-02-03 | Selected text is now deselected on ctrl+home/end | kbake | |
This fixes Issue #7694 and also the error mentioned in the comments of that issue. | |||
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 | Sort settings for scripts in the editor | Bojidar Marinov | |
2017-02-02 | Match ERROR_QUERY_FAILED enum with others | volzhs | |
2017-02-02 | Add shape property to TouchScreenButton | Pedro J. Estébanez | |
Adapted from 67a0da34a2d5a95761c54b3012d0a8f1a79e10a6 | |||
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 |