Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-09Cleanup of the messaging interface.Stijn Buys
2011-07-09Play jump completed sound when using the /jump cheat.Stijn Buys
2011-07-07Added a 2 second jump drive cooldown, added jump completed sound effect, rese...Stijn Buys
2011-07-07Disable mipmapping on skybox textures, provide an OpenGL texture id for the c...Stijn Buys
2011-07-05Added support for a jump engine start sound, correted a typo in client.h.Stijn Buys
2011-07-05Corrected a potential memory leak in the ASE reader.Stijn Buys
2011-07-03Convert RGB colors in the 0-255 range to 0.0-1.0 when reading clor values fro...Stijn Buys
2011-07-02Dont' draw the player's ship in Cockpit view,Stijn Buys
2011-07-01Corrected the signature of the RaceTrack::frame() function which prevented it...Stijn Buys
2011-05-31Removed a forced recalculateLocalAabb for compound shapes, Stijn Buys
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
2011-05-09Refactored the sys::localtime routines.Stijn Buys
2011-05-09Corrected collisionmesh scaling.Stijn Buys
2011-05-08Corrected a compile error on win32.Stijn Buys
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-05-07Corrected a bug that prevented func_move clip from working properly.Stijn Buys
2011-05-06Support for func_rotate and func_move collision meshes.Stijn Buys
2011-05-06Import submodel clipStijn Buys
2011-05-06Always use a btCompoundShape for complex collision,Stijn Buys
2011-05-05Initial support for btCompoundShape and the infrastructure required to accomo...Stijn Buys
2011-04-17Initial Ogg Vorbis sounds effect support.Stijn Buys
2011-04-16Reference the new wavfile header.Stijn Buys
2011-04-16Renamed audio/wav to audio/wavfile to be consistent with the other file readers.Stijn Buys
2011-04-16Skip WAV file metadata (original patch by Thorn)Stijn Buys
2011-03-31Switched osirion.exe and osiriond.exe icons, minor corrections to the documen...Stijn Buys
2011-03-30Corrected func_move submodel instancing.Stijn Buys
2011-03-30Grayed out trade items that are currently not available from a trader.Stijn Buys
2011-03-30Have ui::ListItem respect the disabled() state.Stijn Buys
2011-03-30Corrected a segfault in Jumpgate::validate() if it had an invalid destination.Stijn Buys
2011-03-27Corrected rotating fragmentgroups imported from submodels.Stijn Buys
2011-03-27Corrected the axis for rotated fragmentgroups of rotated sub-models.Stijn Buys
2011-03-24Corrected position for light, flares and other entities imported through subm...Stijn Buys
2011-03-24Corrected rotated submodel locations.Stijn Buys
2011-03-13Corrected texture coordinates of the built-in sphere model.Stijn Buys
2011-03-08Removed mouse control deadzone in the center of the screen.Stijn Buys
2011-03-08Restore previous thruster setting when dropping out of impulse speed.Stijn Buys
2011-03-08Replaced the func_impulse if-soup with a nice switch() block.Stijn Buys
2011-02-24Applied Thorn's unknown spelling purification patch.Stijn Buys
2011-02-22Removed #include of itself, thanks to ThornStijn Buys
2011-02-22Corrected the double-include protection #define.Stijn Buys
2011-02-17Removed SDL exception for MacOS from configure,Stijn Buys
2011-02-16Print player name and id to the console when a network client connects.Stijn Buys
2011-02-16Removed console messages about entity radius beeing set.Stijn Buys
2011-02-16Align the clock on the dedicated serer console with the console timestamps,Stijn Buys
2011-02-10Corrected physics on dynamic entities like cargo pods.Stijn Buys
2011-02-10Sanitized ui sounds, removed button hover sound.Stijn Buys
2011-02-10Added a local chat channel. The say command defaults to zone chat, global mes...Stijn Buys
2011-02-09added sv_collisionmargin Cvar and applied the value to mesh collisions,Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
2011-02-06Mark an EntityDynamic as dirty when required.Stijn Buys