Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-15Added ui::ListView::sort_reverse() method.Stijn Buys
2012-01-15added filesystem::OFileStream class.Stijn Buys
2012-01-15Provided core::Module savegame interface.Stijn Buys
2012-01-14Moved server-side savegame functions into a separate class.Stijn Buys
2012-01-14Corrected ui::modelview lighting.Stijn Buys
2012-01-14Enabled separate specular.Evan Goers
2012-01-14Provide a fallback for zones without a sky set.Evan Goers
2012-01-13Fix particle script 'engine', 'entity', 'color' flags.Evan Goers
2012-01-09Added save/load menu prototype.Stijn Buys
2012-01-09Changed 'not available' to 'none available' in the trade menu.Stijn Buys
2012-01-09Minor cleanups in the example module.Stijn Buys
2012-01-09Added a value attribute to listitems.Stijn Buys
2012-01-09Store filenames only when reading directory content.Stijn Buys
2012-01-08Use the new eject sound.Stijn Buys
2012-01-08Corrected a material cleanup bug in the disconnect cycle,Stijn Buys
2012-01-08Added tracktor beam sound effect.Stijn Buys
2012-01-08Added eject cargo dialogStijn Buys
2012-01-08Made the slider resize itself when shown.Stijn Buys
2012-01-08Implemented zone ambient color usage in renderer.Evan Goers
2012-01-07Renamed the 'load' function to 'module'Stijn Buys
2012-01-07Added class to read filenames from a directory.Stijn Buys
2012-01-06Read the "ambient" key from zone ini files.Stijn Buys
2012-01-06Add support for Zone::ambient_color, bump network protocol versionStijn Buys
2012-01-06Re-enabled modelview lighting, separate from game lighting.Evan Goers
2012-01-05Removed camera light.Evan Goers
2012-01-04Correct some clang-related compile errorsStijn Buys
2012-01-04Various lighting tweaks and enhancements.Evan Goers
2012-01-04Remove unnecessary include of wavfile.hMichael Rodenhurst
2011-12-31Resolved comparison between signed and unsigned integer expressions (second t...Stijn Buys
2011-12-31Resolved comparison between signed and unsigned integer expressions.Stijn Buys
2011-12-31Recalculate inventory capacity after loading player data.Stijn Buys
2011-11-20Added origin brush support for func_rotate.Stijn Buys
2011-10-22Initial support for the Material::Origin surface flagStijn Buys
2011-10-21Enable secondary color in the model viewerStijn Buys
2011-10-02Corrected a bug where setting the jumpgate template radius wouldn't work.Stijn Buys
2011-10-02Added a print() method to list individual templates through the list_template...Stijn Buys
2011-09-04Moved main menu infrastructure into client namespace, Stijn Buys
2011-09-04Fixed the close button on the chat window.Stijn Buys
2011-08-28Added client::ButtonMenu base class, refactored client::EntityMenu as a Butto...Stijn Buys
2011-08-28Improved chat window layout, added title and close button.Stijn Buys
2011-08-28Do not treat joystick buttons as mouse clicks in the ui main event handler.Stijn Buys
2011-08-28Made a number of ui::Widget child managment methods public.Stijn Buys
2011-08-28Updated trader and ship dealer menu descriptions.Stijn Buys
2011-08-28Enabled ui::Console command completion again.Stijn Buys
2011-08-28Moved ui::InputBox command completion into a seperate method instead of hardc...Stijn Buys
2011-08-28Corrected command completion cursor position on commands starting with /Stijn Buys
2011-08-28Removed unnecessary class.Stijn Buys
2011-08-28New base classes for cient menus.Stijn Buys
2011-08-25Improved OBJ reader warning messages, by ThornStijn Buys
2011-08-25OBJ model support, by ThornStijn Buys