Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-10added disabled ui palette color, added dock and launch buttonsStijn Buys
2009-05-06added r_mipmap variable to enable hardware generated mimapsStijn Buys
2009-04-26added worldview icons, updated mapStijn Buys
2009-04-26added ui::IconButton classStijn Buys
2009-04-26mouse cursor no longer hoovers invalid targetsStijn Buys
2009-04-19added jumpdrive capability to shipmodel info message,Stijn Buys
2009-04-16updated a few help messages, added 3d modelview to the buy menuStijn Buys
2009-04-15added info registry, list_infoStijn Buys
2009-04-14split entity and model rendering into two functionsStijn Buys
2009-04-14added ui::ModelView prototypeStijn Buys
2009-04-14removed unnecessary set_border() in ui::ContainerStijn Buys
2009-04-14added widget.bottom() and widget.right() geometry inspectorsStijn Buys
2009-04-13write screenshots with a timestamp in the filenameStijn Buys
2009-04-13added sys::get_datetime, added win32 time and date functionsStijn Buys
2009-03-21don't draw a docked ship on the mapStijn Buys
2009-03-21autodetect hardware generated mipmap supportStijn Buys
2009-03-09Do not show navigation points on mapStijn Buys
2009-03-08fixes hud selectionStijn Buys
2009-03-08target selection updatesStijn Buys
2009-03-08changed camera settings for crash-view, map tweaksStijn Buys
2009-03-07renamed Entity::eventstate() to Entity::state(),Stijn Buys
2009-03-07don't show material warings when there is no VertexArrayStijn Buys
2009-02-28updated windows iconsStijn Buys
2009-02-28added window title bar iconStijn Buys
2009-02-24split map target selection from hud target selectionStijn Buys
2009-02-24Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages,Stijn Buys
2009-02-23Search the location of the binary for the data/ directoryStijn Buys
2009-02-23native Framework support on Mac OS XStijn Buys
2009-02-21sane version number,Stijn Buys
2009-02-19win32 needs extra GL definesStijn Buys
2009-02-18use GL_GENERATE_MIPMAP instead of gluBuild2DMipmaps,Stijn Buys
2009-02-17Fixed an overflow in the TGA reader, Stijn Buys
2009-02-09disable color array. we don't need it any more because fragments are sorted p...Stijn Buys
2009-02-08IniFile::is_open() and IniFile::good() can not be constStijn Buys
2009-02-08Makefile.in should not be in the repositoryStijn Buys
2009-02-08materials system: render updatesStijn Buys
2009-02-08materials systemStijn Buys
2009-02-08changed inifile and map to use filesystem::IFileStreamStijn Buys
2009-02-08materials registry, read shaderlist.txtStijn Buys
2009-02-08added filesystem::FileStreamStijn Buys
2009-01-28use srand() instead of srandom()Stijn Buys
2009-01-28seed random generator on startup,Stijn Buys
2009-01-28cleanupsStijn Buys
2009-01-28removed duplicate code blockStijn Buys
2009-01-28reset pen color on \nStijn Buys
2009-01-28interface cleanups, send_warnStijn Buys
2009-01-27fix Makefile changes made by kdevelopStijn Buys
2009-01-27moves docking menus from ui to client,Stijn Buys
2009-01-26read main menus from menu.iniStijn Buys
2009-01-26call parent class constructors as it shouldStijn Buys