aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | All grid servers deleted, including user server. They served us well.Diva Canto2010-01-101-286/+1
| |
* | OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto2010-01-101-103/+0
| | | | | | | | contributed to these!
* | Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2010-01-101-0/+1
| |
* | * Starting to clean the house...Diva Canto2010-01-101-1/+0
| | | | | | | | * Fixed circular dependency
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-0/+2
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Removed empty project OpenSim.Framework.Communications.Tests. The only test ↵Diva Canto2010-01-091-36/+0
| | | | | | | | in there was login, and that is gone now.
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-0/+1
| |
* | Avatar appearance skeletonMelanie2010-01-041-0/+31
| |
* | Test client for remote user account connector and service. It seems to be ↵Diva Canto2010-01-021-0/+28
| | | | | | | | working.
* | Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-021-0/+26
| | | | | | | | Connector seems to work well.
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-011-0/+1
| | | | | | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-311-0/+1
| | | | | | | | Almost done...
* | * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+1
| | | | | | | | | | * More beef to the LLLoginService * Better design for handling local simulation service
* | No-op.Diva Canto2009-12-301-0/+1
| |
* | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-301-0/+1
|\ \ | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-0/+1
| | | | | | | | | | | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* | | First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-0/+31
|/ / | | | | | | the existing code.
* | Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-0/+1
| |
* | More renames to make everything consistent. This is the UserAccountService.Diva Canto2009-12-291-1/+1
|/
* * Added prebuild for previous commit.Adam Frisby2009-12-271-0/+33
|
* Remove stub Python module and DLLs since this was never fully implementedJustin Clark-Casey (justincc)2009-11-271-2/+0
| | | | | | | It may be possible to reintroduce this if someone wants to implement a Python hookup for OpenSim scripting (I'm sure it can't be too hard). Might be possible to import wholesale from modrex See http://opensimulator.org/mantis/view.php?id=4395 Thanks mpallari
* Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ↵Justin Clark-Casey (justincc)2009-11-251-0/+1
| | | | command line parsing
* Add wildcard to prebuild include. Seems each file can only hold one projectMelanie2009-11-251-1/+1
|
* * Fix prebuild breakTeravus Ovares (Dan Olivares)2009-11-101-1/+2
|
* * Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)2009-11-101-0/+41
| | | | * Moves the mono_metadata_token_from_dor message to a different module on loading.
* Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer ↵Justin Clark-Casey (justincc)2009-11-101-1/+1
| | | | | | confusion, since only the ROBUST grid service now works GridServer dll still building for now due to unresolved dependencies with the remaining OpenSim.Grid.UserServer.exe
* Remove the SECS loaderMelanie2009-10-271-101/+0
|
* Updating prebuild.xml to reflect the removal of DotNetEngineJohn Hurliman2009-10-271-285/+0
|
* Adding missing CSJ2K reference to OpenSim.Region.Physics.MeshingJohn Hurliman2009-10-261-0/+1
|
* Added a missing reference to System.Core for OpenSim.Region.FrameworkJohn Hurliman2009-10-251-0/+1
|
* Adding the presence service skeletonMelanie2009-10-231-0/+31
|
* Added VS2010 support to Prebuild and created runprebuild2010.batJohn Hurliman2009-10-221-1/+1
|
* 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.