Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08Added a menu to configure key controls.Stijn Buys
2015-02-08Improved class documentation.Stijn Buys
2015-01-06Corrected savegame screenshots on win32.Stijn Buys
2015-01-06Resolved a minor issue with the control lock button.Stijn Buys
2015-01-06Fixed @goto and @dock buttons.Stijn Buys
2015-01-06Fixed target selection in the map window.Stijn Buys
2015-01-06Corrected a window resize issue.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.
2015-01-03Draw the HUD lock button in red.Stijn Buys
2014-12-24Added autopilot and control lock HUD buttons.Stijn Buys
2014-12-22Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of ↵Stijn Buys
the first selected savegame, minor code cleamups in material handling.
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-13Minro cleanup, added Model::add_layer() method.Stijn Buys
2014-12-13Use messagebox notifications when buying a ship.Stijn Buys
2014-12-13Suppressed client::Dialog as it has been superceded by client::Messagebox.Stijn Buys
2014-12-07Implemented messageboxes and the ability for the game module to send them to ↵Stijn Buys
remote clients, send a messagebox if the player's ship is destroyed, this fixes having to press the respawn button twice. added messageboxes on network connection failures.
2014-07-11Support material layer blending.Stijn Buys
2014-07-09Initial support for multi-layered materials, requires shaders files in the ↵Stijn Buys
new format.
2013-12-17Added a preserve_attribute option to the ui::Paint::print_bitmap() functions ↵Stijn Buys
and the ui::Bitmap class, preserve aspect ratio on the loader screen image and the main menu background.
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
automake syntax updates, starsystem roadmap updates.
2013-11-25Corrected comment.Stijn Buys
2013-11-23Play sounds when getting hit.Stijn Buys
2013-11-23Support for EntityDynamic explosion sounds, minor SoundExt cleanups.Stijn Buys
2013-11-17Added support for explosion sounds,Stijn Buys
updated list of attributions, updated starsystem roadmap.
2013-11-12Support for player autopilot terget next to mission target,Stijn Buys
bumped network protocol version to 28, disable freeflight button if there is no autopilot target.
2013-11-10Removed debug message.Stijn Buys
2013-11-10Corrected a resize issue with reputation bars of the listview scrollbar appears.Stijn Buys
2013-11-10Adjust reputation on NPC kills,Stijn Buys
refresh reputation window if required.
2013-11-10Introduced global variables for reputation hostile/friendly thresholds,Stijn Buys
do not allow players to dock at hostile bases, indicate target reputation in the hud target info widget.
2013-11-10Do not target far away ships with func_target_controlable.Stijn Buys
2013-11-10Corrected a sorting bug in the reputation window.Stijn Buys
2013-11-09Update player statistics while the reputation menu is open.Stijn Buys
2013-11-09Added reputation bars.Stijn Buys
2013-11-08More inventory and trade menu fancyfication.Stijn Buys
2013-11-08Corrected a bug when loading new corona textures for the map.Stijn Buys
2013-11-08Code cleanups, removed unnecessary functions,Stijn Buys
added star coronas to the map.
2013-11-08Updated inventory, chat, map and reputation windows.Stijn Buys
2013-11-08Added player reputation window,Stijn Buys
minor cosmetic user interface changes.
2013-11-07Use a different off-screen HUD icon to indicate player controled ships.Stijn Buys
2013-11-07Apply reputation colors to HUD targets.Stijn Buys
2013-11-06Corrected a number of minor HUD target issues.Stijn Buys
2013-11-05Improved HUD target indicators.Stijn Buys
2013-11-05Show both entity and info name on map target info and inventory ship info,Stijn Buys
moved the modelview widgets to the top of the widget stack to make sure it gets rendered behind anything else.
2013-11-05Remove 'action' mouse pointer.Stijn Buys
2013-11-04Added support for NPC patrol routes.Stijn Buys
2013-10-16Revert to either owner or entity name on hud targets, draw target indicators ↵Stijn Buys
for controlables without owner.
2013-10-16Added free flight and formation flight buttons.Stijn Buys