Version: 0.6.1, Package name: xmoto-0.6.1 |
Maintained by: Kirill Bychkov |
Master sites: |
Description X-Moto is a challenging 2D motocross platform game, where physics plays an all important role in the gameplay. You need to control your bike to its limits, if you want to have a chance to finish the most difficult challenges. If your system does not have hardware-accelerated OpenGL, you may wish to run the game in "ugly" mode: xmoto --ugly This will increase the framerate significantly, sacrificing the game's eyecandy graphics. |
Filesize: 40648.311 KB |
Version History (View Complete History) |
|
2020-07-26 02:54:48 by Kirill Bychkov | Files touched by this commit (17) |
Log message: Update to xmoto-0.6.2 Upstream switched from autotools to cmake Changelog: https://xmoto.tuxfamily.org/dev/ChangeLog |
2020-05-14 05:45:17 by Stuart Henderson | Files touched by this commit (1) |
Log message: xmoto: add BUILD_DEPENDS on gettext-runtime |
2019-11-06 09:19:52 by Charlene Wendling | Files touched by this commit (4) |
Log message: xmoto: use upstream fix for the fonts display issue on base-clang archs, so it builds on base-gcc archs again. Also drop COMPILER line, despite COMPILER_LIBCXX being in WANTLIB; it builds fine with base-gcc. Tested on sparc64 by kirby@, macppc by me, and amd64 by the both of us. OK kirby@ (maintainer) |
2019-10-09 11:59:09 by Kirill Bychkov | Files touched by this commit (4) |
Log message: Fix font rendering. Patch taken from FreeBSD. Noticed and OK solene@ |
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-05-19 13:13:47 by Christian Weisgerber | Files touched by this commit (40) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
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-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-04-11 12:15:59 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: fix build with clang6 |
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-25 05:03:31 by Marc Espie | Files touched by this commit (3) |
Log message: build with clang: zap extra warnings, const correct |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-11-08 07:23:59 by Stuart Henderson | Files touched by this commit (10) |
Log message: WANTLIB += lzma and bump |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-04-12 14:06:00 by Christian Weisgerber | Files touched by this commit (1) |
Log message: missing bump |
2016-04-10 04:36:29 by Kirill Bychkov | Files touched by this commit (1) |
Log message: remove gettext module and regen wantlib |
2016-04-09 16:28:40 by Kirill Bychkov | Files touched by this commit (2) |
Log message: take maintainership 'go ahead' sthen@ |
2016-04-09 08:50:59 by Stuart Henderson | Files touched by this commit (8) |
Log message: drop Antti Harri as maintainer, as per his request. |
2015-01-02 12:32:08 by Kirill Bychkov | Files touched by this commit (3) |
Log message: update to xmoto-0.5.11, reminded by landry@. stop picking up ode includes shipped with xmoto while here. ok landry@ and Antti Harri (maintainer) |
2014-11-29 22:41:35 by Brad Smith | Files touched by this commit (50) |
Log message: Eliminate the use of the malloc.h header and/or replace with stdlib.h. |
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-11-08 16:12:32 by Marc Espie | Files touched by this commit (12) |
Log message: old-style LIB_DEPENDS |
2010-10-24 15:19:03 by Antoine Jacoutot | Files touched by this commit (143) |
Log message: Remove USE_X11. |
2010-10-18 12:00:20 by Marc Espie | Files touched by this commit (155) |
Log message: USE_GROFF=Yes |
2009-09-27 11:20:57 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - update xmoto to 0.5.2 from jonathan armani (MAINTAINER) |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |