0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
templatized temporal location, fixed templated function syntax
danielrh
as Daniel Reiter Horn
More... over 16 years ago
added a temporal location class used in predictions, past and future
danielrh
as Daniel Reiter Horn
More... over 16 years ago
more explicit on float32 vs float64
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Added Location (position+orientation+speed) class
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
More... over 16 years ago
reversed a few tests and checked a few etrutn values
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Added a routing mechanism to the code
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
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
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Modified all std::cerr to SILOG(<module>, error,...) and all std::cout to SILOG(<module>, debug,...)
danielrh
as Daniel Reiter Horn
More... over 16 years ago