Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha5 #336

Open
wants to merge 145 commits into
base: master
Choose a base branch
from
Open

Alpha5 #336

wants to merge 145 commits into from

Conversation

Salwan
Copy link

@Salwan Salwan commented Mar 9, 2014

Paragon alpha 5 source release + pioneer's latest changes

Alpha 5 changes include:

  • new ship exhaust trails
  • new ship; civilian corvette
  • new npc ship; passenger liner
  • new npc ship; ultraheavy tanker
  • new ship; civilian fighter
  • new shields for all ships
  • fixed mission spawning bug
  • updates to missions and reputation

kko and others added 30 commits February 11, 2014 23:13
Noticed this when ground_station crashed
It is now obsolete, as one can specify at which star one wants to jump.
This commit adds new InitiateHyperjump and AbortHyperjump methods to
Ship, with only the minimal consistency checking (not in hyperspace
already, and not jumping towards the current system), as well as a way
to use an arbitrary Lua function to abort the jump during the countdown.

The plan is to make these methods available from Lua, and to implement
all Hyperspace-related policies in Lua (waiting on pioneerspacesim#1719, as usual). In
the end, I plan on removing CheckHyperSpaceTo and friends.

In order to make this work, I had to add a temporary flag to
the HyperspaceOut structure to tell the various checking functions not
to deal with considerations of fuel or range when the hyperjump has been
initiated by the new methods. This flag will definitely be on its way
along with all the fuel-related code in an hopefully near future.
and use it to still do the simple checks before jumping into hyperspace.
…-delete

VS2012 doesn't support `= delete`.
robn and others added 29 commits March 3, 2014 11:05
Update for text and pioneer project file removals.
* new ship exhaust trails
* new ship; civilian corvette
* new npc ship; passenger liner
* new npc ship; ultraheavy tanker
* new ship; civilian fighter
* new shields for all ships
* fixed mission spawning bug
* updates to missions and reputation
Conflicts:
	.gitignore
	data/ui/InfoView/CrewRoster.lua
	data/ui/Settings.lua
	src/Background.cpp
	src/Background.h
	src/Camera.cpp
	src/Makefile.am
	src/SystemInfoView.cpp
	src/SystemView.cpp
	src/WorldView.cpp
	src/galaxy/Sector.h
	src/galaxy/StarSystem.cpp
	src/graphics/Makefile.am
	src/graphics/Renderer.h
	src/graphics/RendererGL2.cpp
	src/graphics/RendererGL2.h
	win32/vc2012/graphics/graphics.vcxproj
	win32/vc2012/graphics/graphics.vcxproj.filters
	win32/vc2012/pioneer.vcxproj
	win32/vc2012/pioneer.vcxproj.filters
Conflicts:
	.gitignore
	data/ui/InfoView/CrewRoster.lua
	data/ui/Settings.lua
	src/Background.cpp
	src/Background.h
	src/Camera.cpp
	src/Makefile.am
	src/SystemInfoView.cpp
	src/SystemView.cpp
	src/WorldView.cpp
	src/galaxy/Sector.h
	src/galaxy/StarSystem.cpp
	src/graphics/Makefile.am
	src/graphics/Renderer.h
	src/graphics/RendererGL2.cpp
	src/graphics/RendererGL2.h
	win32/vc2012/graphics/graphics.vcxproj
	win32/vc2012/graphics/graphics.vcxproj.filters
	win32/vc2012/pioneer.vcxproj
	win32/vc2012/pioneer.vcxproj.filters
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.

7 participants