pkgsrc-wip/armagetron/PLIST
Soren Jacobsen 4ea1ab901f Update to 0.2.5.2.
USE_X11, tabify, add MesaLib's buildlink2, install docs to share/doc/html
instead of share/docs/html, ${GMAKE} -> ${MAKE_PROGRAM}, USE_GMAKE ->
USE_GNU_TOOLS+=make.

Note that this package still installs to ${LOCALBASE}/games/armagetron/.
This is evil.

Changes:
- Fixed fullscreen toggle while chatting
- Disabled trilinear filtering for ATI cards by default (to avoid lockups)
- Worked around flawy S3 texture storage
- Fixed crash when trying to change teams in spectator mode
- Another go at the "11th Round Bug"
- Player list is now sorted after displayed score ( before: some invisible
  combination of team score and own score )
- Fixed brakes when connecting to a 0.2.4 or earlier server
- Updated FAQ with server setting hints
- Unified Windows and Unix network code
- Fixed texture hardware mode
- Less connection losses
- Fixed network ID releated crash
- Added player names to information you get from a server
- Added window-fullscreen toggle key and separate setting of screen
  resolution/window size
2003-11-28 07:37:32 +00:00

97 lines
3.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2003/11/28 07:37:33 blef Exp $
bin/armagetron
games/armagetron/COPYING.txt
games/armagetron/arenas/basic.aar
games/armagetron/bin/armagetron
games/armagetron/bin/astat
games/armagetron/bin/pushscores
games/armagetron/bin/rcd_master
games/armagetron/bin/rcd_server
games/armagetron/bin/stat
games/armagetron/bin/uninstall
games/armagetron/config/.tag
games/armagetron/config/aiplayers.cfg
games/armagetron/config/default.cfg
games/armagetron/config/master.srv
games/armagetron/config/settings.cfg
games/armagetron/config/settings_dedicated.cfg
games/armagetron/doc/COPYING.txt
games/armagetron/doc/bugs.html
games/armagetron/doc/changelog.html
games/armagetron/doc/commands.html
games/armagetron/doc/compile.html
games/armagetron/doc/config.html
games/armagetron/doc/faq.html
games/armagetron/doc/index.html
games/armagetron/doc/install_linux.html
games/armagetron/doc/install_windows.html
games/armagetron/doc/net/index.html
games/armagetron/doc/net/lower.html
games/armagetron/doc/net/middle.html
games/armagetron/doc/net/upper.html
games/armagetron/doc/network.html
games/armagetron/doc/readme_linux.html
games/armagetron/doc/readme_windows.html
games/armagetron/doc/todo.html
games/armagetron/doc/versions.html
games/armagetron/install
games/armagetron/language/.tag
games/armagetron/language/deutsch.txt
games/armagetron/language/english.txt
games/armagetron/language/languages.txt
games/armagetron/language/new.txt
games/armagetron/models/cycle_body.mod
games/armagetron/models/cycle_front.mod
games/armagetron/models/cycle_rear.mod
games/armagetron/sound/cyclrun.wav
games/armagetron/sound/expl.wav
games/armagetron/textures/KGN_logo.png
games/armagetron/textures/cycle_body.png
games/armagetron/textures/cycle_wheel.png
games/armagetron/textures/dir_wall.png
games/armagetron/textures/floor.png
games/armagetron/textures/floor_a.png
games/armagetron/textures/floor_b.png
games/armagetron/textures/font.png
games/armagetron/textures/font_extra.png
games/armagetron/textures/font_s.png
games/armagetron/textures/icon.png
games/armagetron/textures/rim_wall.png
games/armagetron/textures/shadow.png
games/armagetron/textures/sky.png
games/armagetron/textures/wrap.png
share/doc/html/armagetron/bugs.html
share/doc/html/armagetron/changelog.html
share/doc/html/armagetron/commands.html
share/doc/html/armagetron/compile.html
share/doc/html/armagetron/config.html
share/doc/html/armagetron/faq.html
share/doc/html/armagetron/index.html
share/doc/html/armagetron/install_linux.html
share/doc/html/armagetron/install_windows.html
share/doc/html/armagetron/net/index.html
share/doc/html/armagetron/net/lower.html
share/doc/html/armagetron/net/middle.html
share/doc/html/armagetron/net/upper.html
share/doc/html/armagetron/network.html
share/doc/html/armagetron/readme_linux.html
share/doc/html/armagetron/readme_windows.html
share/doc/html/armagetron/todo.html
share/doc/html/armagetron/versions.html
@dirrm share/doc/html/armagetron/net
@dirrm share/doc/html/armagetron
@dirrm games/armagetron/textures
@dirrm games/armagetron/sound
@exec ${MKDIR} %D/games/armagetron/music
@dirrm games/armagetron/music
@dirrm games/armagetron/models
@exec ${MKDIR} %D/games/armagetron/log
@dirrm games/armagetron/log
@dirrm games/armagetron/language
@dirrm games/armagetron/doc/net
@dirrm games/armagetron/doc
@dirrm games/armagetron/config
@dirrm games/armagetron/bin
@dirrm games/armagetron/arenas
@dirrm games/armagetron
@unexec ${RMDIR} %D/games 2>/dev/null || ${TRUE}