Tleety
|
e1ca104fc9
|
Merge remote-tracking branch 'origin/master' into HUD-Timers
# Conflicts:
# resources/Schema/Entities/Player.xml
|
2016-03-02 22:49:26 +01:00 |
|
Tleety
|
2cb4a307eb
|
Merge branch 'master' into HUD-Timers
# Conflicts:
# resources/Schema/Entities/QualityAssurance.xml
# src/Game/Game.cpp
|
2016-03-02 22:42:12 +01:00 |
|
Tleety
|
a339c61f5b
|
Merge remote-tracking branch 'origin/master' into Boost-icons
# Conflicts:
# resources/Schema/Components.xsd
# resources/Schema/Types/Entity.xsd
|
2016-03-02 21:51:52 +01:00 |
|
Tleety
|
8b81ba9019
|
Some small fixes, also added new UI elements to Player
|
2016-03-02 21:40:20 +01:00 |
|
antc13
|
3094dd301b
|
Added a default value to Position in FloatingEffect.xml
|
2016-03-02 17:47:22 +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 |
|
Tleety
|
a9a19193ad
|
Component for Boost icons
|
2016-03-02 17:21:15 +01:00 |
|
Joachim Pettersson
|
f8f4b4d939
|
Merge pull request #151 from teamfisk/CPArrow
CapturePoint indicator HUD
|
2016-03-02 16:48:52 +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 |
|
Tleety
|
cdbc348cfa
|
AbilityCooldownHUD should now correctly track cooldown for dash ability.
|
2016-03-02 14:46:37 +01:00 |
|
Tleety
|
502a290d36
|
Merge branch 'master' into HUD-Timers
# Conflicts:
# resources/Schema/Components.xsd
# resources/Schema/Entities/PlayerRed.xml
# resources/Schema/Types/Entity.xsd
|
2016-03-02 14:22:13 +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 |
|
verysecrethero
|
f147929aa9
|
Moved the Dash CoolDown (CoolDownTimer) to the component (DashAbility). Fixed 2 warnings
|
2016-03-01 17:57:18 +01:00 |
|
Tleety
|
b0a66f9e83
|
Components for CapturePoint arrow HUD element and a system skeleton
|
2016-03-01 16:19:59 +01:00 |
|
Tleety
|
7ba5e01560
|
CapturePointArrow component files
|
2016-03-01 15:37:28 +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 |
|
Tleety
|
144e548b7a
|
Added AbilityCooldownHUD component and system to track the cooldown on the dashability, this needs to be extended for other abilities when they are implemented. However current dash time needs to be included into the component, since we can currently just see the max cooldown time.
|
2016-02-28 17:17:24 +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 |
|
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 |
|
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 |
|
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 |
|
verysecrethero
|
b2304a95f8
|
Fixed some XML documentation
|
2016-02-18 13:49:22 +01:00 |
|
verysecrethero
|
7f489b3569
|
Added Assault,Defender,Sniper Components,Entities. Added ShieldAbility,Sprintability-Component (not implemented). Changed BoostSystem to use a childed Boost to the player. All friendly fire is 0 damage.
|
2016-02-18 10:40:09 +01:00 |
|
Teejoon
|
5e3af7ac5d
|
Player Indicator now working OK. Scaling depending on how far away you are makes the Indicator to hide players head behind it. Shields are making indicators to disappear.
|
2016-02-17 17:58:01 +01:00 |
|
Teejoon
|
4fd0108443
|
Working billbording
|
2016-02-17 16:50:24 +01:00 |
|
verysecrethero
|
56bc1fee3d
|
Added LifeTimeOfEffect in BoostAssault,BoostDefender components.
|
2016-02-17 16:43:38 +01:00 |
|
Tleety
|
657125b469
|
Moved menu code into GUI
Button events are now sent when you click.
|
2016-02-17 13:44:11 +01:00 |
|
verysecrethero
|
456cd35a12
|
Merge remote-tracking branch 'origin/master' into AssaultBoost
# Conflicts:
# resources/Schema/Components.xsd
|
2016-02-17 11:52:06 +01:00 |
|
Teejoon
|
17da9a8036
|
WIP
|
2016-02-16 15:56:58 +01:00 |
|
Tleety
|
6bc7131290
|
Glow Intencity can now be changed in the model component.
|
2016-02-16 14:57:21 +01:00 |
|
Tleety
|
4214bf10a1
|
Components for menu/buttons
|
2016-02-16 14:05:57 +01:00 |
|
viktorljung
|
60b2c9bc9b
|
KillFeed
|
2016-02-12 05:41:05 +01:00 |
|
viktorljung
|
6442254575
|
Merge remote-tracking branch 'origin/master' into Menu
# Conflicts:
# src/Game/Game.cpp
|
2016-02-12 02:09:14 +01:00 |
|
Jace
|
9f8b0f7aa9
|
Merge pull request #104 from teamfisk/AmmoPickup
Added AmmoPickupSystem with Component, Entity.
|
2016-02-12 02:08:29 +01:00 |
|
viktorljung
|
0370775820
|
Merge remote-tracking branch 'origin/master' into Menu
# Conflicts:
# resources/Schema/Entities/Player.xml
|
2016-02-12 00:28:24 +01:00 |
|
verysecrethero
|
af30e51564
|
Added AmmoPickupSystem with Component, Entity. Changed so PlayerDeathSystem gets updated after Health/Ammo systems, credits to William.
|
2016-02-11 23:56:40 +01:00 |
|
viktorljung
|
c1860ae383
|
AmmunitionHUD now working
|
2016-02-11 23:38:25 +01:00 |
|
Jace
|
7cae84d4ee
|
Merge remote-tracking branch 'origin/master' into WeaponSystem
# Conflicts:
# include/Engine/Core/EPlayerDamage.h
# src/Game/Game.cpp
# src/Game/Systems/Weapon/WeaponSystem.cpp
|
2016-02-11 22:52:51 +01:00 |
|
Jace
|
d1213f9f59
|
Working damage dealing, a super cool reload effect and hit markers!
|
2016-02-11 22:50:44 +01:00 |
|
Tobias Dahl
|
5bcadd5b1a
|
Merge pull request #95 from teamfisk/CapturePointTake
Fixed CapturePointTimer,Color
|
2016-02-11 21:10:30 +01:00 |
|
Jace
|
e2a8605101
|
Merge remote-tracking branch 'origin/master' into WeaponSystem
|
2016-02-11 17:25:37 +01:00 |
|
Jace
|
e47201ff61
|
First person shoot animations
|
2016-02-11 17:06:34 +01:00 |
|
verysecrethero
|
c9f815fd42
|
Merge remote-tracking branch 'origin/master' into CapturePointTake
# Conflicts:
# src/Game/Systems/CapturePointSystem.cpp
|
2016-02-11 16:09:05 +01:00 |
|
Tleety
|
6ba1e95da7
|
Fixed depth sorting for HUD elements.
|
2016-02-11 15:27:07 +01:00 |
|
Tleety
|
f0ae365401
|
Merge remote-tracking branch 'origin/master' into Menu
# Conflicts:
# src/Engine/Rendering/Texture.cpp
# src/Game/Game.cpp
|
2016-02-11 14:43:30 +01:00 |
|