Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines
|
|
|
|
|
|
|
|
|
|
Changelog
=========
auto-commit: translation updates (8600607e6)
|
|
Changelog
=========
Merge branch 'music2' (04f1c7430)
New tracks. (d01f27046)
Merge branch 'easter-egg' (63122829e)
Add BBS Easter egg, message shown on every 50th station (4e0d985f8)
|
|
Changelog
=========
Update Changelog.txt (68835a4a1)
Merge pull request #4315 from nozmajner/keeper_orbit_textures (56e231e0a)
auto-commit: translation updates (fbb0b5d0e)
Adding Keepers texture updates (09bebf574)
|
|
Changelog
=========
auto-commit: translation updates (b5a57190b)
|
|
Changelog
=========
auto-commit: translation updates (4566b4eb7)
|
|
Changelog
=========
auto-commit: translation updates (530eb3eed)
auto-commit: translation updates (137f85a0c)
auto-commit: translation updates (b4d339eec)
|
|
Changelog
=========
auto-commit: translation updates (514c181ec)
auto-commit: translation updates (29b0d906e)
Update Changelog.txt (a92af6e13)
Merge pull request #4313 from fluffyfreak/fix-cockpit-rendering (e5dbded6c)
Correct minor formatting/indentation (2a6bf9a7e)
Activate the cockpit if it's being used (c90197bda)
Merge pull request #4312 from fluffyfreak/fix-startup-crash (951c1543d)
Make Propulsion and FixedGuns into RefCounted objects. (3ac635800)
Initialise m_prop instead of a local variable, fixes startup crash/exception (a3b02893d)
auto-commit: translation updates (31d1c0b03)
auto-commit: translation updates (1bcf7b7a0)
Clarify tooltip for speed relative to target (aa3c14bbe)
Merge branch 'fixvolumesliders' (baaed0307)
Fix new ImGui volume settings sliders (37f6bc1d7)
Merge branch 'mainmenu-imgui' (8f587866b)
Main Menu converted to ImGui (3462315a2)
|
|
Changelog
=========
auto-commit: translation updates (9a7702bae)
|
|
Changelog
=========
Update changelog (038a2a41f)
Fix crash when opening main menu in hyperspace (#4302) (4f8da22d2)
auto-commit: translation updates (f41210d50)
Update Changelog.txt (bff8ba4a3)
Merge pull request #4301 from fluffyfreak/apply-square (1b9937721)
auto-commit: translation updates (e12a3bda2)
Square the values now that the isqrt was removed. (7eccb4d84)
auto-commit: translation updates (922b16d5e)
auto-commit: translation updates (2422e8703)
Update Changelog.txt (eb1f7dd2c)
Merge pull request #4294 from fluffyfreak/minor-opt-isqrt (fd7b3fc91)
auto-commit: translation updates (39c4a1f4c)
Update Changelog.txt (49a57405a)
Merge pull request #4286 from fluffyfreak/keeper-ship-textures (3b238f67e)
Update Changelog.txt (9bfd70a45)
Merge pull request #4292 from fluffyfreak/update-geom (cb839cdce)
fixed version for isqrt using soft calculation (53bdd1724)
Update Changelog.txt (f56d5e7c8)
Merge pull request #4296 from jaj22/fix-luatoC-seeds (692fb501e)
Fix broken Lua->C seed transfers in Face & CustomSystem (b25da4959)
Replace soft isqrt with cast from sqrt which is 7.3 to x15 times faster (b71f7a07d)
Reduce or remove usage of isqrt (a647a46a4)
Remove SetUserData, only allow via Geom ctor. Cleanup class, cache pos when changed. (627e32869)
Update Changelog.txt (fe105532f)
Merge pull request #4289 from joonicks/pmc-cityonplanet-setuserdata-optimized (8d1a276b6)
Update Changelog.txt (3219d0d6c)
Merge pull request #4290 from fluffyfreak/unused-var-adjust-comment (b624bddea)
auto-commit: translation updates (8e2d838c2)
Remove unused variable and update the comment (5f4295d04)
cityonplanet setuserdata optimized (b2b7be4d4)
auto-commit: translation updates (4d32739b6)
Added Jon Jenkins (0f32680f2)
auto-commit: translation updates (0588ed556)
Update Changelog.txt (11f9ad490)
Merge pull request #4284 from fluffyfreak/city-geom-user-data (24419c973)
auto-commit: translation updates (79990701a)
Keepers new textures and patterns for ships (581eb67f6)
Update Changelog.txt (902849f5c)
Merge pull request #4285 from fluffyfreak/modelcompiler-x64-fixes (12a452b59)
Modelcompiler fixes for x64 linking (39e2639c6)
Update Changelog.txt (273f61a7e)
Merge pull request #4283 from fluffyfreak/route-opt (2dc3061e4)
Set the user data for city geom objects. (74d6c63c0)
Update Changelog.txt (f80622bdf)
Merge pull request #4279 from CampNowhere/small_display_changes (92ae74d88)
Update Changelog.txt (3b658865e)
Merge pull request #4282 from WKFO/blackhole (ff1ee2646)
DistanceFromLine for lines of infinite length. unordered_set replaces set. use of range based for loops. (b59a97c0e)
auto-commit: translation updates (9d1daaeb8)
DistanceFromLine test added to MathUtil, used to constrain Sectors used for route planning. (20257162b)
Move these out of the loop since they should never change. (8653204c3)
Avoid GetSector is sector out of maxRange, limited sectors to tighter bounds, return route as parameter. (c12238c5a)
Minor optimisations, avoid 2 isqrt calls, and a pointless mul (208065b95)
auto-commit: translation updates (47e971f47)
auto-commit: translation updates (c761b3cab)
auto-commit: translation updates (0a3ad06dd)
Merge branch 'hyperjump-planner' (b69679ddb)
Rename and make the black hole system navigatable (43146b7ba)
Move strings to translation system (3d8b96b05)
Add HyperJump Planner to Sector Map (9d0968198)
Merge branch 'imgui-sector-view' (d1aff6840)
Move sector view to imgui/lua (4a694e21e)
Update Changelog.txt (0c7d43b40)
Merge pull request #4277 from jaj22/fix-shipstat-output (f076b4471)
Merge pull request #4278 from jaj22/fix-projectile-collision (435a3f0dd)
Added text label for REGISTRATION NUMBER (8a69f7450)
auto-commit: translation updates (d9be79a1a)
Changelog: fix formatting for website script (6101e48c8)
Small display changes (c5d14360f)
Only consider projectile dirvel for TraceRay (524303b35)
Update shipstat CSV output to work with new propulsion code (0a304a531)
auto-commit: translation updates (0b3fee759)
Update Changelog.txt (dc2bba887)
Merge pull request #4272 from joonicks/miningresults-to-lua (ff75bb98b)
Update Changelog.txt (bc1d8fba4)
Merge pull request #4261 from The-EG/imgui-thrusterslider (b331bf3ae)
Update Changelog.txt (a12b95ee4)
Tradeships getSystemAndJump checking (crash bug) (#4268) (194be7106)
Update Changelog.txt (cf54510bf)
Merge pull request #4267 from joonicks/station-commodity-stocks (becffab7b)
Update Changelog.txt (b26273df3)
Merge pull request #4265 from joonicks/radarfix (049a6d80b)
auto-commit: translation updates (f1297a10e)
auto-commit: translation updates (3a3c10c93)
auto-commit: translation updates (1660c19aa)
Asteroid mining results control by lua (d4ee8c896)
Update Changelog.txt (d4b11ee89)
Merge pull request #4256 from joonicks/systembody-attributes (e841a8fcc)
auto-commit: translation updates (1bf6ccbcc)
Merge branch 'CommodityMarketTradeComputerUpgrade' (d586d84a3)
Commodity market shows import/export icons (ecbab1d66)
Import/Export icons for commodity market (50b94334d)
New calculations for station commodity stocks (d1e037d23)
Update Changelog.txt (492d7e094)
Rewrite recursive to linear (#4266) (577bcbcf4)
Update Changelog.txt (8de7a10ce)
Merge pull request #4262 from joonicks/updatefuel-code-duplication (ad15dfa9a)
auto-commit: translation updates (13448f984)
Update Changelog.txt (f91cc07d9)
Merge pull request #4254 from joonicks/small-planet-scooping (7e8ee42ab)
Update Changelog.txt (5eae556a8)
Merge pull request #4245 from joonicks/prettier-homeworld-labels (40f6cf6ef)
auto-commit: translation updates (3c4972fc5)
Update Changelog.txt (b4a0c3f05)
Merge pull request #4238 from joonicks/CustomSystem-input (77377f514)
Update Changelog.txt (808a11e28)
Merge pull request #4255 from fluffyfreak/fix-station-tech-level (cdd247881)
Merge pull request #4257 from johnbartholomew/hash-random (eeb213db1)
radar preference now stored in savegames (32682c788)
Move LowThrust Setting to ImGui (4e6956f8b)
Update changelog (bbcc888ef)
no radar in hyperspace (d82117fc1)
some forgotten copyright headers (12f4da062)
Minimal slipup (55b101377)
planar and azimuthal radar at same time #4136 (4d9af4a06)
code duplication (6e3bb02c3)
Don't use hash_random to seed another random number generator. (1112f9877)
Change util.hash_random to keep integers and floats separate, and restrict integer random range to 32-bit. (5eb51a3d7)
Allow LuaRand New to take a string seed value. (10a745068)
expose the PCG object from Random so that state can be dumped (b2cdd439c)
Reject 'nil' as input value for LuaUtils hash_random. (387f2ab28)
Add some more explanation to the hash_random implementation (6c118ceae)
auto-commit: translation updates (d11e46593)
auto-commit: translation updates (f41ec5ef0)
access all(?) systembody attributes in lua (373141ea6)
systeminfo temperature misconceptions (7a9523348)
auto-commit: translation updates (0e3798389)
Update changelog (ce3179aa9)
Found three unused strings (#4250) (a6e79db33)
auto-commit: translation updates (2ec49b28e)
Change lua_pushinteger for lua_pushnumber to preserve value of seed (af1c540fd)
Update Changelog.txt (5a45dafda)
Allow custom factions to make claims (#4233) (51919e071)
Hydrogen scooping from small planets with hydrogen atmosphere (5cd8d62de)
Merge branch 'CommodityMarket', closes #4213 (f46701fa8)
Add new commodity module to translation system (337895c60)
CommodityMarket tweaks and descriptions (d8a03cf51)
Merge pull request #4247 from joonicks/changelog-clarificationes (082036ae4)
clarification of the unexploredgray patchnote (b8b1b694a)
Merge branch 'RPG' (6f5d5e873)
Merge branch 'RPG' of https://github.com/zonkmachine/pioneer into RPG (eb6316d73)
Comment fixup (4ff5a4d91)
Update Changelog.txt (a4060e849)
Add the worst imaginable error handling to ShipType and SpaceStationType loaders. (76e541b34)
Write information to stderr/output if game loading fails JSON parsing. (08e1dddec)
Merge branch 'happy-new-year' (9f14a5fe5)
sectorview zoomout prettier homeworld labels (a5abfd1e5)
Happy New Year! (7225e9c72)
Update Changelog.txt (a93e779ea)
Make StarSystem govtype attribute accessor name match attribute name. (9e766e956)
Get a systems form of government in Lua (e61c7de6a)
Update Changelog.txt (01f260956)
Merge remote-tracking branch 'joonicks/UnexploredGray' (a0b3f4c15)
Accepts both fixed and float equally (34c36330e)
CustomSystem input humanized (204e55e92)
Merge pull request #4232 from fluffyfreak/vs201X-lua-paths (f078c5fae)
Add the lua contrib path to deal with Lua.hpp include changes (b5d74dda9)
Add Paul Cercueil to AUTHORS (for #4194) (797d079af)
Fix external Lua configure checks to get the version right. (0740e0b94)
Include <lua.hpp> instead of "lua/lua.hpp" (0720c382c)
UnexploredGray (e81babded)
Update Changelog.txt (f74f87014)
Merge pull request #4225 from fluffyfreak/time-accel-force (fee3a2ecc)
Merge pull request #4224 from fluffyfreak/ui-graphics-limits (10a085a25)
Add the ability to query the maximum number of (MS)AA samples the GPU can support. (748480809)
Force time acceleration if right mouse button is held down. (baecd5cf2)
Update Changelog.txt (cc4d8f72d)
Merge pull request #4218 from joonicks/AlertStateMess (ae23ee572)
pimplesqueezer (f6c9c3e88)
Merge pull request #4221 from fluffyfreak/vs2017-update (22bea6e62)
Update to add missing versioningInfo files. (ca3750693)
Update Changelog.txt (c1cbb0c18)
Merge pull request #4217 from The-EG/vs2017-files (95b93d6aa)
Update Changelog.txt (27449f976)
Merge pull request #4220 from joonicks/tradeship.lua-unexplored-crashfix (31f3cb5b8)
Update VS2017 Build Files (092650ebf)
tradeships.lua unexplored crashfix (d6a8fd372)
AlertState cache cleared on load (08ab74087)
VS2017 Build files (3b229d58c)
Update Changelog.txt (a657f0138)
Delete unused global Pi::menu (61c0f27f1)
Remove PersistSystemData.h from the VS2015 project. (0d9e42ab9)
Delete unused functions [SU]Int64ToStr. (02f63db01)
Delete PersistSystemData<>. Pull the code into the one place that it's used. (31a2d1615)
Remove almost all includes of Serializer.h, include GameSaveError.h where necessary. (7c3a13a0c)
Convert src/modelviewer.cpp to UTF-8 (33d1318a7)
Move Serializer::Reader::RdSection from the header to the .cpp (bed8e1973)
convert contrib/json/JsonUtils.{h,cpp} to UTF-8 encoding (0cc39c931)
Move SystemPath::{To,From}Json from the header to the .cpp file. (2f675648c)
Extract game save/load exceptions from Serializer.h to a separate header. (32c54d1f2)
Delete unused function GalaxyGenerator::Create(Serializer::Reader &rd) (16ff48526)
Remove unnecessary includes and forward declarations from Serializer.h (01fe2c648)
Add various missing includes and forward declarations. (ac6b7ef31)
Remove declarations of unimplemented LuaSerializer::{Wr,Rd}LuaRef (1c6d2fdbb)
Delete unused function stat_fd from the posix FileSystem implementation (005fe19af)
Delete unused UI size init from Game::CreateViews (c00d3ba1b)
Update Changelog.txt (537eb3b9b)
Merge pull request #4202 from johnbartholomew/wkfo-hyperdrive-effect (abbaa48f9)
Update Changelog.txt (1b459e3e3)
Merge pull request #4209 from fluffyfreak/versioningInfo (c54197392)
Merge branch 'master' of https://github.com/pioneerspacesim/pioneer into versioningInfo (76739d341)
Build and dynamic versions checks for SDL and SDL_image (3ebd75147)
Update Changelog.txt (fa48ca071)
Update AUTHORS.txt (d4db0f999)
Merge pull request #4212 from The-EG/fix-vs2015-gzip (7439d3622)
Add GZipFormat source files to VS2015 Solution (40b266866)
Display the linked DLL/so version to see if there's a mismatch. (0170ae2a4)
Linux makefile updated (e1bad0abc)
Library version information logging to aid debugging. (7c175325b)
Pick hyperdrive sounds based on fuel. (b2942c403)
Let Lua specify what sounds to use for a hyperjump. (f491c7704)
import WKFO's Military hyperdrive sound effect files (cba48f4ef)
|
|
Changelog
=========
Update Changelog.txt (da43e009d)
Save as gzip-format file. (066e7339d)
Update Changelog.txt (3b34cc172)
Merge pull request #4201 from fluffyfreak/buffer-capacity (04dae474a)
Cleanup Mappable, rename local variables in NavLights, fixup equality test in Drawables. (57ef06641)
NavLight buffer usage optimisation (9112e519f)
Fix launcher script to actually be a script instead of a symlink. (fb0a80698)
Adding -lpthread to LIBS (d3234e9a4)
Refactor buffers to have a capacity and size so they can be reused instead of discarded. (6a81cbec4)
Update Changelog.txt (8bb5f5d80)
Merge pull request #4195 from caligari87/rounded-rewards (e67bb9e90)
Changed money format call to use whole dollar amounts only Assassination, cargo run, deliver package, taxi. (9b2d5eb23)
Made missions provide round dollar amounts for reward Assassination, cargo run, deliver package, search and rescue, taxi (1f78cd107)
|
|
Changelog
=========
Update Changelog.txt (154ad850d)
Merge pull request #4198 from laarmen/fix/4197_startmenu_nil_args (093850df1)
Use an empty table as default value for MainMenu.lua args (e38083c74)
Avoid mutable global state in MainMenu.lua by resetting the startPlanet in the C++ infinite game loop (f6f734276)
|
|
Changelog
=========
Update Changelog.txt (0778e37e3)
Merge pull request #4186 from pioneerspacesim/mariasu (22ee0e8f4)
Merge pull request #4185 from ColdSpirit0/skipmenu (a9091517e)
Added -skipmenu (-sm) flag (fd4cfd21c)
Adding base to Moon (JAXA lava cave location) (9c2859ace)
|
|
Changelog
=========
Update Changelog.txt (7029164a4)
Merge pull request #4184 from fluffyfreak/remove-libpng-part2 (064d17f68)
Merge pull request #4183 from Philbywhizz/osx-builds (3dff494ea)
Remove references to libpng16.lib and zlib.lib from vs2015 project files (11a2cbe8c)
Update Changelog.txt (2f7aee262)
Merge pull request #4182 from fluffyfreak/remove-libpng (61e746796)
Tidy up the script and remove the duplicate library. Closes #4181 (7b34dc0fa)
Update build script with updated libraries. (b4ee8069e)
Switch to reading RGBA instead of RGB from screen (0e507b0fc)
Flip the image vertically to reverse OpenGL orientation. (9abc767d8)
Switch to using IMG_SavePNG and begin removing libpng (c510b6cab)
|
|
Changelog
=========
Update Changelog.txt (0686b5634)
Merge pull request #4180 from robothauler/police_issue (d3793cf2c)
auto-commit: translation updates (b89aec859)
Update Changelog.txt (d020b8196)
Merge pull request #4179 from ColdSpirit0/exec-edits (b853e9932)
auto-commit: translation updates (41f0f1d72)
auto-commit: translation updates (1f4db6c4b)
auto-commit: translation updates (e015dc93c)
Merge branch 'fix_sar_ship_size' (261a9b28d)
Merge branch 'read_file_not_dir' (b0851d8a7)
Merge branch 'read_file_not_dir' of https://github.com/ColdSpirit0/pioneer into read_file_not_dir (6b7cf317f)
Merge branch 'workaround-SDL-FreeSurface', closes #4174 (be265b7c5)
Fix SAR selection of ship sizes for missions (008e30a85)
Trigger onShipDestroyed on fatal crash into city (4afbc1167)
Removed unnecessary symlink + pioner now executes from any place (ceca84e7c)
Added isFile check for posix ReadFile (f024e9133)
Don't call SDL_FreeSurface until refcount is zero (ce10affe4)
auto-commit: translation updates (a3aeead98)
|
|
Changelog
=========
auto-commit: translation updates (8e90cc7f9)
auto-commit: translation updates (316a1f7f2)
Update Changelog.txt (7b93ecf21)
Merge pull request #4138 from ColdSpirit0/pushstylevar_fix (9ed096fb5)
Update Changelog.txt (5e1af8bed)
Merge pull request #4166 from impaktor/fix_autopilot_tooltip (f8c6b7a73)
Merge pull request #4167 from impaktor/assassination_bug (7032ac95c)
Merge pull request #4170 from jaj22/fix-mousedir-frame (18a3819e6)
Merge pull request #4171 from impaktor/fix_none_engine (96f1de61d)
Don't fail assassins when entering mission system (2197fed3a)
Fix autopilot tooltip when (nav)targeting other ships (be7d16095)
Don't show 'None' for drive specs when asking to service engine (870086b7c)
Store mouse direction relative to root frame (9c6ac6276)
PushStyleVar now pushing also vector variables (cfca7400a)
|
|
Changelog
=========
auto-commit: translation updates (6a1b0f566)
Merge branch 'importfix' (dc9bf9749)
_import() rework and fix for #4124 (568302901)
Merge branch 'fix_combatrating' (d70fd3bb5)
auto-commit: translation updates (f50214343)
Don't hard code when combat rank changes in stats tracking module (db41e70c8)
Update Changelog.txt (ad0992d70)
Merge pull request #4161 from impaktor/fix_breakdown (751b6ee40)
Change debug print out for engine breakdown (c35d8fec3)
Fix negative jumpcount values, and strange behavior when engineer aboard. (4c51623ca)
auto-commit: translation updates (46dfcc21c)
Update Changelog.txt (a614c6fac)
Merge pull request #4156 from jaj22/fix-missile-target (4e79422f9)
Fix missile death notifications, clear thrusters and AI on target death (2466d721d)
|
|
Changelog
=========
Update Changelog.txt (ab4f2ba7e)
Merge pull request #4146 from fluffyfreak/tada-screw-git (9893a46c1)
Update Changelog.txt (67dc9cfd3)
Merge pull request #4150 from WKFO/tradeship-patch (634e9f58a)
Merge pull request #4152 from Philbywhizz/xcode (1d0eed5ac)
Update Changelog.txt (71b2c9a1d)
Merge pull request #4139 from WKFO/WKFO-combat-music (f2a8dced4)
Removal of modelcompiler from the OSX app bundle build - redundant. (fa34ebf67)
Tradeships boost away from starport beofre jump (256a16b16)
Initial reconstruct of the Xcode project file to bring it up to date (bc3c8d165)
Allow planets to have rings. (668b4c7a1)
New tracks (47ffa8ee1)
New tracks (aea8d56f6)
|
|
Changelog
=========
auto-commit: translation updates (5da336acd)
auto-commit: translation updates (c6f6c7497)
Merge pull request #4080 from Philbywhizz/gnu-osx (630db394a)
Set ARFlags for OSX builds. Fixes #4080 (4e49e7eb1)
|
|
|
|
|
|
Changelog
=========
auto-commit: translation updates (a6f901122)
auto-commit: translation updates (f83559049)
auto-commit: translation updates (9c2707619)
auto-commit: translation updates (4aa3c3f1c)
Update Changelog.txt (087cd6771)
Merge pull request #4043 from nozmajner/orbiteer_turkish (afa3bac7e)
Merge pull request #4046 from fluffyfreak/vs2015-64bit-fix-link (bf5abce44)
Update Changelog.txt (77771b466)
Merge pull request #4047 from pioneerspacesim/osx_jul17 (54effdcc1)
Stop trying to link against 32bit library paths (ee587b88e)
auto-commit: translation updates (345dfd87c)
Fixed broken reference in Assimp library (f0083f274)
auto-commit: translation updates (d61ebd90c)
Updated Xcode project to include latest changes (5e853ec54)
auto-commit: translation updates (62316bab2)
Adding some missing letters for turkish translation (dac44c061)
auto-commit: translation updates (4ebe65b39)
auto-commit: translation updates (75d65eeca)
July 1st commit (402104846)
Merge pull request #4039 from shammyx/swap_selected_hyperjump_button (96bf96e11)
Added Swap button for sector map (615569052)
Force time acceleration if Control is held. (8e1aa996b)
Update Changelog.txt (472670424)
Merge pull request #4037 from fluffyfreak/param-speedlines (be4334a79)
Added Alexander Noack to the list of authors (8d6fe988e)
Make the values for speedlines configurable via ini file (24db5ee13)
Update Changelog.txt (cd3f349f2)
Merge pull request #4032 from shammyx/fix_pump_fuel_crash (8ad66c8e9)
Update Changelog.txt (cf0369dc5)
Update AUTHORS.txt (0eee34c57)
Merge pull request #4031 from WKFO/patch-2 (4d75f6d6a)
Fixed a crash pumping fuel into full tank (b222a4561)
Decreased density for speedlines (3017ac978)
|
|
Changelog
=========
auto-commit: translation updates (b4fea3b54)
auto-commit: translation updates (bc202790e)
Update Changelog.txt (06bd85155)
Merge pull request #4029 from ecraven/fix-more-warnings (c32c5b6a1)
Fix all GCC 7.1.1 warnings. (d570cfdcd)
auto-commit: translation updates (caf2a99fa)
auto-commit: translation updates (b6bbc9056)
Increase the bottom margin of the LuaConsole. (dc0d6df14)
Update Changelog.txt (60e3d083c)
auto-commit: translation updates (f887f075c)
auto-commit: translation updates (7904ba99f)
auto-commit: translation updates (5fcbbb56c)
Move time and time accel window to lua (633765f2d)
|
|
Changelog
=========
Create Changelog.txt (9e5290ac3)
Merge pull request #4026 from ecraven/fix-shift (687c38be4)
auto-commit: translation updates (6941ac382)
Support modifier keys in lua. (bbef69c09)
auto-commit: translation updates (8228cfc3b)
Added Clinton Mead (d180e5d6f)
auto-commit: translation updates (99e814aac)
Create Changelog.txt (f84ca3992)
Merge pull request #4024 from clintonmead/comparison_fix (1bc7e7f06)
auto-commit: translation updates (7ebb5dfef)
auto-commit: translation updates (0a198d7bd)
Entering certain systems (it seemed to be binary ones) caused Pioneer to crash with this message: (eea108214)
auto-commit: translation updates (00955a7f1)
|
|
Changelog
=========
Add translations for policepatrol module (f61f4f665)
auto-commit: translation updates (cbf3dc524)
auto-commit: translation updates (aa7a50c0d)
auto-commit: translation updates (ca114ea8a)
auto-commit: translation updates (91cfee425)
auto-commit: translation updates (a9ffced81)
Update Changelog.txt (97333a514)
Merge pull request #4018 from fluffyfreak/annihilate-WindowSDL (4e7f65d9d)
Remove forward declaration of WindowSDL from Gui (e92170eb7)
Remove WindowSDL and move functionality and responsibilities into Renderer derived classes. (12a28210d)
auto-commit: translation updates (52992e926)
|
|
Changelog
=========
auto-commit: translation updates (ee2e647f5)
Advice.lua: fix loading bug (a3720a490)
|
|
Changelog
=========
auto-commit: translation updates (4b9dbdfc0)
(Mostly) center the top main menu on-screen. (75c184add)
Move 2D radar to a UI module (8939f9005)
Only display 2D radar if the ship has a radar equipped. (9d62c83f5)
Update Changelog.txt (76afc005a)
Merge pull request #4014 from fluffyfreak/camButtonCrash (cb1aad23e)
Remove remaining legacy camera button (d7f1a8ff9)
Update Changelog.txt (311ac8bfe)
Merge pull request #4005 from fluffyfreak/under-pressure (41575a761)
Merge pull request #4012 from ecraven/component-fixedguns (94b638758)
Remove erraneous rear laser slot from Pumpkinseed, Police Pumpkinseed, add it to Kanara (bd0465976)
The Great Disinheritance: make FixedGuns a component (93104a398)
Correctly initialize propulsion component when loading Ship (3a0ab63d5)
Update Changelog.txt (cdc8cb8d3)
Merge pull request #4011 from salborrelli/upgrade_libassimp (e8d821994)
Fix debian/docs, README.md instead of README.txt (11a5e41b8)
Adding Mora Ramsayi ship (4971dfdaa)
Fix enum tables. (0bd38caa7)
Remove main menu buttons from C++ CPanel (58d08ede5)
Draw main menu buttons in lua (84fb60888)
Update Changelog.txt (a51bf3652)
Merge pull request #3989 from ecraven/component-propulsion (bf3e285b3)
Fixed references to SDL frameworks in modelcompiler (f60e4ab7f)
Upgraded libassimp library to v.3.2.0 in Xcode project (cecc51470)
Update Changelog.txt (413dee367)
Merge pull request #4010 from fluffyfreak/unimplemented (fd051ce24)
Remove unimplemented method declarations. (936ca0b64)
Damage the ship instead of instantly exploding. Add audio if it's the player. (590c48054)
auto-commit: translation updates (4951829df)
Fuel scooping - halved the speed needed 1000, halved the density to 0.5, reduced the angle dot product to 0.9 from 0.95 (6ae865629)
Double the default crush pressure to 10 atmospheres (4d7ab4323)
auto-commit: translation updates (0a9f06f5e)
auto-commit: translation updates (903910acb)
auto-commit: translation updates (6886768d9)
Merge pull request #4008 from salborrelli/osx_pkg1705 (9409429bc)
auto-commit: translation updates (4aea50508)
auto-commit: translation updates (6cff8625d)
Updated Xcode project for MacOS X (5e0f1ca6d)
Update Changelog (887c2144f)
Keep mouse pointer at same position when hidden. (007a13051)
Remove unused variables (76aae5809)
Fix poor English in ui-core string (788cd9085)
Update icons (054b3fa80)
Remove C++ UI code for projected bodies (062362404)
Show in-space body indicators with lua (7afe55d7a)
Add combat target pro- and retrograde indicators (94a93d8c6)
auto-commit: translation updates (51566c6b6)
Set the overlay colour for text item, and use it for the hull pressure indicator. (5075b3483)
auto-commit: translation updates (557d3eb5d)
Do not show projectiles on the 2D Radar (94b44cd26)
auto-commit: translation updates (29d7f0dd7)
Crush the ship if it can't take the pressure as, optionally, defined in the ship type. (c3b74c1a6)
Grab mouse on middle and right mouse button (fix typo) (e47e2376a)
auto-commit: translation updates (2eb3bea40)
auto-commit: translation updates (e6b85605a)
Initialize 2D radar correctly on game startup (5bd61e4f6)
Update Changelog.txt (a63f4227e)
Merge pull request #3998 from mike-f1/bugfix_on_bugfix (020c7468a)
Update Changelog.txt (92cd3b8a5)
Merge pull request #4002 from fluffyfreak/i-hate-git (f1c8145cc)
Passing negative values to sqrt causes exception. (14d206302)
auto-commit: translation updates (a6118c667)
auto-commit: translation updates (1ff20a739)
Update Changelog.txt (9789fa1e1)
Merge pull request #3999 from fluffyfreak/fix-vs-link-win32 (e87f2ec1a)
Fixup the modelview linker inputs (c9c794a04)
auto-commit: translation updates (b714d54cc)
Bugfix to avoid damaging ships when you have permission to dock (adb5ac2b2)
auto-commit: translation updates (01307be8f)
auto-commit: translation updates (9c8c11276)
Update Changelog.txt (690fdf613)
Merge pull request #3992 from fluffyfreak/ffmpeg (86e264491)
Text background, indicator tooltips, delta-v numbers (9b001d8dd)
Scale text size according to resolution (5d5d73edf)
Only show UI tooltips if player is not rotating the ship (4f504576d)
auto-commit: translation updates (90ce71a57)
Merge pull request #46 from ecraven/record-video (a82aee5b5)
Only start ffmpeg on recording start (32eeb40a3)
The Great Disinheritance: make Propulsion a component (d538c7562)
auto-commit: translation updates (b87a15d79)
Update Changelog.txt (580635317)
Merge pull request #3990 from ecraven/specify-station-type (be30b9c76)
Output the video file too a sane location in Pioneer user directory (355155385)
Implement FrameGrab for OpenGL 2.1 renderer (f7cce8d7d)
Update Changelog.txt (37838e065)
Merge pull request #3986 from ecraven/radar (8fcf557b7)
Add :space_station_type to CustomSystemBody (54196f07a)
snprintf for Linux not _snprintf (9f3c5286b)
Build a unique video name from timestamp (ca8417205)
Fix Linux and output video start/stop recording info to logs (67a5d61c4)
Added RecordVideo with default off to config (e243afb23)
Update Changelog.txt (f8024bae3)
Merge pull request #3991 from ecraven/fix-random-color (0cbe7a0e6)
auto-commit: translation updates (74478ea4b)
Remove unimplemented method declarations. (4fb377711)
Require "RecordVideo=1" in config, and toggle with Ctrl+ScrlLock (42df5c827)
Implement an ffmpeg compatible FrameGrab method (45a12fb87)
Replace switch default with explicit list in RandomColor. (7c31e2234)
Make target icon a bit thicker to prevent aliasing effects. (d7fbbf9eb)
Implement 2D Azimuthal Equidistant Projection Radar (1a071b714)
Add translations for radar names (f05a1add4)
|
|
Changelog
=========
Update changelog x 3 (68e2150dc)
Do not set ARFLAGS on Darwin (90d715efc)
auto-commit: translation updates (1fe6a1243)
Fix all remaining gcc warnings (88aaf4107)
Fix all remaining clang warnings (8dc87c925)
Output message copy-n-paste fix (#3984) (bf6e94c58)
auto-commit: translation updates (9b640f7d7)
Update Changelog.txt (faac3e514)
Merge pull request #3983 from fluffyfreak/clang-only (9321c91de)
clang only warnings silenced on other platforms. (43f569a64)
Update Changelog.txt (54069eeee)
Merge pull request #3981 from fluffyfreak/sigc++ (9c7fdf897)
Merge branch 'fix-warnings' (7c4497476)
Merge branch 'fix-warnings' of https://github.com/ecraven/pioneer into fix-warnings (c37e8341d)
auto-commit: translation updates (79d78058b)
Fix typo in advice lang resource (298cdb4ef)
Fix all clang warnings except one. (f9423439c)
fix all gcc warnings (75bebd7f8)
Merge branch 'advice' (7c64d721c)
Fix misspelled word in equipment-core (517a13e5f)
New quit confirm message invites player to contribute (9f2d3f87a)
Merge pull request #3973 from senderghost/configure (9d0b111b8)
Merge branch 'imgui-hud' (3c47b6875)
Add codedoc comments for Lua (4cdf17e57)
Fix incorrect delta-v display in Lobby (25a2df3c1)
Show pioneer logo on splash screen (2133aff0f)
Implement HUD in lua. (3fe0836a2)
Update translations for new HUD (5c9051e14)
Update icons (4dca7b5b1)
Prepare C++ for imgui HUD. (1f336bef4)
Add missing glyph tracking to imgui. (6812b0345)
auto-commit: translation updates (e441fcd30)
Update other build configuration library includes (f75156217)
Include sigc++ directly from pioneer-thirdparty and build as static lib (65bb7bd24)
Add an "advice" module, giving useful information on the BBS. (b4b1b3ad1)
Add BBS icon for advice/rumour module (c5ec92764)
Elaborate API default option on BBS icon (8abfb5859)
Correct API rand:Integer -> rand:Number copy-paste error (d0df1d872)
Update Changelog.txt (c950a79dd)
Merge pull request #3980 from fluffyfreak/patch-2954 (9b6c79819)
Initialise the TextureFont to 0 to eliminate underlining at high AA levels. (fc0c9a220)
Donating to libre/free software is better than the other charities (10217fe1b)
Update Changelog.txt (cd5b3f3dc)
Merge pull request #3977 from fluffyfreak/fix3976 (74f410ef9)
Implement the RendererGL2::Screendump for screenshots (14ba94afc)
A lot of override final additions (3064fbbef)
Update Changelog.txt (886523a55)
Merge pull request #3975 from fluffyfreak/vs2015-updates (40ee5b769)
Don't bother with the debug sigc++ unless it's needed. (ec11ff3d5)
Fixed up win32 builds (238d60ddd)
Release, Profile and PreRelease building (2788fa6f9)
Compiling and linking x64 (16b558e54)
Fix for x64 build target (436709f80)
Add 64-bit build target. (2054a205b)
Make ServerAgent include the libcurl.lib only if it's enabled (87b8be8a2)
Moved win32 libs and dlls into x86 or x64 subfolders (bbbec869b)
Update Changelog.txt (7400afd5c)
Merge pull request #3953 from mike-f1/bug_fix (103553cdf)
Fix name of option for server agent in configure.ac file (c5a098517)
Update to libpng16 from libpng15 (dfa8b5ce4)
Ever damage ship (c3ecc4555)
|
|
Changelog
=========
Update Changelog.txt (41a0f4c26)
Merge pull request #3971 from impaktor/update_cc_license (d8c495c2a)
Update to full (correct) Creative Commons Attribution-shareAlike 3.0 (ae361ac2b)
|
|
Changelog
=========
Fixed spacing manually (f8ee18110)
Update Changelog.txt (8bdf98835)
Merge pull request #3968 from mike-f1/thruster_color_bugfix (b76c9cb5e)
Bugfix for issue #3967 related to PR #3948 (c6ca6e1da)
|
|
Changelog
=========
Update Changelog.txt (8403e7b89)
Merge pull request #3958 from pgimeno/update-assimp-in-compiling (a73e3f860)
Update Changelog.txt (e2a5076af)
Merge pull request #3960 from salborrelli/osx_pkg1704 (29a3aa255)
Updated Xcode project for Mac OSX build #20170403 (ed0e119ad)
Fix typo in COMPILING.txt. (86ab60c8c)
Update libassimp version requirement in COMPILING.txt (4230070af)
Update Changelog.txt (3008c425b)
Merge pull request #3954 from robothauler/police_patrol (a2384b9d2)
Merge pull request #3957 from fluffyfreak/relieve-3946 (fed9246c5)
Return to the older PhysRadius calculation. (b1ed706a0)
Update Changelog.txt (70d17213c)
Merge pull request #3955 from laarmen/configure_cleanup (c9ca1e976)
Update Changelog.txt (e8a8b8e80)
Merge pull request #3948 from mike-f1/color_and_custom_thrusters (d63e37ca5)
Make ServerAgent and libcurl an opt-in compilation option (45e7b6ade)
Dump LDB, this pet project never went anywhere (4af34cf81)
Police patrol (2a181e1f7)
Thruster color can be modified globally or per direction (a54eb2f0d)
Merge branch 'trade_computer_typo', #3947 (cd7a3b535)
Slot name typo (8d66114d5)
New contributor added to authors list (c6e11e39e)
Update Changelog.txt (7054ee968)
Merge pull request #3943 from impaktor/kill-all-whities (461c30c0b)
All white spaces be gone! (also from lua) (ae414c88a)
|
|
Changelog
=========
auto-commit: translation updates (ea68c0a0d)
|
|
Changelog
=========
Update Changelog.txt (a48c384c2)
Merge pull request #3942 from fluffyfreak/whitespace-is-evil (1bbaae637)
Eliminate the evil trailing whitespace (8cb1555f6)
Update Changelog.txt (0108c5b3a)
Merge pull request #3941 from fluffyfreak/buffers (55bdd49b1)
Exposing generic textureID accessor, virtual Bind/Unbind methods, override final, naming tweaks and BufferData methods. (a04be04e4)
Update Changelog.txt (ab2433354)
Merge pull request #3934 from fluffyfreak/glew-gl2 (20795e5a2)
Update Changelog.txt (cc9db5a52)
Merge pull request #3938 from fluffyfreak/mismatches (88952cd54)
Resolve the mismatched attribute numbering. (e8f653e0c)
Overwrite the ImplSdl version with the ImplSdlGL3 version and modify for use with OpenGL 2.1 (7caa990b8)
Fallback to OpenGL 2.1 automatically if 3.x context fails. (df0e7e7c4)
Use the correct CheckRenderErrors function to de-duplicate code. Use the correct OpenGL headers (ours). (f2ebd5f30)
Link against the libgraphicsgl2 lib we've now added. (5b6d2e2c9)
Update the imgui Makefile.am to include the OpenGL2 code (024325121)
Configure the gl2 folder (e6806c864)
Surrender to a vagaries of C++ and make the ctor public (0751588af)
Forward declare the RendererOGL at Graphics namespace level (ba7acecc1)
Use the OpenGL 2.1 imgui system. (dd23e1e62)
Linux makefile fix (959d39aee)
OpenGL 2.1 support (6d067c72d)
|
|
Changelog
=========
Update Changelog.txt (dfff95b0b)
Merge pull request #3937 from salborrelli/osx_pkg1703 (aa23d59b6)
Update Changelog.txt (9ccee084c)
Merge pull request #3936 from mike-f1/mv-ortho (60c4b70da)
Upgrade of Xcode project for Mac OSX build (a20ffd259)
Close #2665: Orthographic view in modelviewer (9dd594d1c)
Correct the dates on commits (074abe819)
Update Changelog.txt (a644f0730)
Merge pull request #3933 from mike-f1/bug_on_high_timestep (b3d7024d0)
Avoid floating when dock on orbitals at high time steps (e9a2fde8b)
Bumped the s_saveVersion to 84 (1c69aab3b)
Update Changelog.txt (41ba17c39)
Merge pull request #3925 from fluffyfreak/superglew (3a175b9ee)
Merge pull request #3901 from mike-f1/dontreposship (5201e2be9)
Merge pull request #3889 from ecraven/fix-orbital-data (c9a132716)
Merge pull request #3491 from fluffyfreak/min-phys-radius (bf072f24f)
Slowly position ship to landing tag when landing on planetary bases. (585432975)
Update Changelog.txt (288dcf76f)
Merge pull request #3906 from robothauler/roles (cdd057e30)
Fixup imgui Makefile.am (8e51fad27)
Use local rather than system include locations for GLEW (21fc7acbc)
Update Changelog.txt (0f7946f21)
Merge pull request #3919 from mike-f1/LUA_CTD_distanceTo (6f5b0a90e)
Update Changelog.txt (af119b103)
Merge pull request #3920 from mike-f1/collision_on_station (097c45f00)
Merge pull request #3930 from salborrelli/update_xcode (2633ac48b)
Updated MacOS Xcode project (3ec1e701c)
Update Changelog.txt (437404d24)
Merge pull request #3929 from fluffyfreak/remove-dead-material (c237bf6cc)
Remove the LineMaterial as it is unused (22107f6d0)
Merge pull request #3927 from fluffyfreak/bad-andy (57e9f9a0f)
Update to working code (ee67f9df5)
Update Changelog.txt (42572bee0)
Merge pull request #3926 from fluffyfreak/police_stop_firing (6a9e65339)
Destructor on AICmdKill ensure no gun fire (5633cfcd1)
GLEW resurrection, initial code and project changes (811ce25c3)
Slowly position ship to landing tag when landing on planetary bases. (7f4b63edc)
Collision with docking surface entirely moved on SpaceStation (8aa2cc8a2)
Avoid CTD when trade ship try to decide hyperjump (9c6ad645c)
Slowly position ship to landing tag when landing on planetary bases. #3901 (64443ab6b)
Use POLICE tag from ui-core (a1030571b)
Remove roles from police ships (e33c1d5f4)
Use faction police ship type for cargo run mission (4b3a8764f)
Attempt to fix the TerrainHeightMountainsNormal (24283756f)
Choose enemy ship by role (8db6b631e)
Make roles available to lua (8f0604b26)
Add roles to ship defs (ef3dd9922)
Merge branch 'master' of https://github.com/pioneerspacesim/pioneer into min-phys-radius (0b05761b8)
Reduce the alternate height path drastically (3964d20e2)
made the calculation (MaxHeight * 2 + 2km) (2e7340e95)
Merge branch 'master' of https://github.com/pioneerspacesim/pioneer into min-phys-radius (e1ae05dde)
Fix Phobos and Deimos, both are now areosynchronous (568fdddce)
Add Tethys (Saturn III) (dee67cbbe)
Fix Metis, Adrastea, Rhea to be synchronous (40a39b00c)
Add Pallas, Vesta and Ceres (09cde41fc)
Set more generous minimum phys radius around planets so frame transitions happen at greater distance from the surface. (e4d18f785)
|
|
Changelog
=========
Add missing files to VS2015 project (a68249572)
Make ship code modular (2013fae96)
|