ailoom-cvs Mailing List for AILoom
Status: Pre-Alpha
Brought to you by:
browner10
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(43) |
Oct
(31) |
Nov
(3) |
Dec
(140) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
(56) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(40) |
Nov
(4) |
Dec
(9) |
| 2004 |
Jan
(13) |
Feb
(9) |
Mar
(2) |
Apr
(8) |
May
(1) |
Jun
(10) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Josh B. <bro...@us...> - 2007-10-01 10:01:50
|
browner10 2007/10/01 03:01:54 PDT
Modified files:
. SConstruct
lm Output.h SConscript
lm/network Message.h NetworkConnection.cpp
samples/simple simpleApp.cpp
Log:
update loom to use new vrjuggler and plexus. This is a cobbled together
effort and will have to be cleaned up but I got the simple sample compiled
and running - woot! There were actually only a few minor updates that
needed to be made to bring loom up to date with the syntax changes in
all the dependencies. So that is good. THe build system however is
totally borked. It will need some major tuneup before it's ready for a
real release.
Also, this will likely be hte last source check-in to the CVS repository on
SF. I am moving this to a subversion repos in the Anx Labs server and will
maintain it there with source distributions available on SF at later dates.
Revision Changes Path
1.25 +7 -7 loom/SConstruct
1.6 +9 -4 loom/lm/Output.h
1.10 +4 -4 loom/lm/SConscript
1.5 +5 -6 loom/lm/network/Message.h
1.6 +9 -9 loom/lm/network/NetworkConnection.cpp
1.11 +17 -2 loom/samples/simple/simpleApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.24&r2=1.25&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Output.h.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/SConscript.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/Message.h.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/NetworkConnection.cpp.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/simple/simpleApp.cpp.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-07-01 03:24:59
|
nonchocoboy 2004/06/30 20:24:49 PDT
Modified files:
samples/python_ticker loom_scripts.py python_ticker.cpp
Log:
Get the python_ticker sample app working again
Revision Changes Path
1.2 +1 -1 loom/samples/python_ticker/loom_scripts.py
1.2 +7 -9 loom/samples/python_ticker/python_ticker.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/python_ticker/loom_scripts.py.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/python_ticker/python_ticker.cpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-07-01 03:24:33
|
nonchocoboy 2004/06/30 20:24:26 PDT
Modified files:
SConsAddons/Options Plexus.py
Log:
Get the build to work w/o plexus
Revision Changes Path
1.6 +10 -0 loom/SConsAddons/Options/Plexus.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConsAddons/Options/Plexus.py.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-16 19:40:30
|
browner10 2004/06/16 12:40:24 PDT
Modified files:
. ChangeLog Version.h
Log:
noted exmaple in the changelog and bumped version 0.1.4
Revision Changes Path
1.10 +4 -0 loom/ChangeLog
1.4 +3 -3 loom/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/ChangeLog.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/Version.h.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-16 19:37:32
|
browner10 2004/06/16 12:37:26 PDT
Modified files:
lm Decider.cpp LoomKernel.cpp
lm/network LoomMessageHandler.h Message.h
NetworkConnection.cpp
samples/advanced/parent parentApp.cpp
Log:
the advanced parent/drone stuff now nearly works - however there is a SERIOUS
performance problem. and the messageHandler just spews the output it doesn't do
anything with it yet so that will be the next step (tomorrow - I'm tired now)
Revision Changes Path
1.9 +7 -2 loom/lm/Decider.cpp
1.12 +12 -17 loom/lm/LoomKernel.cpp
1.2 +31 -7 loom/lm/network/LoomMessageHandler.h
1.4 +17 -6 loom/lm/network/Message.h
1.5 +4 -13 loom/lm/network/NetworkConnection.cpp
1.4 +1 -6 loom/samples/advanced/parent/parentApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Decider.cpp.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/LoomKernel.cpp.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/LoomMessageHandler.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/Message.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/NetworkConnection.cpp.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/parent/parentApp.cpp.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-14 05:49:22
|
browner10 2004/06/13 22:49:06 PDT
Added files:
samples/advanced/drone SConscript droneApp.cpp
samples/advanced/parent SConscript parentApp.cpp
Removed files:
samples/advanced advancedApp.cpp
Log:
restructure of the advanced app to have two seperate apps: parent and drone
which can be run on two different machines to see how networking would work
Revision Changes Path
1.3 +0 -193 loom/samples/advanced/advancedApp.cpp (dead)
1.1 +32 -0 loom/samples/advanced/drone/SConscript (new)
1.1 +186 -0 loom/samples/advanced/drone/droneApp.cpp (new)
1.1 +32 -0 loom/samples/advanced/parent/SConscript (new)
1.1 +186 -0 loom/samples/advanced/parent/parentApp.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/advancedApp.cpp?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/drone/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/drone/droneApp.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/parent/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/advanced/parent/parentApp.cpp?rev=1.1&content-type=text/plain
|
|
From: Josh B. <bro...@us...> - 2004-06-10 07:27:08
|
browner10 2004/06/10 00:26:56 PDT
Modified files:
samples/simple simpleApp.cpp
Log:
simpleApp now works completely and output has been tested and it works - so i'm
going to bed for the night :)
Revision Changes Path
1.10 +5 -3 loom/samples/simple/simpleApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/simple/simpleApp.cpp.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-10 07:13:47
|
browner10 2004/06/10 00:13:41 PDT
Modified files:
. SConstruct
lm Decider.cpp Output.h SConscript
samples/simple SConscript simpleApp.cpp
Log:
fixed build system so that only the simple example gets built when specifying to
the build to build the samples. updated the simple sample and it works with the
new modified loom :) - also updated output with additional functions to simplify
interface
Revision Changes Path
1.23 +13 -8 loom/SConstruct
1.7 +3 -3 loom/lm/Decider.cpp
1.4 +60 -8 loom/lm/Output.h
1.9 +2 -2 loom/lm/SConscript
1.10 +5 -4 loom/samples/simple/SConscript
1.9 +9 -10 loom/samples/simple/simpleApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.22&r2=1.23&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Decider.cpp.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Output.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/SConscript.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/simple/SConscript.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/simple/simpleApp.cpp.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-10 06:24:55
|
browner10 2004/06/09 23:24:49 PDT
Modified files:
. SConstruct
lm Decider.cpp Output.cpp Output.h
lm/network NetworkConnection.cpp
Log:
make output have catagories
Revision Changes Path
1.22 +1 -1 loom/SConstruct
1.6 +3 -3 loom/lm/Decider.cpp
1.3 +4 -8 loom/lm/Output.cpp
1.3 +38 -5 loom/lm/Output.h
1.3 +5 -8 loom/lm/network/NetworkConnection.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.21&r2=1.22&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Decider.cpp.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Output.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/Output.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/NetworkConnection.cpp.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2004-06-10 03:52:05
|
browner10 2004/06/09 20:51:58 PDT
Modified files:
. ChangeLog SConstruct Version.h
SConsAddons/Options Plexus.py
lm SConscript
lm/network NetworkConnection.cpp
Log:
Completed teh build system refactoring. The whole system now compiles on
linux (except python bindings) which I know nothing about. The system is fully
up to date with all dependencies now. And I can start working on the
networking code again :)
Revision Changes Path
1.9 +6 -1 loom/ChangeLog
1.5 +1 -1 loom/SConsAddons/Options/Plexus.py
1.21 +58 -24 loom/SConstruct
1.3 +3 -3 loom/Version.h
1.8 +17 -12 loom/lm/SConscript
1.2 +6 -6 loom/lm/network/NetworkConnection.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/ChangeLog.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConsAddons/Options/Plexus.py.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.20&r2=1.21&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/Version.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/SConscript.diff?r1=1.7&r2=1.8&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/network/NetworkConnection.cpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-04-19 00:08:57
|
nonchocoboy 2004/04/18 17:08:46 PDT
Modified files:
. SConstruct
Added files:
bindings SConscript
bindings/python SConscript
Removed files:
bindings/python Makefile
Log:
Added the python bindings to the scons build
Revision Changes Path
1.20 +2 -1 loom/SConstruct
1.1 +1 -0 loom/bindings/SConscript (new)
1.2 +0 -8 loom/bindings/python/Makefile (dead)
1.1 +21 -0 loom/bindings/python/SConscript (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.19&r2=1.20&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/python/Makefile?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/python/SConscript?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2004-04-18 23:49:14
|
nonchocoboy 2004/04/18 16:49:08 PDT
Modified files:
. SConstruct
Log:
Changes to the build that I needed to get loom to compile for me on a RH9 box.
Revision Changes Path
1.19 +40 -4 loom/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/SConstruct.diff?r1=1.18&r2=1.19&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-04-18 23:48:05
|
nonchocoboy 2004/04/18 16:47:58 PDT
Added files:
bindings/python loom.cpp
Log:
Checked in the BPL code because pyste is not generating it correctly at the moment.
Revision Changes Path
1.1 +84 -0 loom/bindings/python/loom.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/python/loom.cpp?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2004-04-18 23:46:39
|
nonchocoboy 2004/04/18 16:46:31 PDT
Added files:
samples/python_ticker SConscript loom_scripts.py
python_ticker.cpp
Log:
Added ticker (simple sample) with sensor and effectors that come from a python script.
Revision Changes Path
1.1 +29 -0 loom/samples/python_ticker/SConscript (new)
1.1 +16 -0 loom/samples/python_ticker/loom_scripts.py (new)
1.1 +228 -0 loom/samples/python_ticker/python_ticker.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/python_ticker/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/python_ticker/loom_scripts.py?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/python_ticker/python_ticker.cpp?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2004-04-18 23:44:39
|
nonchocoboy 2004/04/18 16:44:32 PDT
Modified files:
samples/simple SConscript
Log:
Make the simple sample build work.
Revision Changes Path
1.8 +7 -7 loom/samples/simple/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/simple/SConscript.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-04-16 05:17:13
|
nonchocoboy 2004/04/15 22:17:07 PDT
Added files:
bindings/python Makefile loom.pyste
Log:
First pass at an attempt at python bindings for sensor and effector. They build now, but have runtime issues.
Revision Changes Path
1.1 +8 -0 loom/bindings/python/Makefile (new)
1.1 +27 -0 loom/bindings/python/loom.pyste (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/python/Makefile?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/bindings/python/loom.pyste?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2004-04-16 05:06:44
|
nonchocoboy 2004/04/15 22:06:39 PDT
Modified files:
lm SConscript
Log:
glob sources from the source tree, not the build tree
Revision Changes Path
1.6 +2 -7 loom/lm/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/lm/SConscript.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-04-12 21:18:51
|
nonchocoboy 2004/04/12 14:04:59 PDT
Modified files:
. INSTALL
Log:
testing commit
Revision Changes Path
1.3 +0 -0 loom/INSTALL
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/INSTALL.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2004-03-02 04:52:42
|
nonchocoboy 2004/03/01 20:41:13 PST
Modified files:
samples/tanks Command.h
Log:
Added commands for turning left and right.
Revision Changes Path
1.2 +38 -0 loom/samples/tanks/Command.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/Command.h.diff?r1=1.1&r2=1.2&diff_format=h
|