[Toxicengine-cvs] website/developers changelog.php,1.2,1.3 index.php,1.1,1.2 roadmap.php,1.2,1.3
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 22:36:19
|
Update of /cvsroot/toxicengine/website/developers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22176/developers Modified Files: changelog.php index.php roadmap.php Log Message: updated contact information Index: changelog.php =================================================================== RCS file: /cvsroot/toxicengine/website/developers/changelog.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changelog.php 21 Oct 2004 20:47:26 -0000 1.2 --- changelog.php 21 Oct 2004 22:36:08 -0000 1.3 *************** *** 2,20 **** /* toxic - A Global Illumination Renderer ! Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software --- 2,20 ---- /* toxic - A Global Illumination Renderer ! Copyright (C) 2004 The toxic Project ! http://toxicengine.sourceforge.net ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software Index: roadmap.php =================================================================== RCS file: /cvsroot/toxicengine/website/developers/roadmap.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** roadmap.php 21 Oct 2004 20:47:26 -0000 1.2 --- roadmap.php 21 Oct 2004 22:36:08 -0000 1.3 *************** *** 2,7 **** /* toxic - A Global Illumination Renderer ! Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... This file is part of toxic. --- 2,7 ---- /* toxic - A Global Illumination Renderer ! Copyright (C) 2004 The toxic Project ! http://toxicengine.sourceforge.net This file is part of toxic. Index: index.php =================================================================== RCS file: /cvsroot/toxicengine/website/developers/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 2 Oct 2004 01:44:44 -0000 1.1 --- index.php 21 Oct 2004 22:36:08 -0000 1.2 *************** *** 2,20 **** /* toxic - A Global Illumination Renderer ! Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software --- 2,20 ---- /* toxic - A Global Illumination Renderer ! Copyright (C) 2004 The toxic Project ! http://toxicengine.sourceforge.net ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software *************** *** 40,44 **** ' ORDER BY timestamp DESC ' . ' LIMIT 0, 1'); ! if(mysql_num_rows($entry_vector) > 0) { $row = mysql_fetch_array($entry_vector); --- 40,44 ---- ' ORDER BY timestamp DESC ' . ' LIMIT 0, 1'); ! if(mysql_num_rows($entry_vector) > 0) { $row = mysql_fetch_array($entry_vector); |