Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵ | Jeff Ames | 2008-03-22 | 2 | -11/+11 |
| | | | | Thanks daTwitch! | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 19 | -501/+476 |
| | |||||
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 3 | -7/+7 |
| | |||||
* | require -loginuri on pCampBot | Sean Dague | 2008-02-26 | 2 | -16/+22 |
| | |||||
* | give pCampBot a -h, -help option | Sean Dague | 2008-02-26 | 1 | -10/+30 |
| | |||||
* | Updated paths in classaudit script. | Jeff Ames | 2008-02-25 | 1 | -3/+3 |
| | |||||
* | * deleted .user file | lbsa71 | 2008-02-23 | 1 | -12/+0 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-23 | 2 | -163/+163 |
| | |||||
* | Trying to fix SVN update error: 2/2 | Tedd Hansen | 2008-02-22 | 2 | -0/+164 |
| | |||||
* | Trying to fix SVN update error: 1/2 | Tedd Hansen | 2008-02-22 | 2 | -164/+0 |
| | |||||
* | Removed LaunchSLClient from Prebuild - it can be added to solution on ↵ | Tedd Hansen | 2008-02-22 | 2 | -0/+164 |
| | | | | manually by whoever is working on it. :) | ||||
* | "threads" command now works. I've added manual tracking of threads (only if ↵ | Tedd Hansen | 2008-02-21 | 1 | -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. | ||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 7 | -7/+7 |
| | |||||
* | Playing "Name that thread". Adding names and isbackground=true to all ↵ | Tedd Hansen | 2008-02-19 | 1 | -0/+2 |
| | | | | threads so it will be easier to debug. | ||||
* | Thank you very much, Taoki for additions to pCampBot to improve walking, talking | Charles Krinke | 2008-02-17 | 1 | -17/+27 |
| | | | | | and adding additional sentences for communications with pCampBot. | ||||
* | Moved LaunchSLClient prebuild.xml into main prebuild.xml | Jeff Ames | 2008-02-15 | 13 | -72/+0 |
| | |||||
* | Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. ↵ | Jeff Ames | 2008-02-15 | 5 | -105/+44 |
| | | | | Update README. | ||||
* | Moved pCampBot to OpenSim/Tools | Jeff Ames | 2008-02-15 | 7 | -0/+607 |
| | |||||
* | Oops. Forgot about Windows users. | Jeff Ames | 2008-02-15 | 1 | -2/+2 |
| | |||||
* | Minor syncing of copyright notices. | Jeff Ames | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | Moved LaunchSLClient build system to Prebuild. | Jeff Ames | 2008-02-15 | 8 | -190/+185 |
| | | | | | Refactored LaunchSLClient code a bit. | ||||
* | Moved LICENSE.txt into root. | Jeff Ames | 2008-02-09 | 1 | -25/+0 |
| | |||||
* | Update version numbers to 0.5 | Jeff Ames | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -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. | ||||
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 4 | -7/+119 |
| | |||||
* | fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵ | Tedd Hansen | 2008-02-02 | 1 | -2/+22 |
| | | | | one second... | ||||
* | Updated svn properties. | Jeff Ames | 2008-02-02 | 3 | -108/+108 |
| | |||||
* | Almost forgot to check in: | Tedd Hansen | 2008-02-02 | 3 | -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 :)) | ||||
* | Rewrote svn properties handling script in python. Added more file types. | Jeff Ames | 2008-01-26 | 6 | -630/+630 |
| | |||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -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. | ||||
* | * Exprimental prim inventory persistence can now be enabled by users. | Justin Clarke Casey | 2008-01-11 | 1 | -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 | ||||
* | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 2008-01-04 | 1 | -1/+1 |
| | | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -20/+16 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | * Patch from Charlie Omega for standard secondlife inventory folders: see ↵ | Teravus Ovares | 2007-12-26 | 1 | -20/+0 |
| | | | | | | | mantis:0000246 * Deletes the solution file from OpenSim.Gui | ||||
* | * Patch from Charlie0 to the OpenSim/Tools/OpenSim.GUI application to ↵ | Teravus Ovares | 2007-12-26 | 1 | -0/+20 |
| | | | | include the .sln file. | ||||
* | Thank you kindly, CharlieO for this update to the GUI tool for: | Charles Krinke | 2007-12-24 | 3 | -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. | ||||
* | more dorking around with exporter. Still far | Sean Dague | 2007-12-15 | 1 | -19/+18 |
| | | | | | | from doing anything useful. | ||||
* | update to OpenSimExport to test loading of a Region | Sean Dague | 2007-12-14 | 1 | -7/+22 |
| | |||||
* | pluging away, setting up storage manager | Sean Dague | 2007-12-14 | 1 | -0/+10 |
| | |||||
* | start to pull in config for OpenSim export | Sean Dague | 2007-12-14 | 1 | -1/+54 |
| | |||||
* | stubbing in OpenSimExport program. This does nothing | Sean Dague | 2007-12-14 | 1 | -0/+43 |
| | | | | | | yet except compiles a shell | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 5 | -7/+7 |
| | | | | notice of doom | ||||
* | totally gratuitous svn:eol-style setting | Jeff Ames | 2007-12-10 | 1 | -25/+25 |
| | |||||
* | * moved outer tool dir into inner tool dir | lbsa71 | 2007-11-14 | 3 | -0/+309 |
| | |||||
* | * doh II | lbsa71 | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | * doh | lbsa71 | 2007-10-30 | 1 | -1/+1 |
| | |||||
* | * Added OpenLifeGrid to Launcher | lbsa71 | 2007-10-30 | 1 | -2/+8 |
| | |||||
* | * Now the launcher actually WORKS. Yay. | lbsa71 | 2007-10-30 | 1 | -4/+4 |
| | |||||
* | Added support for 64 bit windows | Tleiades Hax | 2007-10-16 | 1 | -1/+5 |
| | |||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 8 | -4/+230 |
| |