Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-16Currected a bug where the waypoint number would always be 1 in error ↵Stijn Buys
messages while parsing the [patrol] section.
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-14Added #include <cassert> where mingw requires it.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.
2013-11-11Shorter NPC dock times.Stijn Buys
2013-11-10Made NPCs only fire weapons on enemies within weapon range.Stijn Buys
2013-11-10Separated the WayPoint class into its own files.Stijn Buys
2013-11-10Corrected a bug which prevented the patrol profile from being set correctly,Stijn Buys
corrected a bug where 'give ship' would forget the last spawn, have NPC ships fire on nearby enemies, made patrol leaders hunt nearby enemies.
2013-11-09Moved profile definition from NPC to Patrol.Stijn Buys
2013-11-09Removed shipmodel npcname support,Stijn Buys
made Patrols load NPC types instead of ship models, replaces patrol [ship] subsection with a [npc] subsection.
2013-11-06Added support for patrol routes with jumpgates.Stijn Buys
2013-11-05Respawn patrols when they dock.Stijn Buys
2013-11-05Have NPCs get cargo.Stijn Buys
2013-11-05Correct a bug where launch timeout is ignored for patrols with only a single ↵Stijn Buys
member, increase dampening for cargo pods, added 'explode' cheat function to self-destruct, cleaned up cargo pod eject code, eject cargo on ship destruction, added g_cargoloss game variable.
2013-11-05Completed support for the 'amount' key in patrol ship definitions.Stijn Buys
2013-11-04Do not spawn patrols in zones without players,Stijn Buys
apply faction colors to patrol ships.
2013-11-04Added support for NPC patrol routes.Stijn Buys
2013-11-03Added initial support for NPC patrol routes,Stijn Buys
added support for lawfull/unlawfull factions.