Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-14Render a generic explosion effect for destroyed entities.Stijn Buys
2012-10-08added zone flags, Stijn Buys
renamed Entity::flag_is_set() to Entity::has_flag()
2012-10-07Probe the maximal number of OpenGL lights.Stijn Buys
2012-05-03Tweaked light attenuation.Evan Goers
2012-05-01Use light environment classes in the model viewer and the main rendering ↵Stijn Buys
routine.
2012-05-01Added light environment classesStijn Buys
2012-05-01Added light environment classesStijn Buys
2012-04-23Added constant attenuation value.Evan Goers
2012-04-22Draw weapon slot placeholder boxes.Stijn Buys
2012-04-22Corrects a lighting bug introduced in r1123.Stijn Buys
2012-03-22Cleaned up lighting related variable names.Stijn Buys
2012-03-21Changed create_light() to add_light().Evan Goers
De-duplicated some magic numbers.
2012-03-21Functionize light creation.Evan Goers
2012-02-13Rearranged render::draw_pas_globes(), removed render::draw_globe(), added ↵Stijn Buys
render::draw_globe_corona().
2012-01-28Prevent Textures::unload() from unloading the 'image not found' texture.Stijn Buys
2012-01-28Added function to write savegame screenshots,Stijn Buys
moved client notification from the individual image loaders to the screenshot function.
2012-01-24Fixed a stupid issue.Evan Goers
2012-01-24Renderer now checks and enables lights based on availability instead of ↵Evan Goers
using arbitrary GL_LIGHT#s.
2012-01-24Added a 'specular' material parameter. Defaults to 'color' values.Evan Goers
Tweaked lighting a bit.
2012-01-24Got rid of r_diffuse/r_specular/r_ambient.Evan Goers
2012-01-21gl::'d polygonoffset and alphafunc.Evan Goers
2012-01-21Add a 'decal' macro material flag. Material flag 'Decal' enables polygon ↵Evan Goers
offsetting and alpha testing on the surface.
2012-01-14Enabled separate specular.Evan Goers
2012-01-14Provide a fallback for zones without a sky set.Evan Goers
2012-01-13Fix particle script 'engine', 'entity', 'color' flags.Evan Goers
Enable light attenuation in modelview.
2012-01-08Implemented zone ambient color usage in renderer.Evan Goers
2012-01-06Re-enabled modelview lighting, separate from game lighting.Evan Goers
2012-01-05Removed camera light.Evan Goers
Tweaked lighting more.
2012-01-04Various lighting tweaks and enhancements.Evan Goers
2011-07-31Added power state to the material context.Stijn Buys
2011-07-29Moved material context functions into the State class.Stijn Buys
2011-07-22Corrects docks location for entities with scaled modelsStijn Buys
2011-07-16Draw a star after drawing the corona to prevent the corona from washing out ↵Stijn Buys
the star texture.
2011-07-13Colour support in the bullet debug drawer.Stijn Buys
2011-07-09Report screenshot filenames on-screen.Stijn Buys
2011-07-07Disable mipmapping on skybox textures, provide an OpenGL texture id for the ↵Stijn Buys
cubemap.
2011-07-02Dont' draw the player's ship in Cockpit view,Stijn Buys
don't let engine sound depend on entity visibility.
2011-05-09Refactored the sys::localtime routines.Stijn Buys
2011-05-06Support for func_rotate and func_move collision meshes.Stijn Buys
2011-03-30Corrected func_move submodel instancing.Stijn Buys
2011-03-27Corrected rotating fragmentgroups imported from submodels.Stijn Buys
2011-02-24Applied Thorn's unknown spelling purification patch.Stijn Buys
2011-02-17Removed SDL exception for MacOS from configure,Stijn Buys
removed extern "C" from OpenGL function pointers.
2011-02-10Added a local chat channel. The say command defaults to zone chat, global ↵Stijn Buys
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.
2011-02-09added sv_collisionmargin Cvar and applied the value to mesh collisions,Stijn Buys
added seconds parameter to sys::get_datetime(), added con_timestamps Cvar, enabled console timestamps on the dedicated server by default.
2011-01-27Moved material loading from render to core, make sure the dedicated server ↵Stijn Buys
reads materials.ini, removed unnecessary CollisionMesh::translate() method.
2010-12-08Don't print a message when switching camera view.Stijn Buys
2010-12-06Corrected an envmap state change in the fragment renderer.Stijn Buys
2010-12-06Re-enabled environment mapping with the skybox as cubemap.Stijn Buys
2010-12-05Support for func_move vertex groups.Stijn Buys