Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | Fix Vector2 doc of floor, add ceil doc | letheed | |
2018-06-15 | Merge pull request #19568 from guilhermefelipecgs/fix_editor_def | Rémi Verschelde | |
Fix path typo for editor def capitalize_properties | |||
2018-06-15 | Fix path typo for editor def capitalize_properties | Guilherme Felipe | |
2018-06-15 | Merge pull request #19547 from akien-mga/travis-mono | Rémi Verschelde | |
Travis: Add Mono build on X11/GCC with tools | |||
2018-06-15 | Travis: Build Mono module in linux tools job | Rémi Verschelde | |
2018-06-15 | Travis: Make dependencies follow the matrix requirements | Rémi Verschelde | |
Also make the coverity addon only applied to the static checks build job. | |||
2018-06-15 | Travis: Cleanup build matrix | Rémi Verschelde | |
Remove unused MinGW config, switch server build to gcc/tools. Update COVERITY_SCAN_TOKEN's secure. | |||
2018-06-15 | Merge pull request #19553 from guilhermefelipecgs/fix_solarized_theme | Rémi Verschelde | |
Small improvement to solarized theme | |||
2018-06-15 | Merge pull request #19544 from RandomShaper/gltf-shapes-names | Rémi Verschelde | |
Import morph target names from glTF | |||
2018-06-15 | Merge pull request #19574 from letheed/tweak-guideline-color | Rémi Verschelde | |
Tweak adaptative guideline and completion_background color | |||
2018-06-15 | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | |
2018-06-15 | Merge pull request #19575 from tagcup/skeleton_doc | Rémi Verschelde | |
Added some details in skeleton docs. | |||
2018-06-14 | Added some details in skeleton docs. | tagcup | |
Workaround for #19551. | |||
2018-06-15 | Tweak adaptative guideline and completion_background color | letheed | |
2018-06-14 | Small improvement to solarized theme | Guilherme Felipe | |
2018-06-14 | Import morph target names from glTF | Pedro J. Estébanez | |
If mesh.extras.targetNames is available. Keep the former naming pattern as fallback. | |||
2018-06-13 | Merge pull request #19545 from akien-mga/gizmos-defval | Rémi Verschelde | |
Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | |||
2018-06-13 | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | Rémi Verschelde | |
Likely added by mistake in #19487. Should fix #19543. | |||
2018-06-13 | Merge pull request #19488 from Paulb23/text_editor_colour_refactor | Rémi Verschelde | |
Text editor colour refactor | |||
2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | |
from main editor. | |||
2018-06-13 | Theme saving no longer hard coded | Paulb23 | |
2018-06-13 | Merge pull request #19541 from SaracenOne/ime2 | Rémi Verschelde | |
Make LineEdit IME position hook ignore placeholder text | |||
2018-06-13 | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | |
Improve 3D selection | |||
2018-06-13 | Polished 3D selection | JFonS | |
2018-06-13 | LineEdit IME position will now ignore placeholder text. | Saracen | |
2018-06-13 | Merge pull request #19539 from nemerle/master | Rémi Verschelde | |
A typo in ShaderCompilerGLES2 constructor code '==' used instead of '=' | |||
2018-06-13 | A typo in ShaderCompilerGLES2 constructor code '==' used instead of '=' | nemerle | |
2018-06-13 | Merge pull request #19503 from akien-mga/osx-ctrl-cmd | Rémi Verschelde | |
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | |||
2018-06-13 | Merge pull request #19505 from BastiaanOlij/improve_stereo_render | Juan Linietsky | |
Improvement for stereo render, reuse culling and lighting for both eyes | |||
2018-06-13 | Merge pull request #19509 from SaracenOne/ime | Rémi Verschelde | |
IME context detection. | |||
2018-06-13 | Merge pull request #19514 from Chaosus/solarized_themes | Rémi Verschelde | |
Added Solarized Dark and Light themes | |||
2018-06-13 | Merge pull request #19516 from groud/fix_crash_on_hover | Rémi Verschelde | |
Fixes a crash on draw_hover | |||
2018-06-13 | Added Solarized Dark and Light themes | Chaosus | |
2018-06-13 | Merge pull request #19528 from guilhermefelipecgs/fix_tab_resize | Rémi Verschelde | |
Fix TabContainer not showing tabs on left when resizing. | |||
2018-06-13 | Style fixes for commit d5bb6faa | Rémi Verschelde | |
2018-06-13 | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | |
Add support for tutorial links to makerst.py | |||
2018-06-13 | Merge pull request #19515 from YeldhamDev/log_creation_fix | Max Hilbrunner | |
Fixed regression making the logger not respect the max files limit | |||
2018-06-12 | Merge pull request #19524 from jahd2602/master | Rémi Verschelde | |
Inner classes' functions now appear in the editor's functions panel | |||
2018-06-12 | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe | |
Fix #19510. | |||
2018-06-12 | Fixed regression making the logger not respect the max files limit. | Michael Alexsander Silva Dias | |
2018-06-12 | Add support for tutorial links to makerst.py | robojumper | |
Also change the <tutorials> structure to make use of individual <link> tags | |||
2018-06-12 | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio | |
Fixes #19386 | |||
2018-06-12 | Fixes a crash on draw_hover | groud | |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | |
-Documented all properties of project settings Update documentation for ProjectSettings | |||
2018-06-11 | IME context detection. | Saracen | |
2018-06-11 | Moved culling, updated lights and shadows into a prepare function so it is ↵ | Bastiaan Olij | |
only called once for stereo rendering | |||
2018-06-11 | Merge pull request #19494 from clayjohn/doc_viewport | Rémi Verschelde | |
Updated Viewport docs | |||
2018-06-11 | Merge pull request #19492 from clayjohn/particle_properties | Rémi Verschelde | |
updated some ParticleMaterial properties | |||
2018-06-11 | Merge pull request #19489 from Nallebeorn/csg-reparent | Rémi Verschelde | |
Fix CSG issues when reparenting shape nodes. | |||
2018-06-11 | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | |
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761. |