Age | Commit message (Expand) | Author |
2011-05-06 | Support for func_rotate and func_move collision meshes. | Stijn Buys |
2011-05-06 | Import submodel clip | Stijn Buys |
2011-05-06 | Always use a btCompoundShape for complex collision, | Stijn Buys |
2011-05-05 | Initial support for btCompoundShape and the infrastructure required to accomo... | Stijn Buys |
2011-04-17 | Initial Ogg Vorbis sounds effect support. | Stijn Buys |
2011-04-16 | Reference the new wavfile header. | Stijn Buys |
2011-04-16 | Renamed audio/wav to audio/wavfile to be consistent with the other file readers. | Stijn Buys |
2011-04-16 | Skip WAV file metadata (original patch by Thorn) | Stijn Buys |
2011-03-31 | Switched osirion.exe and osiriond.exe icons, minor corrections to the documen... | Stijn Buys |
2011-03-30 | Corrected func_move submodel instancing. | Stijn Buys |
2011-03-30 | Grayed out trade items that are currently not available from a trader. | Stijn Buys |
2011-03-30 | Have ui::ListItem respect the disabled() state. | Stijn Buys |
2011-03-30 | Corrected a segfault in Jumpgate::validate() if it had an invalid destination. | Stijn Buys |
2011-03-27 | Corrected rotating fragmentgroups imported from submodels. | Stijn Buys |
2011-03-27 | Corrected the axis for rotated fragmentgroups of rotated sub-models. | Stijn Buys |
2011-03-24 | Corrected position for light, flares and other entities imported through subm... | Stijn Buys |
2011-03-24 | Corrected rotated submodel locations. | Stijn Buys |
2011-03-13 | Corrected texture coordinates of the built-in sphere model. | Stijn Buys |
2011-03-08 | Removed mouse control deadzone in the center of the screen. | Stijn Buys |
2011-03-08 | Restore previous thruster setting when dropping out of impulse speed. | Stijn Buys |
2011-03-08 | Replaced the func_impulse if-soup with a nice switch() block. | Stijn Buys |
2011-02-24 | Applied Thorn's unknown spelling purification patch. | Stijn Buys |
2011-02-22 | Removed #include of itself, thanks to Thorn | Stijn Buys |
2011-02-22 | Corrected the double-include protection #define. | Stijn Buys |
2011-02-17 | Removed SDL exception for MacOS from configure, | Stijn Buys |
2011-02-16 | Print player name and id to the console when a network client connects. | Stijn Buys |
2011-02-16 | Removed console messages about entity radius beeing set. | Stijn Buys |
2011-02-16 | Align the clock on the dedicated serer console with the console timestamps, | Stijn Buys |
2011-02-10 | Corrected physics on dynamic entities like cargo pods. | Stijn Buys |
2011-02-10 | Sanitized ui sounds, removed button hover sound. | Stijn Buys |
2011-02-10 | Added a local chat channel. The say command defaults to zone chat, global mes... | Stijn Buys |
2011-02-09 | added sv_collisionmargin Cvar and applied the value to mesh collisions, | Stijn Buys |
2011-02-08 | Corrected triangle loading of collision model, added 'complex' flag to ships.ini | Stijn Buys |
2011-02-06 | Mark an EntityDynamic as dirty when required. | Stijn Buys |
2011-02-04 | Made time(), timestamp() and related methods non-virtual, corrects a crash when | Stijn Buys |
2011-01-29 | code cleanups. | Stijn Buys |
2011-01-27 | Fix a segmentation fault when disconnecting from a server. | Stijn Buys |
2011-01-27 | Moved material loading from render to core, make sure the dedicated server re... | Stijn Buys |
2011-01-27 | Added net_selecttimeout cvar and changed the default timeout to 10,000 micros... | Stijn Buys |
2011-01-26 | Corrected the origin alignment of collision mesh bodies. | Stijn Buys |
2011-01-21 | Support structures for complex entity collision, | Stijn Buys |
2011-01-10 | Added an explicit type conversion to prevent some compilers from beeing confu... | Stijn Buys |
2010-12-08 | Added clock. | Stijn Buys |
2010-12-08 | Don't print a message when switching camera view. | Stijn Buys |
2010-12-08 | Ignore the angle keys on map sounds, corrected audio position for model sound... | Stijn Buys |
2010-12-06 | Corrected an envmap state change in the fragment renderer. | Stijn Buys |
2010-12-06 | Re-enabled environment mapping with the skybox as cubemap. | Stijn Buys |
2010-12-05 | Support for func_move vertex groups. | Stijn Buys |
2010-12-04 | Added engine glow to modelview. | Stijn Buys |
2010-12-04 | Correct camera axis and clear depth buffer when rendering ui models. | Stijn Buys |