Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-10Added 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.
2011-02-04Made time(), timestamp() and related methods non-virtual, corrects a crash whenStijn Buys
the dedicated server quits.
2010-09-22full trading support for networked gamesStijn Buys
2010-09-17Bump network protocol version to 19, menudescriptions use the info ↵Stijn Buys
infrastructure, client-side lazy info update requests. Updated ROADMAP
2009-11-15added core::Info id, changed network info message, updated entity network ↵Stijn Buys
message to include the info id
2009-11-13added core::InfoType, refactored game::ShipModel as core::Info subclass, ↵Stijn Buys
introduced core::Label
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-07-07virtual functions cleanupStijn Buys
2009-04-15added info registry, list_infoStijn Buys
added network info transfer added info based buy menu and related game changes
2008-11-08adds rcon, rconpassword and sv_passwordStijn Buys
2008-10-16various user interface related updatesStijn Buys
2008-10-10adds KeyPress, DevInfo and Stats widgetsStijn Buys
2008-09-29adds introduction screen to the clientStijn Buys
2008-09-27mission targets, texture unloading, private messagesStijn Buys
2008-07-05ncurses updates, refactored sayStijn Buys
2008-02-21dedicated server, entity transferStijn Buys
2008-02-19client-to-server connectionStijn Buys