Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Expand)Author
2012-12-08Added support for entity secondary color on lights, flares and particles.Stijn Buys
2012-11-11Corrected light attenuation values.Stijn Buys
2012-10-07Added Widget::EventClicked and Widget::EventDoubleClicked,Stijn Buys
2012-05-03Tweaked light attenuation.Evan Goers
2012-05-01Use light environment classes in the model viewer and the main rendering rout...Stijn Buys
2012-04-23Added constant attenuation value.Evan Goers
2012-03-22Cleaned up lighting related variable names.Stijn Buys
2012-03-21Changed create_light() to add_light().Evan Goers
2012-03-21Functionize light creation.Evan Goers
2012-03-19Resolved a ModelView related segfault when opening the buy menu and a potenta...Stijn Buys
2012-02-13Added support for globes to ui::ModelView.Stijn Buys
2012-02-12Scroll listview content by item count instead of by height,Stijn Buys
2012-01-29More ui::Listview tweaks.Stijn Buys
2012-01-29Improved scrollbar handling in ui::ListViewStijn Buys
2012-01-29Clamp ui::Slider value while dragging.Stijn Buys
2012-01-29(no commit message)Stijn Buys
2012-01-29Added scrollbar to the console.Stijn Buys
2012-01-29FS#79 Added the actual files for the ui::Scrollbar class.Stijn Buys
2012-01-29FS#80 Have mouse focus stick to the widget when the mouse button is down.Stijn Buys
2012-01-29FS#79 Added ui::Scrollbar class.Stijn Buys
2012-01-24Fixed a stupid issue.Evan Goers
2012-01-24Renderer now checks and enables lights based on availability instead of using...Evan Goers
2012-01-24Added a 'specular' material parameter. Defaults to 'color' values.Evan Goers
2012-01-24Got rid of r_diffuse/r_specular/r_ambient.Evan Goers
2012-01-22Brought the modelview light back a bit and set the magic diffuse/specular num...Evan Goers
2012-01-15Changed ui::Slider button text.Stijn Buys
2012-01-15Added ui::ListView::sort_reverse() method.Stijn Buys
2012-01-14Corrected ui::modelview lighting.Stijn Buys
2012-01-13Fix particle script 'engine', 'entity', 'color' flags.Evan Goers
2012-01-09Added a value attribute to listitems.Stijn Buys
2012-01-08Made the slider resize itself when shown.Stijn Buys
2012-01-06Re-enabled modelview lighting, separate from game lighting.Evan Goers
2011-10-21Enable secondary color in the model viewerStijn Buys
2011-09-04Moved main menu infrastructure into client namespace, 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-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-06Prevent Widget::hide() from going into an endless loop.Stijn Buys
2011-08-04Force material power state to on when drawing ui bitmapsStijn 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-30Added UI tiny font, have ui::Bitmap respect its color settings, Stijn Buys
2011-07-30Added support for tiled ui materials, changed default widget backgrounds to u...Stijn Buys
2011-07-29Render ui bitmaps through the materials system.Stijn Buys
2011-07-29Do not raise ui::Window instances on show(), emit signals on window show() an...Stijn Buys
2011-07-26renamed client::WorldView to client::MainWindowStijn Buys
2011-03-30Have ui::ListItem respect the disabled() state.Stijn Buys
2011-02-24Applied Thorn's unknown spelling purification patch.Stijn Buys