Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-25Corrected a number of imperfections in Entity::print(), ↵Stijn Buys
EntityDynamic::print() and Info::print().
2014-12-25Added a core::Level type, added a level attribute to core::Entity and ↵Stijn Buys
core::Info, updated core::Player to use the new type.
2014-12-16Improved list_entity engine function.Stijn Buys
2014-12-07Improved Entity::print().Stijn Buys
2014-12-04Improved entity nudging.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-10Corrected a small bug in Entity::print(),Stijn Buys
added nudge randomizer option.
2013-11-09Bugfixes in the entity print() functions.Stijn Buys
2013-11-09Bumped network protocol to version 27,Stijn Buys
send player reputation and stats from server to client, send entity faction to clients, improved list_entity.
2013-11-09Nudge ships on launch and cargopods on creation to prevent them from ↵Stijn Buys
spawning inside other objects.
2013-11-07Added core:: support for entity factions and player reputation ↵Stijn Buys
(single-player only).
2013-11-04Improved zone keepalive updates.Stijn Buys
2013-10-15Added ship autopilot, removed entity_controlflags, added goto ui button.Stijn Buys
2013-10-13Added method to find an entity in the registry by pointer.Stijn Buys
2013-09-29Corrected build errors, build-0.2.5-svn1328Stijn Buys
2013-09-29build-0.2.5-svn1327Stijn Buys
2012-12-30Added support for weapons mouse aiming.Stijn Buys
2012-12-25Corrected an issue where entity health was not transferred when sending a ↵Stijn Buys
create entity network message.
2012-12-16dded <cassert> include where required.Stijn Buys
2012-12-04Introduce Entity::hit() callback, prevent projectiles from doing no damage.Stijn Buys
2012-12-02Lower bullet velocity threshold to 0.001f.Stijn Buys
2012-11-25Added entity minimum speed threshold.Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
added various methods to core::Item and core::Slot, added r_slots cvar to draw entity slots and docks, added game methods for mounting and umounting of weapons, added playerlist to chat window.
2012-11-21Added get/set methods for the weapon-slot API.Stijn Buys
2012-11-18Corrected a small bug in Entity::print().Stijn Buys
2012-11-18ADded support for enitty information printing, print current armor values ↵Stijn Buys
for ships, print death messages
2012-11-14Add more Slot properties, corrected a bug in EntityControlable control flags ↵Stijn Buys
handling.
2012-11-11Cleaned up core::EntyControlable client-side and server-side proprties API.Stijn Buys
2012-10-20Item id based inventory, support for weapon dealers.Stijn Buys
2012-10-14Disable physics simulation for destroyed entities in Entity::reset()Stijn Buys
2012-10-11Moved handling of the physics reset for the Docked and Destroyed state from ↵Stijn Buys
game tp core.
2012-10-10Provided bullet physics collision callback methods.Stijn Buys
2012-10-10Added zone info parameters to the zone update network message, updated the ↵Stijn Buys
network protocol version to 24.
2012-10-08added zone flags, Stijn Buys
renamed Entity::flag_is_set() to Entity::has_flag()
2012-04-22Initial support for per-entity weapon slots.Stijn Buys
2012-03-03Added core::Slots class template, replaced Entity::set_inventory() with ↵Stijn Buys
Entity::add_inventory().
2011-07-22Added comments to explain the alexandria scaling bug.Stijn Buys
2011-07-13Cleanup of the bullet state changes in the Entity::reset() functions,Stijn Buys
corrected a problem that prevented collision models from working on EntityDynamic.
2011-07-12Disable physics for docked entities.Stijn Buys
2011-07-12Removed Entity::Complex flag: collision models will be used if availble,Stijn Buys
removed a number of irrelevant comments.
2011-05-31Removed a forced recalculateLocalAabb for compound shapes, Stijn Buys
semi-colon in chat messages doesn't truncate the chat text any more, changed chat prompt to "Command:" if the first character is a slash, small misc cleanups
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
corrected a number of timing bugs, improved client framerate stability.
2011-05-09Corrected collisionmesh scaling.Stijn Buys
2011-05-06Support for func_rotate and func_move collision meshes.Stijn Buys
2011-05-06Always use a btCompoundShape for complex collision,Stijn Buys
added infrastructure for collision mesh animation, minor API documentation updates
2011-05-05Initial support for btCompoundShape and the infrastructure required to ↵Stijn Buys
accomodate multiple meshes per collision model, added prototype files for signals
2011-02-10Corrected physics on dynamic entities like cargo pods.Stijn Buys
2011-02-09added sv_collisionmargin Cvar and applied the value to mesh collisions,Stijn Buys
added seconds parameter to sys::get_datetime(), added con_timestamps Cvar, enabled console timestamps on the dedicated server by default.
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
to enable collision models on player ships.
2011-02-06Mark an EntityDynamic as dirty when required.Stijn Buys