aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-2/+2
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* moved the initial loading/setting of the config settings to its own class, ↵MW2008-11-051-1/+1
| | | | ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
* * Remove the OpenSim GUI. Justin Clarke Casey2008-10-2715-3050/+0
| | | | | | * A better version can now be found on the forge at http://forge.opensimulator.org/gf/project/osgui
* Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2008-10-162-9/+4
| | | | 64-bit os can run OpenSim in 32-bit mode)
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-2/+2
| | | | | | display root and child agents (mantis #2171).
* Mantis #2133Melanie Thielker2008-09-061-1/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-063-8/+8
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-184-12/+12
|
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-1/+1
| | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-1/+1
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-1/+3
|
* Add copyright notices.Jeff Ames2008-05-204-16/+112
| | | | | Fix spelling typo (Thanks ChrisDown for pointing this out)
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-191-6/+0
|
* Formatting cleanup.Jeff Ames2008-05-166-225/+225
|
* More formatting cleanup.Jeff Ames2008-05-141-2/+5
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* Minimize binary size and external dependencies in OS X LaunchSLClient.app ↵Jeff Ames2008-05-023-20/+47
| | | | creation script.
* Get LaunchSLClient window out of the way when launching SL.Jeff Ames2008-05-011-0/+5
|
* Minor cosmetic cleanup.Jeff Ames2008-05-012-18/+6
|
* * Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby2008-05-011-1/+1
| | | | ASCIIEncoder in places we shouldn't.
* Attempt to locate SL client in LaunchSLClient under other Unices.Jeff Ames2008-05-013-9/+26
|
* Load grid list in LaunchSLClient from .ini file at run-time.Jeff Ames2008-05-015-18/+135
| | | | | Add script to build LaunchSLClient.app on OS X.
* More config cleanup in LaunchSLClient.Jeff Ames2008-05-015-14/+29
|
* Fix paths in LaunchSLClient prebuild.xmlJeff Ames2008-05-011-3/+3
|
* Refactor machine-dependent configuration in LaunchSLClient.Jeff Ames2008-05-016-82/+226
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* Add basic OS X support to LaunchSLClientJeff Ames2008-05-011-5/+35
|
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-2/+3
| | | | with namespaces.
* Moving LaunchSLClient source files so build works (2/2)Jeff Ames2008-05-0110-0/+0
|
* Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so ↵Jeff Ames2008-05-015-152/+79
| | | | build works (1/2)
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-17/+0
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-214-22/+15
| | | | (this took a while to run).
* Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵Jeff Ames2008-03-222-11/+11
| | | | Thanks daTwitch!
* Formatting cleanup.Jeff Ames2008-03-1819-501/+476
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-043-7/+7
|
* require -loginuri on pCampBotSean Dague2008-02-262-16/+22
|
* give pCampBot a -h, -help optionSean Dague2008-02-261-10/+30
|
* Updated paths in classaudit script.Jeff Ames2008-02-251-3/+3
|
* * deleted .user filelbsa712008-02-231-12/+0
|
* Update svn properties.Jeff Ames2008-02-232-163/+163
|
* Trying to fix SVN update error: 2/2Tedd Hansen2008-02-222-0/+164
|
* Trying to fix SVN update error: 1/2Tedd Hansen2008-02-222-164/+0
|
* Removed LaunchSLClient from Prebuild - it can be added to solution on ↵Tedd Hansen2008-02-222-0/+164
| | | | manually by whoever is working on it. :)
* "threads" command now works. I've added manual tracking of threads (only if ↵Tedd Hansen2008-02-211-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 Ames2008-02-207-7/+7
|
* Playing "Name that thread". Adding names and isbackground=true to all ↵Tedd Hansen2008-02-191-0/+2
| | | | threads so it will be easier to debug.
* Thank you very much, Taoki for additions to pCampBot to improve walking, talkingCharles Krinke2008-02-171-17/+27
| | | | | and adding additional sentences for communications with pCampBot.
* Moved LaunchSLClient prebuild.xml into main prebuild.xmlJeff Ames2008-02-1513-72/+0
|
* Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. ↵Jeff Ames2008-02-155-105/+44
| | | | Update README.
* Moved pCampBot to OpenSim/ToolsJeff Ames2008-02-157-0/+607
|