Age | Commit message (Expand) | Author |
2014-12-22 | Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of the... | Stijn Buys |
2014-12-16 | Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual. | Stijn Buys |
2014-12-13 | Minro cleanup, added Model::add_layer() method. | Stijn Buys |
2014-12-07 | Cleanup of the slots code, unified model weapon and dock tags into a single s... | Stijn Buys |
2014-09-21 | Added shininess setting for shaders. | Evan Goers |
2014-07-11 | Support material layer blending. | Stijn Buys |
2014-07-09 | Initial support for multi-layered materials, requires shaders files in the ne... | Stijn Buys |
2014-07-06 | Added initial definitions for material layers. | Stijn Buys |
2014-07-06 | Minor cleanups. | Stijn Buys |
2013-12-15 | Added --enable-static-libc option to the configure script, | Stijn Buys |
2013-11-24 | Parse the map tag 'info' key. | Stijn Buys |
2013-11-16 | Material API cleanups, | Stijn Buys |
2013-10-08 | Sort model tags by location. | Stijn Buys |
2013-09-29 | build-0.2.5-svn1327 | Stijn Buys |
2013-09-28 | Cleanup of the material API: split flags into flags and colortype. | Stijn Buys |
2013-05-11 | Fixed building with gcc 4.8. | Stijn Buys |
2013-01-15 | Use pre- instead of post-increment on iterator loops. | Stijn Buys |
2013-01-01 | Initial support for turret-style weapons. | Stijn Buys |
2012-12-16 | dded <cassert> include where required. | Stijn Buys |
2012-12-08 | Added support for entity secondary color on lights, flares and particles. | Stijn Buys |
2012-12-01 | Corrected a bug which prevented submodel cannon tags from loading. | Stijn Buys |
2012-12-01 | Import location_cannon tags from submodels, corrected a memleak while copying... | Stijn Buys |
2012-11-25 | Moved core::EntityGlobe into a separate file, | Stijn Buys |
2012-11-22 | Corrected a bug in the OBJ file reader that prevented it from reading certain... | Stijn Buys |
2012-04-22 | Load model weapon tags. | Stijn Buys |
2012-01-28 | FS#78 Print additional warnings if submodels could not be loaded. | Stijn Buys |
2012-01-28 | FS#78 Ignore empty submodels | Stijn Buys |
2012-01-24 | Added a 'specular' material parameter. Defaults to 'color' values. | Evan Goers |
2012-01-21 | Add a 'decal' macro material flag. Material flag 'Decal' enables polygon offs... | Evan Goers |
2012-01-04 | Correct some clang-related compile errors | Stijn Buys |
2011-12-31 | Resolved comparison between signed and unsigned integer expressions (second t... | Stijn Buys |
2011-12-31 | Resolved comparison between signed and unsigned integer expressions. | Stijn Buys |
2011-11-20 | Added origin brush support for func_rotate. | Stijn Buys |
2011-10-22 | Initial support for the Material::Origin surface flag | Stijn Buys |
2011-08-25 | Improved OBJ reader warning messages, by Thorn | Stijn Buys |
2011-08-25 | OBJ model support, by Thorn | Stijn Buys |
2011-08-07 | Corrected flag reporting in the list_material function. | Stijn Buys |
2011-07-29 | Added print() function for materials, read material color alpha from shader f... | Stijn Buys |
2011-07-12 | Corrected the previous ASE bugfix which prevented ASE files from loading. | Stijn Buys |
2011-07-05 | Corrected a potential memory leak in the ASE reader. | Stijn Buys |
2011-05-11 | Review of the main loop timer, converted timers from float to unsigned long, | Stijn Buys |
2011-05-07 | Corrected a bug that prevented func_move clip from working properly. | Stijn Buys |
2011-05-06 | Support for func_rotate and func_move collision meshes. | Stijn Buys |
2011-05-06 | Import submodel clip | Stijn Buys |
2011-05-06 | Always use a btCompoundShape for complex collision, | Stijn Buys |
2011-05-05 | Initial support for btCompoundShape and the infrastructure required to accomo... | Stijn Buys |
2011-03-30 | Corrected func_move submodel instancing. | Stijn Buys |
2011-03-27 | Corrected rotating fragmentgroups imported from submodels. | Stijn Buys |
2011-03-27 | Corrected the axis for rotated fragmentgroups of rotated sub-models. | Stijn Buys |
2011-03-24 | Corrected position for light, flares and other entities imported through subm... | Stijn Buys |