View | Details | Raw Unified | Return to bug 209357 | Differences between
and this patch

Collapse All | Expand All

(-)pioneer/Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
38
39
USE_GITHUB=	yes
39
USE_GITHUB=	yes
40
GH_ACCOUNT=	pioneerspacesim
40
GH_ACCOUNT=	pioneerspacesim
41
GH_TAGNAME=	20160404
41
GH_TAGNAME=	20160525
42
42
43
USES=		autoreconf gmake pkgconfig
43
USES=		autoreconf gmake pkgconfig
44
USE_GL=		gl
44
USE_GL=		gl
(-)pioneer/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 6f32814128396cfdbd85ecf354cf590e34226173631aa485473f764762ad7ceb
1
SHA256 (pioneerspacesim-pioneer-0.0.20160525-20160525_GH0.tar.gz) = 9eeca58338ad24e1dd8a1c42235d6eba00e32d3453eca17d2a889ebdbebd2e59
2
SIZE (pioneerspacesim-pioneer-0.0.20160404-20160404_GH0.tar.gz) = 189053561
2
SIZE (pioneerspacesim-pioneer-0.0.20160525-20160525_GH0.tar.gz) = 194458638
(-)pioneer/files/patch-src_WorldView.cpp (+13 lines)
Line 0 Link Here
1
# Origin: https://github.com/pioneerspacesim/pioneer/commit/092eb8852fe9ac9c09a328bab09cb64f8024f60d
2
# Subject: Remove bogus assert.
3
4
--- src/WorldView.cpp.orig	2016-05-23 21:30:49 UTC
5
+++ src/WorldView.cpp
6
@@ -1962,7 +1962,6 @@ void WorldView::Draw()
7
 {
8
 	assert(m_game);
9
 	assert(Pi::player);
10
-	assert(!Pi::player->IsDead());
11
 
12
 	m_renderer->ClearDepthBuffer();
13
 

Return to bug 209357