Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-07Implemented messageboxes and the ability for the game module to send them to ↵Stijn Buys
remote clients, send a messagebox if the player's ship is destroyed, this fixes having to press the respawn button twice. added messageboxes on network connection failures.
2012-01-07Renamed the 'load' function to 'module'Stijn Buys
2011-07-09Cleanup of the messaging interface.Stijn Buys
2011-05-31Removed a forced recalculateLocalAabb for compound shapes, Stijn Buys
semi-colon in chat messages doesn't truncate the chat text any more, changed chat prompt to "Command:" if the first character is a slash, small misc cleanups
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
corrected a number of timing bugs, improved client framerate stability.
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.
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-01-25header sanitizingStijn Buys
2009-01-25bump network protocol version to 15,Stijn Buys
fix player level initialization, exchange player list, credits, level, ping
2009-01-11initial loader frameStijn Buys
2008-11-23clean module consturction/destructionStijn Buys
2008-11-15entity extensionsStijn Buys
2008-11-08adds rcon, rconpassword and sv_passwordStijn Buys
2008-11-08docking, bumps network protocol versionStijn Buys
2008-10-19on-screen notificationsStijn Buys
2008-10-16various user interface related updatesStijn Buys
2008-10-11zonechange events, menu previous commandStijn Buys
2008-10-07working button clickStijn Buys
2008-09-29adds introduction screen to the clientStijn Buys
2008-09-27mission targets, texture unloading, private messagesStijn Buys
2008-08-04network protocol version 5, netserver per-client updates, zone change protocolStijn Buys
2008-07-21load autoexec.cfgStijn Buys
2008-07-17engine soundsStijn Buys
2008-05-18OpenAL supportStijn Buys
2008-05-14console, camera & interpolationStijn Buys
2008-04-09parse command line argumentsStijn Buys
2008-02-22save and load configuration implementedStijn Buys
2008-02-18core redesign, part IIStijn Buys
2008-02-17major rewrite of Cvar, Func and EntityStijn Buys
2008-02-16code cleanupStijn Buys
2008-02-16initial client-to-server connectionStijn Buys
2008-02-14dedicated server accepts incoming connectionsStijn Buys
2008-02-13camera Overview as spectator only, join worksStijn Buys
2008-02-09more entitiesStijn Buys
2008-02-09entities, step 1Stijn Buys
2008-02-05renamed ApplicationInterface to ApplicationStijn Buys