aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Almost forgot to check in:Tedd Hansen2008-02-023-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 Ames2008-01-266-630/+630
|
* * Mother of all commits:Adam Frisby2008-01-151-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 Casey2008-01-111-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 ↵mingchen2008-01-041-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 usingslbsa712007-12-271-20/+16
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * Patch from Charlie Omega for standard secondlife inventory folders: see ↵Teravus Ovares2007-12-261-20/+0
| | | | | | | mantis:0000246 * Deletes the solution file from OpenSim.Gui
* * Patch from Charlie0 to the OpenSim/Tools/OpenSim.GUI application to ↵Teravus Ovares2007-12-261-0/+20
| | | | include the .sln file.
* Thank you kindly, CharlieO for this update to the GUI tool for:Charles Krinke2007-12-243-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 Dague2007-12-151-19/+18
| | | | | | from doing anything useful.
* update to OpenSimExport to test loading of a RegionSean Dague2007-12-141-7/+22
|
* pluging away, setting up storage managerSean Dague2007-12-141-0/+10
|
* start to pull in config for OpenSim exportSean Dague2007-12-141-1/+54
|
* stubbing in OpenSimExport program. This does nothingSean Dague2007-12-141-0/+43
| | | | | | yet except compiles a shell
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-105-7/+7
| | | | notice of doom
* totally gratuitous svn:eol-style settingJeff Ames2007-12-101-25/+25
|
* * moved outer tool dir into inner tool dirlbsa712007-11-143-0/+309
|
* * doh IIlbsa712007-10-301-1/+1
|
* * dohlbsa712007-10-301-1/+1
|
* * Added OpenLifeGrid to Launcherlbsa712007-10-301-2/+8
|
* * Now the launcher actually WORKS. Yay.lbsa712007-10-301-4/+4
|
* Added support for 64 bit windowsTleiades Hax2007-10-161-1/+5
|
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-158-4/+230
|
* fixing me some line endingsSean Dague2007-09-1710-1023/+1023
|
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen2007-09-131-3/+3
| | | | member names to smallcapsy.
* GUI: Added placeholders + info on what to be doneTedd Hansen2007-09-125-0/+225
|
* GUI also contains option for Stand Alone mode.Tedd Hansen2007-09-122-29/+122
|
* Early alpha version of a GUI tool to configure and start OpenSim. Currently ↵Tedd Hansen2007-09-1212-0/+1176
| | | | can start an already configured Grid server.
* mass update of urls in source code to new websiteSean Dague2007-09-103-3/+3
|
* mass update of files to have native line endingsSean Dague2007-07-3011-839/+839
|
* * Added Babblefrog's SL launcher (thanks!)Adam Frisby2007-07-2911-0/+844