Version: 1.3.1, Package name: alephone-1.3.1 |
Maintained by: Peter Hessler |
Master sites: |
Description Aleph One is a game engine currently in development by the Open Source community. It is based on the source code of Marathon 2: Durandal, a game created by Bungie Software in 1995. Since Bungie released the source code, Aleph One has matured to include a variety of new features and improvements. |
Filesize: 5437.229 KB |
Version History (View Complete History) |
|
2020-09-12 13:29:40 by Peter Hessler | Files touched by this commit (9) |
Log message: Update Alephone engine to 1.3.1, after 5 years of development. see https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200904 and https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20200830 for more detail pew pew pew testing by myself (solo games), and pamela@ and kmos@ in multiplayer OK pamela@ |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-19 17:31:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: Preemptive build fix for newer FFmpeg, from Brad. |
2018-12-13 12:53:24 by Stuart Henderson | Files touched by this commit (64) |
Log message: bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost, it has been split into subpackages |
2018-12-05 13:19:01 by Christian Weisgerber | Files touched by this commit (28) |
Log message: again, bump users of audio/libmad after macro change in header file |
2018-12-04 13:44:57 by Christian Weisgerber | Files touched by this commit (28) |
Log message: bump users of audio/libmad after macro change in header file |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-20 05:48:37 by Ingo Schwarze | Files touched by this commit (6) |
Log message: fix with clang6; OK phessler (MAINTAINER) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-23 19:01:29 by Marc Espie | Files touched by this commit (2) |
Log message: missing prototypes |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-02-02 03:17:44 by Anthony J. Bentley | Files touched by this commit (13) |
Log message: Update to alephone-1.2.1. Release notes: https://github.com/Aleph-One-Marathon/alephone/releases/tag/release-20150620 ok phessler@ (maintainer) |
2015-06-29 01:31:48 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: Directly include iostream for cerr (newer Boost versions no longer pull it in for us) from upstream |
2011-07-08 14:38:02 by Christian Weisgerber | Files touched by this commit (91) |
Log message: Fix build with png-1.5. All fixes by yours truly. |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-10-24 15:19:03 by Antoine Jacoutot | Files touched by this commit (143) |
Log message: Remove USE_X11. |
2010-10-23 06:59:19 by Peter Hessler | Files touched by this commit (4) |
Log message: update to alephone 0.23.2 Major highlights for this release include an entirely new modern 3D renderer option, a plugins system, PNG screenshots, Lua API improvements, and bug fixes. |
2010-10-18 12:00:20 by Marc Espie | Files touched by this commit (155) |
Log message: USE_GROFF=Yes |
2010-07-06 09:32:44 by Marc Espie | Files touched by this commit (1) |
Log message: there's no shared library in boost that's used for this, bump pkgname |
2009-10-16 03:14:18 by Peter Hessler | Files touched by this commit (4) |
Log message: update to 0.22.1, a bugfix release. details are at http://voxel.dl.sourceforge.net/project/marathon/Aleph%20One/2009-10-15/AlephOne-20091015.html while here, install the man-page |
2009-10-13 15:48:10 by Peter Hessler | Files touched by this commit (3) |
Log message: update to 0.22. still network compatible with 0.21.2 network matches tested with edd@ |
2009-05-17 23:59:24 by Peter Hessler | Files touched by this commit (4) |
Log message: Update to 0.21.2 * Added support for custom window sizes (by editing prefs file) * Fixed assertion failures when changing levels in net games * Restore the previously selected map when finishing a net game * Restore support for UTF-8 prefs / MML (while preserving compatibility with broken Rubicon MML) * Added a VSync checkbox in OpenGL Also, fix dependency on vorbis, so ogg music plays correctly. comments and OK by merdely@ |
2008-09-10 11:21:48 by Martynas Venckus | Files touched by this commit (2) |
Log message: - remove workaround for log2. ok maintainer phessler@ |
2008-07-25 14:44:23 by Martynas Venckus | Files touched by this commit (3) |
Log message: libm now has exp2. ok sthen@ |