aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames3-7/+7
2008-02-26require -loginuri on pCampBotSean Dague2-16/+22
2008-02-26give pCampBot a -h, -help optionSean Dague1-10/+30
2008-02-25Updated paths in classaudit script.Jeff Ames1-3/+3
2008-02-23* deleted .user filelbsa711-12/+0
2008-02-23Update svn properties.Jeff Ames2-163/+163
2008-02-22Trying to fix SVN update error: 2/2Tedd Hansen2-0/+164
2008-02-22Trying to fix SVN update error: 1/2Tedd Hansen2-164/+0
2008-02-22Removed LaunchSLClient from Prebuild - it can be added to solution on ↵Tedd Hansen2-0/+164
manually by whoever is working on it. :)
2008-02-21"threads" command now works. I've added manual tracking of threads (only if ↵Tedd Hansen1-0/+1
compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging.
2008-02-20Minor cleanup.Jeff Ames7-7/+7
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all ↵Tedd Hansen1-0/+2
threads so it will be easier to debug.
2008-02-17Thank you very much, Taoki for additions to pCampBot to improve walking, talkingCharles Krinke1-17/+27
and adding additional sentences for communications with pCampBot.
2008-02-15Moved LaunchSLClient prebuild.xml into main prebuild.xmlJeff Ames13-72/+0
2008-02-15Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. ↵Jeff Ames5-105/+44
Update README.
2008-02-15Moved pCampBot to OpenSim/ToolsJeff Ames7-0/+607
2008-02-15Oops. Forgot about Windows users.Jeff Ames1-2/+2
2008-02-15Minor syncing of copyright notices.Jeff Ames1-1/+1
2008-02-15Moved LaunchSLClient build system to Prebuild.Jeff Ames8-190/+185
Refactored LaunchSLClient code a bit.
2008-02-09Moved LICENSE.txt into root.Jeff Ames1-25/+0
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames2-12/+7
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-02-05Added copyright statements.Jeff Ames4-7/+119
2008-02-02fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵Tedd Hansen1-2/+22
one second...
2008-02-02Updated svn properties.Jeff Ames3-108/+108
2008-02-02Almost forgot to check in:Tedd Hansen3-0/+109
OpenSim.32BitLaunch.exe is a 32-bit application that loads OpenSim.exe using .Net framework, hence it is JIT-compiled to 32-bit. Use this app to start OpenSim on 64-bit systems (works great on Vista 64 :))
2008-01-26Rewrote svn properties handling script in python. Added more file types.Jeff Ames6-630/+630
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-11* Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey1-2/+3
* This can be turned on by setting storage_prim_inventories_experimental = True in OpenSim.ini * Implemented for sqlite and MySQL, no MSSQL implementation yet * As an experimental feature, there is no guarantee that this won't take down your region or that the db representation won't need to change. * More (and continuing) details at http://opensimulator.org/wiki/OpenSim:Prim_Inventory_Persistence
2008-01-04*Added ability to skip any use of the console when configuring and assume ↵mingchen1-1/+1
default value. This is useful when the server is running by itself and a new region request is added without sufficient information
2007-12-27* Optimized usingslbsa711-20/+16
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-26* Patch from Charlie Omega for standard secondlife inventory folders: see ↵Teravus Ovares1-20/+0
mantis:0000246 * Deletes the solution file from OpenSim.Gui
2007-12-26* Patch from Charlie0 to the OpenSim/Tools/OpenSim.GUI application to ↵Teravus Ovares1-0/+20
include the .sln file.
2007-12-24Thank you kindly, CharlieO for this update to the GUI tool for:Charles Krinke3-144/+1440
Adding a most all inclusive commandline switch and customizable path flags for ease of operation for server and client in one nifty window. on hitting of the start button, my 4 most used switches auto check (can be unchecked before run). Otherwise can select various other switches and add required data in entry fields. Or there is a raw cmd field that you can pass what ever you want after the exe. Great for setting and forgetting switches without having to use the cmd prompt and /or editing a shortcut. Tedious constant restarts of the client made easier.
2007-12-15more dorking around with exporter. Still far Sean Dague1-19/+18
from doing anything useful.
2007-12-14update to OpenSimExport to test loading of a RegionSean Dague1-7/+22
2007-12-14pluging away, setting up storage managerSean Dague1-0/+10
2007-12-14start to pull in config for OpenSim exportSean Dague1-1/+54
2007-12-14stubbing in OpenSimExport program. This does nothingSean Dague1-0/+43
yet except compiles a shell
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames5-7/+7
notice of doom
2007-12-10totally gratuitous svn:eol-style settingJeff Ames1-25/+25
2007-11-14* moved outer tool dir into inner tool dirlbsa713-0/+309
2007-10-30* doh IIlbsa711-1/+1
2007-10-30* dohlbsa711-1/+1
2007-10-30* Added OpenLifeGrid to Launcherlbsa711-2/+8
2007-10-30* Now the launcher actually WORKS. Yay.lbsa711-4/+4
2007-10-16Added support for 64 bit windowsTleiades Hax1-1/+5
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa718-4/+230
2007-09-17fixing me some line endingsSean Dague10-1023/+1023
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen1-3/+3
member names to smallcapsy.