Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-12 | Fixed an issue with recording audio. | Catchawink | |
Prior to this fix, AudioEffectRecordInstance::init() was called before recording_active is set to true in AudioEffectRecord::set_recording_active(). This was setting is_recording to false in AudioEffectRecordInstance, because is_recording updates to the value of recording_active in AudioEffectRecordInstance::_io_thread_process(). To fix this issue, AudioEffectRecordInstance::init() is now called after recording_active is set to true. | |||
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde | |
Removed unused variables, add some constants numbers | |||
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut | |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde | |
2019-12-05 | Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfix | Rémi Verschelde | |
Added Missing Binding for `multimesh_create` to VisualServer | |||
2019-12-04 | Added method binding for `multimesh_create` that was missing from ↵ | Eoin O'Neill | |
VisualServer class. | |||
2019-12-03 | Merge pull request #34061 from Chaosus/fix_shader_const | Rémi Verschelde | |
Fix expressions for global constants in shaders | |||
2019-12-03 | Merge pull request #33857 from nekomatata/polygon-2d-antialiasing | Rémi Verschelde | |
Fixed antialiased option for Polygon2D | |||
2019-12-02 | Fix expressions for global constants in shaders | Yuri Roubinsky | |
2019-12-01 | iOS modular build and export implementation. | bruvzg | |
2019-11-28 | Fixed antialiased option for Polygon2D / Line2D | PouleyKetchoupp | |
Polygon2D: The property wasn't used anymore after switching from canvas_item_add_polygon() to canvas_item_add_triangle_array() for drawing. Line2D: Added the same property as for Polygon2D & fixed smooth line drawing to use indices correctly. Fixes #26823 | |||
2019-11-27 | Fix crash when disabling a YSort node | Bojidar Marinov | |
Fixes #33932 | |||
2019-11-18 | Fix Visual Studio throwing C4146 warning. | Marcel Admiraal | |
2019-11-11 | Merge pull request #33518 from BastiaanOlij/msaa_ext_modes | Rémi Verschelde | |
Add MSAA mode for Quest | |||
2019-11-11 | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation | Bastiaan Olij | |
2019-11-10 | Merge pull request #33516 from qarmin/small_fixes | Rémi Verschelde | |
Memory leaks and crash fixes | |||
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-09 | Fixed Particles restart after visibility has been set to off and on again | PouleyKetchoupp | |
Make sure particles are processed during the same frame when visibility is set to on, in case they are still active from before and need to be restarted. Fixed #33476 | |||
2019-11-08 | Merge pull request #27742 from rxlecky/camera-replication | Rémi Verschelde | |
Game camera override | |||
2019-11-08 | Fix 'r1' (and r2) may be used uninitialized warning in eq.cpp. | Marcel Admiraal | |
2019-11-05 | Merge pull request #33153 from raphael10241024/fix_occluder | Rémi Verschelde | |
fix occluders positions error under canvas_layer | |||
2019-11-03 | Prevents usage of unsupported texture shader types in GLES2 | Yuri Roubinsky | |
2019-11-02 | Merge pull request #33259 from Chaosus/remove_gles2_switch_op | Rémi Verschelde | |
Removed switch operator from GLES2 shader back-end | |||
2019-11-02 | Removed switch operator from GLES2 shader back-end | Yuri Roubinsky | |
2019-11-01 | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde | |
Fix some crashes, overflows and using variables without values | |||
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-10-31 | Prevents shader crash on GLES2 if unsupported built-in has been used | Yuri Roubinsky | |
2019-10-29 | Added check if field name in the shader is equal to builtin | Yuri Roubinsky | |
2019-10-29 | fix occluders positions error under canvas_layer, close #32880 | RaphaelHunter | |
2019-10-28 | Fix shader crash if non-boolean expression inserted into "if" | Yuri Roubinsky | |
2019-10-26 | Improve error messages related to `shader_type` | Hugo Locurcio | |
The list of allowed shader types is now displayed if any `shader_type`-related error is emitted. This makes it easier to remember which shader types are allowed when creating a new shader. | |||
2019-10-25 | Merge pull request #32845 from madmiraal/rigidbody-mode-change | Rémi Verschelde | |
Activate Body(2D)SW when switching to rigid or character mode. | |||
2019-10-24 | Fix leak in Physics2DServerSW | Rafał Mikrut | |
2019-10-23 | Implement game camera override | Erik | |
Implemented uniform API in Viewport class to override 2D and/or 3D camera. Added buttons in 2D and 3D editor viewport toolbars that override the running game camera transform with the editor viewport camera transform. Implemented via remote debugger protocol and camera override API. Removed LiveEditFuncs function pointers from ScriptDebugger class. Since the debugger got access to the SceneTree instance (if one exists), there is no need to store the function pointers. The live edit functions in SceneTree are used directly instead. Also removed the static version of live edit functions in SceneTree for the same reason. This reduced the SceneTree -> Debugger coupling too since the function pointers don't need to be set from SceneTree anymore. Moved script_debugger_remote.h/cpp from 'core/' to 'scene/debugger/'. This is because the remote debugger is now using SceneTree directly and 'core/' classes should not depend on 'scene/' classes. | |||
2019-10-15 | Activate Body(2D)SW when switching to rigid or character mode. | Marcel Admiraal | |
2019-10-13 | Merge pull request #32799 from clayjohn/free_pools | Rémi Verschelde | |
Properly free sky and lightmap caches in multithreaded server | |||
2019-10-13 | Properly free sky and lightmap caches in multithreaded server | clayjohn | |
2019-10-12 | Merge pull request #32767 from madmiraal/body2d-can_sleep-default | Rémi Verschelde | |
Fix mismatch between RigidBody2D and Body2DSW can_sleep defaults. | |||
2019-10-12 | Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults. | Marcel Admiraal | |
- Set Body2DSW can_sleep default to true. - Set Body2D can_sleep default to true. | |||
2019-10-11 | Fix to make sure the capture buffers are deallocated at shutdown. Silences ↵ | Saracen | |
warnings. | |||
2019-10-08 | Fix invalid autocompletion pasting of shader param name | Yuri Roubinsky | |
2019-10-08 | Merge pull request #32571 from DavidSichma/rect_flip | Rémi Verschelde | |
Correctly flip texture src region | |||
2019-10-06 | Prevent shader crash if name of variable overrides function name | Yuri Roubinsky | |
2019-10-06 | Prevent shader crash if function call been used on constant | Yuri Roubinsky | |
2019-10-06 | Fix few redefinition name errors for variable/param/function in shaders | Yuri Roubinsky | |
2019-10-05 | Correctly flip texture src region | David Sichma | |
2019-10-02 | Removed unnecessary shader error log messages | Yuri Roubinsky | |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. |