aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-1/+12
|\ | | | | | | This brings careminster on the level of master. To be tested
| * Change the signature of SendChangeUserRights, because we have to sendMelanie2010-02-281-1/+1
| | | | | | | | this to both parties
| * Add missing ChangeUserRights packet senderMelanie2010-02-281-0/+4
| |
| * Initial Online friends notification seems to be working reliably now. All ↵Diva Canto2010-02-281-1/+1
| | | | | | | | this needs more testing, but everything is there.
| * Merge branch 'master' into presence-refactorMelanie2010-02-151-0/+2
| |\
| | * Revolution is on the roll again! :)Revolution2010-02-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
| * | * HGGridConnector is no longer necessary.Diva Canto2010-01-291-9/+14
| | | | | | | | | | | | * Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
* | | Merge branch 'master' into careminsterMelanie2010-01-281-9/+9
|\ \ \ | | |/ | |/|
| * | * Fix Endlines in SirikataClientView.csTeravus Ovares (Dan Olivares)2010-01-261-9/+9
| |/
* | Merge branch 'master' into careminsterMelanie2010-01-091-1/+1
|\ \ | |/
| * Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2010-01-091-1/+1
| | | | | | | | | | will be honored now, while allowed groups will not. This requires additional groups module integration work
* | Merge branch 'master' into careminsterMelanie2010-01-091-11/+19
|\ \ | |/
| * Adds IClientAPI voids for GroupProposals.Revolution2010-01-081-1/+9
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| * Fixes the newly added packets as per Melanie's request.Revolution2010-01-071-10/+10
| | | | | | | | | | | | Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2010-01-0310-35/+278
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-0410-35/+278
| |
* | Merge branch 'master' into careminsterMelanie2009-12-311-0/+31
|\ \ | |/
| * Adds tons of packets.Revolution2009-12-311-0/+31
| | | | | | | | | | | | Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com>
* | Fix up the new Sirikata cient viewMelanie2009-12-271-1/+1
|/
* * Implements some basic Sirikata protocol work (initial handshakes).Adam Frisby2009-12-272-1/+57
|
* * Implements Sirikata ClientStack ModuleAdam Frisby2009-12-2717-0/+29698
* Just a stub (imports all the sirikata protocol, and that's about it.)