Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-15Corrected a comment typo.Stijn Buys
2012-12-16dded <cassert> include where required.Stijn Buys
2012-11-25Enable collision detection on projectiles.Stijn Buys
2012-11-21Accomodate bullet 2.81 API change.Stijn Buys
2012-10-10Provided bullet physics collision callback methods.Stijn Buys
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-05Initial support for btCompoundShape and the infrastructure required to ↵Stijn Buys
accomodate multiple meshes per collision model, added prototype files for signals
2011-02-04Made time(), timestamp() and related methods non-virtual, corrects a crash whenStijn Buys
the dedicated server quits.
2011-01-21Support structures for complex entity collision,Stijn Buys
renamed sv_arrysize cvar to mem_vertex.
2010-10-18added newline at end-of-fileStijn Buys
2010-10-17core bullet physics support,Stijn Buys
initial vstrafe support