FakeShemp
|
38d8cdded2
|
Texture Array is now working. Enjoy your single Bind().
|
2016-02-27 15:53:28 +01:00 |
|
FakeShemp
|
22c391df54
|
Initial work on texture arrays
|
2016-02-26 17:40:35 +01:00 |
|
FakeShemp
|
f220d8088c
|
Begin clean-up
|
2016-02-26 10:53:16 +01:00 |
|
FakeShemp
|
8867e7ac3c
|
Working shadows, no cascade blend yet
|
2016-02-25 20:29:41 +01:00 |
|
FakeShemp
|
73a4336206
|
Try some stuff
|
2016-02-18 23:33:10 +01:00 |
|
FakeShemp
|
f2ab02d860
|
More WIP
Switching between levels seem to work, but I borked all matrices
|
2016-02-18 22:38:50 +01:00 |
|
FakeShemp
|
bf376f54b6
|
WIP
I think this is now finding the different segments of the cascade
|
2016-02-18 20:48:39 +01:00 |
|
FakeShemp
|
178402e964
|
cascade shadow wip
|
2016-02-18 10:08:29 +01:00 |
|
FakeShemp
|
36043010af
|
wip for shadows
they work, but will be shit until we get cascaded.
|
2016-02-10 20:51:33 +01:00 |
|
FakeShemp
|
cb77c1ff97
|
Working pcf, not optimized
|
2016-02-10 16:16:41 +01:00 |
|
FakeShemp
|
69db32337d
|
Shado wip
|
2016-02-10 15:16:58 +01:00 |
|
Ayumiwii
|
6af167675d
|
Shadow WIP stage 2
- fix cel-shading
|
2016-02-10 11:48:44 +01:00 |
|
Ayumiwii
|
ecd823cb9f
|
Shadow WIP stage 2
- Soft shadow
|
2016-02-09 16:15:11 +01:00 |
|
Ayumiwii
|
cb7f06573f
|
Shadows stage 2 WIP
|
2016-02-09 14:08:57 +01:00 |
|
Ayumiwii
|
6542d1b444
|
Shadow WIP
- DepthTexture working
|
2016-02-05 17:29:53 +01:00 |
|
Ayumiwii
|
bbf6058c17
|
Shadow WIP
- fixed file placing of ShadowPass.cpp
|
2016-02-05 16:13:46 +01:00 |
|
Ayumiwii
|
0e51ae7dc9
|
shadow wip
|
2016-02-05 15:31:20 +01:00 |
|
Ayumiwii
|
c912cd7a42
|
Shadows wip
|
2016-02-05 15:12:17 +01:00 |
|
Ayumiwii
|
7f1016476b
|
Shadows WIP
- create 2D texture (depthmap)
|
2016-02-05 15:08:56 +01:00 |
|
Tleety
|
7b4826cb44
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
|
2016-02-02 13:24:31 +01:00 |
|
Tleety
|
c708f1582c
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
|
2016-02-01 18:30:30 +01:00 |
|
Jace
|
a3d4eb65d5
|
Fixes #66 warnings
|
2016-02-01 17:53:01 +01:00 |
|
Tleety
|
53cae25eb2
|
WIP on widget fuckery
|
2016-02-01 16:56:55 +01:00 |
|
Jace
|
be3cfef65f
|
Merge remote-tracking branch 'origin/master' into EditorUsefulness
# Conflicts:
# src/Engine/Rendering/DrawFinalPass.cpp
|
2016-02-01 16:00:46 +01:00 |
|
Jace
|
a22bc00d46
|
*cough*
|
2016-02-01 13:37:51 +01:00 |
|
Tleety
|
7054822be2
|
SceneLight component now working
|
2016-02-01 11:12:03 +01:00 |
|
Tleety
|
8bcafc1151
|
WIP
|
2016-01-27 18:07:05 +01:00 |
|
Tleety
|
97cbc55223
|
Some debug features for color corrections and glow strength fix.
|
2016-01-27 17:21:00 +01:00 |
|
Tleety
|
0e70dc6fa3
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
# Conflicts:
# include/Engine/Rendering/RenderSystem.h
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Engine/Rendering/RenderSystem.cpp
|
2016-01-27 15:41:31 +01:00 |
|
Tleety
|
44302bb0f3
|
Specular support. Some edits to EditorTestWorld.xml aswell as some debugmodes for textures in the model component
|
2016-01-27 15:38:54 +01:00 |
|
Tleety
|
a954cbbf50
|
Normal map support
|
2016-01-27 13:52:27 +01:00 |
|
Jace
|
dec2234019
|
Merge branch 'Cleanup'
# Conflicts:
# src/Engine/Rendering/RenderSystem.cpp
|
2016-01-27 13:44:15 +01:00 |
|
Jace
|
0334ec3fa7
|
Merge remote-tracking branch 'origin/Animations'
# Conflicts:
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Game/Systems/WeaponSystem.cpp
|
2016-01-27 13:36:49 +01:00 |
|
Tleety
|
8102f3a2ea
|
Working transparency in most common cases.
Transparency check is automatically set if the alpha color value is under 1
|
2016-01-27 12:59:44 +01:00 |
|
Tleety
|
cbb17d22d4
|
WIP
|
2016-01-27 12:10:00 +01:00 |
|
Jace
|
8bed5194d8
|
"Proper" handling of conditional rendering of entities parented to camera or entities that should be hidden from the active local player perspective
|
2016-01-27 11:36:24 +01:00 |
|
Jace
|
7e12d00874
|
Merge branch 'master' into CoolDeathAnimation
# Conflicts:
# include/Engine/Rendering/ModelJob.h
# resources/Shaders/ForwardPlus.frag.glsl
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Engine/Rendering/RenderSystem.cpp
|
2016-01-27 10:43:23 +01:00 |
|
viktorljung
|
d12246833e
|
Some further small fizes to resolution //Tobias
|
2016-01-25 01:26:41 +01:00 |
|
stiffly
|
44baa47bba
|
Merge remote-tracking branch 'origin/master' into CoolDeathAnimation
# Conflicts:
# include/Engine/Common.h
# include/Engine/Rendering/DrawFinalPass.h
# include/Engine/Rendering/DrawScenePass.h
# include/Engine/Rendering/RenderQueue.h
# include/Engine/Rendering/Renderer.h
# resources/Shaders/ForwardPlus.frag.glsl
# resources/Shaders/ForwardPlus.vert.glsl
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Engine/Rendering/DrawScenePass.cpp
# src/Engine/Rendering/RenderSystem.cpp
# src/Engine/Rendering/Renderer.cpp
# src/Game/Game.cpp
|
2016-01-25 01:21:15 +01:00 |
|
Jace
|
b95c1fdfa4
|
Merge remote-tracking branch 'origin/Menu'
# Conflicts:
# include/Engine/Rendering/ModelJob.h
# resources/Schema/Components.xsd
# resources/Schema/Entities/Player.xml
# resources/Schema/Entities/RenderingWorld.xml
# src/Game/Game.cpp
|
2016-01-25 00:25:03 +01:00 |
|
viktorljung
|
6aeb281249
|
Resolution fix in render stages //Tobias
|
2016-01-25 00:07:17 +01:00 |
|
viktorljung
|
f8b9606cdf
|
Picking animation fix
|
2016-01-24 22:59:53 +01:00 |
|
viktorljung
|
a304b00038
|
fixed crashes
|
2016-01-24 21:12:41 +01:00 |
|
viktorljung
|
ada1bac2a7
|
Merge remote-tracking branch 'origin/master' into Menu
# Conflicts:
# include/Engine/Rendering/RenderSystem.h
# resources/Schema/Entities/RenderingWorld.xml
# resources/Shaders/ForwardPlus.frag.glsl
# src/Engine/Rendering/RenderSystem.cpp
|
2016-01-24 20:48:17 +01:00 |
|
viktorljung
|
8cf9caf7aa
|
AnimationSystem working
|
2016-01-24 18:31:23 +01:00 |
|
viktorljung
|
dd80323342
|
Merge remote-tracking branch 'origin/master' into Animations
|
2016-01-24 17:06:34 +01:00 |
|
viktorljung
|
af2f017cb4
|
AnimationSystem base WIP
|
2016-01-24 17:05:34 +01:00 |
|
antc13
|
aa20b48188
|
Merge remote-tracking branch 'origin/master' into Importer
# Conflicts:
# resources/Schema/Entities/MovementTest.xml
# resources/Schema/Entities/Player.xml
|
2016-01-24 16:22:22 +01:00 |
|
antc13
|
4c5d17b203
|
Merge remote-tracking branch 'origin/master' into Importer
# Conflicts:
# resources/Schema/Entities/RenderingWorld.xml
# resources/Shaders/ForwardPlus.frag.glsl
# src/Engine/Editor/EditorSystem.cpp
# src/Engine/Network/Server.cpp
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Tests/OctTreeTestGameClass.cpp
# src/Tests/OctTreeTestHardCodedTestWorld.h
# src/Tests/ResourceManagerTest.cpp
|
2016-01-24 14:40:52 +01:00 |
|
antc13
|
8286d052b3
|
Changed color values from floats to glm::vec4
|
2016-01-24 14:38:17 +01:00 |
|