aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2009-12-291-1/+1
|\ | | | | | | careminster
| * Fix up the new Sirikata cient viewMelanie2009-12-271-1/+1
| |
* | Merge branch 'master' into careminsterMelanie2009-12-2913-26/+44
|\ \ | |/ |/|
| * Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-2913-26/+44
| | | | | | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation
| * One should not copy/paste so much :)Melanie2009-12-271-3/+3
| |
| * Fix the spelling :/Melanie2009-12-271-3/+3
| |
* | One should not copy/paste so much :)Melanie2009-12-271-3/+3
| |
* | Fix the spelling :/Melanie2009-12-271-3/+3
| |
* | Merge branch 'master' into careminsterMelanie2009-12-2721-0/+29821
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-2718-0/+29787
| |\
| | * * Implements some basic Sirikata protocol work (initial handshakes).Adam Frisby2009-12-272-1/+57
| | |
| | * * Added prebuild for previous commit.Adam Frisby2009-12-271-0/+33
| | |
| | * * Implements Sirikata ClientStack ModuleAdam Frisby2009-12-2717-0/+29698
| | | | | | | | | | | | * Just a stub (imports all the sirikata protocol, and that's about it.)
| * | Encode the published and mature checkboxes into the user flags forMelanie2009-12-271-0/+3
| |/ | | | | | | profiles
| * * Adding Google.ProtocolBuffers.dll dependency (BSD licensed)Adam Frisby2009-12-272-0/+31
| | | | | | | | * For some experimental work with a Sirikata clientstack.
| * Correct some issues with the last commitroot2009-12-261-1/+2
| |
* | Merge branch 'master' into casperCasperW2009-12-271-3/+5
|\ \
| * | Correct some issues with the last commitroot2009-12-271-1/+2
| | |
| * | Merge branch 'master' into careminsterMelanie2009-12-261-2/+3
| |\ \ | | |/
| | * Close a SQL injection loophole in the new database driverMelanie2009-12-261-2/+3
| | |
* | | Convert some remaining legacy lock()s for m_parts in SceneObjectGroup to ↵CasperW2009-12-271-11/+13
|/ / | | | | | | ReaderWriteLockSlim, hopefully fixes a native crash
* | Make sure that we're not bounds checking attachments. 'Cos otherwise your ↵CasperW2009-12-261-2/+2
| | | | | | | | hair will end up on your bum. Seen that before?
* | Merge branch 'master' into casperCasperW2009-12-2630-20/+744
|\ \
| * \ Merge branch 'master' into careminsterMelanie2009-12-268-1/+43
| |\ \ | | |/
| | * Add AvatarInterestsReplyMelanie2009-12-268-1/+43
| | |
| | * Make the GenericTableHandler work as intendedroot2009-12-261-2/+8
| | |
| * | Make the GenericTableHandler work as intendedroot2009-12-261-2/+8
| | |
| * | Merge branch 'master' into careminsterMelanie2009-12-261-0/+25
| |\ \ | | |/
| | * Add a generic REPLACE INTO handler for put into the generic table handlerMelanie2009-12-261-0/+25
| | |
| * | Set version back to core version (base) and suffix CM. Please DO NOT CHANGE THISMelanie2009-12-251-1/+1
| | | | | | | | | | | | in the repo. This is the Caremninster repo and the number follows CORE. Always.
| * | Restore version suffix.Melanie2009-12-251-1/+1
| | |
| * | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2009-12-253-2/+28
| |\ \ | | | | | | | | | | | | careminster
| | * | Recover out-of-region objects during db load.Kitto Flora2009-12-243-2/+28
| | | |
| * | | Merge branch 'master' into careminsterMelanie2009-12-252-0/+17
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-251-0/+4
| | |\
| | | * Clear Shape.SculptEntry if prim type is not a sculptie in ↵dahlia2009-12-241-0/+4
| | | | | | | | | | | | | | | | llSetPrimitiveParams() - addresses Mantis #4462
| | * | Enable the profile module to be replaced completely, even for the baseMelanie2009-12-251-0/+13
| | |/ | | | | | | | | | profile data
| * | Merge branch 'master' into careminsterMelanie2009-12-247-1/+490
| |\ \ | | |/
| | * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-247-1/+490
| | |\
| | | * No-op in this commit. Just increasing the tag number due to weirdnesses.Diva Canto2009-12-231-1/+1
| | | |
| | | * Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto2009-12-237-1/+490
| | | | | | | | | | | | | | | | placed under bin/Library. This works only for standalones.
| | * | Add the LSL List Size propertyMelanie2009-12-241-1/+40
| | |/
| * | Add the body to the LSL List Size propertyMelanie2009-12-241-2/+36
| | |
| * | Merge branch 'master' into careminsterMelanie2009-12-241-1/+2
| |\ \ | | |/
| | * Fixes the broken build of the previous commit.Diva Canto2009-12-231-1/+2
| | |
| * | Merge branch 'master' into careminsterMelanie2009-12-231-1/+41
| |\ \ | | |/
| | * Add saving assets from gestures to IARMelanie2009-12-231-1/+41
| | |
| * | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ↵Melanie2009-12-231-29/+85
| |\ \ | | | | | | | | | | | | careminster
| * \ \ Merge branch 'master' into careminsterMelanie2009-12-237-11/+55
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-237-11/+50
| | |\ \