Tleety
bbe61f300c
Fade in/out should now work with models and sprites
2016-03-13 02:03:49 +01:00
Tleety
f6a8534c15
New assets, FadeOutComponent, Some MuzzleFlash entities, Changes to ray. Muzzleflash rotation
2016-03-13 01:23:51 +01:00
Tleety
d51ea3cabd
Merge branch 'Movement' of github.com:teamfisk/TacticalZ into Movement
2016-03-12 17:04:00 +01:00
Tleety
548efeb11e
EndScreen should now show when a team win
2016-03-12 17:03:50 +01:00
viktorljung
4ba011a098
Ammosharing over network test WIP
2016-03-12 17:01:46 +01:00
Tleety
8c2a665ccb
Some Entities for endscreen and some basic logic in the EndScreenSystem
2016-03-12 15:45:07 +01:00
Tleety
4334ea067e
System skeleton
2016-03-12 14:44:03 +01:00
viktorljung
060585a388
Aim fixed for all weapons
2016-03-12 02:39:06 +01:00
viktorljung
2a209c5d8e
AmmoSharing beta
2016-03-11 23:58:26 +01:00
viktorljung
e0a6b09d36
Defender early alpha
2016-03-11 19:16:34 +01:00
Jace
1992b6cde1
WIP Defender tracers
2016-03-10 21:15:27 +01:00
Jace
c82be79bb8
Functionally working defender weapon
2016-03-10 19:26:14 +01:00
Jace
1f14087734
Merge branch 'master' of github.com:teamfisk/TacticalZ
2016-03-09 18:02:11 +01:00
Jace
0b58f32f32
Fixed third person animations over network
2016-03-09 18:01:32 +01:00
Tleety
d093284569
Rename variable
2016-03-09 17:37:40 +01:00
Tleety
7e7d98eaae
Merge remote-tracking branch 'origin/master' into Menu
2016-03-09 17:24:41 +01:00
Jace
34e551663f
Merge remote-tracking branch 'origin/master' into Weapons
...
# Conflicts:
# assets
# resources/Schema/Entities/Player.xml
# resources/Schema/Entities/PlayerAssaultFallbackBlue.xml
# resources/Schema/Entities/PlayerAssaultFallbackRed.xml
# resources/Schema/Entities/PlayerAssaultRed.xml
# resources/Schema/Entities/aaaatestremoveme.xml
# resources/Schema/Entities/aim_rays.xml
2016-03-09 15:52:13 +01:00
Jace
9d368348d5
Updated 3rd person and 1st person animation trees for assault to allow for third person weapon animations
2016-03-09 15:48:57 +01:00
Tleety
49040e9c4b
StartMenu system now sets the main menu camera to active as long as it exists.
2016-03-09 15:29:42 +01:00
Tleety
a76a04260f
StartSystem skeleton and some changes to the StartMenu
2016-03-09 15:10:54 +01:00
William Moberg
4ae39dcc36
Merge pull request #182 from teamfisk/DamageIndicator
...
Friendly fire gives no DamageIndicator
2016-03-09 13:26:57 +01:00
Tleety
704242597a
Merge remote-tracking branch 'origin/master' into Menu
...
# Conflicts:
# resources/Schema/Components.xsd
# resources/Schema/Entities/NewMapWSpectatorCam.xml
# resources/Schema/Types/Entity.xsd
# src/Game/Game.cpp
2016-03-09 11:49:42 +01:00
Tobias Dahl
697da620d3
Merge pull request #179 from teamfisk/TeamPickCamera
...
Spectator camera system
2016-03-09 11:41:05 +01:00
William Moberg
534d6639e5
Class enum instead of hardcoded ints.
...
Removed superfluous .Valid() checks.
Check for spectator spawnrequest in case they somehow has a class, so we don't get "x players were supposed to be spawned but failed" if it happens.
2016-03-09 11:35:32 +01:00
Tleety
95f68cc888
ConnectRequest event and some other shit
2016-03-08 22:24:32 +01:00
William Moberg
7bc3c9f7b1
Don't force to spectator camera if player presses pickTeam/Class prematurely. Players team should be remembered after picked, spawn request is not erased anymore.
2016-03-08 18:26:17 +01:00
Tleety
3394d65055
Servers now show up in the server list.
2016-03-08 18:13:21 +01:00
Tleety
280de0e984
Merge remote-tracking branch 'origin/FriendlyHost/Join' into Menu
...
# Conflicts:
# include/Game/Systems/MainMenuSystem.h
# src/Engine/GUI/MainMenuSystem.cpp
2016-03-08 17:03:50 +01:00
Tleety
ba9208085b
WIP
2016-03-08 16:52:56 +01:00
verysecrethero
52d3cb3ebf
GetPlayerAmmo is now a SetPlayerAmmo instead to fix some potential problems if the player has no weapon at all
2016-03-08 16:33:08 +01:00
Tleety
f8ab52c72c
WIP
2016-03-08 16:15:54 +01:00
verysecrethero
e43a7be7db
DamageIndicatorSystem now works for singleplayer again. Friendly fire DamageIndicator is now black color.
2016-03-08 15:55:51 +01:00
verysecrethero
0e0a486c01
AmmoPickupSystem should now be able to give ammo to all classtypes
2016-03-08 11:48:54 +01:00
Jace
3fda25b604
Working first person animations for AssaultWeapon and DefenderWeapon and reload effect for AssaultWeapon
2016-03-07 19:38:49 +01:00
William Moberg
962521fa59
Merge branch 'master' into TeamPickCamera
...
# Conflicts:
# src/Game/Systems/PlayerDeathSystem.cpp
2016-03-07 15:20:46 +01:00
Tleety
99d663d5a2
ShiftIcon should now track ability depending on what ability the player has and change icon accordingly.
2016-03-07 13:55:37 +01:00
William Moberg
0dfe00b406
Unlocks mouse when changing to SpectatorCamera and locking when respawning.
2016-03-04 09:49:27 +01:00
Jace
ebd4c58c41
"Fixed" weapon spawning over network
2016-03-04 09:23:18 +01:00
Jace
42cccfbac0
Merge branch 'Weapons' of github.com:teamfisk/TacticalZ into Weapons
...
# Conflicts:
# assets
# src/Game/Systems/Weapon/AssaultWeaponBehaviour.cpp
2016-03-04 08:56:58 +01:00
Jocke
e2674d915e
Constrained weapon behavior to client side only
2016-03-04 08:55:55 +01:00
Jace
2b55450c18
Cray cray weapons
2016-03-04 08:54:59 +01:00
William Moberg
7a2f1ac9fd
Merge branch 'Weapons' into TeamPickCamera
2016-03-04 08:34:27 +01:00
Jocke
d78a7e20e2
Merge branch 'master' into Weapons
2016-03-04 08:29:33 +01:00
William Moberg
2ecc53ecca
Merge branch 'master' into TeamPickCamera
...
# Conflicts:
# src/Game/Game.cpp
2016-03-04 05:58:49 +01:00
William Moberg
06614aa907
SpectatorCameraSystem handles the overwatch cameras. Set camera to a class pick screen when connecting. Cannot spawn until both team and class has been picked.
...
Preparations for class aware PlayerSpawnSystem.
2016-03-04 05:41:29 +01:00
Jace
177667eef5
The only working branch ever
2016-03-04 05:02:25 +01:00
Joachim Pettersson
e6472b9745
Merge pull request #170 from teamfisk/ScoreBoard
...
I Hope To God That This Works.
2016-03-04 04:03:46 +01:00
Tobias Dahl
7675af1ef6
Merge pull request #168 from teamfisk/SniperSprintBranch
...
Sniper sprint effect
2016-03-04 03:31:53 +01:00
Tleety
0e95c5bb95
Fixes
2016-03-04 02:52:04 +01:00
Jace
3a8f7c5d03
First attempt at AssaultWeapon animations!
2016-03-04 02:48:03 +01:00