Log of /trunk/bin
| Sticky Revision: |
Revision 238 - Directory Listing
Modified Sun Jan 4 06:27:13 2009 UTC (4 years, 4 months ago) by dahlia
update libomv to r2402
Revision 237 - Directory Listing
Modified Tue Dec 23 07:40:38 2008 UTC (4 years, 4 months ago) by dahlia
add a config option for processing foliage
Revision 235 - Directory Listing
Modified Tue Dec 23 05:32:31 2008 UTC (4 years, 4 months ago) by dahlia
add xml files that were left out of last commit
Revision 234 - Directory Listing
Modified Tue Dec 23 05:29:37 2008 UTC (4 years, 4 months ago) by dahlia
update libomv dlls to r2399 delete foliage callbacks and move foliage queue processing to newPrimCallback handle null sculpt entries in prim objects
Revision 233 - Directory Listing
Modified Mon Dec 22 07:47:43 2008 UTC (4 years, 4 months ago) by dahlia
update PrimMesher.dll to r24
Revision 232 - Directory Listing
Modified Mon Dec 22 06:19:21 2008 UTC (4 years, 4 months ago) by dahlia
update PrimMesher.dll to r23 - fixes some misshaped prim face triangles
Revision 226 - Directory Listing
Modified Fri Dec 12 00:33:37 2008 UTC (4 years, 5 months ago) by teravus
* Missing lib
Revision 225 - Directory Listing
Modified Fri Dec 12 00:33:06 2008 UTC (4 years, 5 months ago) by teravus
Updates LibOMV to revision 2377
Revision 212 - Directory Listing
Modified Fri Dec 5 00:15:37 2008 UTC (4 years, 5 months ago) by dahlia
Update PrimMesher.dll to r22. add an experimental terrain made from an array of plane meshes - type "hf" in console to rez it once the heightfield is loaded.
Revision 209 - Directory Listing
Modified Mon Dec 1 23:44:31 2008 UTC (4 years, 5 months ago) by dahlia
Add a "multiple_sims" option to IdealistViewer.ini
Revision 206 - Directory Listing
Modified Sun Nov 30 19:55:34 2008 UTC (4 years, 5 months ago) by teravus
* harden the WaterSceneNode a little bit
Revision 198 - Directory Listing
Modified Sun Nov 30 03:13:40 2008 UTC (4 years, 5 months ago) by teravus
* another water layer
Revision 196 - Directory Listing
Modified Sun Nov 30 02:33:17 2008 UTC (4 years, 5 months ago) by teravus
Committing the updated linux Lib.
Revision 195 - Directory Listing
Modified Sun Nov 30 01:31:43 2008 UTC (4 years, 5 months ago) by teravus
* Updates IrrlichtNETCP for irrlicht revision 1883
Revision 170 - Directory Listing
Modified Fri Nov 28 03:17:06 2008 UTC (4 years, 5 months ago) by teravus
* About box license requirements * Reordered the CONTRIBUTORS.TXT so it's in alphabetical order again.
Revision 169 - Directory Listing
Modified Fri Nov 28 01:06:10 2008 UTC (4 years, 5 months ago) by ckrinke
Got Help->About reading About.xml with device_OnEvent. I think we should add our notes with user commands in here for a while. Deleted the Prebuild.sln file and the Config.xml file which was read by Example09 and not used by Idealist.
Revision 168 - Directory Listing
Modified Thu Nov 27 22:05:05 2008 UTC (4 years, 5 months ago) by teravus
* Updated Linux lib
Revision 164 - Directory Listing
Modified Thu Nov 27 20:56:58 2008 UTC (4 years, 5 months ago) by teravus
* maybe fix the Vista logtext issue. * linux build needs to be re-built. will do that if this works successfully in vista.
Revision 160 - Directory Listing
Modified Thu Nov 27 04:37:42 2008 UTC (4 years, 5 months ago) by teravus
* Make font bigger!
Revision 148 - Directory Listing
Modified Mon Nov 24 04:13:47 2008 UTC (4 years, 5 months ago) by teravus
and... to the bin folder
Revision 145 - Directory Listing
Modified Mon Nov 24 02:35:08 2008 UTC (4 years, 5 months ago) by teravus
Moving updated Linux Library to the bin folder. Seems to work, yay
Revision 130 - Directory Listing
Modified Sat Nov 22 19:15:02 2008 UTC (4 years, 5 months ago) by dahlia
Update PrimMesher.dll to r21 which fixes some sculpted prim artifacts
Revision 129 - Directory Listing
Modified Sat Nov 22 00:51:10 2008 UTC (4 years, 5 months ago) by dahlia
more work on trees and foliage - still a way to go yet
Revision 124 - Directory Listing
Modified Thu Nov 20 06:47:53 2008 UTC (4 years, 6 months ago) by dahlia
updated libIrrlicht.a and libIrrlichtW.so to current
Revision 114 - Directory Listing
Modified Wed Nov 19 21:31:16 2008 UTC (4 years, 6 months ago) by teravus
* Fix prebuild for generating .build files.
Revision 112 - Directory Listing
Modified Tue Nov 18 21:58:44 2008 UTC (4 years, 6 months ago) by teravus
* A Few Memory Management techniques * Sped up prim loading. x2 * Killed the tree. Will put that back in when I have it set up to actually represent a plant
Revision 109 - Directory Listing
Modified Mon Nov 17 07:39:13 2008 UTC (4 years, 6 months ago) by dahlia
experimental - build sculpt mesh using indexed access to vertex, normal, and UV lists update PrimMesher.dll to r20
Revision 108 - Directory Listing
Modified Sun Nov 16 15:30:39 2008 UTC (4 years, 6 months ago) by teravus
* 1st Milestone met. Wright Plaza loaded completely with 99% of the textures loaded and idealistviewer was stable enough to pick/move rotate, fly, cam.. etc. * FullUpdateCount:5071, PrimCount:4141, TextureCount:467, UniquePrim:311 * Added a mesh cache for sculpted prim * Apply per-face color settings in c++ as it's much faster and we get the added benefit of not storing a reference to the Vertex3D after.
Revision 104 - Directory Listing
Modified Sun Nov 16 10:09:06 2008 UTC (4 years, 6 months ago) by teravus
* Adds MeshFactory to keep # of Vertex3D references down * Adds IrrlichtNETCP::MeshManipulator_CreateMeshCopy - hooks to the native method. * Improves memory usage.
Revision 103 - Directory Listing
Modified Sun Nov 16 07:06:39 2008 UTC (4 years, 6 months ago) by dahlia
Refactor out redundant code in PrimMesherG.cs Update PrimMesher.dll to r19
Revision 102 - Directory Listing
Modified Sun Nov 16 03:26:39 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r18 offload sculpty LOD scaling to PrimMesher.dll a little cleanup here and there
Revision 89 - Directory Listing
Modified Thu Nov 13 04:44:53 2008 UTC (4 years, 6 months ago) by teravus
This fixes the picker. * Overloaded GenerateHashCode for TriangleSelector to (int)IntPtr the pointer in memory gotten through interop. That will be unique but ensure that any instance that is the same will be equal. This is important so that it can be removed from the list easily.
Revision 87 - Directory Listing
Modified Wed Nov 12 18:50:35 2008 UTC (4 years, 6 months ago) by dahlia
added image side edge wraparound for sculpties
Revision 85 - Directory Listing
Modified Wed Nov 12 13:43:11 2008 UTC (4 years, 6 months ago) by teravus
* Apply Rotation, Scaling, Offset, and flip to the object's faces. * Textures should appear correctly now, yay
Revision 81 - Directory Listing
Modified Tue Nov 11 08:20:31 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll for vertex normals on sculpties
Revision 80 - Directory Listing
Modified Tue Nov 11 04:37:52 2008 UTC (4 years, 6 months ago) by dahlia
basic sculpty meshing and UV experimental code
Revision 79 - Directory Listing
Modified Mon Nov 10 22:15:46 2008 UTC (4 years, 6 months ago) by dahlia
first pass at adding sculpty support
Revision 74 - Directory Listing
Modified Sun Nov 9 13:50:43 2008 UTC (4 years, 6 months ago) by teravus
I have created something, I think I'll call it a shrubbery.
Revision 73 - Directory Listing
Modified Sun Nov 9 08:06:56 2008 UTC (4 years, 6 months ago) by dahlia
correct numPrimFaces property value in PrimMesher.dll
Revision 71 - Directory Listing
Modified Sun Nov 9 07:28:18 2008 UTC (4 years, 6 months ago) by dahlia
new experimental PrimMesher.dll adds support for prim face numbers in viewer mode
Revision 69 - Directory Listing
Modified Sat Nov 8 12:38:56 2008 UTC (4 years, 6 months ago) by teravus
* Fix Prebuild * Thanks lbsa71!
Revision 66 - Directory Listing
Modified Sat Nov 8 02:52:41 2008 UTC (4 years, 6 months ago) by teravus
* Updates libOMV to latest * OpenSimulator Friendly!
Revision 64 - Directory Listing
Modified Sat Nov 8 02:03:17 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r11
Revision 58 - Directory Listing
Modified Wed Nov 5 18:43:45 2008 UTC (4 years, 6 months ago) by teravus
*eol style native on Female7?
Revision 57 - Directory Listing
Modified Wed Nov 5 18:12:48 2008 UTC (4 years, 6 months ago) by teravus
* Committing some test avatar stuff. * Will be playing with the test to get the rotations right.
Revision 56 - Directory Listing
Modified Wed Nov 5 09:26:21 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r10
Revision 54 - Directory Listing
Modified Wed Nov 5 07:31:50 2008 UTC (4 years, 6 months ago) by teravus
* This re-enables ambient light. (the shadowy terrain was getting me dizzy)
Revision 51 - Directory Listing
Modified Wed Nov 5 03:33:53 2008 UTC (4 years, 6 months ago) by teravus
* Updates Irrlicht to 1.4.2 r1686, uploads a modified IrrlichtNETCP to work with r1686. * Fixes a cosmetic issue with Sydney.
Revision 47 - Directory Listing
Modified Tue Nov 4 10:34:44 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r9 with more vertex normal goodness in every byte :)
Revision 46 - Directory Listing
Modified Mon Nov 3 09:05:51 2008 UTC (4 years, 6 months ago) by dahlia
added ability to specify multiple textures for the avatar mesh - changes noted in IdealistViewer.ini.example
Revision 45 - Directory Listing
Modified Mon Nov 3 02:13:41 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r8 which corrects some discrepancies in profile cut normals
Revision 44 - Directory Listing
Modified Sat Nov 1 20:11:26 2008 UTC (4 years, 6 months ago) by dahlia
optional blonde hair for sydney - use avatar_material = "sydneyBlonde.BMP" in IdealistViewer.ini
Revision 41 - Directory Listing
Modified Sat Nov 1 04:38:28 2008 UTC (4 years, 6 months ago) by teravus
* Updates IrrlichtNETCP to 0.9 * Updates Irrlicht SDK to 1.4.1 * Will update libs next.
Revision 39 - Directory Listing
Modified Fri Oct 31 08:47:21 2008 UTC (4 years, 6 months ago) by dahlia
Update to PrimMesher.dll r7 Increment version number to 0.000000000002
Revision 31 - Directory Listing
Modified Thu Oct 30 01:35:20 2008 UTC (4 years, 6 months ago) by teravus
* Start location parsing from the URI * Also an optional start_location parameter in the ini
Revision 27 - Directory Listing
Modified Wed Oct 29 09:32:14 2008 UTC (4 years, 6 months ago) by dahlia
add configuration options for backface culling and avatar mesh adjust lighting to enhance shadow detail a bit
Revision 26 - Directory Listing
Modified Wed Oct 29 09:28:32 2008 UTC (4 years, 6 months ago) by dahlia
Update PrimMesher.dll to r5.
Revision 23 - Directory Listing
Modified Tue Oct 28 22:12:05 2008 UTC (4 years, 6 months ago) by teravus
* .a for irrlicht.. test
Revision 20 - Directory Listing
Modified Tue Oct 28 09:15:31 2008 UTC (4 years, 6 months ago) by dahlia
update PrimMesher.dll to r3
Revision 18 - Directory Listing
Modified Tue Oct 28 08:57:43 2008 UTC (4 years, 6 months ago) by teravus
* More SVN cleanup
Revision 16 - Directory Listing
Modified Tue Oct 28 08:47:20 2008 UTC (4 years, 6 months ago) by teravus
* Adds Texture loading to prim. Currently we don't have a per-face texture, so it applies the highest face texture to the whole thing. * See IdealistViewer.ini.Example for how to turn this off.
Revision 12 - Directory Listing
Modified Mon Oct 27 04:47:43 2008 UTC (4 years, 6 months ago) by dahlia
Update PrimMesher.dll to r2
Revision 10 - Directory Listing
Modified Sun Oct 26 18:08:35 2008 UTC (4 years, 6 months ago) by dahlia
updated PrimMesher.dll to current opensim code
Revision 4 - Directory Listing
Modified Sun Oct 26 17:41:48 2008 UTC (4 years, 6 months ago) by teravus
Added IdealistViewer.ini.example
Revision 2 - Directory Listing
Added Sun Oct 26 17:08:20 2008 UTC (4 years, 6 months ago) by teravus
* Initial commit, moved from /gf/project/idealistviewer/scmsvn/?action=browse&path=svn%3A%2F%2Fteravus.wmcv.com%3A9001%2FIdealistViewer
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

