Age | Commit message (Expand) | Author |
2015-02-09 | Drop support for the 'infoname' entity ini key. | Stijn Buys |
2015-02-01 | Reduce drawing distance to 50km and fx distance to 20km. | Stijn Buys |
2014-12-25 | Corrected a number of imperfections in Entity::print(), EntityDynamic::print(... | Stijn Buys |
2014-12-25 | Added a core::Level type, added a level attribute to core::Entity and core::I... | Stijn Buys |
2014-12-24 | Projectiles don't need mass. | Stijn Buys |
2014-12-24 | Prevent projectiles from hitting the enity that fired it, prevent projectiles... | Stijn Buys |
2014-12-22 | Prevent wingmen from getting destroyed when you buy a new ship or use the 'g... | Stijn Buys |
2014-12-22 | Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of the... | Stijn Buys |
2014-12-16 | Improved list_entity engine function. | Stijn Buys |
2014-12-16 | Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual. | Stijn Buys |
2014-12-07 | Implemented messageboxes and the ability for the game module to send them to ... | Stijn Buys |
2014-12-07 | Improved Entity::print(). | Stijn Buys |
2014-12-07 | Cleanup of the slots code, unified model weapon and dock tags into a single s... | Stijn Buys |
2014-12-04 | Improved entity nudging. | Stijn Buys |
2014-07-08 | Added const accessor for Reputation::factionreps() . | Stijn Buys |
2014-07-08 | Small cosmetic update to the list_info engine function. | Stijn Buys |
2013-12-15 | Added --enable-static-libc option to the configure script, | Stijn Buys |
2013-11-12 | Support for player autopilot terget next to mission target, | Stijn Buys |
2013-11-12 | Clear reputation dirty state on player join. | Stijn Buys |
2013-11-12 | Corrected a comment typo. | Stijn Buys |
2013-11-11 | Corrected a small print bug in the 'time' function. | Stijn Buys |
2013-11-10 | Renamed entity_destroyed to entity_died to prevent confusion with the Entity:... | Stijn Buys |
2013-11-10 | Ignore server-side entities when using 'goto' and added a safety distance and... | Stijn Buys |
2013-11-10 | Adjust reputation on NPC kills, | Stijn Buys |
2013-11-10 | Introduced global variables for reputation hostile/friendly thresholds, | Stijn Buys |
2013-11-10 | Corrected a small bug in Entity::print(), | Stijn Buys |
2013-11-09 | Bugfixes in the entity print() functions. | Stijn Buys |
2013-11-09 | Do not run game frames and upkeep on destroyed entities. | Stijn Buys |
2013-11-09 | Iterator cleanups. | Stijn Buys |
2013-11-09 | Bumped network protocol to version 27, | Stijn Buys |
2013-11-09 | Nudge ships on launch and cargopods on creation to prevent them from spawning... | Stijn Buys |
2013-11-08 | Added missing core::reputation files. | Stijn Buys |
2013-11-07 | Track the amount of time the player has spent, | Stijn Buys |
2013-11-07 | Save/load player reputation, | Stijn Buys |
2013-11-07 | Added core:: support for entity factions and player reputation (single-player... | Stijn Buys |
2013-11-05 | Support the 'infoname' key in zone ini files. | Stijn Buys |
2013-11-05 | Added core:: method to find an item pointer in an inventory. | Stijn Buys |
2013-11-04 | Improved zone keepalive updates. | Stijn Buys |
2013-11-03 | Added gameserver comments. | Stijn Buys |
2013-11-02 | Copy currently mounted weapons onto wingmen. | Stijn Buys |
2013-10-15 | Added ship autopilot, removed entity_controlflags, added goto ui button. | Stijn Buys |
2013-10-13 | Added method to find an entity in the registry by pointer. | Stijn Buys |
2013-09-29 | Corrected build errors, build-0.2.5-svn1328 | Stijn Buys |
2013-09-29 | build-0.2.5-svn1327 | Stijn Buys |
2013-05-01 | Delete client-side projectiles outside effects range. | Stijn Buys |
2013-02-21 | Replaced iterator post-increment operators with pre-increment operators. | Stijn Buys |
2013-01-19 | Convert slot cone angle to radians. | Stijn Buys |
2013-01-15 | Corrected a comment typo. | Stijn Buys |
2013-01-06 | Increased projectile size to 0.025f. | Stijn Buys |
2013-01-01 | Initial support for turret-style weapons. | Stijn Buys |