0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made ProtocolRegistry<ProtoHandler> own ServiceLookup. This makes no sense--there should be a third templated class that owns both ServiceLookup and ProtocolRegistry. More... over 16 years ago
Fix compile problem due to comma differences between debug and release versions.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Resolved conflict with new Options abilities and fixed printouts of Vector3
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Replace more constants with options.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add input operators for Vectors.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add the basic framework for options.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Fix type on OptionSet parse parameter and add default value to referenceOption result pointer.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Change the InitializeOptions class to just string addOption calls together instead of using varargs.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Added a new logging mechanism that has various levels within and modules which each may have a level set. Also added per-class options with a context specifier (usually a this pointer) for those options which are not singletons
danielrh
as Daniel Reiter Horn
More... over 16 years ago
First test of Raknet specified by -test server or -test client and omg raknet makes a new thread for each RakPeerInterface--I guess I have to rethink my abstraction here and figure out how to multiplex things over one.
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Add per tick work in server, currently updating object locations, evaluating proximity for updates, and a placeholder for performing object migrations.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
simple raknet implementation now should detect connection-lost streams and disconnect them instaed of leaving them around
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Add constants to Vector classes so we can generate templatized methods that loop over the vector elements.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Change ObjectServerMap to ServerMap and add a position based lookup to it.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add ObjectFactory and ObjectServerMap to Server constructor.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add ObjectServerMap base class which lets you get the server currently hosting an object. Add UniformObjectServerMap which implements this interface where the servers are fixed in a uniform grid.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add a couple of typedefs for integer vector types.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add a currentPosition method to LocationService which will give the position at the last tick handled by the LocationService.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Fixed VC9 compile errors specifically with respect to mixing and matching TR1 and boost implementations
danielrh
as Daniel Reiter Horn
More... over 16 years ago
rename of TCPStreamBuilder to ASIOStreamBuilder (with TCPStreamListener the user frontend for all the ASIO stuff it uses)
danielrh
as Daniel Reiter Horn
More... over 16 years ago
renaming StreamBuilder to TCPStreamBuilder
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Renamed TCPReadBuffer to ASIOReadBuffer
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Fixed lack of semaphore unlock when multiple threads send at the same time. Added a large swath of documentation to the SstTest library.
danielrh
as Daniel Reiter Horn
More... over 16 years ago
a network implementation--a little rough around the edges
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Make OracleLocationService initialize itself using an ObjectFactory. Setup the basic components of the simulation in main.cpp, but don't perform any actually simulation yet.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add ObjectFactory for generating motion paths and instantiating and destroying local objects.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add LocationService interface and OracleLocationService that implements it using known MotionPaths. Add LocationService and Proximity to Server initialization.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add missing initialization for Object.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Add initial() method to MotionPath and its implementations.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
* Add infrastructure for Objects, Servers. * Add MotionPath base class which will define object movements. * Add RandomMotionPath implementation of MotionPath which can be used for testing. Obviously this will not be consistent across servers, so it should not be used for real tests. * Added some missing comparison operators to Time.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago