summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Added conversions between matrixes in shadersChaosus2018-07-251-0/+9
* | | | | | | Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde2018-07-2511-2/+142
|\ \ \ \ \ \ \
| * | | | | | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-2411-2/+142
* | | | | | | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-243-13/+10
|/ / / / / / /
* | | | | | | Merge pull request #12678 from AndreaCatania/softJuan Linietsky2018-07-235-0/+274
|\ \ \ \ \ \ \
| * | | | | | | Implemented Soft bodyAndreaCatania2018-07-237-12/+273
| * | | | | | | Added some API to visual server so from control VRAM buffer is more easyAndreaCatania2018-07-235-1/+14
| | |_|_|/ / / | |/| | | | |
* / | | | | | Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky2018-07-234-1/+15
|/ / / / / /
* | | | | | Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-2313-4/+195
|\ \ \ \ \ \
| * | | | | | Implemented physics materialAndreaCatania2018-05-1113-4/+195
* | | | | | | -Fix disable_3d flagJuan Linietsky2018-07-214-8/+28
| |_|_|/ / / |/| | | | |
* | | | | | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-4/+4
* | | | | | Add disable ambient light flag to shaders and materialsAlex Roman2018-07-171-0/+1
* | | | | | Add Audio Server profiling time to the profilerMarcelo Fernandez2018-07-172-0/+114
* | | | | | Merge pull request #20215 from marcelofg55/audio_latencyMax Hilbrunner2018-07-172-0/+14
|\ \ \ \ \ \
| * | | | | | Added Performance.AUDIO_OUTPUT_LATENCYMarcelo Fernandez2018-07-172-0/+14
* | | | | | | Merge pull request #20158 from Overblob/Fixed_shader_parsing_error_logRémi Verschelde2018-07-171-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixed error due to bad cursor handling when parsing shader codeOverblob2018-07-141-3/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky2018-07-171-1/+9
| |/ / / / / |/| | | | |
* | | | | | -Added support for raycast in KinematicBody2DJuan Linietsky2018-07-168-14/+209
* | | | | | Finally figured out how to implement AnimatedTexture properly.Juan Linietsky2018-07-165-2/+9
* | | | | | Visual Shaders are back.Juan Linietsky2018-07-144-52/+55
|/ / / / /
* | | | | Merge pull request #20026 from taylorjoshuaw/fix-window-height-crashMax Hilbrunner2018-07-121-1/+1
|\ \ \ \ \
| * | | | | Changed minimum visible viewport sizeJosh Taylor2018-07-071-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #19540 from muiroc/cylinderMax Hilbrunner2018-07-123-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | added cylinder shape supportmuiroc2018-07-013-0/+7
* | | | | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-066-7/+36
* | | | | Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde2018-07-041-0/+1
|\ \ \ \ \
| * | | | | Add render mode to ensure correct normals when using non-uniform scalingJFonS2018-06-211-0/+1
* | | | | | Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky2018-07-031-1/+1
* | | | | | Hacked around duplication bug. I think duplicate needs to be even smarter, ma...Juan Linietsky2018-07-031-14/+17
* | | | | | Added ability for SSAO to affect AO textures tooJuan Linietsky2018-07-025-4/+15
* | | | | | Merge pull request #19678 from vnen/remove-latency-printGeorge Marques2018-06-291-23/+0
|\ \ \ \ \ \
| * | | | | | Remove audio latency printGeorge Marques2018-06-201-23/+0
| |/ / / / /
* / / / / / Fix typo in y shiftBastiaan Olij2018-06-231-5/+5
|/ / / / /
* | | | | Removed unused AudioServer::update functionMarcelo Fernandez2018-06-152-4/+0
* | | | | Moved culling, updated lights and shadows into a prepare function so it is on...Bastiaan Olij2018-06-112-13/+91
|/ / / /
* | / / Entirely new (and much improved) animation editor.Juan Linietsky2018-06-072-0/+2
| |/ / |/| |
* | | Fix return type of isnan and isinf in the shader languageOliver Rausch2018-06-011-6/+6
* | | Merge pull request #18349 from Gorgexpress/masterMax Hilbrunner2018-05-261-1/+4
|\ \ \
| * | | Fixed 2D intersect_shape limiting broadphase resultsMichael2018-04-221-1/+4
* | | | Expose methods area_set_area_monitor_callback and area_set_monitorable in Phy...MrCdK2018-05-252-0/+4
* | | | Merge pull request #18868 from bruvzg/clang_6_workaroundRémi Verschelde2018-05-161-9/+9
|\ \ \ \
| * | | | Workaround for clang 6 bug.bruvzg2018-05-141-9/+9
| | |/ / | |/| |
* / | | Fix bad operator check in `ShaderLanguage::_validate_assign`nemerle2018-05-161-1/+1
|/ / /
* | | canvas_item_add_triangle_array bind fixupMarcelo Fernandez2018-05-081-1/+1
* | | Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-082-0/+6
|\ \ \
| * | | Implemented interface for bullet joint motorsGeoffrey2018-03-162-0/+6
* | | | Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-071-0/+2
|\ \ \ \
| * | | | Added flag on SpatialMaterial to disable shadowsJFonS2018-03-291-0/+2