summaryrefslogtreecommitdiff
path: root/package/games
AgeCommit message (Collapse)Author
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-11-05prboom: misc cleanupsPeter Korsgaard
As noted by Bernhard on irc.
2008-11-05prboom: add a touch $@ to end of install target rule to install PrBoom only onceHans-Christian Egtvedt
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24lxdoom: add dependency to a xserver in MakefileHans-Christian Egtvedt
This patch corrects the commit r23467 and replaces uclibc with xserver_xorg-server in LXDOOM_DEPENDENCIES. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24lxdoom: make package depend on X11 serverHans-Christian Egtvedt
lxdoom depends on a X11 server to be built, this patch will only show lxdoom if a X11 server is selected and add xserver_xorg-server to the dependency list. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24doom-wad: enable kconfig entry for PrBoom package and fix whitespace damageHans-Christian Egtvedt
This patch will let the user install the Doom shareware WAD file if PrBoom is selected. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24prboom: add new games package PrBoomHans-Christian Egtvedt
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which uses the SDL library for graphics, sound and network. It also supports OpenGL, but this has not been enabled in this package since few embedded platforms support OpenGL. PrBoom allows you to play the good old game on newer hardware. It even supports higher resolution and better rendring, while still keeping the old style alive. http://prboom.sourceforge.net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24doom-wad: split out and fix installation of Doom shareware wad fileHans-Christian Egtvedt
This patch splits the installation of the shareware WAD file into a separate package. The wad file will also be installed into /usr/share/games/doom directory, since the client will search this directory when starting. The Makefile rule has also been altered to use tools defined by Buildroot to extract and install the wad file. The package is also multiple project safe now. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-03games: add games.mk so make will descent down package/games/*/*.mkPeter Korsgaard
2008-08-29games: Move all games into games subdirDaniel Laird
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird