Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
create entity network message.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
for ships, print death messages
|
|
handling.
|
|
|
|
|
|
|
|
game tp core.
|
|
|
|
network protocol version to 24.
|
|
renamed Entity::flag_is_set() to Entity::has_flag()
|
|
|
|
Entity::add_inventory().
|
|
|
|
corrected a problem that prevented collision models from working on EntityDynamic.
|
|
|
|
removed a number of irrelevant comments.
|
|
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
|
|
corrected a number of timing bugs, improved client framerate stability.
|
|
|
|
|
|
added infrastructure for collision mesh animation,
minor API documentation updates
|
|
accomodate multiple meshes per collision model,
added prototype files for signals
|
|
|
|
added seconds parameter to sys::get_datetime(),
added con_timestamps Cvar,
enabled console timestamps on the dedicated server by default.
|
|
to enable collision models on player ships.
|
|
|
|
the dedicated server quits.
|
|
|
|
renamed sv_arrysize cvar to mem_vertex.
|
|
|
|
removed core::EntityControlable::movement(),
cleaned up core::EntityGlobe,
adds support for a per-globe corona,
adds core::EntityControlable::control_flags(),
bumps network protocol version to 21
|
|
made core::Entity::info() const, added core::Info::find() to get non-const *core::Info pointers
|
|
|
|
Model::radius(),
corrected bullet motionstate transfer bug in Entity::reset(),
minor cleanups
|
|
automatic generation of jumppoint and jumpgate names and descriptions,
prepared game code for the seperation of Entity::radius() and Model::radius()
|
|
|
|
|
|
unified bounding box code into math::BoundingBox3f class
|