Path to this page:
./
wip/xmoto,
2D motocross platform game
Branch: CURRENT,
Version: 0.5.11,
Package name: xmoto-0.5.11,
Maintainer: pkgsrc-usersX-Moto is a challenging 2D motocross platform game, where physics play
an all important role in the gameplay. You need to control your bike to
its limit, if you want to have a chance finishing the more difficult of
the challenges.
Required to run:[
sysutils/desktop-file-utils] [
textproc/libxml2] [
www/curl] [
graphics/freetype2] [
graphics/png] [
graphics/aalib] [
graphics/jpeg] [
multimedia/libogg] [
multimedia/smpeg] [
audio/SDL_mixer] [
audio/libmikmod] [
audio/libvorbis] [
fonts/fontconfig] [
net/SDL_net] [
devel/SDL_ttf] [
devel/ode] [
x11/libdrm] [
x11/libxdg-basedir] [
lang/lua53]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites: (Expand)
RMD160: 4b005c37871489f54c16c9557e6a8556cd2121b4
Filesize: 39829.661 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-08-09 20:33:51 by Niclas Rosenvik | Files touched by this commit (7) | |
Log message:
Update xmoto to 0.5.11.
Changelog:
X-Moto 0.5.11 2014-03-29
--------------------------------
* handles lua 5.2 library loading changes
X-Moto 0.5.10 2012-06-21
--------------------------------
* libpng & liblua patch by Kelly Anderson
* include ode/ccd integrated in sources for windows to avoid crashes
due to ode.dll when linked to other dll (root cause still not found)
(microsoft windows support again)
* minor changes (configurable admin console shortcut, banner name with
lsbans command)
X-Moto 0.5.9 2011-11-13
--------------------------------
* fix a compilation error with libxml
X-Moto 0.5.8 2011-09-27
--------------------------------
* no more need to disconnect/reconnect to change net mode
* ctrl+n to change from ghost mode to slave mode and so on (or the checkbox)
* replace tinyxml by libxml2 (new dependancy)
* xmoto 0.5.8 doesn't support microsoft windows (xmoto.exe crashes at
startup since libxml2 integration is done, i don't know why).
X-Moto 0.5.7 2011-04-08
--------------------------------
* fix a bug that make xmoto crashes
* improve network performances
X-Moto 0.5.6 2011-03-26
--------------------------------
* dark background behind the chat messages
* add ctrl+p to prefill chat box with previous private recipients
* new options : --serverPort and --serverAdminPassword
* server rules system (points in slave mode)
* possibility to send a report on the website when a level crashes
* monospace font for the admin console (DejaVuSansMono.ttf)
* performances improvements (mainly for the server)
* update munin plugins
* fix some bugs (if you win and lost at exactly the same time, you
lost)
X-Moto 0.5.5 2011-01-21
--------------------------------
* replay support for physics levels
* improve network mode performances
* private message support on network interface
* several keys are now customizable via the options
* GetPlayerProfileName script function is now deprecated
* some minor fixes
X-Moto 0.5.4 2010-11-30
--------------------------------
* Add a button in the network tab to join levels played by other people
* Remove the downloading ghost screen (background download)
* Add a button to watch the replay just after death or finish
* Add a configuration checkbox to be able to connect to the server at
startup
* Add 2 configuration control keys to change the chat history
* Display time required for the next medal in game
* Completion for chat box and server console
* Change default chineese font name from wqy-zenhei.ttf to
wqy-zenhei.ttc
* fix played time counted 2 times when using checkpoints
* minor bugs fixed
|
2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-12-26 06:01:21 by David Sainty | Files touched by this commit (78) |
Log message:
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in *; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" \
"$i"
fi
done
done
|
2010-11-13 01:29:41 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Remove inclusion of absent options.mk
Fixes for pkglint warnings
Fix for a typo in INSTALLATION_DIRS
|
2010-08-22 07:55:32 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
task to do
|
2010-07-05 09:28:11 by David DEMELIER | Files touched by this commit (4) | |
Log message:
Removed useless patches
|
2010-07-04 18:36:45 by David DEMELIER | Files touched by this commit (3) |
Log message:
Updated to 0.5.3.
There is a trouble to get double-precision working so for the moment we keep \
single-precision by default.
|
2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|