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