diff --git a/parts/menu.php b/parts/menu.php index 1186e2e..2c51777 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -1,101 +1,101 @@ - -' . $desc . '
'; - } - - function menuSectionHeader ($name, $fgColor , $bgColor, $intBgColor) - { - echo "\n' . - '' . - ' ' . - ' ' . - ' ' . - ' ' . - ' ' . - ' ' . - '
' . - '
' . - ' ' . $name . '' . - '
'; - } - - function menuSectionFooter () - { - echo '
'; - } - - function qfMenu () - { - menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor); - menuItemLink ("/", "Latest News"); - menuItemLink ("/news.php", "Old News"); - menuItemLink ("/files.php", "Downloads"); - menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports"); - menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists"); - menuItemLink ("/board/", "Web Forum"); - menuSectionFooter (); - } - - function develMenu () - { - menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor); - menuItemLink ("http://cvs.quakeforge.net/cgi-bin/cvsweb.cgi/?cvsroot=quake", "Browse CVS"); - menuItemLink ("/devtools.php", "Developer Tools"); - menuItemLink ("/plans.php", "Developer Plans"); - menuItemLink ("/progress.php", "Progress"); - menuItemLink ("/sotc/", "State of the Code"); - menuItemLink ("/research/", "Research Center"); -// menuItemLink ("http://sourceforge.net/patch/?group_id=882", "Patch Manager"); -// menuItemLink ("http://sourceforge.net/support/?group_id=882", "Support Manager"); - menuItemLink ("http://sourceforge.net/pm/?group_id=882", "Task Manager"); - menuSectionFooter (); - } - - function sfMenu () - { - menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor); - menuItemLink ("http://sourceforge.net/", "Homepage"); - menuItemLink ("http://sourceforge.net/snippet/", "Code Snippet Library"); - menuItemLink ("http://sourceforge.net/softwaremap/", "Software Map"); - menuItemLink ("http://sourceforge.net/new/", "New Releases"); - menuItemLink ("http://sourceforge.net/docs/site/", "Site Documentation"); - menuItemLink ("http://sourceforge.net/top/", "Top Projects"); - menuItemLink ("http://sourceforge.net/mirrors/", "Other Site Mirrors"); - menuSectionFooter (); - } - - function searchMenu () - { - menuSectionHeader ("Search", 'white', menuHeadColor, menuBgColor); - echo '
' . - '
' . - ' ' . - '
' . - '  Require Exact Match' . - '
' . - ' ' . - ' ' . - ' ' . - ' ' . - '
' . - ' ' . - '
' . - '
'; - menuSectionFooter (); - } - - qfMenu (); - develMenu (); -// sfMenu (); - searchMenu (); -?> + +' . $desc . '
'; + } + + function menuSectionHeader ($name, $fgColor , $bgColor, $intBgColor) + { + echo "\n' . + '' . + ' ' . + ' ' . + ' ' . + ' ' . + ' ' . + ' ' . + '
' . + '
' . + ' ' . $name . '' . + '
'; + } + + function menuSectionFooter () + { + echo '
'; + } + + function qfMenu () + { + menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor); + menuItemLink ("/", "Latest News"); + menuItemLink ("/news.php", "Old News"); + menuItemLink ("/files.php", "Downloads"); + menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports"); + menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists"); + menuItemLink ("/board/", "Web Forum"); + menuSectionFooter (); + } + + function develMenu () + { + menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor); + menuItemLink ("http://cvs.quakeforge.net/cgi-bin/cvsweb.cgi/?cvsroot=quake", "Browse CVS"); + menuItemLink ("/devtools.php", "Developer Tools"); + menuItemLink ("/plans.php", "Developer Plans"); + menuItemLink ("/progress.php", "Progress"); + menuItemLink ("/sotc/", "State of the Code"); +// menuItemLink ("/research/", "Research Center"); +// menuItemLink ("http://sourceforge.net/patch/?group_id=882", "Patch Manager"); +// menuItemLink ("http://sourceforge.net/support/?group_id=882", "Support Manager"); + menuItemLink ("http://sourceforge.net/pm/?group_id=882", "Task Manager"); + menuSectionFooter (); + } + + function sfMenu () + { + menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor); + menuItemLink ("http://sourceforge.net/", "Homepage"); + menuItemLink ("http://sourceforge.net/snippet/", "Code Snippet Library"); + menuItemLink ("http://sourceforge.net/softwaremap/", "Software Map"); + menuItemLink ("http://sourceforge.net/new/", "New Releases"); + menuItemLink ("http://sourceforge.net/docs/site/", "Site Documentation"); + menuItemLink ("http://sourceforge.net/top/", "Top Projects"); + menuItemLink ("http://sourceforge.net/mirrors/", "Other Site Mirrors"); + menuSectionFooter (); + } + + function searchMenu () + { + menuSectionHeader ("Search", 'white', menuHeadColor, menuBgColor); + echo '
' . + '
' . + ' ' . + '
' . + '  Require Exact Match' . + '
' . + ' ' . + ' ' . + ' ' . + ' ' . + '
' . + ' ' . + '
' . + '
'; + menuSectionFooter (); + } + + qfMenu (); + develMenu (); +// sfMenu (); + searchMenu (); +?> diff --git a/research/api.php b/research/api.php deleted file mode 100644 index 0a47a22..0000000 --- a/research/api.php +++ /dev/null @@ -1,11 +0,0 @@ - -

-
OpenGL - Cross platform open 3D graphics library developed by SGI.
-
OpenAL - Cross platform open 3D audio library developed by Loki Games.
- diff --git a/research/books.php b/research/books.php deleted file mode 100644 index 5fb5747..0000000 --- a/research/books.php +++ /dev/null @@ -1,12 +0,0 @@ - -

-
Mike Abrash`s Quake1 source code book online
-
Publications by or in part by Seth Jared Teller
-
Online text of OpenGL Programming Guide
- diff --git a/research/diagrams.php b/research/diagrams.php deleted file mode 100644 index a579777..0000000 --- a/research/diagrams.php +++ /dev/null @@ -1,9 +0,0 @@ - -No content yet, please be patient. - diff --git a/research/engines.php b/research/engines.php deleted file mode 100644 index a3d38ff..0000000 --- a/research/engines.php +++ /dev/null @@ -1,12 +0,0 @@ - -

The 3D Engines List -

"Let's Write a Quake 3 Graphics Engine in OpenGL!" -

Good explaination and examples of ARB_multitexture. - - diff --git a/research/faq.php b/research/faq.php deleted file mode 100644 index 6c92c5c..0000000 --- a/research/faq.php +++ /dev/null @@ -1,9 +0,0 @@ - -
FAQ from EFNet #opengl
- diff --git a/research/index.php b/research/index.php deleted file mode 100644 index d372679..0000000 --- a/research/index.php +++ /dev/null @@ -1,56 +0,0 @@ - -

-

Welcome to the QuakeForge Research Resource
-
In the future, this space will provide 3D programming resources chosen by our developers as interesting or essential - for work on enhancing the QuakeForge engine. Bookmark this page. There a smidgen of content at the moment but it's growing. -

- - - - - - - - -
- - API -
Open specifications, libraries, etc.
-
- - Diagrams -
3D concepts, audio concepts, networking concepts, etc.
-
- - Relevant Books -
OpenGL, Mathematics, Theory, Game programming, etc.
-
- - Rendering engines and/or concepts -
Complete 3D engines, partial 3D engines, portal engines, BSP maps, model and texture implementations, steps/explainations for implementing, etc.
-
- - Mathematical Algorithms -
Surface Subdivison, Illumination, Reflections, Shadows, Shaders, Polygons, Vector Space, Affine Arithmetic, Bezier Curves, B-Spline Curves, Compression & Encryption, etc.
-
- - Sound Bytes -
Speeches, Lectures, Events, etc.
-
- - Tutorials -
Explainations of 3D engine development, networking, Quake specific archiecture, engine features, etc.
-
- - Misc. Texts -
Interviews, philosophy, theories, etc.
-
-

-
Page last updated: April, 19th 2000
- diff --git a/research/mathalgo.php b/research/mathalgo.php deleted file mode 100644 index de0fc6e..0000000 --- a/research/mathalgo.php +++ /dev/null @@ -1,9 +0,0 @@ - -No content yet, please be patient. - diff --git a/research/misc.php b/research/misc.php deleted file mode 100644 index 4ef76c3..0000000 --- a/research/misc.php +++ /dev/null @@ -1,12 +0,0 @@ - -
"Visibility Computations in Densely Occluded Polyhedral Enviroments" by Seth Jared Teller
-
Part 1
-
Part 2
-
Part 3

- diff --git a/research/soundbytes.php b/research/soundbytes.php deleted file mode 100644 index e894d01..0000000 --- a/research/soundbytes.php +++ /dev/null @@ -1,9 +0,0 @@ - -
Carmack Lecture at Razor CPL .mp3
- diff --git a/research/tut.php b/research/tut.php deleted file mode 100644 index a479763..0000000 --- a/research/tut.php +++ /dev/null @@ -1,9 +0,0 @@ - -No content yet, please be patient. -