Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/model
AgeCommit message (Expand)Author
2012-12-16dded <cassert> include where required.Stijn Buys
2012-12-08Added support for entity secondary color on lights, flares and particles.Stijn Buys
2012-12-01Corrected a bug which prevented submodel cannon tags from loading.Stijn Buys
2012-12-01Import location_cannon tags from submodels, corrected a memleak while copying...Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
2012-11-22Corrected a bug in the OBJ file reader that prevented it from reading certain...Stijn Buys
2012-04-22Load model weapon tags.Stijn Buys
2012-01-28FS#78 Print additional warnings if submodels could not be loaded.Stijn Buys
2012-01-28FS#78 Ignore empty submodelsStijn Buys
2012-01-24Added a 'specular' material parameter. Defaults to 'color' values.Evan Goers
2012-01-21Add a 'decal' macro material flag. Material flag 'Decal' enables polygon offs...Evan Goers
2012-01-04Correct some clang-related compile errorsStijn Buys
2011-12-31Resolved comparison between signed and unsigned integer expressions (second t...Stijn Buys
2011-12-31Resolved comparison between signed and unsigned integer expressions.Stijn Buys
2011-11-20Added origin brush support for func_rotate.Stijn Buys
2011-10-22Initial support for the Material::Origin surface flagStijn Buys
2011-08-25Improved OBJ reader warning messages, by ThornStijn Buys
2011-08-25OBJ model support, by ThornStijn Buys
2011-08-07Corrected flag reporting in the list_material function.Stijn Buys
2011-07-29Added print() function for materials, read material color alpha from shader f...Stijn Buys
2011-07-12Corrected the previous ASE bugfix which prevented ASE files from loading.Stijn Buys
2011-07-05Corrected a potential memory leak in the ASE reader.Stijn Buys
2011-05-11Review of the main loop timer, converted timers from float to unsigned long,Stijn Buys
2011-05-07Corrected a bug that prevented func_move clip from working properly.Stijn Buys
2011-05-06Support for func_rotate and func_move collision meshes.Stijn Buys
2011-05-06Import submodel clipStijn Buys
2011-05-06Always use a btCompoundShape for complex collision,Stijn Buys
2011-05-05Initial support for btCompoundShape and the infrastructure required to accomo...Stijn Buys
2011-03-30Corrected func_move submodel instancing.Stijn Buys
2011-03-27Corrected rotating fragmentgroups imported from submodels.Stijn Buys
2011-03-27Corrected the axis for rotated fragmentgroups of rotated sub-models.Stijn Buys
2011-03-24Corrected position for light, flares and other entities imported through subm...Stijn Buys
2011-03-24Corrected rotated submodel locations.Stijn Buys
2011-03-13Corrected texture coordinates of the built-in sphere model.Stijn Buys
2011-02-08Corrected triangle loading of collision model, added 'complex' flag to ships.iniStijn Buys
2011-01-29code cleanups.Stijn Buys
2011-01-27Moved material loading from render to core, make sure the dedicated server re...Stijn Buys
2011-01-26Corrected the origin alignment of collision mesh bodies.Stijn Buys
2011-01-21Support structures for complex entity collision,Stijn Buys
2010-12-08Ignore the angle keys on map sounds, corrected audio position for model sound...Stijn Buys
2010-12-05Support for func_move vertex groups.Stijn Buys
2010-12-03Corrected bounding box on models with rotated submodels.Stijn Buys
2010-12-02Improved patch mesh subdivision.Stijn Buys
2010-12-01Calculate patch mesh texture coordinates.Stijn Buys
2010-12-01Corrected patch normal calculation.Stijn Buys
2010-11-28Improved patch mesh surface normals.Stijn Buys
2010-11-26Brute-force patch subdivisionStijn Buys
2010-11-26Corrected patch normals and vertex unwinding order, draw smaller normals with...Stijn Buys
2010-11-26Read .map patch definitions into model quads (without triangulation)Stijn Buys
2010-11-18Corrected default light and flare radius. Stijn Buys