viktorljung
|
1aefa1dec6
|
AutoAnimationBlend now working correctly for unique nodes
|
2016-03-02 17:06:51 +01:00 |
|
viktorljung
|
8422742a9e
|
Merge remote-tracking branch 'origin/master' into Animations
# Conflicts:
# src/Engine/Rendering/DrawFinalPass.cpp
|
2016-03-02 13:50:08 +01:00 |
|
viktorljung
|
07ccb9c041
|
AutoAnimationBlend on unique node working but scale is not working correctly
|
2016-03-02 13:30:04 +01:00 |
|
Tobias Dahl
|
2fb3bb2a39
|
Merge pull request #153 from teamfisk/RenderSetingsV2
Shield and stuff
|
2016-03-02 13:15:52 +01:00 |
|
Teejoon
|
de9657700b
|
Fixed draw final pass with shided objects having to many if-statments.
Shields is working with transparancy
Player cameras should have nearclip fater away and far clip nearer.
Defaultconfig push
|
2016-03-02 11:59:48 +01:00 |
|
verysecrethero
|
03a35d0f5e
|
Merge pull request #149 from teamfisk/FixNetworkBugs
Seems OK
|
2016-03-02 10:11:52 +01:00 |
|
Tobias Dahl
|
e4e9af5d9c
|
Merge pull request #148 from teamfisk/DashFixBranch
Moved the Dash CoolDown (CoolDownTimer) to the component (DashAbility…
|
2016-03-02 10:05:02 +01:00 |
|
Teejoon
|
ef66f3ebe5
|
Transparancy with shild fix
|
2016-03-01 23:14:23 +01:00 |
|
Jace
|
39369aa3e5
|
Merge pull request #150 from teamfisk/EditorCameraSpeedFix
Fixed editor camera speed changing when scrolling on UI elements
|
2016-03-01 22:51:16 +01:00 |
|
Jace
|
6eb0b83d6b
|
Fixed editor camera speed changing when scrolling on UI elements
|
2016-03-01 22:47:43 +01:00 |
|
verysecrethero
|
f147929aa9
|
Moved the Dash CoolDown (CoolDownTimer) to the component (DashAbility). Fixed 2 warnings
|
2016-03-01 17:57:18 +01:00 |
|
Jocke
|
aadfdfdd90
|
AmmoPickups and HealthPickups will only spawn on the server. When a ammo pickup is taken the Server will send an Event to that
Client and it will update its ammo.
|
2016-03-01 17:55:00 +01:00 |
|
verysecrethero
|
15195964da
|
ECaptured: added NextCapturePoint entitywrapper. Changed CapturePointID to CapturePointTakenID. Fixed so CapturePoints works in singleplayer again. Captured event is now sent in the next Update, since the information for NextCapturePoint is needed
|
2016-03-01 17:34:30 +01:00 |
|
Teejoon
|
77eaa45702
|
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
src/Engine/Rendering/CubeMapPass.cpp
src/Engine/Rendering/DrawFinalPass.cpp
|
2016-03-01 12:11:27 +01:00 |
|
viktorljung
|
5bc0483f49
|
Removed AnimationOffset and improved BlendTree
|
2016-02-29 15:51:37 +01:00 |
|
Teejoon
|
df7ace6626
|
We only uses one depth buffer now
|
2016-02-29 11:44:29 +01:00 |
|
Teejoon
|
9cbc6f7755
|
Added GenerateTexture, GenerateMipMapTexture and DeleteTexture to CommonFunctions
|
2016-02-28 16:16:22 +01:00 |
|
Teejoon
|
d3a245606a
|
SSAO and Glow is no longe conflicting with each other.
Texture should get the id = 0 when they are deleted and not assigned a new texture after. Else they will start to conflict with each other.
|
2016-02-28 15:02:40 +01:00 |
|
Teejoon
|
b320d8d1e4
|
WIP
|
2016-02-26 18:01:38 +01:00 |
|
Teejoon
|
62e22d3821
|
Fix
|
2016-02-26 13:32:16 +01:00 |
|
Teejoon
|
0805375483
|
Deleted SSAO sliders except Quality
|
2016-02-26 13:25:19 +01:00 |
|
Teejoon
|
f56705d921
|
You can now change the quality of SSAO by sliding the SSAO Quality
|
2016-02-26 11:51:20 +01:00 |
|
viktorljung
|
5c3b472a4d
|
Merge remote-tracking branch 'origin/master' into Animations
# Conflicts:
# include/Engine/Rendering/ModelJob.h
# resources/Schema/Components.xsd
# resources/Schema/Types/Entity.xsd
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Engine/Rendering/PickingPass.cpp
# src/Engine/Rendering/Renderer.cpp
# src/Engine/Rendering/Skeleton.cpp
|
2016-02-26 10:21:22 +01:00 |
|
viktorljung
|
af034673f6
|
BoneAttachments now working and BlendTrees are created in the AnimationSystem
|
2016-02-26 10:17:47 +01:00 |
|
Jace
|
f161fce719
|
Merge pull request #138 from teamfisk/PlayerAtOriginFix
Teleporting to origin on spawn fixed.
|
2016-02-25 17:55:03 +01:00 |
|
William Moberg
|
89d0d5753f
|
Fix for player teleporting to (0,0,0). Saves player previous position in CollisionSystem instead of Physics component so it won't be saved when editing Players.
|
2016-02-25 16:16:24 +01:00 |
|
Jocke
|
eac9a9daf6
|
Pull request #136 Merge remote-tracking branch 'origin/master' into FixNetworkBugs
# Conflicts:
# src/Engine/Network/Client.cpp
|
2016-02-25 16:07:06 +01:00 |
|
Jocke
|
059fe5c6c0
|
Fixed typo m_EPDoubleJump to m_EDoubleJump.
|
2016-02-25 16:04:27 +01:00 |
|
Jocke
|
f66fa7a183
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
# Conflicts:
# include/Engine/Network/Client.h
# include/Engine/Network/MessageType.h
# include/Engine/Network/Server.h
# include/Engine/Network/TCPServer.h
# src/Engine/Network/Client.cpp
# src/Engine/Network/TCPServer.cpp
|
2016-02-25 15:13:11 +01:00 |
|
Jocke
|
508d8a6f00
|
Fixed memory leak in TCPServer::AcceptNewConnections caused by acceptor->async_accept().
Fixed some formating and comments.
|
2016-02-25 14:24:38 +01:00 |
|
stiffly
|
8ce6308649
|
In snapshot: now sends player information and also CP information. Now it is no longer true that they will arrive in pre order. Appropriate actions were therefor implemented.
|
2016-02-25 11:56:40 +01:00 |
|
viktorljung
|
c97d0d9381
|
Fixed memory leaks and cleaned up Skeleton and BlendTree
|
2016-02-25 11:30:09 +01:00 |
|
William Moberg
|
da1c7b3093
|
Merge pull request #133 from teamfisk/AndersTest
Ammo,HealthPickup now takes in account for possible parenting/childin…
|
2016-02-25 09:58:14 +01:00 |
|
verysecrethero
|
ef87102d1f
|
Ammo,HealthPickup now takes in account for possible parenting/childing of the pickup. Also saved the xml files with the new scaling
|
2016-02-24 17:53:37 +01:00 |
|
Tleety
|
fc18932068
|
Merge remote-tracking branch 'origin/master' into CubeMap
# Conflicts:
# src/Engine/Rendering/Renderer.cpp
|
2016-02-24 15:45:30 +01:00 |
|
Tobias Dahl
|
b874ea8641
|
Merge pull request #131 from teamfisk/ResizeWindowFixFromSSAOMerge
Have fix the resizing errors
|
2016-02-24 15:22:12 +01:00 |
|
Tobias Dahl
|
2609a0253d
|
Merge pull request #129 from teamfisk/HUDDesync
Networking improvements
|
2016-02-24 15:22:01 +01:00 |
|
William Moberg
|
de309d3b9d
|
Merge pull request #130 from teamfisk/AndersTest
CapturePointSystem fix, DamageIndicatorSystem fix
|
2016-02-24 15:17:36 +01:00 |
|
Tleety
|
feeff5b164
|
Debug tool for different CubeMap
changed cubemap influence.
|
2016-02-24 14:47:47 +01:00 |
|
verysecrethero
|
af68236e71
|
now using a define INDICATOR_TEST to activate the DamageIndicatorSystem test.
|
2016-02-24 13:58:05 +01:00 |
|
Tleety
|
6f9ce8a0c1
|
WIP
|
2016-02-24 13:57:54 +01:00 |
|
Teejoon
|
6465fe6ed6
|
Have fix the resizing errors
|
2016-02-24 13:22:41 +01:00 |
|
Jocke
|
fa13c1d065
|
Double jump is now working.
|
2016-02-23 18:24:46 +01:00 |
|
verysecrethero
|
e2831c5593
|
CapturePointSystem fix, DamageIndicatorSystem fix
|
2016-02-23 17:29:33 +01:00 |
|
viktorljung
|
606a9bf94f
|
BlendTree now working but has some memory leaks
|
2016-02-23 17:06:41 +01:00 |
|
Tleety
|
91b0ac5fbd
|
Some groundwork for cubemaps.
|
2016-02-23 16:00:43 +01:00 |
|
stiffly
|
27669b7383
|
Merge remote-tracking branch 'origin/master' into HUDDesync
|
2016-02-23 11:09:44 +01:00 |
|
stiffly
|
fc7d62a5ad
|
Various clean ups.
|
2016-02-23 11:07:56 +01:00 |
|
viktorljung
|
127edb4e60
|
Fixed some memory leaks
|
2016-02-22 17:47:30 +01:00 |
|
stiffly
|
845a30ed0f
|
Merge remote-tracking branch 'origin/DynamicPacketBuffer' into HUDDesync
# Conflicts:
# include/Engine/Network/TCPServer.h
# src/Engine/Network/TCPServer.cpp
|
2016-02-22 17:39:48 +01:00 |
|