Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-07Point an ejected cargopod's info to the cargo info.Stijn Buys
2011-08-07Corrected flag reporting in the list_material function.Stijn Buys
2011-08-07Add zone label to the entity info label.Stijn Buys
2011-08-07Corrected multi-line entity info.Stijn Buys
2011-08-07Corrects infotype listing in the list_info function.Stijn Buys
2011-08-06Prevent Widget::hide() from going into an endless loop.Stijn Buys
2011-08-06Workaround for a vorbisfile compile problem on Ubuntu 10.Stijn Buys
2011-08-04Added provisionary close button to map, inventory and trade window,Stijn Buys
2011-08-04Force material power state to on when drawing ui bitmapsStijn Buys
2011-07-31Added power state to the material context.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-31Improved constness of core::Zone::find_entityStijn Buys
2011-07-31Expose global mouse pointer location,Stijn Buys
2011-07-31Added methods to ui::ModelView to pass primary and secondary color to the ren...Stijn Buys
2011-07-31Corrects widget drawing order.Stijn Buys
2011-07-30Improved trade menu.Stijn Buys
2011-07-30Added UI tiny font, have ui::Bitmap respect its color settings, Stijn Buys