virtualx-engine/servers
Gustav Lund 35eb7f2d6a Rasterizers are now in sync with engine
The rasterisers (both GLES3 and GLES2) were calculating their own frame delta time
This fix lets the rasterizers get the frame delta through the draw call
That way any regulations to the frame step from the main script will not cause particle systems to process at a different step than the rest of the Engine.

Remove unused rasterizer storage variable

frame.prev_tick variable were not used anywhere and has been removed
2018-06-05 16:33:02 +02:00
..
arvr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio Fix compressor audio effect sidechain selection 2018-03-21 22:45:30 +01:00
physics Workaround for clang 6 bug. 2018-05-14 18:11:26 +03:00
physics_2d Merge pull request #18349 from Gorgexpress/master 2018-05-26 18:29:49 +02:00
visual Rasterizers are now in sync with engine 2018-06-05 16:33:02 +02:00
arvr_server.cpp Update classref and docs, fix missing parameters' name 2018-04-11 10:20:22 +07:00
arvr_server.h A few fixes on the ARVR Server 2018-03-15 23:31:02 +11:00
audio_server.cpp Added new audio device functions to set/get the audio device 2018-03-26 17:41:05 -03:00
audio_server.h Added new audio device functions to set/get the audio device 2018-03-26 17:41:05 -03:00
physics_2d_server.cpp Expose methods area_set_area_monitor_callback and area_set_monitorable in PhysicsServer and Physics2DServer 2018-05-25 20:46:54 +02:00
physics_2d_server.h Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
physics_server.cpp Expose methods area_set_area_monitor_callback and area_set_monitorable in PhysicsServer and Physics2DServer 2018-05-25 20:46:54 +02:00
physics_server.h Implemented interface for bullet joint motors 2018-03-16 13:37:15 +01:00
register_server_types.cpp Deprecated Godot 3D physics engine 2018-02-26 12:51:30 +01:00
register_server_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
server_wrap_mt_common.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
visual_server.cpp Rasterizers are now in sync with engine 2018-06-05 16:33:02 +02:00
visual_server.h Rasterizers are now in sync with engine 2018-06-05 16:33:02 +02:00