summary refs log tree commit diff
path: root/pkgs/games/dhewm3
AgeCommit message (Collapse)AuthorFilesLines
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-3/+3
2017-02-02dhewm3: 20130113 -> 1.4.1Cray Elliott1-14/+19
2015-05-16openal to openalSoft conversionJoachim Schiele1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-04-04dhewm3: linking with mesa (for non-nvidia cards)Lluís Batlle i Rossell1-1/+6
It was just doing a dlopen(libGL), so mesa wasn't in the rpath. Now it is.
2013-04-04dhewm3: adding enableParallelBuildingLluís Batlle i Rossell1-0/+2
2013-04-02dhewm3: add mesa to build inputsCarles Pagès1-4/+3
I also removed an unused line I left over in previous commits.
2013-04-02dhewm3: add current master from githubCarles Pagès1-0/+27
This is a port of the Doom 3 source code released under GPL. Amongst others, this makes use of SDL to be multiplatform, and supports amd64.