aboutsummaryrefslogtreecommitdiffstats
path: root/games/q2pro
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Avoid using (a few remaining) i386 assembly sources on other architectures.alepulver2007-02-151-0/+19
| | | | Reported by: pointyhat
* - Update to SVN revision 142.alepulver2007-02-0518-322/+156
| | | | | | | - Add '-fPIC' compiler flag to a source file that is shared between both executables and libraries [1]. Reported by: pointyhat [1]
* - Disable x86 assembly code on non-i386.alepulver2007-01-212-4/+15
| | | | | | - Add X86_ASM option. Reported by: pointyhat
* - Fix building on amd64 (move -fPIC from LDFLAGS to CFLAGS).alepulver2007-01-151-0/+14
| | | | Reported by: pointyhat
* - Add missing SDL and JPEG dependencies.alepulver2007-01-131-1/+3
| | | | Reported by: pointyhat
* Q2PRO is a Quake2 engine modification. Client and server sides are bothalepulver2006-12-2620-0/+788
compatible with original Quake2 v3.20 network architecture, as well as with modern R1Q2 network architecture. Q2PRO is designed to be secure, fast and doesn't provide any graphical enhancements that are contrary to the classic Quake2 look and feel. It provides some features yet unique to Quake2, notably server side Multi View Demos. Q2PRO has it's own software and OpenGL refresh libraries and runs under Win32 and GNU/Linux natively. Q2PRO supports the following network protocols: - 34, original Quake2 protocol. - 35, enhanced R1Q2 protocol. - 36, enhanced Q2PRO protocol, extension of R1Q2 protocol. - 37, special broadband MVD protocol. WWW: http://q2pro.sourceforge.net/