Age | Commit message (Expand) | Author |
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 |
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 | Added UI tiny font, have ui::Bitmap respect its color settings, | Stijn Buys |
2011-07-30 | Added support for tiled ui materials, changed default widget backgrounds to u... | Stijn Buys |
2011-07-29 | Render ui bitmaps through the materials system. | Stijn Buys |
2011-07-29 | Do not raise ui::Window instances on show(), emit signals on window show() an... | Stijn Buys |
2011-07-26 | renamed client::WorldView to client::MainWindow | Stijn Buys |
2011-03-30 | Have ui::ListItem respect the disabled() state. | Stijn Buys |
2011-02-24 | Applied Thorn's unknown spelling purification patch. | Stijn Buys |
2011-02-10 | Sanitized ui sounds, removed button hover sound. | Stijn Buys |
2010-12-04 | Added engine glow to modelview. | Stijn Buys |
2010-12-04 | Correct camera axis and clear depth buffer when rendering ui models. | Stijn Buys |
2010-11-30 | Correct an OpenGL state change. | Stijn Buys |
2010-11-30 | Render lights and flares in ui::ModelView. | Stijn Buys |
2010-11-29 | Improved ui::ModelView scaling. | Stijn Buys |
2010-11-29 | Parse command line options after engine initialization. | Stijn Buys |
2010-11-29 | Added 'testmodel' function, enabled autoscaling on ui::ModelView | Stijn Buys |
2010-11-16 | cleaned up autoconf/automake project files, this should solve build order and... | Stijn Buys |
2010-11-09 | optimized ui:ListView::sort(): replaced bubblesort routine with std::list::so... | Stijn Buys |