Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-16Merged changelog and release history into a single fileStijn Buys
2010-11-16moved related documents into developer/Stijn Buys
2010-11-16added a directory for developer documentationStijn Buys
2010-11-16Fixes crash on win32 with VBO enabledStijn Buys
2010-11-15staticly link bullet libraries into the binariesStijn Buys
2010-11-14added release history, small updates to the win32 section of the ↵Stijn Buys
installation docs
2010-11-14correct bullet library order in configure.in, Stijn Buys
library order matters when linking with static libraries, like on win32
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
2010-11-13set ship entity infoStijn Buys
2010-11-13adds a ship key for world entities which applies ship model settings to a ↵Stijn Buys
world entity
2010-11-13fixed broken model sizes in introStijn Buys
2010-11-13corrected a bug where ship names got erased,Stijn Buys
made core::Entity::info() const, added core::Info::find() to get non-const *core::Info pointers
2010-11-13fixed broken game::RaceTrack docking, made race entities NonSolidStijn Buys
2010-11-13do not enable physics on entities with the NonSolid flag setStijn Buys
2010-11-13corrected distance scaling in Cockpit and Track camera viewStijn Buys
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-12moved global entity info type to core::Entity::infotype(),Stijn Buys
automatic generation of jumppoint and jumpgate names and descriptions, prepared game code for the seperation of Entity::radius() and Model::radius()
2010-11-12made core::Entity::entity_shape a private attributeStijn Buys
2010-11-12read factions.ini and add te ablity to apply faction colors to entities,Stijn Buys
read templates.ini and add te ablity to apply template settings to entities.
2010-11-11added initial faction support, entities can receive faction colorsStijn Buys
added list_cargo, list_ship and list_faction engine functions
2010-11-11added static compare function to core::LabelStijn Buys
2010-11-11added localcontrol->radius() to devinfo widgetStijn Buys
2010-11-11updated documentation,Stijn Buys
added FIXME, corrected trivial compile error
2010-11-09sort player names in the chat windowStijn Buys
2010-11-09prevent error message spam if the audio subsystem can not initialize itselfStijn Buys
2010-11-09optimized ui:ListView::sort(): replaced bubblesort routine with ↵Stijn Buys
std::list::sort()
2010-11-08added sorting of listview itemsStijn Buys
2010-11-08fixes crash on jumpgate usage, streamlined keepalive/upkeep frame cycleStijn Buys
2010-11-08moved clear() from game::Game~ to core::GameServer~ (solves FIXME),Stijn Buys
unified bounding box code into math::BoundingBox3f class
2010-11-07documentation updates, added player guide iconsStijn Buys
2010-11-07updated documentation, expanded user manualStijn Buys
removed unnecessary subdirectories
2010-11-06added documentation key imagesStijn Buys
2010-11-06added documentation imagesStijn Buys
2010-11-06documentation restylingStijn Buys
2010-11-05documentation updatesStijn Buys
2010-10-30moved clientside thrust and power state into render::RenderExt, added engine ↵Stijn Buys
spawnflag to func_rotate
2010-10-26storyline and documentation updatesStijn Buys
2010-10-26updated network protocol version to 20, implemented invemtory depletion, ↵Stijn Buys
unified depletion with keepalive
2010-10-26enables ui::Slider mouse dragging, corrected a bug in ui::Widget coordinate ↵Stijn Buys
mapping
2010-10-25renamed ship torque_force to turn_force, added ship roll_forceStijn Buys
2010-10-25directory prefix is no required for ini files, merge ui.ini and menu.iniStijn Buys
2010-10-25corrects model triangle and quad countStijn Buys
2010-10-24corrects model bounding box issuesStijn Buys
2010-10-24keepalive optimizations, r_lights engine variable, OpenGL VBO supportStijn Buys