Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-02Fixed a build problem where an SDL instead of SDL2 header was used.Stijn Buys
2015-02-28Do not draw world axis with r_axis enabled.Stijn Buys
2015-02-28Reimplemented camera handling enabling 360-degree freelook.Stijn Buys
2015-02-09Don't render slot indicators when the entity is outside fx range,Stijn Buys
2015-01-24Removed specialized globe distance function.Stijn Buys
2015-01-10Use a draw list for entities and globes.Stijn Buys
2015-01-06Added separate event handlers for mouse button clicks and mouse wheel movement.Stijn Buys
2015-01-03Added freelook support. added +freelook action and set it as default bind for...Stijn Buys
2014-12-22Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of the...Stijn Buys
2014-12-16Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.Stijn Buys
2014-12-07Cleanup of the slots code, unified model weapon and dock tags into a single s...Stijn Buys
2014-09-21Added shininess setting for shaders.Evan Goers
2014-07-27Draw rudimentary direction/thrust indicators on EntityControlables.Stijn Buys
2014-07-11Support material layer blending.Stijn Buys
2014-07-09Initial support for multi-layered materials, requires shaders files in the ne...Stijn Buys
2013-12-15Added --enable-static-libc option to the configure script,Stijn Buys
2013-11-16Material API cleanups,Stijn Buys
2013-11-12Restored mega's light attenuation values.Stijn Buys
2013-10-20Improved particle ejector thrust control.Stijn Buys
2013-10-20Make thrust triggered particle ejectors set output particle speed depending o...Stijn Buys
2013-10-17Draw explosion particles for destroyed dynamic entities.Stijn Buys
2013-10-14More explosion particles bugfixes.Stijn Buys
2013-10-13Axded explosion trigger for particle ejecotrs, fixed explosion particles for ...Stijn Buys
2013-10-08Improved r_bbox and r_slots drawing.Stijn Buys
2013-09-28Cleanup of the material API: split flags into flags and colortype.Stijn Buys
2013-09-24Apply particle system scales,Stijn Buys
2013-04-16Support for 'colorsecond' in particle scripts, have trail style particles use...Stijn Buys
2013-02-09Disable particle system ejectors for EntityDynamic in Entity::NoPower state.Stijn Buys
2013-01-27Scale particle according to entity radius instead of modelscale.Stijn Buys
2013-01-27Support for particle ejector timeout value,Stijn Buys
2013-01-27ADded support for streak style particles.Stijn Buys
2013-01-27Added support for particles minimum/maximum speed,Stijn Buys
2013-01-22Implemented Flare particles.Stijn Buys
2013-01-21Renamed particle ejector types,Stijn Buys
2013-01-21Added attached property to draw particle systems in entity space instead of w...Stijn Buys
2013-01-20Major overhaul of the particle system back-end, support multiple ejectors per...Stijn Buys
2012-12-28Support for rendering globes with rings,Stijn Buys
2012-12-15esolved an OpenGL-related build problem on windowesolved an OpenGL-related bu...Stijn Buys
2012-12-08Added support for entity secondary color on lights, flares and particles.Stijn Buys
2012-12-01Allow particles to have the secondary entity color.Stijn Buys
2012-11-30Corrected a lighting bug while drawing fakespheres behind farplane.Stijn Buys
2012-11-26More gl::-ization.Evan Goers
2012-11-26Abstracted many more GL functions.Evan Goers
2012-11-25Draw particles on projectile models.Stijn Buys
2012-11-25Moved core::EntityGlobe into a separate file,Stijn Buys
2012-11-14Mark docked entities as unpowered which prevents entity sounds from being pla...Stijn Buys
2012-11-11Corrected light attenuation values.Stijn Buys
2012-11-07Tweaked zone light attenuation values.Evan Goers
2012-10-16Corrects a small bug in the list_particles function where the summary is prin...Stijn Buys
2012-10-16Default sky is loaded in in the game module, the engine falls back to black.Stijn Buys