Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-12-02Improved patch mesh subdivision.Stijn Buys
2010-12-01Calculate patch mesh texture coordinates.Stijn Buys
2010-12-01Corrected patch normal calculation.Stijn Buys
2010-11-30Correct an OpenGL state change.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-30Corrected a problem in the sound initialization sequence.Stijn Buys
2010-11-29Added r_wireframe and r_normals buttons to the model viewer.Stijn Buys
2010-11-29Improved ui::ModelView scaling.Stijn Buys
2010-11-29Parse command line options after engine initialization.Stijn Buys
2010-11-29Prevent the 'testmodel' function from reporting a missing model twice.Stijn Buys
2010-11-29Added 'testmodel' function, enabled autoscaling on ui::ModelViewStijn Buys
2010-11-29Corrected message in the 'give cargo' command.Stijn Buys
2010-11-28Added nonsolid to core::Parser.Stijn Buys
2010-11-28Improved patch mesh surface normals.Stijn Buys
2010-11-27Removed input lag from ship controles.Stijn Buys
2010-11-27Corrected 'specs strafe' message, thanks ThornStijn Buys
2010-11-26Brute-force patch subdivisionStijn Buys
2010-11-26Corrected patch normals and vertex unwinding order, draw smaller normals ↵Stijn Buys
with r_normalize 1.
2010-11-26Read .map patch definitions into model quads (without triangulation)Stijn Buys
2010-11-25Corrected core::EntityControlable::control_flags network transmission.Stijn Buys
2010-11-25Have the spec command report individual specifications if no value is provided.Stijn Buys
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-24apply model radius to enties in intro.ini.Stijn Buys
2010-11-24Added support for generic [entity] sections to intro.ini.Stijn Buys
2010-11-24Exposed ship physics damping factors through ships.ini and the specs command.Stijn Buys
2010-11-24removed core::localcontrol()->movement() dependency from dust rendererStijn Buys
2010-11-24added r_windowheight and r_windowwidth to set window size in windowed mode ↵Stijn Buys
(defaults to 1024x768)
2010-11-18Have the goto engine function make your ship appear above another player, ↵Stijn Buys
instead of in front of him.
2010-11-18Removed warning color from docking messages.Stijn Buys
2010-11-18Have r_loadmodels load all particle scripts referenced by models.Stijn Buys
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-18Have core::Parser handle axis rotations in the same manner as model::MapFile.Stijn Buys
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-18Changed game::Ship::mass() default value to radius() * 100, updated the ↵Stijn Buys
specs game function.
2010-11-17Removed core::Info.model(), info record models must be referenced through ↵Stijn Buys
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.
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-17infowidget.cc: corrected a typo in the DevInfo widget, thanks A_SporkStijn Buys
2010-11-16add 'angles' key support for .map classes, added warning to depricated keysStijn Buys
2010-11-16renamed screenshotformat and screenshotquality cvars,Stijn Buys
cleaned up mipmap and vbo console messages
2010-11-16cleaned up autoconf/automake project files, this should solve build order ↵Stijn Buys
and dependency issues
2010-11-16added a directory for developer documentationStijn Buys
2010-11-16Fixes crash on win32 with VBO enabledStijn Buys
2010-11-14on win32, define GL_ARRAY_BUFFER and GL_STATIC_DRAW when required,Stijn Buys
replaced system opengl headers with SDL/SDL_opengl.h
2010-11-13show target location and radius in client::DevInfoWidgetStijn Buys
2010-11-13apply ship templates to stationsStijn Buys
2010-11-13corrected a bug where faction or template secondary color was not appliedStijn Buys
2010-11-13added jumppoint and jumpgate templates, corrected a number of potentionalStijn Buys
radius related bugs
2010-11-13don't set shipmodel info on world entities as this would make shipmodel info ↵Stijn Buys
editable through zone.ini