Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-31Added reset_controls function to revert to the default keyboard configuration,Stijn Buys
don't override unbound keys with default binds.
2016-07-18Corrected a bug where you could not unbind keys with modifiers.Stijn Buys
2015-02-08Added a menu to configure key controls.Stijn Buys
2015-01-06SDL2 support in previous commit,Stijn Buys
corrected a segfault when pressing a key with an unknown scancode, renamed camera related actions to +lookleft +lookright +lookup +lookdown, bind +freelook to left shift by default.
2015-01-06Added separate event handlers for mouse button clicks and mouse wheel movement.Stijn Buys
2015-01-03Added freelook support. added +freelook action and set it as default bind ↵Stijn Buys
for the left mouse button.
2015-01-03Minor cleanup of client::Action and client::Keyboard code,Stijn Buys
added Action::FreeLook defintions.
2013-11-04Added support for NPC patrol routes.Stijn Buys
2013-10-16Added free flight and formation flight buttons.Stijn Buys
2013-10-15Added ship autopilot, removed entity_controlflags, added goto ui button.Stijn Buys
2013-01-06Added engine functions to target controlables only, bound to the 'X' key by ↵Stijn Buys
default.
2012-03-03Added +fire action, default bind to mouse button 2.Stijn Buys
2012-01-22Changed default key binds for the map and the inventory windows,Stijn Buys
added default key binds for quick save and quick load.
2011-05-07Removed a number of unused variables to make gcc 4.6 happy.Stijn Buys
2010-11-29Parse command line options after engine initialization.Stijn Buys
2010-10-17core bullet physics support,Stijn Buys
initial vstrafe support
2010-10-01Initial inventory windowStijn Buys
2010-02-21optimized keyboard input handling routinesStijn Buys
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-08-15don't render entites behind the cameraStijn Buys
2009-01-27moves docking menus from ui to client,Stijn Buys
allow map and chat window while docked
2008-12-07add system map,Stijn Buys
prepare source tree for dataset reorganization
2008-11-30bind numpad / and * to zoomStijn Buys
2008-11-16camera zoomStijn Buys
2008-11-01server-side model loading, initial @dock functionStijn Buys
2008-10-19ui_chat and ui_chatsmallStijn Buys
2008-10-12user interface updates, work-in-progressStijn Buys
2008-09-03only one key repeat per frameStijn Buys
2008-08-24afterburner/reverse/strafeStijn Buys
2008-08-23instant r_fullscreen switching, bound to alt+enterStijn Buys
2008-08-08documentation updates, new default binds, HUD updatesStijn Buys
2008-08-04initial joystick support, added cl_drawkeypress variableStijn Buys
2008-08-03fixes Alt+key bindingsStijn Buys
2008-08-01initial make install supportStijn Buys
2008-08-01model->enginecolor(), removed autolevel, added selection delayStijn Buys
2008-07-30various minor issues: ESC closing chat, g_autolevelStijn Buys
2008-07-28modifier keys for bindsStijn Buys
2008-07-28zone supportStijn Buys
2008-07-27make key names case insensitive on bindingStijn Buys
2008-07-22keyboard key repeatStijn Buys
2008-07-22more keyboard handling cleanupsStijn Buys
2008-07-22list_actions, renamed thruster actionsStijn Buys
2008-07-21unbindall, proper delete key supportStijn Buys
2008-07-21prepare keybinds for modifier keys, fix for the camera clipping issueStijn Buys
2008-07-20targettingStijn Buys
2008-07-20targettingStijn Buys
2008-07-16network protocol cleanup, radar test (doesn't work)Stijn Buys
2008-07-16renamed mouse key namesStijn Buys
2008-07-14reversed default keypad up and down bindingsStijn Buys
2008-06-02keyboard bindsStijn Buys