Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-20 | Major overhaul of the particle system back-end, support multiple ejectors ↵ | Stijn Buys | |
per particle system. | |||
2012-12-08 | Added support for entity secondary color on lights, flares and particles. | Stijn Buys | |
2012-12-01 | Allow particles to have the secondary entity color. | Stijn Buys | |
2012-11-25 | Draw particles on projectile models. | Stijn Buys | |
2012-10-16 | Corrects a small bug in the list_particles function where the summary is ↵ | Stijn Buys | |
printed multiple times. | |||
2012-10-14 | Render a generic explosion effect for destroyed entities. | Stijn Buys | |
2012-01-13 | Fix particle script 'engine', 'entity', 'color' flags. | Evan Goers | |
Enable light attenuation in modelview. | |||
2011-02-24 | Applied Thorn's unknown spelling purification patch. | Stijn Buys | |
2010-11-18 | Corrected default light and flare radius. | Stijn Buys | |
Suppoort for entity, engine and color keys in fx_particles and particle scripts. Have light, fx_flare and fx_particles color override engine color if the engine spawnflag is set. | |||
2010-11-18 | Unified radiant angles conversion into a single math::Axis.assign() method, ↵ | Stijn Buys | |
corrected transformation order. Removed unnecessary model::LIGHTSCALE constant, light and flare sizes are rescaled according to the global model::SCALE. Added gl::depthfunc, enabled GL_LEQUAL while drawing lights and flares. | |||
2010-11-17 | Cleaned up model::Mapfile axis related keys in the map reader, added warning ↵ | Stijn Buys | |
messages where approriate. Support for multiple particle systems in render::ParticleScript. Cleaned up render::ParticleScript member variable names. Added support for axis related keys and scale key in particle scripts. | |||
2010-11-12 | enables entity model scaling, Entity::radius() gets precedence over ↵ | Stijn Buys | |
Model::radius(), corrected bullet motionstate transfer bug in Entity::reset(), minor cleanups | |||
2009-08-18 | astyle cleanup, corrects not loading of material textures | Stijn Buys | |
2009-03-07 | renamed Entity::eventstate() to Entity::state(), | Stijn Buys | |
introduced Destroyed state | |||
2009-01-13 | adds 'cull' option to fx_flare and fx_particles | Stijn Buys | |
2009-01-12 | radius key for fx_particles, overrules the script value | Stijn Buys | |
2008-12-21 | improved func_rotate | Stijn Buys | |
2008-12-20 | single file particle scripts | Stijn Buys | |
2008-12-07 | flame particle systems | Stijn Buys | |
2008-11-26 | fixes double trail bug, | Stijn Buys | |
remove particles on dock | |||
2008-11-23 | particle systems | Stijn Buys | |
2008-11-16 | engine trails | Stijn Buys | |