Jace
|
177667eef5
|
The only working branch ever
|
2016-03-04 05:02:25 +01:00 |
|
Jace
|
3a8f7c5d03
|
First attempt at AssaultWeapon animations!
|
2016-03-04 02:48:03 +01:00 |
|
Jace
|
4dd46e2e21
|
Merge branch 'master' into Weapons
|
2016-03-03 23:46:46 +01:00 |
|
Jace
|
7e6d32aaec
|
Fixed AssaultWeapon reload logic
|
2016-03-03 23:45:28 +01:00 |
|
viktorljung
|
66c8a17b17
|
Merge remote-tracking branch 'origin/master' into Animations
# Conflicts:
# resources/Schema/Types/Entity.xsd
|
2016-03-03 23:21:14 +01:00 |
|
Jace
|
eba296196c
|
Merge remote-tracking branch 'origin/master' into Weapons
# Conflicts:
# src/Game/Game.cpp
|
2016-03-03 20:05:10 +01:00 |
|
Jace
|
b2371f4a43
|
Working AssaultWeapon
|
2016-03-03 20:00:42 +01:00 |
|
viktorljung
|
8957b0b464
|
Merge remote-tracking branch 'origin/master' into Animations
|
2016-03-03 14:05:43 +01:00 |
|
Jace
|
1210c91535
|
Added Gameplay.AutoReload bool to config
|
2016-03-03 13:51:47 +01:00 |
|
Jace
|
9d4441852c
|
DefenderWeapon view punch and crosshair travel with return
|
2016-03-03 03:49:44 +01:00 |
|
Jace
|
0e8b97dbba
|
Made AmmunitionHUD into TextFieldReader which reads any component field on a parent and updates a Text component with the value!
|
2016-03-03 01:35:32 +01:00 |
|
Jace
|
13546aa3fc
|
DefenderWeapon and SidearmWeapon
|
2016-03-03 01:13:39 +01:00 |
|
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 |
|
Jace
|
b431a875f7
|
New weapon behaviours
|
2016-03-02 22:48:01 +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 |
|
Jace
|
6507efc0db
|
Merge pull request #162 from teamfisk/Boost-icons
Boost icons
|
2016-03-02 22:28:57 +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 |
|
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
|
5923d2d7a7
|
Made SpawnerSystem utilize the new EntityFile for spawning instead
|
2016-03-02 19:52:34 +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 |
|
Tleety
|
7af17049e9
|
BoostIcons should now track correctly
|
2016-03-02 18:13:09 +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 |
|
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
|
e56f203f7c
|
Removed unnecessary comment & added FloatingEffect to Schema/Types/Entity.xsd
|
2016-03-02 17:42:11 +01:00 |
|
Tleety
|
8b66d29adc
|
Skeleton system for Boost icons
|
2016-03-02 17:32:45 +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 |
|
Tobias Dahl
|
8a66b1e5c8
|
Merge pull request #119 from teamfisk/AssaultBoost
BoostSystem
|
2016-03-02 16:44:49 +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
|
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 |
|
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 |
|
viktorljung
|
8422742a9e
|
Merge remote-tracking branch 'origin/master' into Animations
# Conflicts:
# src/Engine/Rendering/DrawFinalPass.cpp
|
2016-03-02 13:50:08 +01:00 |
|
William Moberg
|
06d60f9884
|
Merge branch 'master' into Respawning
|
2016-03-02 13:47:03 +01:00 |
|
verysecrethero
|
4652cd7861
|
Added the already-at-maxammo/health-save-trigger for the PickupSystems
|
2016-03-02 11:53:04 +01:00 |
|
verysecrethero
|
03a35d0f5e
|
Merge pull request #149 from teamfisk/FixNetworkBugs
Seems OK
|
2016-03-02 10:11:52 +01:00 |
|
Tleety
|
ab40fa715b
|
The arrow should now track CapturePoints correctly at start and when they are captured.
|
2016-03-01 21:57:30 +01:00 |
|
Tleety
|
a38c18fd3a
|
Merge remote-tracking branch 'origin/master' into CPArrow
|
2016-03-01 20:33:30 +01:00 |
|
Tleety
|
6281e20000
|
Arrow should now track the CapturePoint specified in the Component.
|
2016-03-01 20:31:09 +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 |
|
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
|
658eace093
|
Added component CapturePointGameMode that contains respawntime.
|
2016-02-29 18:20:14 +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 |
|