Pontus Fransson
7c417dd223
Merge
2013-11-21 13:46:25 +01:00
Tobias Grundel
f08e9491ed
ObjReader
2013-11-21 13:45:11 +01:00
Pontus Fransson
87e1cf0436
Added Message base class
...
Packing functions,
MessageHeader; MessageTest,
2013-11-21 13:42:38 +01:00
Sam Mario Svensson
f77efb107d
Implemented Translator
...
also fixed some coding standards with namespaces in client, connection,
listener, server.
added protocols with enums for packagetype.
2013-11-21 13:40:52 +01:00
Tobias Grundel
ddbc808977
Re-fixed ObjReader
2013-11-21 12:47:47 +01:00
Dander7BD
938826b84e
Forgot to test compile RigidBody
...
Compile Errors is fixed
2013-11-21 11:47:20 +01:00
Dander7BD
f51d2312dd
RigidBody DONE
...
Needs only testing for confirmations
2013-11-21 11:39:11 +01:00
lanariel
a94429fd9d
Fixed Unresolved Externals from Hiarchy Flattening
2013-11-21 10:02:17 +01:00
lanariel
dc9c448150
Fix compile Errors
2013-11-21 09:43:53 +01:00
Dander7BD
d90074d909
Minor changes
...
Some argument renaming and changed a few RigidBody functions, in respect
to the change in the Box struct
2013-11-20 17:40:12 +01:00
Dander7BD
8dee300dc8
Merge remote-tracking branch 'origin/Physics' into RigidBody
2013-11-20 17:01:12 +01:00
Dander7BD
baec4b0392
Box updated
...
orientation Matrix have been split into a rotation Matrix and a
translation Vector
2013-11-20 16:59:12 +01:00
lanariel
16be725743
Project Include Model
2013-11-20 16:55:13 +01:00
lanariel
adfec528bf
Fixing Render Namespace, See, todo in Resources.cpp
2013-11-20 16:51:53 +01:00
Robin Engman
da6eda2a8c
Commented non-functional features.
2013-11-20 13:48:54 +01:00
Dander7BD
687fb6835a
TangentialImpulseAcceleration
...
fixed selfexplanatory documentation
2013-11-20 11:58:27 +01:00
Robin Engman
80301ae02e
Robin's fix part of RigidBody.cpp DONE
2013-11-20 11:48:54 +01:00
Dander7BD
2149ca8ab5
Dans fix part of RigidBody.cpp DONE
2013-11-20 11:44:54 +01:00
Dander7BD
e41d16cc03
Task assignment in RigidBody.cpp
2013-11-20 11:36:17 +01:00
Dander7BD
b8d0a106b3
Physics branch disaster Patch
...
critical changes in Sprint1 branch caused major problems for the physics
patch. Files had to be backed up, Physics branch destroyed along with
it's log data. So that a new Physics branch could be made from the new
Sprint1. This patch is those copied files put back into the new physics
branch. .. logdata and 3hours lost (1h/person)
2013-11-20 11:09:27 +01:00
lanariel
3512121f52
Merge branch 'Graphics' of https://github.com/dean11/Danbias into Graphics
...
Conflicts:
Code/OysterGraphics/OysterGraphics.vcxproj
Debug/Tester.ilk
Debug/Tester.pdb
OysterGraphics/Core/ShaderManager.cpp
OysterGraphics/OysterGraphics.vcxproj.filters
Tester/Debug/CL.read.1.tlog
Tester/Debug/CL.write.1.tlog
Tester/Debug/cl.command.1.tlog
Tester/Debug/link.command.1.tlog
Tester/Debug/link.read.1.tlog
Tester/Debug/link.write.1.tlog
Tester/Tester.vcxproj
2013-11-20 10:35:00 +01:00
Pontus Fransson
5bcc285141
Sending empty strings, prints messages on server
2013-11-20 10:34:05 +01:00
lanariel
425a838f31
Core Update
2013-11-20 10:22:01 +01:00
Sam Mario Svensson
58efe7fdd3
getline fix in chat program
2013-11-19 14:59:00 +01:00
Pontus Fransson
816dced937
Chat test server
2013-11-19 14:24:38 +01:00
Sam Mario Svensson
1df11becf7
chat test with server
...
created simple chat program for the client to be able to chat between
client through a server
2013-11-19 14:18:34 +01:00
Pontus Fransson
ac75e178ce
Sending a message from server to client (done and done)
2013-11-19 13:42:50 +01:00
Tobias Grundel
86aac0c72a
Link error fixed and ObjReader
2013-11-19 13:30:46 +01:00
Sam Mario Svensson
adcef51227
third time is the charm
...
fixed send and recieve functions in IConnection
2013-11-19 12:55:54 +01:00
Sam Mario Svensson
89ce3dd0d1
Fixed IConnection and Connection
2013-11-19 12:41:58 +01:00
Sam Mario Svensson
56c32fcbc3
Iconnection interface
2013-11-19 12:38:13 +01:00
Sam Mario Svensson
12d72b8b6e
Merge branch 'Network' of https://github.com/dean11/Danbias into Network
2013-11-19 09:49:02 +01:00
Sam Mario Svensson
b2710737c6
Signed-off-by: Sam Mario Svensson <sammario.svensson@gmail.com>
2013-11-19 09:47:58 +01:00
Pontus Fransson
c04593b575
Changed name on main files on server and client
2013-11-19 09:34:24 +01:00
Pontus Fransson
1022b15ea2
Removed stuff from project files
2013-11-18 16:47:57 +01:00
Pontus Fransson
32348f4cc2
Removed old stuff, and added main files for all projects
2013-11-18 16:34:50 +01:00
dean11
c9e6bbf899
Forgot to update git ignore x)
2013-11-18 15:44:46 +01:00
dean11
33e7afabcd
Restructured folders to give a flexible solution for dependencies and added to ignore list
2013-11-18 15:41:09 +01:00
lanariel
a628d8a488
Merge branch 'master' of https://github.com/dean11/Danbias into Graphics
2013-11-18 14:18:25 +01:00
Dander7BD
7275b52609
Preliminary Rigidbody
...
Absolutly not done, but it compiles
2013-11-18 14:06:27 +01:00
Dander7BD
d4b4973d3f
GameLogic Properties edited
...
Now they will be properly linked to Physics, and everything else Physics
depends on
2013-11-18 14:06:22 +01:00
Dander7BD
74aee284f9
PhysicsAPI created
2013-11-18 14:06:17 +01:00
lanariel
ab70bed60b
Shader main Rename
2013-11-15 11:05:19 +01:00
lanariel
ed3ad9fef3
GraphicTestTri
2013-11-15 08:41:11 +01:00
Dander7BD
19522d8ff6
References in solution adjusted
...
All references to ::Utility::Memory changed to ::Utility::DynamicMemory
2013-11-13 14:50:08 +01:00
Dander7BD
893e6427a5
UniquePointer and UniqeArray ready to use
...
All compile errors fixed.
Tested against Visual Leak detector. No leak detected!
2013-11-13 14:48:24 +01:00
Dander7BD
fa43650439
Forgot to #include the inline implementation file For Utilities
2013-11-13 13:56:25 +01:00
Dander7BD
ac1fb8bab9
UniquePointer and UniqueArray
...
UniquePointer - removed hazardous members.
UniqueArray - added
All Documented
2013-11-13 12:07:21 +01:00
lanariel
d9bc8ce640
Moved to Graphics Test Environment
2013-11-13 10:27:37 +01:00
Dander7BD
55879138c4
Big Patch
...
Tons of stuff like fixing Pär's linking errors
2013-11-12 12:33:52 +01:00