templatized temporal location, fixed templated function syntax |
|
More...
|
over 16 years ago
|
added a temporal location class used in predictions, past and future |
|
More...
|
over 16 years ago
|
more explicit on float32 vs float64 |
|
More...
|
over 16 years ago
|
Added Location (position+orientation+speed) class |
|
More...
|
over 16 years ago
|
Merge branch 'master' of [email protected]:sirikata/sirikata |
|
More...
|
over 16 years ago
|
Add Time to SendQueue::service(). |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Have Server give active Objects tick events. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
start count at 1 |
|
More...
|
over 16 years ago
|
reversed a few tests and checked a few etrutn values |
|
More...
|
over 16 years ago
|
Added a routing mechanism to the code |
|
More...
|
over 16 years ago
|
Fix object to object routing to use the correct destination server, make the interface simpler by assuming all of these types of messages will inherit from ObjectToObjectMessage. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Add code to Server to deliver decoded messages, methods to Object to handle them. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Add a couple of missing include guards. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Check for locally installed ogre |
|
More...
|
over 16 years ago
|
Add SubscriptionMessage class. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Add ObjectToObjectMessage class which handles the common point to point message case. Change LocationMessage to use it as a base class. This will mainly just save on some manual serialization work. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Make source and destination servers a different layer around messages. Hide all the details of this server to server routing information inside the Server class so Messages can be constructed without the sending object requiring any server layout/object-server mapping information. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Add basic routing interface to Server, add code to send Proximity and Location messages. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Merge branch 'master' of [email protected]:sirikata/sirikata |
|
More...
|
over 16 years ago
|
Fixed up test program to wait for data to actually make it to the device before exiting. Made printouts more specific and retry more often if a first attempt failed |
|
More...
|
over 16 years ago
|
Boilerplate Scripts to (optionally) detect ogre and print out its location. These will become required to build future ogre-specific modules, but for now this is just so we can test things on all the platforms |
|
More...
|
over 16 years ago
|
Bytes seem to cross the network--test doesn't quite pass, but I think it's due to test problem rather than code problem---so it should be usable--- first I eat dinner, then I look at making the test pass |
|
More...
|
over 16 years ago
|
Add Message class and a few subclasses. We're handling serialization manually since, for these tests, we only expect a small number of message types. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
rearchitected RakNet code to use a single thread and a single raknet socket class |
|
More...
|
over 16 years ago
|
Make proximity query radius come from the ObjectFactory. This will allow consistency across servers and gives us a place to feed the information in. |
ewencp
as Ewen Cheslack-Postava
|
More...
|
over 16 years ago
|
Added POST form uploads, working on ProtocolRegistry API |
|
More...
|
over 16 years ago
|
Added UploadHandler and a simple HTTP-REST uploader. |
|
More...
|
over 16 years ago
|
Merge branch 'master' of [email protected]:sirikata/sirikata |
|
More...
|
over 16 years ago
|
title comments |
|
More...
|
over 16 years ago
|
Modified all std::cerr to SILOG(<module>, error,...) and all std::cout to SILOG(<module>, debug,...) |
|
More...
|
over 16 years ago
|