Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-28New base classes for cient menus.Stijn Buys
2011-08-21Correct draw_clock modes,Stijn Buys
2011-08-07Update map window target info if the info timestamp has changed.Stijn Buys
2011-08-04Added provisionary close button to map, inventory and trade window,Stijn Buys
2011-07-31Improved map window, moved the actual map widget into a seperate class.Stijn Buys
2011-07-31Handle local mouse pointer in client::HUD,Stijn Buys
2011-07-30Improved trade menu.Stijn Buys
2011-07-30Added support for tiled ui materials, changed default widget backgrounds to u...Stijn Buys
2011-07-29Renamed various user interface classes, somewhat improved inventory window.Stijn Buys
2011-07-26renamed client::WorldView to client::MainWindowStijn Buys
2011-07-09Cleanup of the messaging interface.Stijn Buys
2011-07-07Added a 2 second jump drive cooldown, added jump completed sound effect, rese...Stijn Buys
2011-07-05Added support for a jump engine start sound, correted a typo in client.h.Stijn Buys
2011-07-02Dont' draw the player's ship in Cockpit view,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-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2011-03-30Grayed out trade items that are currently not available from a trader.Stijn Buys
2011-03-08Removed mouse control deadzone in the center of the screen.Stijn Buys
2011-02-22Corrected the double-include protection #define.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-01-27Moved material loading from render to core, make sure the dedicated server re...Stijn Buys
2011-01-10Added an explicit type conversion to prevent some compilers from beeing confu...Stijn Buys
2010-12-08Added clock.Stijn Buys
2010-12-08Ignore the angle keys on map sounds, corrected audio position for model sound...Stijn Buys
2010-11-29Added r_wireframe and r_normals buttons to the model viewer.Stijn Buys
2010-11-29Parse command line options after engine initialization.Stijn Buys
2010-11-29Prevent the 'testmodel' function from reporting a missing model twice.Stijn Buys
2010-11-29Added 'testmodel' function, enabled autoscaling on ui::ModelViewStijn Buys
2010-11-24added r_windowheight and r_windowwidth to set window size in windowed mode (d...Stijn Buys
2010-11-17infowidget.cc: corrected a typo in the DevInfo widget, thanks A_SporkStijn Buys
2010-11-16cleaned up autoconf/automake project files, this should solve build order and...Stijn Buys
2010-11-13show target location and radius in client::DevInfoWidgetStijn Buys
2010-11-11added localcontrol->radius() to devinfo widgetStijn Buys
2010-11-11updated documentation,Stijn Buys
2010-11-09sort player names in the chat windowStijn Buys
2010-11-08added sorting of listview itemsStijn Buys
2010-11-08moved clear() from game::Game~ to core::GameServer~ (solves FIXME),Stijn Buys
2010-10-25renamed ship torque_force to turn_force, added ship roll_forceStijn Buys
2010-10-25directory prefix is no required for ini files, merge ui.ini and menu.iniStijn Buys
2010-10-18local vstrafe support, initial ship collision, g_damping factorStijn Buys
2010-10-17add input_grab variableStijn Buys
2010-10-17core bullet physics support,Stijn Buys
2010-10-09fix crash introduced with inventory transfer, buywindow credits indicator, Stijn Buys
2010-10-05updated inventory window, listview seletion sounds, modelview zoom factorStijn Buys
2010-10-04home button while docked, give cargo cheatStijn Buys
2010-10-03ui updates, removed impulse and jumpgte g_devel conditions, jumpdrive crash b...Stijn Buys