Project::OSiRiON - Git repositories
News
.
About
.
Screenshots
.
Downloads
.
Forum
.
Wiki
.
Tracker
.
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
netclient.cc
Age
Commit message (
Collapse
)
Author
2011-07-09
Cleanup of the messaging interface.
Stijn Buys
2011-02-10
Added a local chat channel. The say command defaults to zone chat, global ↵
Stijn Buys
messages can be send with the shout command. Removed NonSolid flag fro race objects, have race use the local chat channel. Updated to network protocol version 22. Updated developer documentation.
2009-08-18
astyle cleanup, corrects not loading of material textures
Stijn Buys
2008-11-09
docking menus
Stijn Buys
2008-11-08
moved message functions into Player class
Stijn Buys
2008-08-23
fixes for gcc 4.3.1, added g_devel
Stijn Buys
2008-07-25
minor cleanups
Stijn Buys
2008-07-16
network protocol cleanup, radar test (doesn't work)
Stijn Buys
2008-05-31
fixes zlib compression, infi file parser updates
Stijn Buys
2008-05-31
fix zlib type issues on 32-bit systems
Stijn Buys
2008-05-30
zlib support
Stijn Buys
2008-05-05
lights with entity color, sunlight, network stats
Stijn Buys
2008-05-01
lights
Stijn Buys
2008-03-23
improved network connection handling, keep alive and time out
Stijn Buys
2008-03-21
single server socket
Stijn Buys
2008-03-21
minor updates
Stijn Buys
2008-03-21
switched to UDP networking
Stijn Buys
2008-03-16
somewhat smoother network play, player assets, client pif updates
Stijn Buys
2008-03-16
accumulate client sends in the gameserver, transmit bufffer at the end of ↵
Stijn Buys
the server frame
2008-02-18
core redesign, part II
Stijn Buys
2008-02-17
major rewrite of Cvar, Func and Entity
Stijn Buys
2008-02-16
initial client-to-server connection
Stijn Buys
2008-02-14
dedicated server accepts incoming connections
Stijn Buys