Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12-07Improved Entity::print().Stijn Buys
2014-12-07Cleanup of the slots code, unified model weapon and dock tags into a single ↵Stijn Buys
slots list, load dock tags into entity slots, represent entity slot locations in entity coordinate space, have r_slots render fixed-size slot indicators regardless of model scale.
2014-12-07Use model dock locations when launching from a base,Stijn Buys
added additional player control checks before sending death messages.
2014-12-04Added 'wingmen combat' toggle.Stijn Buys
2014-12-04Corrected an error which prevented wingmen to be nudged correctly while ↵Stijn Buys
spawning.
2014-12-04Improved entity nudging.Stijn Buys
2014-11-23Allow adding faction wingmen.Stijn Buys
2014-11-23Enforce reciprocal reputation.Stijn Buys
2014-11-22Minor reputation check code cleanup.Stijn Buys
2014-11-22Send a message when adding a wingman.Stijn Buys
2014-11-14Corrected a segfault when adding wingmen.Stijn Buys
2014-09-21Added shininess setting for shaders.Evan Goers
2014-08-26Starsystem Roadmap updatesStijn Buys
2014-07-27Draw rudimentary direction/thrust indicators on EntityControlables.Stijn Buys
2014-07-27Added faction reputation information to the list_faction engine function.Stijn Buys
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.
2014-07-08Added const accessor for Reputation::factionreps() .Stijn Buys
2014-07-08Small cosmetic update to the list_info engine function.Stijn Buys
2014-07-06Added initial definitions for material layers.Stijn Buys
2014-07-06Minor cleanups.Stijn Buys
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-15build-0.2.6-svn1440.Stijn Buys
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
automake syntax updates, starsystem roadmap updates.
2013-12-15Improved autoconf library detection for static builds.Stijn Buys
2013-12-08Make the mingw build happy.Stijn Buys
2013-12-02Increased beaming distance to 5km.Stijn Buys
2013-11-25Corrected comment.Stijn Buys
2013-11-24Parse the map tag 'info' key.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-18Have the autopilot disable impulse druve at 10km from a planet, preventing ↵Stijn Buys
AI ships to seemingly dock at impulse speed.
2013-11-17Added support for explosion sounds,Stijn Buys
updated list of attributions, updated starsystem roadmap.
2013-11-16Material API cleanups,Stijn Buys
added support for bounds materials.
2013-11-12Restored mega's light attenuation values.Stijn Buys
2013-11-12Make the racetrack usable again after the autopilot/autodock update broke it.Stijn Buys
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-12Clear reputation dirty state on player join.Stijn Buys
2013-11-12Corrected a comment typo.Stijn Buys
2013-11-12Prevent the 'goto' command from segfaulting on an unknown entity.Stijn Buys
2013-11-11Shorter NPC dock times.Stijn Buys
2013-11-11Show current autopilot target as player mission target on the HUD.Stijn Buys
2013-11-11Small AI combat and autopilot updates.Stijn Buys
2013-11-11Corrected a small print bug in the 'time' function.Stijn Buys
2013-11-11Support for station weapons.Stijn Buys
2013-11-10Renamed entity_destroyed to entity_died to prevent confusion with the ↵Stijn Buys
Entity::Destroyed state, fixed a potential memory leak.
2013-11-10Workaround for the bullet 2.82 compile warning.Stijn Buys
2013-11-10Ignore server-side entities when using 'goto' and added a safety distance ↵Stijn Buys
and a nudge check.