Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij | |
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server. Other parts of Godot can interact with this to obtain images from the camera as textures. This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications. | |||
2019-06-15 | Merge pull request #29785 from eligt/fix-richtext-alignment | Rémi Verschelde | |
Fix RichTextLabel alignment tags not working properly | |||
2019-06-15 | Merge pull request #29793 from Faless/enet/bind | Rémi Verschelde | |
Fix ENet incorrectly binding to wildcard. | |||
2019-06-15 | Merge pull request #29795 from YeldhamDev/dependency_editor_changes | Rémi Verschelde | |
Minor enhancements to the dependency editor | |||
2019-06-15 | Merge pull request #29788 from Calinou/improve-default-project-naming | Rémi Verschelde | |
Improve the default project naming in the Project Manager | |||
2019-06-15 | Minor enhancements to the dependency editor | Michael Alexsander Silva Dias | |
2019-06-15 | Merge pull request #29783 from Faless/js/fix_build | Fabio Alessandrelli | |
Fix HTML5 build failed due to undefined symbol | |||
2019-06-15 | Fix ENet incorrectly binding to wildcard. | Fabio Alessandrelli | |
Values were not properly initialized, and wildcard would evaluate to true in most cases. | |||
2019-06-15 | Merge pull request #29787 from Paulb23/fix_negative_cursor_column | Rémi Verschelde | |
Fix TextEdit cursor.column having a negative value | |||
2019-06-15 | doc: Fix formatting, typos and some descriptions in new docstrings | Rémi Verschelde | |
2019-06-15 | Improve the default project naming in the Project Manager | Hugo 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-14 | Fix HTML5 build failed due to undefined symbol | Fabio Alessandrelli | |
2019-06-14 | Fix TextEdit cursor.column having a negative value | Paulb23 | |
2019-06-14 | Fix RichTextLabel alignment tags not working properly | Elia Sarti | |
Also fixes #6982 Fix error and formatting | |||
2019-06-14 | Merge pull request #29647 from YeldhamDev/file_dialog_hidden_toggle | Rémi Verschelde | |
Add toggle for hidden file visibility in FileDialog | |||
2019-06-14 | Merge pull request #29768 from cbscribe/kcc_particles_doc | Rémi Verschelde | |
[DOCS] Update CPUParticles[2D] classref | |||
2019-06-14 | [DOCS] Update CPUParticles[2D] classref | Chris Bradfield | |
2019-06-14 | Merge pull request #29782 from JFonS/expose_camera_clip_offset | Rémi Verschelde | |
Expose ClippedCamera clip_offset | |||
2019-06-14 | Expose ClippedCamera clip_offset | jfons | |
2019-06-14 | Merge pull request #29514 from MuffinManKen/os-feature-tags-docs | Rémi Verschelde | |
Improvements to OS.has_feature() docs | |||
2019-06-14 | Merge pull request #29621 from DevinPentecost/feature/0_duration_tween | Rémi Verschelde | |
Implementing 0-duration tweens | |||
2019-06-14 | Changes to OS.has_feature() docs: | Ken Paulson | |
- Added link to the Feature Tags documentation - Added note that tag names are case-sensitive | |||
2019-06-14 | Implementing 0-duration tweens | Devin Pentecost | |
Some light refactor Adding comments in functions | |||
2019-06-14 | Merge pull request #29712 from GDquest/doc-bone2d | Rémi Verschelde | |
Add documentation for Bone2D | |||
2019-06-14 | Merge pull request #29779 from akien-mga/font-settings-cleanup | Rémi Verschelde | |
Fix help source font setting and related cleanup | |||
2019-06-14 | Merge pull request #29757 from YeldhamDev/signal_detect_inherited_methods | Rémi Verschelde | |
Check for inherited methods before attempting to create one when connecting a signal | |||
2019-06-14 | Merge pull request #29735 from sparkart/master | Rémi Verschelde | |
Limit Physics Process FPS above 0 | |||
2019-06-14 | Merge pull request #29755 from Faless/webrtc/multiplayer_server_pr | Rémi Verschelde | |
WebRTC Multiplayer peer, documentation | |||
2019-06-14 | Fix help source font setting and related cleanup | Ré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-14 | Add documentation for WebRTC classes. | Fabio Alessandrelli | |
2019-06-13 | Merge pull request #29488 from Daw11/astar-remove-node | Rémi Verschelde | |
Fix the performance of remove_point of AStar | |||
2019-06-13 | Check for inherited methods before attempting to create one when connecting ↵ | Michael Alexsander Silva Dias | |
a signal | |||
2019-06-13 | Limit Physics Process FPS above 0 | Emmanuel Barroga | |
Resolves: #19734 | |||
2019-06-13 | Merge pull request #29749 from JFonS/add_csg_navmesh | Rémi Verschelde | |
Take CSG into account for nav-mesh generation | |||
2019-06-13 | Merge pull request #29754 from BastiaanOlij/vr_button_mapping | Rémi Verschelde | |
Added constants for the main buttons and axis used in VR | |||
2019-06-13 | Merge pull request #29683 from akien-mga/cpuparticles-orbit-velocity | Rémi Verschelde | |
Implement missing orbit velocity for CPUParticles and CPUParticles2D | |||
2019-06-13 | Added constants for the main buttons and axis used in VR | Bastiaan Olij | |
2019-06-13 | Take CSG into account for nav-mesh generation | jfons | |
2019-06-13 | Merge pull request #29129 from kis3lori/remove-save-theme-for-default | Rémi Verschelde | |
Created a fallback from the "Save Theme" button to "Save Theme As" when a default theme is in use. | |||
2019-06-13 | Implement missing orbit velocity for CPUParticles and CPUParticles2D | Rémi Verschelde | |
The relevant code was copied from (GPU) ParticlesMaterial but commented out initially, and never ported. Closes #29580. | |||
2019-06-13 | Created a fallback from the "Save Theme" button to "Save Theme As" when a ↵ | Kis Levente Lorand | |
default theme is in use. | |||
2019-06-13 | Merge pull request #29737 from YeldhamDev/connections_dialog_minor_cleanup | Rémi Verschelde | |
Minor cleanup in connections dialog file | |||
2019-06-13 | Merge pull request #29644 from YeldhamDev/editor_file_recent_reselect | Rémi Verschelde | |
Make possible to reselect an item in the "Recent" list in the EditorFileDialog | |||
2019-06-13 | Merge pull request #29638 from YeldhamDev/editor_file_hidden_toggle | Rémi Verschelde | |
Add button for toggling hidden files in EditorFileDialog | |||
2019-06-13 | Merge pull request #29636 from Calinou/project-manager-dim-window-quitting | Rémi Verschelde | |
Dim the project manager window while it's quitting | |||
2019-06-13 | Merge pull request #29635 from YeldhamDev/editor_file_favorite_fix | Rémi Verschelde | |
Apply a better fix for the EditorFileDialog crash on favorite | |||
2019-06-13 | Merge pull request #29628 from qarmin/fix_invalid_write_mesh | Rémi Verschelde | |
Fix write outside array in mesh_add_surface | |||
2019-06-13 | Minor cleanup in connections dialog file | Michael Alexsander Silva Dias | |
2019-06-13 | Add documentation for Bone2D | Nathan Lovato | |
2019-06-12 | Merge pull request #29731 from akien-mga/scene-is-off-limits | Rémi Verschelde | |
Cleanup some unecessary editor/ includes in scene/ |