Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
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(), ↵Stijn Buys
EntityDynamic::print() and Info::print().
2014-12-25Added a core::Level type, added a level attribute to core::Entity and ↵Stijn Buys
core::Info, updated core::Player to use the new type.
2014-12-24Projectiles don't need mass.Stijn Buys
2014-12-24Prevent projectiles from hitting the enity that fired it, prevent ↵Stijn Buys
projectiles from hitting each other.
2014-12-22Prevent wingmen from getting destroyed when you buy a new ship or use the ↵Stijn Buys
'give ship' engine command.
2014-12-22Fixed a bug where the lad/savegame dialog wouldn't show the screenshot of ↵Stijn Buys
the first selected savegame, minor code cleamups in material handling.
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
remote clients, send a messagebox if the player's ship is destroyed, this fixes having to press the respawn button twice. added messageboxes on network connection failures.
2014-12-07Improved Entity::print().Stijn Buys
2014-12-07Cleanup of the slots code, unified model weapon and dock tags into a single ↵Stijn Buys
slots list, load dock tags into entity slots, represent entity slot locations in entity coordinate space, have r_slots render fixed-size slot indicators regardless of model scale.
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
automake syntax updates, starsystem roadmap updates.
2013-11-12Support for player autopilot terget next to mission target,Stijn Buys
bumped network protocol version to 28, disable freeflight button if there is no autopilot target.
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 ↵Stijn Buys
Entity::Destroyed state, fixed a potential memory leak.
2013-11-10Ignore server-side entities when using 'goto' and added a safety distance ↵Stijn Buys
and a nudge check.
2013-11-10Adjust reputation on NPC kills,Stijn Buys
refresh reputation window if required.
2013-11-10Introduced global variables for reputation hostile/friendly thresholds,Stijn Buys
do not allow players to dock at hostile bases, indicate target reputation in the hud target info widget.
2013-11-10Corrected a small bug in Entity::print(),Stijn Buys
added nudge randomizer option.
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
send player reputation and stats from server to client, send entity faction to clients, improved list_entity.
2013-11-09Nudge ships on launch and cargopods on creation to prevent them from ↵Stijn Buys
spawning inside other objects.
2013-11-08Added missing core::reputation files.Stijn Buys
2013-11-07Track the amount of time the player has spent,Stijn Buys
make the 'impulse' command disable the autopilot.
2013-11-07Save/load player reputation,Stijn Buys
count player NPC and PVP kills.
2013-11-07Added core:: support for entity factions and player reputation ↵Stijn Buys
(single-player only).
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
2013-01-15Corrected a comment typo.Stijn Buys
2013-01-06Increased projectile size to 0.025f.Stijn Buys