aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-33/+52
line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces.
2008-12-08* Killed off OpenSimExport. One project less to maintain.lbsa711-112/+0
2008-12-06Add copyright headers.Jeff Ames2-3/+56
2008-12-06GUI for launching grids. Early version, but should work fine.Tedd Hansen34-0/+4274
Will execute all OpenSim services redirect their input/output/errors to the selected "GUI module". This version has following "GUI modules": * Windows Forms * Windows Service (doesn't work yet) * Console * TCP daemon This means that OpenSim can now run in a single console for those who want that. Console functionallity is not too rich yet, but code/framework is there... more to come. :)
2008-11-27* Adds texture download requests to pcampbot to more accurately represent load.Teravus Ovares1-0/+52
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-2/+2
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-2/+2
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-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
2008-11-05moved the initial loading/setting of the config settings to its own class, ↵MW1-1/+1
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
2008-10-27* Remove the OpenSim GUI. Justin Clarke Casey15-3050/+0
* A better version can now be found on the forge at http://forge.opensimulator.org/gf/project/osgui
2008-10-16Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2-9/+4
64-bit os can run OpenSim in 32-bit mode)
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz1-2/+2
display root and child agents (mantis #2171).
2008-09-06Mantis #2133Melanie Thielker1-1/+1
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares3-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.
2008-08-18Formatting cleanup.Jeff Ames4-12/+12
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-1/+1
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-06-01* Refactor: Split opensim background server into a separate classJustin Clarke Casey1-1/+1
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-1/+3
2008-05-20Add copyright notices.Jeff Ames4-16/+112
Fix spelling typo (Thanks ChrisDown for pointing this out)
2008-05-19Update svn properties. Minor formatting cleanup.Jeff Ames1-6/+0
2008-05-16Formatting cleanup.Jeff Ames6-225/+225
2008-05-14More formatting cleanup.Jeff Ames1-2/+5
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-02Minimize binary size and external dependencies in OS X LaunchSLClient.app ↵Jeff Ames3-20/+47
creation script.
2008-05-01Get LaunchSLClient window out of the way when launching SL.Jeff Ames1-0/+5
2008-05-01Minor cosmetic cleanup.Jeff Ames2-18/+6
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using ↵Adam Frisby1-1/+1
ASCIIEncoder in places we shouldn't.
2008-05-01Attempt to locate SL client in LaunchSLClient under other Unices.Jeff Ames3-9/+26
2008-05-01Load grid list in LaunchSLClient from .ini file at run-time.Jeff Ames5-18/+135
Add script to build LaunchSLClient.app on OS X.
2008-05-01More config cleanup in LaunchSLClient.Jeff Ames5-14/+29
2008-05-01Fix paths in LaunchSLClient prebuild.xmlJeff Ames1-3/+3
2008-05-01Refactor machine-dependent configuration in LaunchSLClient.Jeff Ames6-82/+226
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
* Made a bunch more members static, removed some dead code, general cleaning.
2008-05-01Add basic OS X support to LaunchSLClientJeff Ames1-5/+35
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+3
with namespaces.
2008-05-01Moving LaunchSLClient source files so build works (2/2)Jeff Ames10-0/+0
2008-05-01Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so ↵Jeff Ames5-152/+79
build works (1/2)
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-17/+0
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby4-22/+15
(this took a while to run).
2008-03-22Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ↵Jeff Ames2-11/+11
Thanks daTwitch!
2008-03-18Formatting cleanup.Jeff Ames19-501/+476
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. :)