1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Crazy Eddies GUI System: List of authors and contributors</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Crazy Eddies GUI System <span id="projectnumber">0.7.6</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">List of authors and contributors </div> </div>
</div>
<div class="contents">
<div class="textblock"><p>The following is a list of primary authors and contributors for Crazy Eddie's GUI System Mk-2.</p>
<h2><a class="anchor" id="authors_sec_1"></a>
Current CEGUI Core Team Members</h2>
<ul>
<li>Paul D Turner (crayzed / CrazyEddie / ice-drezday)</li>
<li>Martin Preisler (Kulik)</li>
</ul>
<h2><a class="anchor" id="authors_sec_3"></a>
Current CEGUI Tools Team Members</h2>
<ul>
<li>Paul D Turner (crayzed / CrazyEddie / ice-drezday)</li>
<li>Martin Preisler (Kulik)</li>
</ul>
<h2><a class="anchor" id="authors_sec_2"></a>
Retired or Semi-retired CEGUI Team Members</h2>
<ul>
<li>Patrick Kooman (scriptkid)</li>
<li>Frederico Jeronimo (fjeronimo)</li>
<li>Stephane (rackle)</li>
<li>Tomas Lindquist Olsen (lindquist)</li>
<li>Olivier Delannoy (Dalfy)</li>
<li>Paul Schifferer (Exsortis)</li>
<li>James O'Sullivan (_mental_)</li>
</ul>
<p><br/>
</p>
<h2><a class="anchor" id="authors_sec_4"></a>
Main Contributors</h2>
<p>The following have made large, important, or on-going contributions to the system (these people may have made additional contributions than those specifically mentioned):</p>
<ul>
<li>'Blakharaz':<ul>
<li>Initial XmlHandlerHelper class and general cleanup of original XML parsing code.</li>
</ul>
</li>
<li>Jeff Leigh:<ul>
<li>Original CEGUI::ColourManipulator class (now re-factored into <a class="el" href="classCEGUI_1_1colour.html" title="Class representing colour values within the system.">CEGUI::colour</a> class) and related fixes.</li>
</ul>
</li>
<li>Eugene Marcotte:<ul>
<li>Implementation of the NullRenderer module classes.</li>
</ul>
</li>
<li>Jeff A. Marr:<ul>
<li>Implementation of the MinizipResourceProvider class.</li>
</ul>
</li>
<li>Jose A Milan:<ul>
<li>Refactoring of XML handling classes to remove public dependency on Xerces-C++</li>
<li>Initial updates to Ogre renderer to support Ogre 1.0.</li>
</ul>
</li>
<li>Keith Mok:<ul>
<li>Original version of the DirectFB renderer module and supporting sample base application.</li>
</ul>
</li>
<li>Magnus Osterlind:<ul>
<li>Original version of the Direct3D 9 GUI renderer module.</li>
</ul>
</li>
<li>Martin Preisler:<ul>
<li>Layout Container classes.</li>
<li>Animation system.</li>
<li>Window::clone functionality.</li>
</ul>
</li>
<li>Assaf Raman:<ul>
<li>Support for bi-directional text.</li>
</ul>
</li>
<li>Lars Rinde:<ul>
<li>Original TaharezLook graphics design.</li>
</ul>
</li>
<li>Tobias Schlegel:<ul>
<li>STBImageCodec module.</li>
</ul>
</li>
<li>Steve Streeting:<ul>
<li>TabControl widget base classes & related 'TaharezLook' classes.</li>
</ul>
</li>
<li>Mark Strom:<ul>
<li>Original version of the OpenGL GUI renderer module.</li>
</ul>
</li>
<li>Thomas Suter:<ul>
<li>Original version of the Irrlicht engine GUI renderer module.</li>
</ul>
</li>
<li>Jonathan Welch:<ul>
<li>Static build support.</li>
<li>Tree widget (based on original code by David Durant)</li>
<li>Tree Demo.</li>
</ul>
</li>
<li>Andrew Zabolotny:<ul>
<li>Font class rewrite.</li>
</ul>
</li>
</ul>
<p><br/>
</p>
<h2><a class="anchor" id="authors_sec_5"></a>
Other Contributors</h2>
<p>The following have contributed patches, bug reports, and other such valuable things...</p>
<ul>
<li>Tupone Alfredo</li>
<li>Geoff Carlton</li>
<li>Clay Culver</li>
<li>Paul Downey</li>
<li>Jeff Doyle</li>
<li>Jan Eickmann</li>
<li>Andrzej Krzysztof Haczewski</li>
<li>Markus Henschel</li>
<li>Erik Hjortsberg</li>
<li>Rafal Jastrzebski</li>
<li>Chris Kang</li>
<li>Peter Newman</li>
<li>Chris Osborn</li>
<li>Shane Parker</li>
<li>Andrea Santambrogio</li>
<li>Robert Stoll</li>
<li>James Turner</li>
<li>Chris Weaver</li>
<li>Christopher Wedman</li>
<li>armaduck</li>
<li>genva</li>
<li>Te'ja</li>
<li>Xavier</li>
<li>s5zone</li>
<li>Lukas Meindl</li>
</ul>
<p><br/>
</p>
<h2><a class="anchor" id="authors_sec_6"></a>
Special Thanks</h2>
<ul>
<li>Shawn Carroll - For his tutorial series (no longer available, though!).</li>
<li>Chris McGuirk - For his C#.Net port.</li>
<li>Shane Parker - For giving permission to use his "Vanilla GUI" imagery.</li>
</ul>
<p>Everyone on the GameDev.Net forums who looked at earlier versions of the system and gave constructive criticism.</p>
<p>Everyone on the Ogre forums who encouraged the development of this Mk-2 version of the system.</p>
<p><br/>
</p>
<h2><a class="anchor" id="authors_sec_7"></a>
Have We Missed You?</h2>
<p>If you feel that we have missed you from some section of this list, then please contact us (<a href="mailto:team@cegui.org.uk">team@cegui.org.uk</a>) and let us know who you are and what you did, and we'll correct the mistake as soon as possible. </p>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:40 for Crazy Eddies GUI System by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
|