summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-14Import morph target names from glTFPedro J. Estébanez
If mesh.extras.targetNames is available. Keep the former naming pattern as fallback.
2018-06-13Merge pull request #19488 from Paulb23/text_editor_colour_refactorRémi Verschelde
Text editor colour refactor
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours ↵Paulb23
from main editor.
2018-06-13Theme saving no longer hard codedPaulb23
2018-06-13Merge pull request #19541 from SaracenOne/ime2Rémi Verschelde
Make LineEdit IME position hook ignore placeholder text
2018-06-13Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde
Improve 3D selection
2018-06-13Polished 3D selectionJFonS
2018-06-13LineEdit IME position will now ignore placeholder text.Saracen
2018-06-13Merge pull request #19539 from nemerle/masterRémi Verschelde
A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='
2018-06-13A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='nemerle
2018-06-13Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
2018-06-13Merge pull request #19505 from BastiaanOlij/improve_stereo_renderJuan Linietsky
Improvement for stereo render, reuse culling and lighting for both eyes
2018-06-13Merge pull request #19509 from SaracenOne/imeRémi Verschelde
IME context detection.
2018-06-13Merge pull request #19514 from Chaosus/solarized_themesRémi Verschelde
Added Solarized Dark and Light themes
2018-06-13Merge pull request #19516 from groud/fix_crash_on_hoverRémi Verschelde
Fixes a crash on draw_hover
2018-06-13Added Solarized Dark and Light themesChaosus
2018-06-13Merge pull request #19528 from guilhermefelipecgs/fix_tab_resizeRémi Verschelde
Fix TabContainer not showing tabs on left when resizing.
2018-06-13Style fixes for commit d5bb6faaRémi Verschelde
2018-06-13Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde
Add support for tutorial links to makerst.py
2018-06-13Merge pull request #19515 from YeldhamDev/log_creation_fixMax Hilbrunner
Fixed regression making the logger not respect the max files limit
2018-06-12Merge pull request #19524 from jahd2602/masterRémi Verschelde
Inner classes' functions now appear in the editor's functions panel
2018-06-12Fix TabContainer not showing tabs on left when resizing.Guilherme Felipe
Fix #19510.
2018-06-12Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias
2018-06-12Add support for tutorial links to makerst.pyrobojumper
Also change the <tutorials> structure to make use of individual <link> tags
2018-06-12Inner classes' functions now appear in the editor's functions panelJairo Honorio
Fixes #19386
2018-06-12Fixes a crash on draw_hovergroud
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-11IME context detection.Saracen
2018-06-11Moved culling, updated lights and shadows into a prepare function so it is ↵Bastiaan Olij
only called once for stereo rendering
2018-06-11Merge pull request #19494 from clayjohn/doc_viewportRémi Verschelde
Updated Viewport docs
2018-06-11Merge pull request #19492 from clayjohn/particle_propertiesRémi Verschelde
updated some ParticleMaterial properties
2018-06-11Merge pull request #19489 from Nallebeorn/csg-reparentRémi Verschelde
Fix CSG issues when reparenting shape nodes.
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRé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.
2018-06-10updated Viewport docs to correct wrong information and fill out empty sectionsclayjohn
2018-06-10updated some particlematerial propertiesclayjohn
2018-06-10Fix CSG issues when reparenting shape nodes.Benjamin
2018-06-10Merge pull request #19461 from touilleMan/correct-test_get_namesRémi Verschelde
Correct test list returned by test_get_names
2018-06-10Merge pull request #19459 from clayjohn/primitive_mesh_rangesRémi Verschelde
Updated Ranges for Primitive Mesh Properties
2018-06-09Update AUTHORS and DONORS listRémi Verschelde
New contributors added to AUTHORS: @Nallebeorn, @ibrahn, @KellyThomas, @ShyRed Thanks to all contributors and donors for making Godot possible! [ci skip]
2018-06-09Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner
TextEdit scaled selection
2018-06-09Merge pull request #19462 from volzhs/fix-autoload-dndMax Hilbrunner
Fix drag and drop autoload
2018-06-09Fix drag and drop autoloadvolzhs
2018-06-09Correct test list returned by test_get_namesEmmanuel Leblond
2018-06-08updated ranges for primitive meshesclayjohn
2018-06-08Bit more of visual polishJuan Linietsky
2018-06-08Remove the "go back" behavior in track editor for inspector based key ↵Juan Linietsky
editing, fixes #19434, fixes #19423
2018-06-08Properly update range and valid key range when keys are in/out of view, ↵Juan Linietsky
fixes #19433
2018-06-08Merge pull request #19452 from guilhermefelipecgs/fix_messagesRémi Verschelde
Fix translate messages for new AnimationPlayer
2018-06-08Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky
2018-06-08Fix translate messages for new AnimationPlayerGuilherme Felipe