FakeShemp
|
ecab5de056
|
Various shadow calculation methods implemented and ready for use.
|
2016-02-27 16:35:15 +01:00 |
|
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
|
df2e4abb52
|
WE HAVE WORKING CASCADE SHADOWS
|
2016-02-25 21:21:38 +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 |
|
FakeShemp
|
847c539373
|
Fix viewport
|
2016-02-09 14:44:12 +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 |
|
Jace
|
2cbeef4c69
|
Merge pull request #74 from teamfisk/Warnings-Jocke
Fixed warnings associated with Network
|
2016-02-03 10:37:10 +01:00 |
|
Jace
|
192de80782
|
Merge pull request #75 from teamfisk/NormalSpecularMapping
Normal specular mapping
|
2016-02-03 10:34:22 +01:00 |
|
Tleety
|
51a588657e
|
QA map change
|
2016-02-03 10:11:53 +01:00 |
|
Tleety
|
73716c28e2
|
pickpass fix
|
2016-02-02 17:40:22 +01:00 |
|
Tleety
|
a3b7bd7df5
|
Fix in picking pass, QA map fix. Blue and red ray change. Player weapon change.
|
2016-02-02 17:39:57 +01:00 |
|
Tleety
|
11025b5466
|
QA-map stuff
|
2016-02-02 17:19:58 +01:00 |
|
Tleety
|
eba36b8492
|
Some QA-map fixes
|
2016-02-02 17:12:14 +01:00 |
|
Tleety
|
55854f5c0d
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
|
2016-02-02 16:30:57 +01:00 |
|
Tleety
|
12a181c1ff
|
Fixed a bug where normals scaled with model scale. Again.
|
2016-02-02 16:11:03 +01:00 |
|
Tleety
|
b131f56f5e
|
Made a quality assurance world that will need to be used before creating a pull request
|
2016-02-02 16:06:42 +01:00 |
|
Jace
|
24aac6a00d
|
Merge pull request #62 from teamfisk/DoubleJump
You can now DoubleJump!
|
2016-02-02 15:31:03 +01:00 |
|
verysecrethero
|
45a92b362f
|
DoubleJumping now in InputController instead.
|
2016-02-02 15:10:11 +01:00 |
|
verysecrethero
|
2085d9ec9e
|
Merge remote-tracking branch 'origin/master' into DoubleJump
|
2016-02-02 14:22:00 +01:00 |
|
Jocke
|
6a3f585fb9
|
Fixed warnings associated with Network.cpp, Client.cpp, Server.cpp and Packet.cpp.
BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition was fixed by https://svn.boost.org/trac/boost/ticket/11539
|
2016-02-02 13:26:15 +01:00 |
|
Tleety
|
7b4826cb44
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
|
2016-02-02 13:24:31 +01:00 |
|
Tleety
|
28d412f5c7
|
Some small changes to test world and assets
|
2016-02-02 13:24:18 +01:00 |
|
Jace
|
0e5f6da9a9
|
Merge pull request #73 from teamfisk/CapturePointFixBranch
Several changes/fixes based on the latest broken refactoring in master
|
2016-02-02 13:22:03 +01:00 |
|
verysecrethero
|
42b52a6766
|
Several changes/fixes based on the latest broken refactoring.
Fixed Simon's mistake in CapturePointLogic. William fixed so TriggerSystem works again with CapturePoints.
|
2016-02-02 11:37:22 +01:00 |
|
Tleety
|
9c2e459e0c
|
Deatheffect color now correctly calculated
|
2016-02-02 10:58:00 +01:00 |
|
Tleety
|
8299b99e2f
|
Test world changes and some other small fixes
|
2016-02-01 19:08:46 +01:00 |
|
Tleety
|
c708f1582c
|
Merge remote-tracking branch 'origin/master' into NormalSpecularMapping
|
2016-02-01 18:30:30 +01:00 |
|
Tleety
|
782c1a388a
|
Comment
|
2016-02-01 18:23:40 +01:00 |
|
Tleety
|
a188a3f7fa
|
Removed widget pointlight since it is now redundant
|
2016-02-01 18:22:36 +01:00 |
|
Tleety
|
ed7d00c1d8
|
Bug where widgets did not get their ambient light now fixed.
|
2016-02-01 18:19:38 +01:00 |
|
Jace
|
9090be8acf
|
Merge branch 'Warnings-Simon'
|
2016-02-01 17:53:55 +01:00 |
|
Jace
|
a3d4eb65d5
|
Fixes #66 warnings
|
2016-02-01 17:53:01 +01:00 |
|
Jace
|
9b2a4be707
|
Merge pull request #71 from teamfisk/Warnings-Adam
Warnings adam
|
2016-02-01 17:52:18 +01:00 |
|
stiffly
|
5474a18753
|
#68 Fixed warning in SoundSystem.cpp
|
2016-02-01 17:15:51 +01:00 |
|