Age | Commit message (Collapse) | Author |
|
render::draw_globe_corona().
|
|
|
|
moved client notification from the individual image loaders to the screenshot function.
|
|
|
|
using arbitrary GL_LIGHT#s.
|
|
Tweaked lighting a bit.
|
|
|
|
|
|
offsetting and alpha testing on the surface.
|
|
|
|
|
|
Enable light attenuation in modelview.
|
|
|
|
|
|
Tweaked lighting more.
|
|
|
|
|
|
|
|
|
|
the star texture.
|
|
|
|
|
|
cubemap.
|
|
don't let engine sound depend on entity visibility.
|
|
|
|
|
|
|
|
|
|
|
|
removed extern "C" from OpenGL function pointers.
|
|
messages can be send with the shout command.
Removed NonSolid flag fro race objects, have race use the local chat channel.
Updated to network protocol version 22.
Updated developer documentation.
|
|
added seconds parameter to sys::get_datetime(),
added con_timestamps Cvar,
enabled console timestamps on the dedicated server by default.
|
|
reads materials.ini,
removed unnecessary CollisionMesh::translate() method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with r_normalize 1.
|
|
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
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
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.
|