aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+6
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | the existing code.
| * | | | | | | | Merge branch 'master' into presence-refactorMelanie2009-12-3011-31/+166
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-302-2/+115
| | | | | | | | | |
| * | | | | | | | | Fix an omission in LSL that causes a viewer crashMelanie2009-12-301-0/+5
| | | | | | | | | |
| * | | | | | | | | * Fixed names.Diva Canto2009-12-293-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
| * | | | | | | | | Renamed user account modules to be consistentDiva Canto2009-12-294-245/+0
| | | | | | | | | |
| * | | | | | | | | * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-295-1/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up a few things on presence connectors
| * | | | | | | | | Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-282-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (deleting all but one presence record) on logout so that they don't pile up.
| * | | | | | | | | Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
| | | | | | | | | |
| * | | | | | | | | Database and presence changes. UntestedMelanie2009-12-282-6/+6
| | | | | | | | | |
| * | | | | | | | | * Added the new modules to Resources, making them active.Diva Canto2009-12-283-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added their configs to standalone for testing. This crashes, because the DB is still not ready.
| * | | | | | | | | * Deleted HGPresenceBroker, since it won't be neededDiva Canto2009-12-282-257/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Linked the remote presence module to the corresponding remote connector
| * | | | | | | | | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-2710-1559/+289
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| | * | | | | | | | | This is somewhat major-like..... Change the intialization order ofMelanie2009-12-282-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces
| | * | | | | | | | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-2810-1558/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
| * | | | | | | | | | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-273-1/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just compiles.
| * | | | | | | | | | Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-2/+2
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-271-3/+3
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| | * | | | | | | | | One should not copy/paste so much :)Melanie2009-12-271-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-271-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| | * | | | | | | | | Fix the spelling :/Melanie2009-12-271-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-271-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | | | | | | | | | First pass at the local connector for presence. No cache yet. Just the ↵Diva Canto2009-12-272-0/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connector to the local service and a presence detector object.
* | | | | | | | | | | Allow particles and texture anims to be persisted to XML. This behaviour is ↵CasperW2010-02-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected.
* | | | | | | | | | | llDie() should not work on attachments (results in an incosistent attachment ↵CasperW2010-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state)
* | | | | | | | | | | Disable blocking teleports within the same parcel for now; it's not ↵CasperW2010-02-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented correctly. Will review soon.
* | | | | | | | | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2010-02-161-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | careminster
| * | | | | | | | | | | Fix an inconsistency in llSetPayPrice between SL and OS behaviourCasperW2010-02-151-3/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Change a condition to actually make linden land reclaim workMelanie2010-02-161-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'master' of ssh://TOR/var/git/careminsterCasperW2010-02-151-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Plug a small holeMelanie2010-02-151-0/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Implement missing llGetPrimitiveParams parametersCasperW2010-02-151-32/+138
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2010-02-142-81/+152
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | careminster
| * | | | | | | | | | | Angular motor adjustmentsKitto Flora2010-02-121-22/+26
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-02-1213-64/+175
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-02-089-409/+1233
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Motor angular decay fix.Kitto Flora2010-02-031-4/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-02-0315-302/+532
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | AngMotor update 1Kitto Flora2010-02-022-79/+143
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2010-02-1416-326/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-128-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
| * | | | | | | | | | | | | minor: remove completely commented out and unused classJustin Clark-Casey (justincc)2010-02-121-226/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-128-50/+70
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
* | | | | | | | | | | | | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2010-02-082-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | careminster
| * | | | | | | | | | | | Fix two inconsistencies with LightShareCasperW2010-02-052-2/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2010-02-0813-64/+175
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| / / / / / / / / / / / | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-02-082-18/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | endline fix 2Teravus Ovares (Dan Olivares)2010-02-061-6/+6
| | | | | | | | | | | |
| | * | | | | | | | | | Endline fixTeravus Ovares (Dan Olivares)2010-02-061-12/+12
| | | | | | | | | | | |