Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-07Added a 2 second jump drive cooldown, added jump completed sound effect, ↵Stijn Buys
reset keyboard modifiers when resetting the video subsystem.
2011-07-07Disable mipmapping on skybox textures, provide an OpenGL texture id for the ↵Stijn Buys
cubemap.
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-03Updated starsystem roadmap.Stijn Buys
2011-07-03Convert RGB colors in the 0-255 range to 0.0-1.0 when reading clor values ↵Stijn Buys
from inputstreams.
2011-07-02Dont' draw the player's ship in Cockpit view,Stijn Buys
don't let engine sound depend on entity visibility.
2011-07-01Corrected the signature of the RaceTrack::frame() function which prevented ↵Stijn Buys
it from beeing executed.
2011-06-30Updated documentation.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-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-06Updated starsystem roadmap: replaced independent with neutral.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
added infrastructure for collision mesh animation, minor API documentation updates
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-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-31Updated changelog for build-0.2.0-svn936.Stijn Buys
2011-03-31Switched osirion.exe and osiriond.exe icons, minor corrections to the ↵Stijn Buys
documentation.
2011-03-30Corrected func_move submodel instancing.Stijn Buys
2011-03-30Updated list of attributions.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 ↵Stijn Buys
submodels.
2011-03-24Corrected rotated submodel locations.Stijn Buys
2011-03-23Point the installation documention to the osirion.org SVN repository,Stijn Buys
2011-03-15Additional svnsync test commit.Stijn Buys
2011-03-15svnsync test commit.Stijn Buys
2011-03-14Updated documentation.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
removed extern "C" from OpenGL function pointers.
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