Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-24 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -12/+14 | |
2009-10-30 | * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll | John Hurliman | 1 | -8/+11 | |
* Prints a warning for any future packet splitting failures | |||||
2009-10-27 | * Tweak to region module loading to check for a matching constructor first ↵ | John Hurliman | 1 | -3/+4 | |
instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses | |||||
2009-10-25 | Having a commit fail... this fixes a typo in the previous commit(s?) | John Hurliman | 1 | -1/+1 | |
2009-10-25 | Minor tweaks to get OpenSim compiling against both the current libomv and ↵ | John Hurliman | 1 | -1/+1 | |
the upcoming 0.8.0 | |||||
2009-10-06 | Fixing a few compile errors in the previous commit | John Hurliman | 1 | -1/+0 | |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -20/+16 | |
2009-09-18 | Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵ | Diva Canto | 1 | -0/+26 | |
conventions so far. Added copyright to it. | |||||
2009-09-16 | This fix adds a stand-alone compilation environment | Alan M Webb | 1 | -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> | |||||
2009-07-25 | * Updates libOMV to version 0.7.0 | Teravus Ovares | 1 | -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 | |||||
2009-07-10 | Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat. | Jeff Ames | 3 | -7/+3 | |
2009-06-10 | Formatting cleanup. | Jeff Ames | 2 | -2/+2 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 32 | -32/+32 | |
LICENSE.txt. | |||||
2009-05-20 | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2 | -9/+9 | |
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -36/+36 | |
2009-05-18 | * Adds code that allows you to save an outfit then tell bot to wear it. | Arthur Valadares | 2 | -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 | |||||
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -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 :) | |||||
2009-04-08 | * Restored GridLaunch that was mistakenly deleted in 9036 | lbsa71 | 1 | -0/+126 | |
2009-04-08 | * Restored 32BitLaunch that was mistakenly deleted in 9036 | lbsa71 | 1 | -0/+58 | |
2009-04-07 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -184/+0 | |
Fix null reference exception during close down of IRC module if the region was not actually initialized. | |||||
2009-03-07 | Moving Windows Installer to forge. | Adam Johnson | 1 | -151/+0 | |
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-02-26 | * This patch reduces the excessive number of threads opened by the Timer ↵ | Sean Dague | 1 | -24/+37 | |
event. Also simplifies the walking around method. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 3 | -8/+8 | |
0.6.3.* to better track down dll ref and overwrite problems. | |||||
2009-02-19 | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵ | lbsa71 | 2 | -2/+2 | |
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later. | |||||
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler ↵ | Jeff Ames | 1 | -0/+2 | |
warnings. Fix some m_log declarations. | |||||
2009-02-12 | large scale fix for svn props after "the great refactor" | Sean Dague | 1 | -0/+0 | |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 1 | -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. | |||||
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -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. | lbsa71 | 1 | -112/+0 | |
2008-12-06 | Add copyright headers. | Jeff Ames | 2 | -3/+56 | |
2008-12-06 | GUI for launching grids. Early version, but should work fine. | Tedd Hansen | 34 | -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 Ovares | 1 | -0/+52 | |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -2/+2 | |
libOMV. | |||||
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -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 patch | Justin Clarke Casey | 1 | -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-05 | moved the initial loading/setting of the config settings to its own class, ↵ | MW | 1 | -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 Casey | 15 | -3050/+0 | |
* A better version can now be found on the forge at http://forge.opensimulator.org/gf/project/osgui | |||||
2008-10-16 | Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵ | Tedd Hansen | 2 | -9/+4 | |
64-bit os can run OpenSim in 32-bit mode) | |||||
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 1 | -2/+2 | |
display root and child agents (mantis #2171). | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -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 JHurliman | Teravus Ovares | 3 | -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-18 | Formatting cleanup. | Jeff Ames | 4 | -12/+12 | |
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 1 | -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 class | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -1/+3 | |
2008-05-20 | Add copyright notices. | Jeff Ames | 4 | -16/+112 | |
Fix spelling typo (Thanks ChrisDown for pointing this out) | |||||
2008-05-19 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -6/+0 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 6 | -225/+225 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -2/+5 | |