Tleety
|
0a21fe15dd
|
Merge remote-tracking branch 'origin/master' into ScoreBoard
# Conflicts:
# resources/Schema/Components.xsd
# resources/Schema/Entities/Player.xml
# resources/Schema/Types/Entity.xsd
|
2016-03-03 22:56:39 +01:00 |
|
Tleety
|
00c585de3c
|
Score should now track to all clients
|
2016-03-03 20:45:16 +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
|
e55a399bad
|
Merge pull request #165 from teamfisk/PickClassCamera
Pick class camera
|
2016-03-03 18:41:04 +01:00 |
|
Jocke
|
7943fc7ad6
|
Hot fix: Infinite loop when a player disconnected from the server.
|
2016-03-03 18:14:33 +01:00 |
|
William Moberg
|
98366ec038
|
PickClass used for class-picking, SwapToClassPick to swap camera.
|
2016-03-03 16:59:17 +01:00 |
|
William Moberg
|
398bc725b6
|
When pick class buttons are clicked they send an InputCommand, not an ButtonClicked event.
|
2016-03-03 16:32:24 +01:00 |
|
Tleety
|
8b86c73ecc
|
Merge remote-tracking branch 'origin/FixNetworkBugs' into ScoreBoard
|
2016-03-03 15:49:15 +01:00 |
|
Tleety
|
c125f8c5f5
|
Merge branch 'master' into ScoreBoard
|
2016-03-03 15:18:46 +01:00 |
|
stiffly
|
a7bff92899
|
The readBuffer now checks if the whole packet has arrived before attempting to parse it.
|
2016-03-03 15:16:42 +01:00 |
|
Tobias Dahl
|
73b8bff1f3
|
Revert "Shadows"
|
2016-03-03 14:24:43 +01:00 |
|
Tleety
|
ed1d203c72
|
Merge branch 'master' into ScoreBoard
|
2016-03-03 14:07:44 +01:00 |
|
Tobias Dahl
|
1deb506fb2
|
Merge pull request #145 from teamfisk/Shadows
Shadows
|
2016-03-03 14:06:48 +01:00 |
|
Jocke
|
ae3cab6cd1
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
|
2016-03-03 13:31:43 +01:00 |
|
Jocke
|
a9b19d9af1
|
Packet write now only warns when a a packet is huge
|
2016-03-03 13:29:45 +01:00 |
|
Tleety
|
96bc5db7bb
|
Merge commit '0e8b97dbbade6bb39c6f2b8af6c1cfc43ce67cde' into ScoreBoard
# Conflicts:
# resources/Schema/Entities/Player.xml
# src/Game/Game.cpp
|
2016-03-03 13:22:28 +01:00 |
|
Jocke
|
cb7beae28c
|
Only do physics and collision calculations on the clients side, and only for their own entity.
|
2016-03-03 11:39:00 +01:00 |
|
Tleety
|
ff6e2167d4
|
Some new events and changes to ScoreSystem
|
2016-03-03 11:25:06 +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 |
|
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 |
|
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 |
|
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
|
3ef15dcb81
|
EntityFile now releases EntityXMLFile after processing.
|
2016-03-02 20:01:18 +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
|
618e96da90
|
"Fixed" this crash in debug. The attachment vector is sometimes empty! @Tleety
|
2016-03-02 19:49:54 +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 |
|
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 |
|
stiffly
|
267c007291
|
Removed unnecessary comments, variables and functions.
|
2016-03-02 17:39:27 +01:00 |
|
William Moberg
|
53c520123a
|
Uncommented code.
|
2016-03-02 17:06:53 +01:00 |
|
stiffly
|
92d5ec70ba
|
Merge remote-tracking branch 'origin/master' into DashAbiltyEffect
|
2016-03-02 16:57:07 +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
|
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 |
|
FakeShemp
|
5a6374f013
|
Fix the remainder of errors. Might have borked splatmap in the process.
|
2016-03-02 10:57:22 +01:00 |
|
Teejoon
|
ef66f3ebe5
|
Transparancy with shild fix
|
2016-03-01 23:14:23 +01:00 |
|
FakeShemp
|
1ae2f3f5f3
|
Begin clean-up
|
2016-03-01 19:10:13 +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 |
|
William Moberg
|
a9762f44ca
|
Merge branch 'master' into Respawning
|
2016-03-01 17:34:23 +01:00 |
|
William Moberg
|
5c6a652316
|
Fixed so unregistered components are ignored instead of crashing the game.
|
2016-03-01 15:53:59 +01:00 |
|
Jocke
|
6d68486c05
|
Merge remote-tracking branch 'origin/master' into FixNetworkBugs
|
2016-03-01 15:07:06 +01:00 |
|
Jace
|
c60e1ba7e4
|
Merge pull request #144 from teamfisk/RenderSetingsV2
Render settings
|
2016-03-01 13:49:38 +01:00 |
|
Tobias Dahl
|
63d205f56a
|
Merge pull request #146 from teamfisk/EditorKeyboardFix
Fixed editor keyboard shortcuts getting mixed up with GUI input actions
|
2016-03-01 13:46:01 +01:00 |
|
Jace
|
36f6ade87a
|
Fixed editor keyboard shortcuts getting mixed up with GUI input actions
|
2016-03-01 13:38:51 +01:00 |
|