summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-15Merge pull request #29643 from GDquest/doc-animation-nodesRémi Verschelde
Add documentation for AnimationNode* resources
2019-06-15Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-masterRémi Verschelde
Fix pointer position in hidpi-corrected resolutions on web
2019-06-15Merge pull request #29811 from Calinou/editor-help-bold-fontRémi Verschelde
Add support for bold fonts in the editor help
2019-06-15Merge pull request #29797 from akien-mga/fix-warningsRémi Verschelde
Fix compilation warnings in JS and Windows builds
2019-06-15Merge pull request #29803 from akien-mga/scons-dev-werror-wextraRémi Verschelde
SCons: Enable -Werror and -Wextra in 'dev' build option
2019-06-15SCons: Enable -Werror and -Wextra in 'dev' build optionRémi Verschelde
We're close to being able to compile all platforms with -Werror -Wextra, so it's best if developers use those options when compiling their code as those checks are also done on CI. Also enabled -Wduplicated-branches on GCC.
2019-06-15Add support for bold fonts in the editor helpHugo Locurcio
This also makes it possible to use the strikethrough tag (`[s]`) in the editor help.
2019-06-15Merge pull request #29808 from akien-mga/fix-Wduplicated-branchesRémi Verschelde
Mono: Fix -Wduplicated-branches warning
2019-06-15Mono: Fix -Wduplicated-branches warningRémi Verschelde
2019-06-15Merge pull request #29802 from akien-mga/fix-Wduplicated-branchesRémi Verschelde
glTF: Fix import of animations with INTERPOLATION_LINEAR
2019-06-15glTF: Fix import of animations with INTERPOLATION_LINEARRémi Verschelde
Bug found thanks to GCC 8's -Wduplicated-branches. Slight refactor for readability.
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0. JS can now build with `werror=yes warnings=extra`. MinGW64 still has a few warnings to resolve with `warnings=extra`, and only one with `warnings=all`. Part of #29033 and #29801.
2019-06-15Merge pull request #29785 from eligt/fix-richtext-alignmentRémi Verschelde
Fix RichTextLabel alignment tags not working properly
2019-06-15Merge pull request #29793 from Faless/enet/bindRémi Verschelde
Fix ENet incorrectly binding to wildcard.
2019-06-15Merge pull request #29795 from YeldhamDev/dependency_editor_changesRémi Verschelde
Minor enhancements to the dependency editor
2019-06-15Merge pull request #29788 from Calinou/improve-default-project-namingRémi Verschelde
Improve the default project naming in the Project Manager
2019-06-15Minor enhancements to the dependency editorMichael Alexsander Silva Dias
2019-06-15Merge pull request #29783 from Faless/js/fix_buildFabio Alessandrelli
Fix HTML5 build failed due to undefined symbol
2019-06-15Fix ENet incorrectly binding to wildcard.Fabio Alessandrelli
Values were not properly initialized, and wildcard would evaluate to true in most cases.
2019-06-15Add documentation for AnimationNode* resourcesNathan Lovato
I haven't put [code] bbcode around the amount of the AnimationNodeAdd* classes because it's not exposed to GDScript. Same for the +add, -add, etc. labels: they're just labels you can find in the AnimationTree bottom panel.
2019-06-15Merge pull request #29787 from Paulb23/fix_negative_cursor_columnRémi Verschelde
Fix TextEdit cursor.column having a negative value
2019-06-15doc: Fix formatting, typos and some descriptions in new docstringsRémi Verschelde
2019-06-15Improve the default project naming in the Project ManagerHugo Locurcio
The Project Manager will now infer a project name from the project path if the name is empty or equal to the default value. The project name will also be capitalized automatically.
2019-06-14Fix HTML5 build failed due to undefined symbolFabio Alessandrelli
2019-06-14Fix TextEdit cursor.column having a negative valuePaulb23
2019-06-14Fix RichTextLabel alignment tags not working properlyElia Sarti
Also fixes #6982 Fix error and formatting
2019-06-14Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur
2019-06-14Merge pull request #29647 from YeldhamDev/file_dialog_hidden_toggleRémi Verschelde
Add toggle for hidden file visibility in FileDialog
2019-06-14Merge pull request #29768 from cbscribe/kcc_particles_docRémi Verschelde
[DOCS] Update CPUParticles[2D] classref
2019-06-14[DOCS] Update CPUParticles[2D] classrefChris Bradfield
2019-06-14Merge pull request #29782 from JFonS/expose_camera_clip_offsetRémi Verschelde
Expose ClippedCamera clip_offset
2019-06-14Expose ClippedCamera clip_offsetjfons
2019-06-14Merge pull request #29514 from MuffinManKen/os-feature-tags-docsRémi Verschelde
Improvements to OS.has_feature() docs
2019-06-14Merge pull request #29621 from DevinPentecost/feature/0_duration_tweenRémi Verschelde
Implementing 0-duration tweens
2019-06-14Changes to OS.has_feature() docs:Ken Paulson
- Added link to the Feature Tags documentation - Added note that tag names are case-sensitive
2019-06-14Implementing 0-duration tweensDevin Pentecost
Some light refactor Adding comments in functions
2019-06-14Merge pull request #29712 from GDquest/doc-bone2dRémi Verschelde
Add documentation for Bone2D
2019-06-14Merge pull request #29779 from akien-mga/font-settings-cleanupRémi Verschelde
Fix help source font setting and related cleanup
2019-06-14Merge pull request #29757 from YeldhamDev/signal_detect_inherited_methodsRémi Verschelde
Check for inherited methods before attempting to create one when connecting a signal
2019-06-14Merge pull request #29735 from sparkart/masterRémi Verschelde
Limit Physics Process FPS above 0
2019-06-14Merge pull request #29755 from Faless/webrtc/multiplayer_server_prRémi Verschelde
WebRTC Multiplayer peer, documentation
2019-06-14Fix help source font setting and related cleanupRémi Verschelde
This was a regression from #28107 due to a typo in the `initial_set` call. I used the opportunity to harmonize the font settings by ensuring we only get values in `editor_fonts.cpp` and set them all with proper and consistent hint ranges in `editor_settings.cpp`. Fixes #29774.
2019-06-14Add documentation for WebRTC classes.Fabio Alessandrelli
2019-06-13Merge pull request #29488 from Daw11/astar-remove-nodeRémi Verschelde
Fix the performance of remove_point of AStar
2019-06-13Check for inherited methods before attempting to create one when connecting ↵Michael Alexsander Silva Dias
a signal
2019-06-13Limit Physics Process FPS above 0Emmanuel Barroga
Resolves: #19734
2019-06-13Merge pull request #29749 from JFonS/add_csg_navmeshRémi Verschelde
Take CSG into account for nav-mesh generation
2019-06-13Merge pull request #29754 from BastiaanOlij/vr_button_mappingRémi Verschelde
Added constants for the main buttons and axis used in VR
2019-06-13Merge pull request #29683 from akien-mga/cpuparticles-orbit-velocityRémi Verschelde
Implement missing orbit velocity for CPUParticles and CPUParticles2D
2019-06-13Added constants for the main buttons and axis used in VRBastiaan Olij