stiffly
|
976033c2f6
|
Added events: PlayBackgroundMusic, SetBGMGain, SetSFXGain. Added some editor specific code.
|
2016-01-12 14:03:00 +01:00 |
|
stiffly
|
f80ad1377b
|
Making use of Doppler effect. Added a bunch of events: Pause, stop, continue, variations of play.
|
2016-01-11 17:52:27 +01:00 |
|
stiffly
|
3cce9f8075
|
Using absolute transform
|
2016-01-08 15:29:20 +01:00 |
|
stiffly
|
da6e50dc7e
|
Correct orientation. Need to clean this up.
|
2016-01-07 17:04:43 +01:00 |
|
stiffly
|
2838446072
|
In lack of camera entity I created a Listener cube to test 3D sound. Works fine. Updates listener pos each tick.
|
2016-01-07 16:03:33 +01:00 |
|
stiffly
|
d8c4c6e5ff
|
Created a primitive SoundSystem. Can play a sound with 'P' button. Using resourcemanager. Not using the created components yet.
|
2016-01-07 15:22:46 +01:00 |
|
Jace
|
49884d7e60
|
Fix for crash when unsubscription during event processing (untested)
|
2016-01-06 13:47:02 +01:00 |
|
Jace
|
34cbbb3eb1
|
Fixed exit crash(es)
|
2016-01-06 11:20:16 +01:00 |
|
Viktor Ljung
|
c133223bac
|
Merge pull request #19 from teamfisk/Networking
Networking
|
2015-12-18 14:54:11 +01:00 |
|
stiffly
|
a550b6077e
|
Re-enabled InputCommand debugging info in console
|
2015-12-18 14:25:55 +01:00 |
|
stiffly
|
00bc55370d
|
Added error check in Collision.cpp
|
2015-12-18 14:19:28 +01:00 |
|
stiffly
|
330f08b926
|
Merge remote-tracking branch 'origin/master' into Networking
# Conflicts:
# include/Game/PlayerSystem.h
# src/Game/Game.cpp
# src/Game/PlayerSystem.cpp
|
2015-12-18 14:18:53 +01:00 |
|
stiffly
|
a0255f1b31
|
Now uses config file to determine if client or server should be started.
|
2015-12-18 13:34:21 +01:00 |
|
stiffly
|
a858dab8b6
|
Network not longer threaded
|
2015-12-18 12:00:14 +01:00 |
|
Jace
|
7dcd75fccc
|
Merge pull request #18 from teamfisk/OctTree
CollisionSystem, TriggerSystem and Octree
|
2015-12-18 11:42:44 +01:00 |
|
stiffly
|
6d649e4d35
|
Merge remote-tracking branch 'origin/Networking' into Networking
# Conflicts:
# src/Engine/Network/Client.cpp
|
2015-12-18 11:26:48 +01:00 |
|
stiffly
|
5c1a93021b
|
Client now reads address and port from config file. Default address is set to local host.
|
2015-12-18 11:22:13 +01:00 |
|
Jocke
|
ad43cc44c3
|
Merge remote-tracking branch 'origin/Networking' into Networking
|
2015-12-18 11:03:21 +01:00 |
|
Jocke
|
002e1d8c5a
|
Removed magic number from Packet constructor in Packet.cpp.
|
2015-12-18 10:52:46 +01:00 |
|
Jocke
|
30db0b10fd
|
Removed NetworkDefinitions.h and moved #define MAXCONNECTIONS 8
#define INPUTSIZE 128 to Network.h.
|
2015-12-18 10:36:14 +01:00 |
|
Jocke
|
97f8be1915
|
Made Network.h's Start() and Update pure virtual and removed cpp.
Removed unnecessary code from NetworkDefinitions.h.
Renamed sizeOfPackage to sizeOfPacket in Packet.cpp.
|
2015-12-18 10:21:56 +01:00 |
|
Jocke
|
0eb51a0fea
|
Merge remote-tracking branch 'origin/Networking' into Networking
# Conflicts:
# include/Engine/Network/Packet.h
# src/Engine/Network/Packet.cpp
|
2015-12-18 10:16:31 +01:00 |
|
stiffly
|
0b714e593f
|
Removed WinLeakCheck. Minor variable name changes. removed IsWASDKeyDown struct
|
2015-12-17 17:56:15 +01:00 |
|
William Moberg
|
5e0fe975f3
|
Small error handling check.
|
2015-12-17 17:48:00 +01:00 |
|
Jocke
|
db5b6ad519
|
Added more error code to Packet class
|
2015-12-17 17:32:49 +01:00 |
|
William Moberg
|
a26c8f2a24
|
Merge branch 'master' into OctTree
|
2015-12-17 17:30:44 +01:00 |
|
stiffly
|
076030a252
|
Fixes, mostly name changes
|
2015-12-17 17:28:43 +01:00 |
|
William Moberg
|
0f59b863ee
|
Renamed IF_DEBUG_IS to DEBUG_IF, slightly different behavior and added some safety checking for auto creating AABBs from models.
|
2015-12-17 17:08:47 +01:00 |
|
Adam Byléhn
|
d0927373a3
|
Merge pull request #20 from teamfisk/Editor
More usable editor
|
2015-12-17 16:51:59 +01:00 |
|
William Moberg
|
46ae2d39af
|
Merge branch 'master' into OctTree
# Conflicts:
# src/Game/Game.cpp
|
2015-12-17 16:44:01 +01:00 |
|
Jace
|
e9128efd13
|
Translation widget planes
|
2015-12-17 15:30:43 +01:00 |
|
Jace
|
00f6056f7c
|
Uniform scaling when dragging scaling widget origin
|
2015-12-17 15:30:43 +01:00 |
|
Jace
|
a655f0bae5
|
Drag-and-drop asset picking and base work for showing component field tooltips in the editor
|
2015-12-17 15:30:43 +01:00 |
|
Jace
|
cf6dde6c09
|
Boost dependency updated to version 1.60!
|
2015-12-17 15:30:43 +01:00 |
|
Jace
|
c1b9404e52
|
Created a FileDropped event for when a file is dropped onto the client by the OS
|
2015-12-17 15:30:43 +01:00 |
|
Jace
|
8000654005
|
Model loading now fetches material opacity value properly
|
2015-12-17 15:28:05 +01:00 |
|
stiffly
|
000adb198f
|
Reset RenderQueueFactory.cpp to original state
|
2015-12-17 14:36:36 +01:00 |
|
stiffly
|
51a2da9cc0
|
Removed old Event that is not used
|
2015-12-17 14:28:17 +01:00 |
|
stiffly
|
0f0a1ceca7
|
No more fake packet loss
|
2015-12-17 14:22:31 +01:00 |
|
stiffly
|
50822d09fc
|
Merge remote-tracking branch 'origin/master' into Networking
# Conflicts:
# src/Game/Game.cpp
|
2015-12-17 14:10:02 +01:00 |
|
William Moberg
|
3e2ffdb85b
|
Fixed comment on Trigger events.
|
2015-12-17 13:48:35 +01:00 |
|
William Moberg
|
5160a45b44
|
Made Ray into a class with checks so the direction will always be normalized.
|
2015-12-17 13:41:34 +01:00 |
|
William Moberg
|
03d5f0dd67
|
Added an macro IF_DEBUG_IS(x) that executes if run in debug mode, AABB has a check so max and min corners are set properly in debug mode.
|
2015-12-17 13:31:54 +01:00 |
|
stiffly
|
4bb4e29515
|
More cleaning code
|
2015-12-17 13:23:15 +01:00 |
|
stiffly
|
a6a08f48bb
|
Merge remote-tracking branch 'origin/Networking' into Networking
# Conflicts:
# include/Engine/Network/Client.h
# src/Engine/Network/Client.cpp
|
2015-12-17 11:24:34 +01:00 |
|
stiffly
|
ba831f8a3c
|
WIP Cleaning
|
2015-12-17 10:59:55 +01:00 |
|
Tobias Dahl
|
1a9b765d47
|
Merge pull request #17 from teamfisk/Editor
Kinda usable editor
|
2015-12-17 10:59:08 +01:00 |
|
Jace
|
c8460e0a6c
|
It's no use
|
2015-12-17 10:55:54 +01:00 |
|
stiffly
|
4c29e071af
|
Cleaned code
|
2015-12-17 10:47:08 +01:00 |
|
Jace
|
b87f559291
|
Updated default configs with editor stuff
|
2015-12-17 10:46:49 +01:00 |
|