Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-12-03Corrected bounding box on models with rotated submodels.Stijn Buys
2010-11-30Render lights and flares in ui::ModelView.Stijn Buys
2010-11-30Disable lighting and texturing while drawing model normals.Stijn Buys
2010-11-29Added 'testmodel' function, enabled autoscaling on ui::ModelViewStijn Buys
2010-11-26Corrected patch normals and vertex unwinding order, draw smaller normals ↵Stijn Buys
with r_normalize 1.
2010-11-24Actually add entities in the intro to their zone,Stijn Buys
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
2010-11-18Corrected 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-18Unified 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-18Corrected flare and light texture coordinates so they no longer appear rotated.Stijn Buys
2010-11-17Cleaned 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-12make the renderer properly respect FragmentGroup::RotateStijn Buys
2010-11-12enables entity model scaling, Entity::radius() gets precedence over ↵Stijn Buys
Model::radius(), corrected bullet motionstate transfer bug in Entity::reset(), minor cleanups
2010-11-08moved clear() from game::Game~ to core::GameServer~ (solves FIXME),Stijn Buys
unified bounding box code into math::BoundingBox3f class
2010-10-30moved clientside thrust and power state into render::RenderExt, added engine ↵Stijn Buys
spawnflag to func_rotate
2010-10-24keepalive optimizations, r_lights engine variable, OpenGL VBO supportStijn Buys
2010-10-19bullet ship physicsStijn Buys
2010-10-17moved bullet objets to core::Entity,Stijn Buys
moved docking functions to game.cc and removed entity->dock(), enabled depth testing for bullet debug draw
2010-10-17core bullet physics support,Stijn Buys
initial vstrafe support
2010-10-06removed skydome support, corrected skybox edge issueStijn Buys
2010-10-06replaces skydomes with skyboxesStijn Buys
2010-09-30Correct r_restart bug where models didn't get reloaded as it shouldStijn Buys
2010-09-29better envmapping, by OdinStijn Buys
2010-09-15updated comments, updated buy menu, info support for map window, added const ↵Stijn Buys
to target selection
2010-03-13lighting cvars patch by megatog615Stijn Buys
2010-02-20Use interleaved vertex arraysStijn Buys
2009-10-04use GL_REFLECTION_MAP instead of GL_SPHERE_MAP for envmappingStijn Buys
2009-08-18astyle cleanup, corrects not loading of material texturesStijn Buys
2009-08-16more constnessStijn Buys
2009-08-16more constness, initial patchDef2 support in MapFile, reverse engine ↵Stijn Buys
disables impulse drive, r_axis support
2009-08-15API cleanups, const optimizations, submodel lights/flares/particles importStijn Buys
2009-08-15don't render entites behind the cameraStijn Buys
2009-08-14implemented r_normalize cvarStijn Buys
2009-08-14model API cleanup, render WORLDSCALEStijn Buys
2009-08-13fixes light/flare renderer bugsStijn Buys
2009-08-13improved light/flare render code, disables engine activated lights on sceneryStijn Buys
2009-08-13documentation updates, win32 build fix, megatog's enginelight patchStijn Buys
2009-08-12triangle/quad code cleanup,corrects submodel origin, enable quad rendering againStijn Buys
2009-08-11implements misc_model rotation angleStijn Buys
2009-08-11misc_model supportStijn Buys
2009-08-10initial texture support for ase modelsStijn Buys
2009-08-09adds r_normals cvar, read normals from .ase modelsStijn Buys
2009-08-09can't envmap if there is no skyStijn Buys
2009-07-16adds environment mapping to the rendererStijn Buys
2009-07-16Removes unused collor array support, disable bullet in sys/sys.hStijn Buys
2009-07-07Moved vertexarray from render to coreStijn Buys
2009-04-16updated a few help messages, added 3d modelview to the buy menuStijn Buys
2009-04-14split entity and model rendering into two functionsStijn Buys