FreeBSD Bugzilla – Attachment 182160 Details for
Bug 218883
games/OpenTomb: Open-source Tomb Raider 1-5 engine remake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
opentomb.diff
opentomb.diff (text/plain), 5.56 KB, created by
Tobias Kortkamp
on 2017-04-28 14:41:11 UTC
(
hide
)
Description:
opentomb.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-04-28 14:41:11 UTC
Size:
5.56 KB
patch
obsolete
>Index: OpenTomb/Makefile >=================================================================== >--- OpenTomb/Makefile (nonexistent) >+++ OpenTomb/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# Created by: Piotr Kubaj <pkubaj@anongoth.pl> >+# $FreeBSD$ >+ >+PORTNAME= OpenTomb >+DISTVERSIONPREFIX= win32- >+DISTVERSION= 2017-04-24_alpha >+CATEGORIES= games >+ >+MAINTAINER= pkubaj@anongoth.pl >+COMMENT= Open-source Tomb Raider 1-5 engine remake >+ >+LICENSE= LGPL3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libpng.so:graphics/png >+ >+USE_GITHUB= yes >+ >+USES= cmake lua openal >+USE_SDL= sdl2 >+ >+PLIST_FILES= bin/OpenTomb >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin >+ >+.include <bsd.port.mk> > >Property changes on: OpenTomb/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: OpenTomb/distinfo >=================================================================== >--- OpenTomb/distinfo (nonexistent) >+++ OpenTomb/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1493300613 >+SHA256 (OpenTomb-OpenTomb-win32-2017-04-24_alpha_GH0.tar.gz) = 48627b18f7d6f7a6675e66b12e26f6a4edbd1dbf4a0152eeca28eac86c9fd18d >+SIZE (OpenTomb-OpenTomb-win32-2017-04-24_alpha_GH0.tar.gz) = 9268426 > >Property changes on: OpenTomb/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: OpenTomb/files/patch-src_world.cpp >=================================================================== >--- OpenTomb/files/patch-src_world.cpp (nonexistent) >+++ OpenTomb/files/patch-src_world.cpp (working copy) >@@ -0,0 +1,18 @@ >+Fix compiling with libc++ and Clang >+ >+src/world.cpp:689:53: error: no viable conversion from '__map_iterator<__tree_iterator<__value_type<unsigned int, [...]>, class std::__1::__tree_node<union >+ std::__1::__value_type<unsigned int, struct base_item_s *>, void *> *, [...]>>' to '__map_iterator<__tree_iterator<__value_type<const unsigned int, [...]>, class std::__1::__tree_node<union std::__1::__value_type<const unsigned int, struct base_item_s *>, void >+ *> *, [...]>>' >+ std::map<const uint32_t, base_item_p>::iterator it = global_world.items_tree.find(item_id); >+ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >+--- src/world.cpp.orig 2017-04-28 13:32:52 UTC >++++ src/world.cpp >+@@ -686,7 +686,7 @@ int World_CreateItem(uint32_t item_id, u >+ >+ int World_DeleteItem(uint32_t item_id) >+ { >+- std::map<const uint32_t, base_item_p>::iterator it = global_world.items_tree.find(item_id); >++ std::map<uint32_t, base_item_p>::iterator it = global_world.items_tree.find(item_id); >+ >+ if(it != global_world.items_tree.end()) >+ { > >Property changes on: OpenTomb/files/patch-src_world.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: OpenTomb/pkg-descr >=================================================================== >--- OpenTomb/pkg-descr (nonexistent) >+++ OpenTomb/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+OpenTomb is an open-source engine reimplementation project intended to >+play levels from all classic-era Tomb Raider games (TR 1-5) and custom >+TRLE levels. The project does not use any old Tomb Raider source >+code, because all attempts to retrieve sources from Eidos / Core were >+in vain. >+ >+WWW: https://opentomb.github.io/ > >Property changes on: OpenTomb/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: OpenTomb/pkg-message >=================================================================== >--- OpenTomb/pkg-message (nonexistent) >+++ OpenTomb/pkg-message (working copy) >@@ -0,0 +1,14 @@ >+You need the following files to play OpenTomb: >+* Data folders from each game. Get them from your retail game CDs or >+ Steam/GOG bundles. >+* CD audio tracks. OpenTomb only supports OGG audiotracks for a >+ moment, so you should convert original soundtracks by yourself, or >+ just download whole TR1-5 music package here: >+ http://trep.trlevel.de/opentomb/files/tr_soundtracks_for_opentomb.zip >+ >+ PLEASE NOTE: script file bundled in this archive is outdated, so >+ don't overwrite existing soundtrack.lua file with one provided in >+ archive. >+* Loading screens for TR1-3 and TR5. For TR3, get them from pix >+ directory of your installed official game. For other versions >+ download them from http://trep.trlevel.de/temp/loading_screens.zip > >Property changes on: OpenTomb/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218883
:
182093
|
182127
| 182160 |
182407