Age | Commit message (Expand) | Author |
2012-01-07 | Renamed the 'load' function to 'module' | Stijn Buys |
2012-01-07 | Added class to read filenames from a directory. | Stijn Buys |
2012-01-06 | Read the "ambient" key from zone ini files. | Stijn Buys |
2012-01-06 | Add support for Zone::ambient_color, bump network protocol version | Stijn Buys |
2012-01-06 | Re-enabled modelview lighting, separate from game lighting. | Evan Goers |
2012-01-05 | Removed camera light. | Evan Goers |
2012-01-04 | Correct some clang-related compile errors | Stijn Buys |
2012-01-04 | Various lighting tweaks and enhancements. | Evan Goers |
2012-01-04 | Remove unnecessary include of wavfile.h | Michael Rodenhurst |
2011-12-31 | Resolved comparison between signed and unsigned integer expressions (second t... | Stijn Buys |
2011-12-31 | Resolved comparison between signed and unsigned integer expressions. | Stijn Buys |
2011-12-31 | Recalculate inventory capacity after loading player data. | Stijn Buys |
2011-11-20 | Added origin brush support for func_rotate. | Stijn Buys |
2011-10-22 | Initial support for the Material::Origin surface flag | Stijn Buys |
2011-10-21 | Enable secondary color in the model viewer | Stijn Buys |
2011-10-02 | Corrected a bug where setting the jumpgate template radius wouldn't work. | Stijn Buys |
2011-10-02 | Added a print() method to list individual templates through the list_template... | Stijn Buys |
2011-09-04 | Moved main menu infrastructure into client namespace, | Stijn Buys |
2011-09-04 | Fixed the close button on the chat window. | Stijn Buys |
2011-08-28 | Added client::ButtonMenu base class, refactored client::EntityMenu as a Butto... | Stijn Buys |
2011-08-28 | Improved chat window layout, added title and close button. | Stijn Buys |
2011-08-28 | Do not treat joystick buttons as mouse clicks in the ui main event handler. | Stijn Buys |
2011-08-28 | Made a number of ui::Widget child managment methods public. | Stijn Buys |
2011-08-28 | Updated trader and ship dealer menu descriptions. | Stijn Buys |
2011-08-28 | Enabled ui::Console command completion again. | Stijn Buys |
2011-08-28 | Moved ui::InputBox command completion into a seperate method instead of hardc... | Stijn Buys |
2011-08-28 | Corrected command completion cursor position on commands starting with / | Stijn Buys |
2011-08-28 | Removed unnecessary class. | Stijn Buys |
2011-08-28 | New base classes for cient menus. | Stijn Buys |
2011-08-25 | Improved OBJ reader warning messages, by Thorn | Stijn Buys |
2011-08-25 | OBJ model support, by Thorn | Stijn Buys |
2011-08-21 | Correct draw_clock modes, | Stijn Buys |
2011-08-07 | Update map window target info if the info timestamp has changed. | Stijn Buys |
2011-08-07 | Point an ejected cargopod's info to the cargo info. | Stijn Buys |
2011-08-07 | Corrected flag reporting in the list_material function. | Stijn Buys |
2011-08-07 | Add zone label to the entity info label. | Stijn Buys |
2011-08-07 | Corrected multi-line entity info. | Stijn Buys |
2011-08-07 | Corrects infotype listing in the list_info function. | Stijn Buys |
2011-08-06 | Prevent Widget::hide() from going into an endless loop. | Stijn Buys |
2011-08-06 | Workaround for a vorbisfile compile problem on Ubuntu 10. | Stijn Buys |
2011-08-04 | Added provisionary close button to map, inventory and trade window, | Stijn Buys |
2011-08-04 | Force material power state to on when drawing ui bitmaps | Stijn Buys |
2011-07-31 | Added power state to the material context. | Stijn Buys |
2011-07-31 | Improved map window, moved the actual map widget into a seperate class. | Stijn Buys |
2011-07-31 | Handle local mouse pointer in client::HUD, | Stijn Buys |
2011-07-31 | Improved constness of core::Zone::find_entity | Stijn Buys |
2011-07-31 | Expose global mouse pointer location, | Stijn Buys |
2011-07-31 | Added methods to ui::ModelView to pass primary and secondary color to the ren... | Stijn Buys |
2011-07-31 | Corrects widget drawing order. | Stijn Buys |
2011-07-30 | Improved trade menu. | Stijn Buys |