X Tutup
Skip to content

Move Comms module and fix forward direction indicator#5008

Merged
sturnclaw merged 2 commits intopioneerspacesim:masterfrom
sturnclaw:microfixes
Nov 14, 2020
Merged

Move Comms module and fix forward direction indicator#5008
sturnclaw merged 2 commits intopioneerspacesim:masterfrom
sturnclaw:microfixes

Conversation

@sturnclaw
Copy link
Member

Comms only existed to call right back into Lua, so I moved it entirely to Lua. Also fixed a few issues with the forward direction indicator.

The Comms module only existed to be called from Lua...
and then immediately call back into Lua.

Now it stays in Lua where it belongs.
Now properly points to the front of the craft
Also added a proper screen-space depth linearization function to WorldView.cpp
@sturnclaw sturnclaw changed the title Remove Comms module and fix forward direction indicator Move Comms module and fix forward direction indicator Nov 14, 2020
@sturnclaw sturnclaw merged commit 5c957ea into pioneerspacesim:master Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup