Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-17Bump network protocol version to 19, menudescriptions use the info ↵Stijn Buys
infrastructure, client-side lazy info update requests. Updated ROADMAP
2010-09-16map info support, initial trade windowStijn Buys
2010-09-16added files for inventory windowStijn Buys
2010-09-15updated comments, updated buy menu, info support for map window, added const ↵Stijn Buys
to target selection
2010-02-25looped sound support for fx_sound model tagsStijn Buys
2010-02-25added initial support for model sound tags,Stijn Buys
moved sound code from client/targets.cc to client/soundext.cc, added master volume cvar snd_volume
2010-02-21optimized keyboard input handling routinesStijn Buys
2010-02-21network info messages bugfixesStijn Buys
2010-02-20changed default keyboard delay/repeat to 250/30Stijn Buys
2010-02-20Reverting accidental commitStijn Buys
2010-02-20(no commit message)Stijn Buys
2009-11-15Center owner name on HUD targetsStijn Buys
2009-11-13added core::InfoType, refactored game::ShipModel as core::Info subclass, ↵Stijn Buys
introduced core::Label
2009-10-24make joystick axes configurableStijn Buys
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-08-17reload entity/info models on r_restartStijn Buys
2009-08-16minor cleanups, corrected map widget Stijn Buys
2009-08-16more constnessStijn Buys
2009-08-15don't render entites behind the cameraStijn Buys
2009-08-14model API cleanup, render WORLDSCALEStijn Buys
2009-08-13improved menu ESC handlingStijn Buys
2009-08-11misc_model supportStijn Buys
2009-06-29client player list updates, short pif network messages, bump to network ↵Stijn Buys
proto version 17
2009-06-07fixed a few widget order problems, changed map targetting behaviourStijn Buys
2009-06-05fix playerview keyboard eventsStijn Buys
2009-05-30HUD keypress eventStijn Buys
2009-05-10added disabled ui palette color, added dock and launch buttonsStijn Buys
2009-04-26added worldview icons, updated mapStijn Buys
2009-04-26mouse cursor no longer hoovers invalid targetsStijn Buys
2009-04-19added jumpdrive capability to shipmodel info message,Stijn Buys
Makefile.am cleanups, improved map targetting, corrected hud target owner color leak bug
2009-04-16updated a few help messages, added 3d modelview to the buy menuStijn Buys
2009-04-15added info registry, list_infoStijn Buys
added network info transfer added info based buy menu and related game changes
2009-03-21don't draw a docked ship on the 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
introduced Destroyed state
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
added g_collision cflag to facillitate future development, added ShowOnMap entity flag
2009-01-28use srand() instead of srandom()Stijn Buys
2009-01-28seed random generator on startup,Stijn Buys
show loader frame on r_restart, initial collision detection hooks
2009-01-27fix Makefile changes made by kdevelopStijn Buys
2009-01-27moves docking menus from ui to client,Stijn Buys
allow map and chat window while docked
2009-01-26call parent class constructors as it shouldStijn Buys
2009-01-26removed View classStijn Buys
2009-01-26new widgets to replace the "View" classStijn Buys
2009-01-25bugfixStijn Buys
2009-01-25enhanced loader screenStijn Buys
2009-01-25header sanitizingStijn Buys