Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-04Corrected a compiler warning when buildling without ncurses, reported by mega.Stijn Buys
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
automake syntax updates, starsystem roadmap updates.
2012-11-18Corrected dedicated server log timestamp issues.Stijn Buys
2012-11-18Log dedicated server console messages to server.log,Stijn Buys
print version number and command line to console on startup.
2012-10-10Use KiB in the dedicated server network statistics.Stijn Buys
2011-07-22Make the windows build happy again.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-05-09Refactored the sys::localtime routines.Stijn Buys
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-02-16Align the clock on the dedicated serer console with the console timestamps,Stijn Buys
improved uptime format.
2011-02-09added sv_collisionmargin Cvar and applied the value to mesh collisions,Stijn Buys
added seconds parameter to sys::get_datetime(), added con_timestamps Cvar, enabled console timestamps on the dedicated server by default.
2011-02-04Made time(), timestamp() and related methods non-virtual, corrects a crash whenStijn Buys
the dedicated server quits.
2010-11-16cleaned up autoconf/automake project files, this should solve build order ↵Stijn Buys
and dependency issues
2009-11-15added core::Info id, changed network info message, updated entity network ↵Stijn Buys
message to include the info id
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-02-24Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages,Stijn Buys
added g_collision cflag to facillitate future development, added ShowOnMap entity flag
2009-01-25fix dedicated server chat messagesStijn Buys
2009-01-25header sanitizingStijn Buys
2008-11-29curses tweaksStijn Buys
2008-11-29updated dedicated server curses consoleStijn Buys
2008-11-12update ncurses console on new messagesStijn Buys
2008-11-11cleanupsStijn Buys
2008-11-08finalized renaming from server namespace to dedicatedStijn Buys
2008-11-08renamed server.h to dedicated.hStijn Buys
2008-11-08renamed server.cc to dedicated.hStijn Buys
2008-11-08renaming server namespace to dedicatedStijn Buys