aboutsummaryrefslogtreecommitdiff
path: root/servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* -Added triplanar mapping modesJuan Linietsky2017-07-082-5/+3
| | | | -Some fixes to shader lang
* Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-031-2/+2
|
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-307-2/+125
| | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-2/+4
| | | | -Fixded BackBuffercopy object
* ConeTwistJoint: Initialize 'm_angularOnly'.dotquixote2017-06-261-0/+1
|
* Ability to restart particle system with a function callJuan Linietsky2017-06-254-0/+8
|
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
|
* Simplified 2D Kinematicbody.. 3D will wait a bit.Juan Linietsky2017-06-242-0/+2
|
* -Restored support for Canvas BG mode on EnvironmentJuan Linietsky2017-06-244-28/+57
| | | | | -Improved ease of use of WorldEnvironment (no longer extends Spatial) -2D editor viewport can now work in HDR!
* -Trigger shapes removed in 2D, they became obsolete long ago when areas ↵Juan Linietsky2017-06-2312-179/+90
| | | | | | | | | | | could detect their own overlap -Added ability to disable individual collisionshape/polygon -Moved One Way Collision to shape, allowing more flexibility -Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer. -Modifying a CollisionPolygon2D on the fly now works, it can even be animated. Will port this to 3D once well tested. Have fun!
* Small fixes required to get platformer to work.Juan Linietsky2017-06-231-0/+1
| | | | Added back CanvasItemMaterial
* Order of 2D nodes in tree affects drawing properly again.Juan Linietsky2017-06-222-0/+20
|
* 2D GPU Particles working..Juan Linietsky2017-06-216-1/+48
|
* Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_masterThomas Herzog2017-06-192-5/+7
|\ | | | | Add double-sided flag to SpriteBase3D [master]
| * Add double-sided flag to SpriteBase3D (fixes #8007)Andrea Faulds2017-05-022-5/+7
| |
* | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids ↵Juan Linietsky2017-06-186-6/+11
| | | | | | | | scenarios like single-texture tilemap tiles leaking pixels to the next tile when filter is enabled on it.
* | Add normalmap support for drawing in all low level primitives. Only added ↵Juan Linietsky2017-06-177-30/+51
| | | | | | | | support in Sprite so far.
* | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ↵Juan Linietsky2017-06-172-3/+5
| | | | | | | | | | | | | | | | make it more GLSL compatible -Fixed referencing of world_transform in fragment shader not working -Fixed unsycn bug related to getting shader param list from the server -Fixed getting all textures from shader properly, fixes #8353
* | Fix transparent background rendering, closes #8703Juan Linietsky2017-06-173-5/+5
| | | | | | | | Properly implemented UPDATE_WHEN_VISIBLE mode for viewports
* | Merge pull request #9230 from supagu/normals-fixRémi Verschelde2017-06-171-4/+5
|\ \ | | | | | | Fixed decompression of normals
| * | Fixed decompression of vertex colorsFabian Mathews2017-06-171-1/+1
| | |
| * | Fixed decompression of normalsFabian Mathews2017-06-171-3/+4
| | |
* | | Particles properly update the shadow maps, closes #8815Juan Linietsky2017-06-172-0/+33
| | |
* | | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-165-0/+8
| | | | | | | | | | | | -Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
* | | Merge pull request #9208 from Calinou/tweak-default-fovRémi Verschelde2017-06-161-1/+1
|\ \ \ | | | | | | | | Increase the default perspective camera FOV
| * | | Increase the default perspective camera FOVHugo Locurcio2017-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | This does not affect existing projects, but will affect newly-created editor settings and Camera nodes.
* | | | TIME constant reverted to a single float, fixes #9123Juan Linietsky2017-06-161-1/+1
| | | |
* | | | Fixes to SSR, WIP.Juan Linietsky2017-06-164-4/+4
|/ / /
* | | Merge pull request #9109 from RandomShaper/optimize-2d-lightingJuan Linietsky2017-06-141-0/+2
|\ \ \ | | | | | | | | Add AT_LIGHT_PASS builtin to canvas shaders
| * | | Add AT_LIGHT_PASS builtin to canvas shadersPedro J. Estébanez2017-06-151-0/+2
| |/ / | | | | | | | | | | | | | | | This one allows for complex shaders paired with a simple lighting shader to skip code that would otherwise be pointlessly (and wastefully) run during the light pass. Depending on your game (number of items and lights), this can yield some performance gain.
* | | Merge pull request #9165 from Noshyaar/pr-areaRémi Verschelde2017-06-1417-128/+128
|\ \ \ | | | | | | | | Refactor layer_mask to collision_layer
| * | | Refactor layer_mask to collision_layerPoommetee Ketson2017-06-1417-128/+128
| | | |
* | | | Fixed several bugs with directional light, and changed defaults to be more ↵Juan Linietsky2017-06-143-7/+19
|/ / / | | | | | | | | | sensible.
* | | -Fixed occluder rendering, closes #8560Juan Linietsky2017-06-136-0/+13
| | | | | | | | | | | | -Ability to smooth out 2D shadow filters
* | | Fixed compilation on Windows + removed debug printMarc Gilleron2017-06-122-4/+2
| | |
* | | Restored everything related to information polling, and added information ↵Juan Linietsky2017-06-114-4/+28
| | | | | | | | | | | | box for viewport.
* | | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-117-0/+74
|/ /
* | renamed all Rect3.pos to Rect3.positionalexholly2017-06-096-11/+11
| |
* | -Restored multithread capability to VisualServerJuan Linietsky2017-06-099-6/+881
| | | | | | | | -Restored resource previews!
* | -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-0/+1
| | | | | | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
* | Fog is complete!Juan Linietsky2017-06-073-0/+12
| |
* | -working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky2017-06-051-0/+2
| | | | | | | | | | -Added refraction support for default material -Enabled BCS adjustments, as well as color correction.
* | Fix build errorPoommetee Ketson2017-06-051-1/+0
| |
* | Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-0510-34/+34
|\ \ | | | | | | renamed all Rect2.pos to Rect2.position
| * | renamed all Rect2.pos to Rect2.positionalexholly2017-06-0410-34/+34
| | |
* | | Added depth texture support (using parallax) to default material.Juan Linietsky2017-06-042-2/+32
|/ /
* | Rework shading modes and change location of light shaderJuan Linietsky2017-06-011-2/+5
| |
* | rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-311-1/+2
| |
* | Fixed a typo in a Visual Server var name (#8977)suptoasty2017-05-292-5/+5
| |
* | Removed skybox support, added panorama support. Skybox support may come back ↵Juan Linietsky2017-05-253-18/+18
| | | | | | | | eventually, but hope not.