Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-09 | Improved info text parsing, | Stijn Buys | |
added specifications to the weapon info, expanded ship specifications info. | |||
2010-11-17 | Removed core::Info.model(), info record models must be referenced through ↵ | Stijn Buys | |
Info::modelname(). Prevent the loading of all info record models in render::load(). Added r_loadmodels engine function, which can be used to load all referenced models at once. | |||
2010-11-13 | corrected 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-09-22 | full trading support for networked games | Stijn Buys | |
2010-09-19 | text rendering cleanups, inventory capacity & cargo volume | Stijn Buys | |
2010-09-17 | Bump network protocol version to 19, menudescriptions use the info ↵ | Stijn Buys | |
infrastructure, client-side lazy info update requests. Updated ROADMAP | |||
2010-09-15 | updated comments, updated buy menu, info support for map window, added const ↵ | Stijn Buys | |
to target selection | |||
2009-11-15 | added core::Info id, changed network info message, updated entity network ↵ | Stijn Buys | |
message to include the info id | |||
2009-11-14 | update the info system, fixes network info exchange | Stijn Buys | |
2009-11-13 | added core::InfoType, refactored game::ShipModel as core::Info subclass, ↵ | Stijn Buys | |
introduced core::Label | |||
2009-11-12 | initial commodities and entity inventory, bump network proto version to 18 | Stijn Buys | |
2009-08-18 | astyle cleanup, corrects not loading of material textures | Stijn Buys | |
2009-08-17 | reload entity/info models on r_restart | Stijn Buys | |
2009-06-07 | fixed a few widget order problems, changed map targetting behaviour | Stijn Buys | |
2009-04-15 | added info registry, list_info | Stijn Buys | |
added network info transfer added info based buy menu and related game changes |