aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-1/+0
|
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-20/+16
|
* Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵Diva Canto2009-09-181-0/+26
| | | | conventions so far. Added copyright to it.
* This fix adds a stand-alone compilation environmentAlan M Webb2009-09-161-0/+287
| | | | | | | | | for OpenSIm scripts. It makes it very easy to address coding issues before going in-world to try a script out. This is a HUGE time saver if you're doing anything significant with scripts. Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-10/+12
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.Jeff Ames2009-07-103-7/+3
|
* Formatting cleanup.Jeff Ames2009-06-102-2/+2
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0132-32/+32
| | | | LICENSE.txt.
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-202-9/+9
|
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-36/+36
|
* * Adds code that allows you to save an outfit then tell bot to wear it.Arthur Valadares2009-05-182-12/+190
| | | | | | * Still doesn't work due to a bug on LibOMV that should be out on 0.6.3. * Released by request. Important Warning: Linden Viewer 1.2.3 changes the way appearance works and break bot's appearances. LibOMV is working on it
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-3/+3
| | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
* * Restored GridLaunch that was mistakenly deleted in 9036lbsa712009-04-081-0/+126
|
* * Restored 32BitLaunch that was mistakenly deleted in 9036lbsa712009-04-081-0/+58
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-072-184/+0
| | | | | | Fix null reference exception during close down of IRC module if the region was not actually initialized.
* Moving Windows Installer to forge.Adam Johnson2009-03-071-151/+0
|
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-011-1/+1
|
* * This patch reduces the excessive number of threads opened by the Timer ↵Sean Dague2009-02-261-24/+37
| | | | | | | event. Also simplifies the walking around method. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-203-8/+8
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-192-2/+2
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Add copyright headers. Minor formatting cleanup. Fix some compiler ↵Jeff Ames2009-02-131-0/+2
| | | | warnings. Fix some m_log declarations.
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-0/+0
|
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+3
| | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene.
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-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.
* * Killed off OpenSimExport. One project less to maintain.lbsa712008-12-081-112/+0
|
* Add copyright headers.Jeff Ames2008-12-062-3/+56
|
* GUI for launching grids. Early version, but should work fine.Tedd Hansen2008-12-0634-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. :)
* * Adds texture download requests to pcampbot to more accurately represent load.Teravus Ovares2008-11-271-0/+52
|
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-2/+2
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-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
* * 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.