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
Tobias Dahl
01def459a1
Merge pull request #159 from teamfisk/FloatingEffect
...
Added a FloatingEffectSystem to the game.
2016-03-02 17:49:25 +01:00
antc13
3094dd301b
Added a default value to Position in FloatingEffect.xml
2016-03-02 17:47:22 +01:00
antc13
e56f203f7c
Removed unnecessary comment & added FloatingEffect to Schema/Types/Entity.xsd
2016-03-02 17:42:11 +01:00
antc13
7d15313209
Added a FloatingEffectSystem to the game. Pickups now move up and down, if so desired.
2016-03-02 17:22:44 +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
Joachim Pettersson
f8f4b4d939
Merge pull request #151 from teamfisk/CPArrow
...
CapturePoint indicator HUD
2016-03-02 16:48:52 +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
William Moberg
91dbbb9c11
Merge branch 'master' into Respawning
2016-03-02 16:47:55 +01:00
William Moberg
dc10661e6b
Respawn time now only displays numbers, centered below CPHUD.
2016-03-02 16:45:43 +01:00
verysecrethero
3c8df35be9
Merge remote-tracking branch 'origin/master' into AssaultBoost
...
# Conflicts:
# src/Game/Game.cpp
2016-03-02 15:59:16 +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
Tleety
96768e66de
Redplayer arrow fix
2016-03-02 09:57:41 +01:00
Tleety
799990f44d
Next CP indicator should now be fully working.
2016-03-01 22:54:13 +01:00
Tleety
6281e20000
Arrow should now track the CapturePoint specified in the Component.
2016-03-01 20:31:09 +01:00
verysecrethero
f147929aa9
Moved the Dash CoolDown (CoolDownTimer) to the component (DashAbility). Fixed 2 warnings
2016-03-01 17:57:18 +01:00
William Moberg
5a8261453e
Eliminated some SAXParsing errors from our console output.
2016-03-01 17:40:42 +01:00
William Moberg
a9762f44ca
Merge branch 'master' into Respawning
2016-03-01 17:34:23 +01:00
William Moberg
3d4427dd20
Added entity SpectatorCamera that shows respawntime, will activate when explosion effect is deleted.
2016-03-01 17:32:14 +01:00
Tleety
b0a66f9e83
Components for CapturePoint arrow HUD element and a system skeleton
2016-03-01 16:19:59 +01:00
William Moberg
5c6a652316
Fixed so unregistered components are ignored instead of crashing the game.
2016-03-01 15:53:59 +01:00
Tleety
7ba5e01560
CapturePointArrow component files
2016-03-01 15:37:28 +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
Tobias Dahl
dfa224b4dd
Merge pull request #142 from teamfisk/Respawning
...
Added CapturePointGameMode component with RespawnTime
2016-03-01 11:28:56 +01:00
William Moberg
658eace093
Added component CapturePointGameMode that contains respawntime.
2016-02-29 18:20:14 +01:00
William Moberg
c7dad79e72
Merge branch 'master' into JumpHeightAdjustment
...
# Conflicts:
# resources/Schema/Components.xsd
# resources/Schema/Entities/Player.xml
# resources/Schema/Entities/PlayerRed.xml
# src/Game/Systems/PlayerMovementSystem.cpp
2016-02-29 17:28:40 +01:00
Jace
bb76c9d248
WIP multi-weapon behaviours
2016-02-29 06:58:57 +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
William Moberg
cd315bbaa0
Added DoubleJump component and JumpSpeed in Player component so jumpheight can be adjusted for regular jump and double jump.
2016-02-25 12:12:44 +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
Tobias Dahl
2609a0253d
Merge pull request #129 from teamfisk/HUDDesync
...
Networking improvements
2016-02-24 15:22:01 +01:00
stiffly
27669b7383
Merge remote-tracking branch 'origin/master' into HUDDesync
2016-02-23 11:09:44 +01:00
Teejoon
fe3e0bac5b
Changed SpritIndicator values on player
2016-02-22 18:45:02 +01:00
Teejoon
fa4f007604
Changed name from Indicator to SpriteIndicator. Can now be an indicator for a single team or every one
2016-02-22 18:35:00 +01:00
stiffly
833006744a
WIP
2016-02-22 17:00:25 +01:00
Teejoon
6fab971734
Merge branch 'master' of https://github.com/teamfisk/TacticalZ into SeeTeamMates
...
Conflicts:
include/Engine/Rendering/SpriteJob.h
resources/Schema/Components.xsd
resources/Schema/Entities/Player.xml
resources/Schema/Entities/PlayerRed.xml
2016-02-22 16:43:18 +01:00
Teejoon
37414ce124
Merge branch 'master' of https://github.com/teamfisk/TacticalZ into SSAO
...
Conflicts:
include/Engine/Rendering/Renderer.h
src/Engine/Rendering/Renderer.cpp
2016-02-22 14:51:42 +01:00
Teejoon
adceccf402
SSAO now working. Changed in DrawFinalePass so that th AOTexture is on texture position 0 and only get binded once.
...
Changed so that the picking pass get drawn once in the beginning so that the AO shatde could calculate AO from the depthbuffer generated during pthe pickingpass.
In the ImGUI debugg window there is now sliders to change the behavior of the AO shader. Only the minimum ambient lightning is HardCoded in to the frowardPlus fragmentshaders with a define in the begining.
2016-02-22 14:48:20 +01:00
William Moberg
4c87ca10b9
Merge branch 'master' into BoxModelCollision
2016-02-19 14:17:17 +01:00
William Moberg
22664848dc
You should not be able to fall through ground or dash thru walls. Very thin objects may still be possible to go through, e.g. the grid border walls in GameMap.xml.
2016-02-19 14:16:22 +01:00
Tleety
cf2bf4e14d
Merge remote-tracking branch 'origin/master' into ResolutionChange
2016-02-19 13:17:31 +01:00
Jace
2ac584bafb
Merge pull request #113 from teamfisk/Menu-Tobias
...
Menu tobias
2016-02-19 13:16:50 +01:00