Age | Commit message (Expand) | Author |
2010-11-17 | Removed core::Info.model(), info record models must be referenced through Inf... | Stijn Buys |
2010-11-17 | Cleaned up model::Mapfile axis related keys in the map reader, added warning ... | Stijn Buys |
2010-11-17 | infowidget.cc: corrected a typo in the DevInfo widget, thanks A_Spork | Stijn Buys |
2010-11-16 | add 'angles' key support for .map classes, added warning to depricated keys | Stijn Buys |
2010-11-16 | renamed screenshotformat and screenshotquality cvars, | Stijn Buys |
2010-11-16 | cleaned up autoconf/automake project files, this should solve build order and... | Stijn Buys |
2010-11-16 | added a directory for developer documentation | Stijn Buys |
2010-11-16 | Fixes crash on win32 with VBO enabled | Stijn Buys |
2010-11-14 | on win32, define GL_ARRAY_BUFFER and GL_STATIC_DRAW when required, | Stijn Buys |
2010-11-13 | show target location and radius in client::DevInfoWidget | Stijn Buys |
2010-11-13 | apply ship templates to stations | Stijn Buys |
2010-11-13 | corrected a bug where faction or template secondary color was not applied | Stijn Buys |
2010-11-13 | added jumppoint and jumpgate templates, corrected a number of potentional | Stijn Buys |
2010-11-13 | don't set shipmodel info on world entities as this would make shipmodel info ... | Stijn Buys |
2010-11-13 | set ship entity info | Stijn Buys |
2010-11-13 | adds a ship key for world entities which applies ship model settings to a wor... | Stijn Buys |
2010-11-13 | fixed broken model sizes in intro | Stijn Buys |
2010-11-13 | corrected a bug where ship names got erased, | Stijn Buys |
2010-11-13 | fixed broken game::RaceTrack docking, made race entities NonSolid | Stijn Buys |
2010-11-13 | do not enable physics on entities with the NonSolid flag set | Stijn Buys |
2010-11-13 | corrected distance scaling in Cockpit and Track camera view | Stijn Buys |
2010-11-12 | make the renderer properly respect FragmentGroup::Rotate | Stijn Buys |
2010-11-12 | enables entity model scaling, Entity::radius() gets precedence over Model::ra... | Stijn Buys |
2010-11-12 | moved global entity info type to core::Entity::infotype(), | Stijn Buys |
2010-11-12 | made core::Entity::entity_shape a private attribute | Stijn Buys |
2010-11-12 | read factions.ini and add te ablity to apply faction colors to entities, | Stijn Buys |
2010-11-11 | added initial faction support, entities can receive faction colors | Stijn Buys |
2010-11-11 | added static compare function to core::Label | Stijn Buys |
2010-11-11 | added localcontrol->radius() to devinfo widget | Stijn Buys |
2010-11-11 | updated documentation, | Stijn Buys |
2010-11-09 | sort player names in the chat window | Stijn Buys |
2010-11-09 | prevent error message spam if the audio subsystem can not initialize itself | Stijn Buys |
2010-11-09 | optimized ui:ListView::sort(): replaced bubblesort routine with std::list::so... | Stijn Buys |
2010-11-08 | added sorting of listview items | Stijn Buys |
2010-11-08 | fixes crash on jumpgate usage, streamlined keepalive/upkeep frame cycle | Stijn Buys |
2010-11-08 | moved clear() from game::Game~ to core::GameServer~ (solves FIXME), | Stijn Buys |
2010-10-30 | moved clientside thrust and power state into render::RenderExt, added engine ... | Stijn Buys |
2010-10-26 | updated network protocol version to 20, implemented invemtory depletion, unif... | Stijn Buys |
2010-10-26 | enables ui::Slider mouse dragging, corrected a bug in ui::Widget coordinate m... | Stijn Buys |
2010-10-25 | renamed ship torque_force to turn_force, added ship roll_force | Stijn Buys |
2010-10-25 | directory prefix is no required for ini files, merge ui.ini and menu.ini | Stijn Buys |
2010-10-25 | corrects model triangle and quad count | Stijn Buys |
2010-10-24 | corrects model bounding box issues | Stijn Buys |
2010-10-24 | keepalive optimizations, r_lights engine variable, OpenGL VBO support | Stijn Buys |
2010-10-20 | removes Static and Solid entity flags, corrects EntityDynamic motionstate sync | Stijn Buys |
2010-10-20 | docking functions cleanup, jumpgates work again | Stijn Buys |
2010-10-20 | advanced ship physics specifications, specs game function | Stijn Buys |
2010-10-19 | bullet ship physics | Stijn Buys |
2010-10-19 | corrects a bullet segfault when deleteing an EntityControlable | Stijn Buys |
2010-10-18 | bullet ActionInterface for controlable entities, KeepAlive flag and g_keepalive | Stijn Buys |