Friday, September 30 2005 @ 05:44 AM UTC Contributed by: tgraupmann Views: 516
Build Update:
- Updated the scale code to properly scale nodes, verteces, and position tracks. Use the 'e' key and scale the selected node with the left mouse button, or scale the entire model with the right mouse button.
- Updated [download link] cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tagelflax co tagml
Saturday, June 18 2005 @ 11:45 AM UTC Contributed by: tgraupmann Views: 488
Description:
TagML is where it all got started. TagML is written in C++ and is meant to be the prototype/demo of what TagCMA aims to be.
Change Log:
- Fixed a small bug where clicks where being allowed to go thru the toolbar into the scene when trying to a select a tool from the popup menu.
- Updated [download link].
Saturday, May 21 2005 @ 10:33 PM UTC Contributed by: tgraupmann Views: 499
Change Log:
- Customizing toolbar, adding buttons
- Minor tooltip changes
- Added setfocus to setup dialogs
- Updated [download link]
- Created a [mailing list] for the project, [subscribe] and ask questions
Thursday, May 19 2005 @ 02:51 PM UTC Contributed by: tgraupmann Views: 442
Change Log:
- Added ability to save UI layout by pressing Control and a Number.
- Added logic to scale the UI layout when the window is resized.
- Moved button texture specifics from ui_layout.xml to core.xml.
- Updated config files.
- Updated download link.
Monday, May 02 2005 @ 03:41 PM UTC Contributed by: tgraupmann Views: 579
Created a functional prototype for the Client Connection Dialog. Each connection listed is a standalone component that makes web requests against the server to measure speed and latency. The controls are autogenerated from settings found in the core.xml file.
4. Install Apache2 development packages.
urpmi apache2-devel
5. Compile mod_mono.
wget http://www.go-mono.com/archive/1.0.8/mod_mono-1.0.8.tar.gz
tar zxvf mod_mono-1.0.8.tar.gz
cd mod_mono-1.0.8
./configure --prefix=/usr --with-preview=yes
make
make install
6. Compile XSP.
wget http://www.go-mono.com/archive/1.0.8/xsp-1.0.8.tar.gz
tar zxvf xsp-1.0.8.tar.gz
cd xsp-1.0.8
./configure --prefix=/usr --with-preview=yes
make
make install
7. Get the latest TagCMA code from CVS.
cd /var/www/mono/
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tagelflax co tagml/TAGMLWS
8. Configure MONO to find TAGMLWS.
These lines have to be added to /etc/httpd/conf/commonhttpd.conf just after the section that reads "...Note that from this point forward you must specifically allow particular features to be enabled..." :
####################################
LoadModule mono_module modules/mod_mono.so
Alias /TAGMLWS "/var/www/mono/tagml/TAGMLWS"
MonoApplications "/TAGMLWS:/var/www/mono/tagml/TAGMLWS"
<Directory /var/www/mono/tagml/TAGMLWS>
Order allow,deny
Allow from all
SetHandler mono
<IfModule mod_dir.c>
DirectoryIndex ClientManager.aspx
</IfModule>
</Directory>
####################################
9. Compile the server.
cd /var/www/mono/tagml/TAGMLWS/
./CompileWithMono.sh
Thursday, April 21 2005 @ 07:31 AM UTC Contributed by: tgraupmann Views: 640
Upon launching TagCMA, I invision a step by step wizard to help the user select that best connection to which will provide the least lag to boost the user experience.