Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-21Support structures for complex entity collision,Stijn Buys
renamed sv_arrysize cvar to mem_vertex.
2010-11-28Added nonsolid to core::Parser.Stijn Buys
2010-11-24Actually add entities in the intro to their zone,Stijn Buys
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
2010-11-18Have core::Parser handle axis rotations in the same manner as model::MapFile.Stijn Buys
2010-11-13corrected a bug where ship names got erased,Stijn Buys
made core::Entity::info() const, added core::Info::find() to get non-const *core::Info pointers
2010-11-12moved global entity info type to core::Entity::infotype(),Stijn Buys
automatic generation of jumppoint and jumpgate names and descriptions, prepared game code for the seperation of Entity::radius() and Model::radius()
2010-11-12made core::Entity::entity_shape a private attributeStijn Buys
2010-09-17Initial inventory loading, ships docking shipsStijn Buys
2010-09-16map info support, initial trade windowStijn Buys
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-08-16more constness, initial patchDef2 support in MapFile, reverse engine ↵Stijn Buys
disables impulse drive, r_axis support
2009-08-15API cleanups, const optimizations, submodel lights/flares/particles importStijn Buys
2009-08-11mandatory "maps/" prefix in .ini filesStijn Buys
2009-08-11misc_model supportStijn Buys
2009-06-07fixed a few widget order problems, changed map targetting behaviourStijn Buys
2009-02-24Replaced 'The Osirion Project' with 'Project::OSiRioN' in messages,Stijn Buys
added g_collision cflag to facillitate future development, added ShowOnMap entity flag
2008-11-09docking menusStijn Buys
2008-11-08docking, bumps network protocol versionStijn Buys
2008-11-01server-side model loading, initial @dock functionStijn Buys
2008-09-28intro module groundworksStijn Buys