# HG changeset patch # User normaldotcom # Date 2010-05-18 19:04:11 # Node ID abcf8952747b329d7bdbf6dcf3c998fd55b377b5 # Parent e129dd8d5b5c4014b0184a745ec8de6be20a5a44 Copyright and general documentation/todo updates diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ DistRen is a joint initiative of [protofusion] (http://protofusion.org/) and Oh! No! Publishing (http://ohnopublishing.net/) The principal devs are: -Ethan Zonca +Ethan Zonca Nathan Phillip Brink +Matthew Orlando \ No newline at end of file diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -2,3 +2,6 @@ 2009-01-04 Nathan Phillip Brink + + * Distrensimpleslave is now functional, uses php to work around the non-working server code \ No newline at end of file diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,1 +1,4 @@ -Nothing has happened yet. We have not had time to work on this yet, but have merely developed the concepts \ No newline at end of file +2010-05-18 Ethan Zonca + + * Basic rendering is now possible using http://dev.distren.org/ (see DistRenWeb repo) and distrensimpleslave, + which uses a PHP interface to work around the nonfunctional server codebase. \ No newline at end of file diff --git a/README b/README --- a/README +++ b/README @@ -1,2 +1,4 @@ -Welcome to the amazing DistRen C-based system. Completely nonfunctional and without a single line of -code. +Welcome to the amazing DistRen C-based system. Think it's completely nonfunctional and without a single line of +code? No longer. + +Basic documentation resides on http://protofusion.org/wiki/DistRen_Manual, and relevant sections will be transferred to this file in the near future. \ No newline at end of file diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -9,6 +9,7 @@ x-finished task Notes: Initial release will no longer feature SSH auth, distrend will handle auth telnet-style. User registration will be done via PHP. + Simpleslave uses a PHP API to communicate with the mysql-backed server, allowing debugging while server software is nonfunctional. Build @@ -39,6 +40,7 @@ Slave B-Add tmpdir variable (just like the datadir variable) that is compile-time or whatever -> simple API to allow configuration-file override while taking into account defaults set by ./configure *-Finish stub to delete old job data and output =-Upload finished frames' output files while rendering subsequent frames +x-Add simpleslave with code to work around nonexisting server codebase Options =-Rewrite some stuff, try to make it simpler diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright 2009 Nathan Phillip Brink, Ethan Zonca +# Copyright 2010 Nathan Phillip Brink, Ethan Zonca # # This file is a part of DistRen. # diff --git a/src/client/distren.c b/src/client/distren.c --- a/src/client/distren.c +++ b/src/client/distren.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/client/distren.h b/src/client/distren.h --- a/src/client/distren.h +++ b/src/client/distren.h @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/client/libdistren.c b/src/client/libdistren.c --- a/src/client/libdistren.c +++ b/src/client/libdistren.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/client/libdistren.h b/src/client/libdistren.h --- a/src/client/libdistren.h +++ b/src/client/libdistren.h @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/client/libdistren_config.c b/src/client/libdistren_config.c --- a/src/client/libdistren_config.c +++ b/src/client/libdistren_config.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/client/libdistren_job.c b/src/client/libdistren_job.c --- a/src/client/libdistren_job.c +++ b/src/client/libdistren_job.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/client/libdistren_unbias.c b/src/client/libdistren_unbias.c --- a/src/client/libdistren_unbias.c +++ b/src/client/libdistren_unbias.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. diff --git a/src/common/execio.h b/src/common/execio.h --- a/src/common/execio.h +++ b/src/common/execio.h @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca + Copyright 2010 Nathan Phillip Brink, Ethan Zonca This file is a part of DistRen. diff --git a/src/common/libremoteio.h b/src/common/libremoteio.h --- a/src/common/libremoteio.h +++ b/src/common/libremoteio.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/common/options.c b/src/common/options.c --- a/src/common/options.c +++ b/src/common/options.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca + Copyright 2010 Nathan Phillip Brink, Ethan Zonca This file is a part of DistRen. diff --git a/src/common/options.h b/src/common/options.h --- a/src/common/options.h +++ b/src/common/options.h @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca + Copyright 2010 Nathan Phillip Brink, Ethan Zonca This file is a part of distren. diff --git a/src/common/protocol.c b/src/common/protocol.c --- a/src/common/protocol.c +++ b/src/common/protocol.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/common/protocol.h b/src/common/protocol.h --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/common/remoteio.c b/src/common/remoteio.c --- a/src/common/remoteio.c +++ b/src/common/remoteio.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/common/remoteio.h b/src/common/remoteio.h --- a/src/common/remoteio.h +++ b/src/common/remoteio.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca + Copyright 2010 Nathan Phillip Brink, Ethan Zonca This file is a part of DistRen. diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/distrend.h b/src/server/distrend.h --- a/src/server/distrend.h +++ b/src/server/distrend.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/server/distrenjob.c b/src/server/distrenjob.c --- a/src/server/distrenjob.c +++ b/src/server/distrenjob.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/server/distrenjob.h b/src/server/distrenjob.h --- a/src/server/distrenjob.h +++ b/src/server/distrenjob.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/listen.c b/src/server/listen.c --- a/src/server/listen.c +++ b/src/server/listen.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/server/listen.h b/src/server/listen.h --- a/src/server/listen.h +++ b/src/server/listen.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/src/server/mysql.c b/src/server/mysql.c --- a/src/server/mysql.c +++ b/src/server/mysql.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/mysql.h b/src/server/mysql.h --- a/src/server/mysql.h +++ b/src/server/mysql.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/simpleslave.c b/src/server/simpleslave.c --- a/src/server/simpleslave.c +++ b/src/server/simpleslave.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/slavefuncs.c b/src/server/slavefuncs.c --- a/src/server/slavefuncs.c +++ b/src/server/slavefuncs.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/slavefuncs.h b/src/server/slavefuncs.h --- a/src/server/slavefuncs.h +++ b/src/server/slavefuncs.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/user_mgr.c b/src/server/user_mgr.c --- a/src/server/user_mgr.c +++ b/src/server/user_mgr.c @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/src/server/user_mgr.h b/src/server/user_mgr.h --- a/src/server/user_mgr.h +++ b/src/server/user_mgr.h @@ -1,5 +1,5 @@ /* - Copyright 2009 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando + Copyright 2010 Nathan Phillip Brink, Ethan Zonca, Matthew Orlando This file is a part of DistRen. diff --git a/test/check_asprintf.c b/test/check_asprintf.c --- a/test/check_asprintf.c +++ b/test/check_asprintf.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink + Copyright 2010 Nathan Phillip Brink This file is a part of DistRen. diff --git a/test/check_execio.c b/test/check_execio.c --- a/test/check_execio.c +++ b/test/check_execio.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca + Copyright 2010 Nathan Phillip Brink, Ethan Zonca This file is a part of DistRen.