Age | Commit message (Expand) | Author |
2014-07-09 | Initial support for multi-layered materials, requires shaders files in the ne... | Stijn Buys |
2013-12-17 | Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ... | Stijn Buys |
2013-12-15 | Added --enable-static-libc option to the configure script, | Stijn Buys |
2013-11-09 | Added reputation bars. | Stijn Buys |
2013-11-05 | Remove 'action' mouse pointer. | Stijn Buys |
2013-09-28 | Cleanup of the material API: split flags into flags and colortype. | Stijn Buys |
2013-08-31 | Use a different cursor for clickable ui elements. | Stijn Buys |
2013-03-10 | Improved ui::ListView::sort(). | Stijn Buys |
2012-12-28 | Support for rendering globes with rings, | Stijn Buys |
2012-12-08 | Added support for entity secondary color on lights, flares and particles. | Stijn Buys |
2012-11-11 | Corrected light attenuation values. | Stijn Buys |
2012-10-07 | Added Widget::EventClicked and Widget::EventDoubleClicked, | Stijn Buys |
2012-05-03 | Tweaked light attenuation. | Evan Goers |
2012-05-01 | Use light environment classes in the model viewer and the main rendering rout... | Stijn Buys |
2012-04-23 | Added constant attenuation value. | Evan Goers |
2012-03-22 | Cleaned up lighting related variable names. | Stijn Buys |
2012-03-21 | Changed create_light() to add_light(). | Evan Goers |
2012-03-21 | Functionize light creation. | Evan Goers |
2012-03-19 | Resolved a ModelView related segfault when opening the buy menu and a potenta... | Stijn Buys |
2012-02-13 | Added support for globes to ui::ModelView. | Stijn Buys |
2012-02-12 | Scroll listview content by item count instead of by height, | Stijn Buys |
2012-01-29 | More ui::Listview tweaks. | Stijn Buys |
2012-01-29 | Improved scrollbar handling in ui::ListView | Stijn Buys |
2012-01-29 | Clamp ui::Slider value while dragging. | Stijn Buys |
2012-01-29 | (no commit message) | Stijn Buys |
2012-01-29 | Added scrollbar to the console. | Stijn Buys |
2012-01-29 | FS#79 Added the actual files for the ui::Scrollbar class. | Stijn Buys |
2012-01-29 | FS#80 Have mouse focus stick to the widget when the mouse button is down. | Stijn Buys |
2012-01-29 | FS#79 Added ui::Scrollbar class. | Stijn Buys |
2012-01-24 | Fixed a stupid issue. | Evan Goers |
2012-01-24 | Renderer now checks and enables lights based on availability instead of using... | Evan Goers |
2012-01-24 | Added a 'specular' material parameter. Defaults to 'color' values. | Evan Goers |
2012-01-24 | Got rid of r_diffuse/r_specular/r_ambient. | Evan Goers |
2012-01-22 | Brought the modelview light back a bit and set the magic diffuse/specular num... | Evan Goers |
2012-01-15 | Changed ui::Slider button text. | Stijn Buys |
2012-01-15 | Added ui::ListView::sort_reverse() method. | Stijn Buys |
2012-01-14 | Corrected ui::modelview lighting. | Stijn Buys |
2012-01-13 | Fix particle script 'engine', 'entity', 'color' flags. | Evan Goers |
2012-01-09 | Added a value attribute to listitems. | Stijn Buys |
2012-01-08 | Made the slider resize itself when shown. | Stijn Buys |
2012-01-06 | Re-enabled modelview lighting, separate from game lighting. | Evan Goers |
2011-10-21 | Enable secondary color in the model viewer | Stijn Buys |
2011-09-04 | Moved main menu infrastructure into client namespace, | 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 | 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-06 | Prevent Widget::hide() from going into an endless loop. | Stijn Buys |
2011-08-04 | Force material power state to on when drawing ui bitmaps | Stijn Buys |
2011-07-31 | Expose global mouse pointer location, | Stijn Buys |