Jocke
|
ae3cab6cd1
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
|
2016-03-03 13:31:43 +01:00 |
|
Jocke
|
a9b19d9af1
|
Packet write now only warns when a a packet is huge
|
2016-03-03 13:29:45 +01:00 |
|
Jace
|
9a668ed7d7
|
Now here's the real fix for the lag when loading entity files: CONSOLE SPAM
|
2016-03-02 20:16:03 +01:00 |
|
Jace
|
7624c6ee0a
|
Updated all uses of EntityXMLFile to use the new EntityFile to load entities into a world.
|
2016-03-02 20:12:59 +01:00 |
|
Jace
|
069583e09f
|
Created EntityFile which loads an EntityXMLFile into a temporary world to be merged with another world when you want to create a copy of the entity loaded from disk. This allows us to free EntityXMLFile once it's loaded into an EntityFile.
|
2016-03-02 19:52:11 +01:00 |
|
Jace
|
44b4a597d4
|
fixup! Created World::Merge which will merge a world into another one
|
2016-03-02 19:50:52 +01:00 |
|
Jace
|
0c0f2d7e50
|
fixup! Renamed EntityFile to EntityXMLFile to be able to separate file parsing from entity creation
|
2016-03-02 18:56:22 +01:00 |
|
Jace
|
26d6546d79
|
Renamed EntityFile to EntityXMLFile to be able to separate file parsing from entity creation
|
2016-03-02 18:53:40 +01:00 |
|
Jace
|
62c8196ad4
|
Created World::Merge which will merge a world into another one
|
2016-03-02 18:53:39 +01:00 |
|
Jocke
|
85ba5552e9
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
|
2016-03-02 17:59:20 +01:00 |
|
William Moberg
|
e6b3bbeb54
|
Merge remote-tracking branch 'origin/master' into Respawning
# Conflicts:
# resources/Schema/Types/Entity.xsd
|
2016-03-02 17:50:59 +01:00 |
|
stiffly
|
267c007291
|
Removed unnecessary comments, variables and functions.
|
2016-03-02 17:39:27 +01:00 |
|
Jocke
|
0a6653d079
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
|
2016-03-02 17:06:24 +01:00 |
|
stiffly
|
92d5ec70ba
|
Merge remote-tracking branch 'origin/master' into DashAbiltyEffect
|
2016-03-02 16:57:07 +01:00 |
|
William Moberg
|
4ef76f6c45
|
Merge branch 'master' into Respawning
# Conflicts:
# resources/Schema/Types/Entity.xsd
|
2016-03-02 16:51:24 +01:00 |
|
stiffly
|
a5c086e389
|
Dash effect now working over network, by sending events. Similar to jump effect.
|
2016-03-02 16:48:38 +01:00 |
|
stiffly
|
1217b25d02
|
DashEffect will now spawn a player model behind the player that will fade out .
|
2016-03-02 14:15:20 +01:00 |
|
Tleety
|
a2b938d8f6
|
Merge branch 'master' into CPArrow
# Conflicts:
# resources/Schema/Entities/Player.xml
# resources/Schema/Entities/PlayerRed.xml
|
2016-03-02 13:58:44 +01:00 |
|
Tleety
|
ab7fd89546
|
Should now correctly track if another player takes your last capture point
|
2016-03-02 13:56:35 +01:00 |
|
William Moberg
|
06d60f9884
|
Merge branch 'master' into Respawning
|
2016-03-02 13:47:03 +01:00 |
|
William Moberg
|
629ebb871f
|
SpectatorCamera shows capturepoint HUD and respawntimer. It no longer requires CapturePointGameMode component to work.
|
2016-03-02 13:45:49 +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 |
|
Jocke
|
cfba8efd24
|
WritePrimitive would spam a warning when snapshots got bigger than 512 and it got resized.
|
2016-03-02 10:59:03 +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 |
|
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 |
|
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 |
|
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 |
|
Tleety
|
feeff5b164
|
Debug tool for different CubeMap
changed cubemap influence.
|
2016-02-24 14:47:47 +01:00 |
|
Tleety
|
6f9ce8a0c1
|
WIP
|
2016-02-24 13:57:54 +01:00 |
|