Tleety
|
c8aeae2c96
|
WIP
|
2016-03-03 12:58:35 +01:00 |
|
Jocke
|
da81f21799
|
Merge remote-tracking branch 'origin/master' into SniperSprintBranch
# Conflicts:
# include/Engine/Input/FirstPersonInputController.h
|
2016-03-03 12:16:09 +01:00 |
|
Tleety
|
ff6e2167d4
|
Some new events and changes to ScoreSystem
|
2016-03-03 11:25:06 +01:00 |
|
Tleety
|
27d3ec4118
|
Added some fields in score components to track more data. Added some logic to the ScoreSystem class
|
2016-03-03 09:49:20 +01:00 |
|
Jace
|
9d4441852c
|
DefenderWeapon view punch and crosshair travel with return
|
2016-03-03 03:49:44 +01:00 |
|
FakeShemp
|
a0f2f2bf5f
|
Merge remote-tracking branch 'origin/master' into Shadows
|
2016-03-03 03:30:01 +01:00 |
|
FakeShemp
|
7ea26d10ee
|
Rewritten. Works as a charm now.
|
2016-03-03 03:28:21 +01:00 |
|
FakeShemp
|
28e9ba1208
|
Merge branch 'master' into Shadows
# Conflicts:
# include/Engine/Rendering/DrawFinalPass.h
# src/Engine/Rendering/DrawFinalPass.cpp
# src/Engine/Rendering/FrameBuffer.cpp
# src/Engine/Rendering/Renderer.cpp
|
2016-03-03 03:00:05 +01:00 |
|
viktorljung
|
362378536e
|
Switching rooms
|
2016-03-03 01:39:12 +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
|
047a119e3f
|
ScoreScreenSystem things
|
2016-03-03 01:04:24 +01:00 |
|
Tleety
|
d74ae4e411
|
Some fixes to the Player and map, added skeleton system for the ScoreScreen
|
2016-03-03 00:55:44 +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
|
6f8023b285
|
HACK: Added Activate button for spawners in editor. Right now it includes the event from Game, but SpawnerSystem should probably be moved to Engine.
|
2016-03-02 22:48:01 +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
|
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
|
5923d2d7a7
|
Made SpawnerSystem utilize the new EntityFile for spawning instead
|
2016-03-02 19:52:34 +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 |
|
Tleety
|
7af17049e9
|
BoostIcons should now track correctly
|
2016-03-02 18:13:09 +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 |
|
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 |
|
stiffly
|
267c007291
|
Removed unnecessary comments, variables and functions.
|
2016-03-02 17:39:27 +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 |
|
verysecrethero
|
f84d1ac4a1
|
Merge remote-tracking branch 'origin/master' into SniperSprintBranch
# Conflicts:
# include/Engine/Input/FirstPersonInputController.h
|
2016-03-02 17:11:36 +01:00 |
|
viktorljung
|
1aefa1dec6
|
AutoAnimationBlend now working correctly for unique nodes
|
2016-03-02 17:06:51 +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 |
|
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 |
|
Joachim Pettersson
|
f761416e20
|
Merge pull request #152 from teamfisk/PickupBranch
Added the already-at-maxammo/health-savetrigger for the PickupSystems
|
2016-03-02 15:41:44 +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 |
|
Tleety
|
ab7fd89546
|
Should now correctly track if another player takes your last capture point
|
2016-03-02 13:56:35 +01:00 |
|