aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add MaxPoolThreads in startup to limit the size of the thread pool usedMelanie2009-10-221-22/+23
| | | | for FireAndForget. This lets us limit concurrency to make OpenSim play nice
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-79/+0
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* * Consolidated adding / removing ClientManager IClientAPIs to two places in ↵John Hurliman2009-10-131-1/+0
| | | | | | | | Scene * Added some missing implementations of IClientAPI.RemoteEndPoint * Added a ClientManager.Remove(UUID) overload * Removed a reference to a missing project from prebuild.xml
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve ↵John Hurliman2009-10-131-0/+1
| | | | | | | | performance by removing locks, and replace LLUDPClientCollection * Removed the confusing (and LL-specific) shutdowncircuit parameter from IClientAPI.Close() * Updated the LLUDP code to only use ClientManager instead of trying to synchronize ClientManager and m_clients * Remove clients asynchronously since it is a very slow operation (including a 2000ms sleep)
* Fear the lockless LLUDP implementation!John Hurliman2009-10-081-0/+1
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into ↵John Hurliman2009-10-061-6/+0
|\ | | | | | | htb-throttle
| * Removing dependencies on System.Runtime.Remoting.Diva Canto2009-10-061-6/+0
| |
* | * Added missing references to prebuild.xml and commented out the LindenUDP ↵John Hurliman2009-10-061-0/+4
|/ | | | | | | | tests until a new test harness is written * Clients are no longer disconnected when a packet handler crashes. We'll see how this works out in practice * Added documentation and cleanup, getting ready for the first public push * Deleted an old LLUDP file
* Fixed build order for Linux.Diva Canto2009-10-031-64/+64
|
* Fixed interface between the Messaging server and the grid server.Diva Canto2009-10-031-0/+3
|
* Merge branch 'master' into diva-texturesMelanie2009-10-021-58/+160
|\
| * adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2009-10-011-2/+3
| |
| * adding skeleton test case for LandDataSerializer [w-i-p]dr scofield (aka dirk husemann)2009-09-301-1/+34
| |
| * More reorderingMelanie2009-09-281-40/+40
| |
| * Reorder prebuild stuff to make panda eat bamboo in peaceMelanie2009-09-281-43/+43
| |
| * Fixed the connection from User server to GridServer.Diva Canto2009-09-271-0/+3
| |
| * Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-0/+2
| | | | | | | | neighbours in the grid service modules.
| * Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-241-0/+29
| | | | | | | | code.
| * Unit tests for the grid service. Yey!Diva Canto2009-09-231-0/+1
| |
| * Added HGGridConnector and related code.Diva Canto2009-09-221-0/+1
| |
| * Adding Xml serialization of Dictionary<string, object> where objectMelanie2009-09-191-0/+1
| | | | | | | | | | is either another Dictionary<string, object> or a value that is convertible to a string.
| * Reorder prebuild and remove one unneeded backward referenceMelanie2009-09-191-29/+29
| |
| * Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵Diva Canto2009-09-181-1/+1
| | | | | | | | conventions so far. Added copyright to it.
| * Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-181-64/+0
| |\
| * | First pass at the grid service.Diva Canto2009-09-181-0/+31
| | |
* | | Attempting to improve the robustness of texture decoding by always ignoring ↵John Hurliman2009-09-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory * Re-added openjpeg-dotnet files since they are used elsewhere in OpenSim * Updated prebuild.xml with a reference to CSJ2K * Renamed IJ2KDecoder and J2KDecoder member names to follow standard naming conventions * Removed j2kDecodeCache cruft and replaced it with the OpenSim cache system * Rewrote the default layer boundary algorithm to use percentages instead of an exponent * Switched from an infinite in-memory cache to an expiring cache (10 minute timeout) * Slightly quieted logging errors for failed texture decodes
* | | Revert "Attempting to improve the robustness of texture decoding by always ↵Melanie2009-09-301-1/+0
| | | | | | | | | | | | | | | | | | ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug" This reverts commit 22cc31135e2989df28e0756eb3b03f85530d5555.
* | | Remove more tests that don't apply to this buildMelanie2009-09-301-34/+0
| | |
* | | Remove the dll for the removed testsMelanie2009-09-301-29/+0
| | |
* | | Attempting to improve the robustness of texture decoding by always ignoring ↵John Hurliman2009-09-301-0/+1
| |/ |/| | | | | | | | | | | | | LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory * Re-added openjpeg-dotnet files since they are used elsewhere in OpenSim * Updated prebuild.xml with a reference to CSJ2K
* | Remove The legacy inventory and asset servers. Bump interface version to 6Melanie2009-09-171-64/+0
|/
* Add the Null storage implementation for the RegionData service. StandalonesMelanie2009-09-161-0/+1
| | | | have no regions table, so this is needed
* This fix adds a stand-alone compilation environmentAlan M Webb2009-09-161-0/+27
| | | | | | | | | 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>
* OK, that didn't work. Those libs are used in OptionalModules after all.Diva Canto2009-09-141-0/+3
|
* Removed dependencies that OptionalModules had on IronPython and Puma. They ↵Diva Canto2009-09-141-3/+0
| | | | are not used.
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-101-0/+31
| | | | always grant access to an avatar entering the region if requested.
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-0/+2
| | | | functionality yet.
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-0/+2
| | | | and idle performance.
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-261-2/+7
| | | | * This time it might be the listening socket thread from HttpServer aborting with a non blocking thread abort exception. Hopefully calling Stop() on MainServer.Instance will solve that.
* Add reference to OpenMetaverse.dll to UserServer.Modules to make MSVS happyMelanie2009-08-261-0/+1
|
* A slightly modified version ofTeravus Ovares (Dan Olivares)2009-08-251-0/+1
| | | | http://opensimulator.org/mantis/view.php?id=4040 by jhurliman. The patch didn't match up, so I winged it here. My effort to manually merge the patch seems to make sense, so I'm going to commit it.
* Remove the AssetInventory server from core. It has fallen behind bothMelanie2009-08-201-122/+0
| | | | | | upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time.
* Graft the REST console onto the message server as well. What a dirty hack!Melanie2009-08-191-0/+1
| | | | Works the same as the others.
* Graft the REST console onto the grid server. Same procedure as withMelanie2009-08-191-0/+1
| | | | the user server.
* Add rest console support to the user server. Will ask new questions atMelanie2009-08-191-0/+1
| | | | | | startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin
* Apply http://opensimulator.org/mantis/view.php?id=4016Justin Clark-Casey (justincc)2009-08-171-0/+1
| | | | | Make previously hidden cookies available to code Thanks jhurliman
* Add System.Xml reference to the console projectMelanie2009-08-171-0/+1
|
* Add the OpenSim.ConsoleClient app.Melanie2009-08-171-0/+32
| | | | | Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.
* Filling in the blanks: The "meat" of the REST consoleMelanie2009-08-171-0/+2
|
* * More improvements to BasicAssetTest.csKunnis2009-08-161-0/+1
|