0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed "Hello World" example in the TNL docs to reflect RPC changes. More... almost 19 years ago
Updated release build project settings for VC7 to properly compile new libtomcrypt More... almost 19 years ago
Zeroed out port in unix version of getInterfaceAddresses Fixed BitStream overwrite issue Checked parameters on setFixedRateParams on NetConnection More... almost 19 years ago
Virtualized addConnection and removeConnection on NetInterface bind() failure now creates an invalid socket More... almost 19 years ago
Fixed Zap dedicated server crash when MOTD arrives Symmetric cipher can be created from any size byte buffer (not all zeroes if size isn't exactly right) Arranged NetConnection can now use the arranged secret data as the shared secret data for encryption purposes More... almost 19 years ago
Added a packet fill fraction for EventConnection -- so that events can be set to only take up some fixed fraction of each packet, so as to not starve the ghosting More... almost 19 years ago
Updated TNL to build with new libtomcrypt Added number in range checking on BitStream::readRangedU32 More... almost 19 years ago
Added linux makefile More... almost 19 years ago
Updated to libtomcrypt 1.0.2 Not tested on linux or OS X More... almost 19 years ago
Updated method dispatch functors so that classes with multiple inheritance can still use the RPC system Added IBM POWER architectiure PPC switch in tnlTypes More... about 19 years ago
Fixed va_list parameter issue for dVsprintf More... about 19 years ago
FIxed mac crash on click issue More... about 19 years ago
Integrated mac fixes More... about 19 years ago
Fixed quotes in libtomcrypt includes More... about 19 years ago
Fixed Vector template compile on GCC 3.4.2 Updated dox generator More... about 19 years ago
Added tnlping utility to check whether a TNL program is up on a remote address More... about 19 years ago
Updated some class derivations to make the class hierarchy prettier in Doxygen More... about 19 years ago
Updated documentation version More... about 19 years ago
Updated linux master makefile and made Zap build on linux More... about 19 years ago
Updated linux openal library More... about 19 years ago
Added updated documentation for the new RPC functionality Updated NetEvent documentation Upped version number More... about 19 years ago
The Zap example now properly compiles and executes using the new RPC funcionality More... about 19 years ago
Updated for gcc compile of new template code More... about 19 years ago
Added template-based RPC marshalling Updated master, masterclient and test projects to use new RPC format Removed VC6 projects due to template incompatibility More... about 19 years ago
Updated TNL with fixes from commercial version of Zap, including: Added thread-related classes - Semaphore, Mutex, ThreadStorage, Thread, ThreadQueue Added Base16 encoding and decoding to the ByteBuffer class Added MD5 hash sum computation to the ByteBuffer class Fixed NetEvent class count bug on EventConnection startup Fixed NetEvent post fail when not connected bug Added a quicker ping/ack on an adaptive connection if it has unacked sent packets Added an isLocal flag to the connection parameters for local connections Added a RefPtr<> to hang onto a connection before dispatching a packet to it in order to prevent a crash when a packet causes a disconnect Fixed net string table bug on lookup where the lookup string is longer than the lookup length Added saved hashes to improve performance of net string table Fixed NULL free list entry string table bug Fixed string not removed from hash table bug Fixed endian bug in symmetric cipher counter initialization Added double precision float capability to RPC calls Fixed vector writing bug in RPC code on PPC Made RPC call marshalling thread safe Added support for TCP socket addresses Added support for TCP streams send and recv More... about 19 years ago
Updated more levels to have filled in areas More... over 19 years ago
Added disappear timer to loadout and chat menus Lightened the internal color of barriers More... over 19 years ago
Fixed bugs with barrier width display in editor More... over 19 years ago
Added editor code to display the width of barriers More... over 19 years ago
Added width field to barriers for variable-width barriers More... over 19 years ago