Commit Graph

19490 Commits (master)

Author SHA1 Message Date
Pioneer Transifex a8a2bab9eb auto-commit: translation updates 2021-04-25 03:01:12 +02:00
Pioneer Transifex 42aa1a7e68 auto-commit: translation updates 2021-04-24 03:01:22 +02:00
Webster Sheets ef2c4add5e
Update Changelog.txt 2021-04-23 13:04:42 -04:00
Karl F 0d6eff05a5 Fix some spelling in lua api 2021-04-23 13:03:33 -04:00
Karl F b37b8b1ae9 Make legal status footer in station view work again
Fixes #2863
2021-04-23 13:03:33 -04:00
Andrew Copland 7412aa73a7 Tell VS2019 to compile using C++17 2021-04-23 03:12:20 -04:00
Webster Sheets c6adff8a29 Fix PiRngWrapper, fix starts_with and ends_with like methods. 2021-04-23 03:12:20 -04:00
Webster Sheets f08f00d334 Build with C++17, remove nonstd::string_view 2021-04-23 03:12:20 -04:00
Webster Sheets 8052a5903a
Update Changelog.txt 2021-03-28 11:05:51 -04:00
WKFO 29a74ca88c Fix lua GetAtmosphericState() to accept any two bodies 2021-03-28 10:56:48 -04:00
WKFO 4891277b79 Fix death music not playing over tombstone screen 2021-03-28 10:55:46 -04:00
Gliese852 452e9468bc Fix crash in hyperspace with sector map opened
Add icon for DRIVE_ACTIVE status
Add checks when rebuilding the jump route
Remove some unused vars

Fixes #5152
2021-03-28 10:53:16 -04:00
Andrew Copland d43072f7c1 Merge branch 'sinonatrix_overhaul' 2021-03-28 15:49:25 +01:00
Andrew Copland aa6606341e Merge branch 'sinonatrix_overhaul' of https://github.com/nozmajner/pioneer into sinonatrix_overhaul 2021-03-28 15:16:23 +01:00
Andrew Copland 20d8c4c200 Merge branch 'infinite-matrix' 2021-03-28 14:17:13 +01:00
Andrew Copland b0260f48ee Updated changelog 2021-03-28 14:14:29 +01:00
Webster Sheets 37deea46c5 Fix (and document) depth linearization 2021-03-27 00:32:41 -04:00
Webster Sheets aeb5d906bb Fix GasGiant clipping, fix bright spots on models 2021-03-26 22:42:06 -04:00
Pioneer Transifex 829caa97bb auto-commit: translation updates 2021-03-22 03:01:28 +01:00
Pioneer Transifex 248c2b6f10 auto-commit: translation updates 2021-03-15 03:01:17 +01:00
Pioneer Transifex 8e404469c1 auto-commit: translation updates 2021-03-10 03:01:21 +01:00
Pioneer Transifex 213ac61250 auto-commit: translation updates 2021-03-09 03:01:19 +01:00
Pioneer Transifex 525bdb9cfc auto-commit: translation updates 2021-03-03 03:01:33 +01:00
Pioneer Transifex 9c79abed03 auto-commit: translation updates 2021-03-01 03:01:44 +01:00
Pioneer Transifex 8f916abd7c auto-commit: translation updates 2021-02-28 03:01:25 +01:00
Pioneer Transifex a1b379fe00 auto-commit: translation updates 2021-02-27 03:01:33 +01:00
Pioneer Transifex e8452d2338 auto-commit: translation updates 2021-02-23 03:01:52 +01:00
Pioneer Transifex 2ebc1b2b4a auto-commit: translation updates 2021-02-22 03:01:31 +01:00
Karl F eb9c457ffa Update changelog. 2021-02-20 10:46:39 +01:00
Karl F d460f65f7b Don't persist signals past destruction of object they're attached to
Fixes #5136, code as suggested by @web-eworks
2021-02-19 18:07:59 -05:00
Gliese852 b8f0572371 Move the surface starport system bodies on loading
Sometimes surface ports move when terrain is generated because it is not
suitable for their original position.  When serialized, the physical
body saves its changed position, but the system body does not.
Therefore, upon subsequent loading, the position of the system body and
the physical body may not coincide. In this commit, the same mechanism
is launched as during the initial generation of the relief, which
displaces the system bodies to the right position.
2021-02-18 12:19:27 +01:00
Trung Le 291425108c Update miniz header 2021-02-09 16:26:45 -05:00
Trung Lê 510b95c48c Support PowerPC 64 playform 2021-02-09 16:26:45 -05:00
Pioneer Transifex 6c74a40c41 auto-commit: translation updates 2021-02-09 03:01:31 +01:00
bszlrd 171bff42ad Updating the orientation of the docking tags. 2021-02-07 20:23:32 +01:00
Pioneer Transifex 6c493216ea auto-commit: translation updates 2021-02-04 03:01:40 +01:00
Peter 2689f22073 Fix tabs -> spaces in Changelog.txt. 2021-02-03 15:27:54 +01:00
Pioneer Transifex 142693b6c2 auto-commit: translation updates 2021-02-03 03:01:41 +01:00
WKFO 7473a0d0ec Mention hyperjump adding in Quickstart 2021-02-02 20:40:25 +01:00
WKFO 46b1a2456d Update Quickstart.txt 2021-02-02 20:40:25 +01:00
Pioneer Transifex 687d3f6c5b auto-commit: translation updates 2021-02-02 03:01:29 +01:00
Webster Sheets 0c5367ba14 Fix word wrapping issues
Starting a word on non-integer aligned coordinates causes issues
with ui.getColumnWidth(), but getContentRegion() works fine.

Patch ImGui based on ocornut/imgui@4622fa4b
Partially reverts 23772169.
2021-02-01 17:58:42 -05:00
Gliese852 5004b09483 Improve/fix system map
- add a "static" orbit for bodies that are not moving anywhere
- now bodies in a rotating frame and also in the spaceport frame have
  such "static" orbits
- add display of the orbits of objects moving strictly to the star or
  from the star
- fix compile warning for possibly uninitiated variable in
  LuaSystemView.cpp
- fix an issue where smooth animation sometimes have a hard time
  catching up with a newly selected object

Fixes #5062
2021-02-01 02:31:24 -05:00
Webster Sheets 23772169d3 Temporarily patch word-wrapping issues
This is a bug in upstream imgui (as of v1.78), but work around sub-pixel
issues by padding with a single pixel.

Closes #5102.
2021-02-01 02:24:24 -05:00
Pioneer Transifex b42abbe01e auto-commit: translation updates 2021-01-31 11:41:37 +01:00
Andrew Copland 18772e5ece
Merge pull request #4933 from fluffyfreak/system-name-generation
Add alternative naming schemes
2021-01-29 22:20:02 +00:00
Andrew Copland 36900f31c5 Update Changelog.txt 2021-01-29 21:46:44 +00:00
Andrew Copland 4ad8ee16c9 Fix formatting issues. 2021-01-29 21:45:53 +00:00
Andrew Copland 6a4199da45 Update the katakana generator to new iteration 2021-01-29 21:45:53 +00:00
Andrew Copland 98985c7d8c Add more naming fragments as supplied by WKFO 2021-01-29 21:45:53 +00:00