| Commit message (Expand) | Author | Files | Lines |
2008-04-27 | * More attachment stuff, reworked some of the inventory routines to be what I... | Teravus Ovares | 5 | -32/+161 |
2008-04-26 | * Tidy up and comments related to last inventory related commit | Justin Clarke Casey | 1 | -5/+5 |
2008-04-26 | * First draft implementation of copying prim inventory items back to agent in... | Justin Clarke Casey | 6 | -12/+112 |
2008-04-26 | * Ooops, attachments now teleport/cross region borders along with your avatar... | Teravus Ovares | 6 | -22/+141 |
2008-04-26 | * Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati... | Adam Frisby | 1 | -20/+19 |
2008-04-25 | * Fixes prim crossing. See bug 1050. | Teravus Ovares | 5 | -5/+65 |
2008-04-25 | * Check in odds and ends which remain as an attempt to get the item propertie... | Justin Clarke Casey | 4 | -13/+56 |
2008-04-25 | * Fixes Mantis: 1049. Y Texture repeat not being applied to resulting animat... | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045. | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Used thomas' patch m884 as an example to make HUD attachments work. While... | Teravus Ovares | 1 | -1/+1 |
2008-04-25 | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 4 | -5/+204 |
2008-04-24 | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 8 | -387/+387 |
2008-04-24 | * Adds much better support for attachments that you right click on in world. | Teravus Ovares | 4 | -12/+116 |
2008-04-23 | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 3 | -5/+13 |
2008-04-23 | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 2 | -2/+122 |
2008-04-23 | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2 | -3/+56 |
2008-04-23 | * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl... | Adam Frisby | 4 | -11/+126 |
2008-04-23 | * Applying Mantis #1022 - Thanks Melanie! | Adam Frisby | 1 | -2/+11 |
2008-04-23 | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 1 | -1/+1 |
2008-04-23 | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 3 | -66/+129 |
2008-04-23 | * Get rid of missing texture notification drop messages for now - obscuring t... | Justin Clarke Casey | 1 | -3/+7 |
2008-04-23 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -5/+15 |
2008-04-23 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -0/+3 |
2008-04-22 | doh, forgot that hg diffs don't do the adds correctly to svn | Sean Dague | 1 | -0/+46 |
2008-04-22 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 1 | -6/+4 |
2008-04-22 | * Implements llScriptDanger | Teravus Ovares | 1 | -5/+30 |
2008-04-22 | * Implemented NoScript areas (without loosing script state). | Teravus Ovares | 1 | -0/+59 |
2008-04-22 | * Committing new terrain plugin effects system. Loads DLLs in /bin/Terrain/ a... | Adam Frisby | 1 | -10/+73 |
2008-04-21 | * Added missing reference to OpenSim.Framework.Communications to RemoteAdminP... | Adam Frisby | 1 | -602/+602 |
2008-04-21 | * Various compiler warning cleanups. | Adam Frisby | 2 | -2/+2 |
2008-04-21 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 3 | -5/+31 |
2008-04-21 | * Various refactorings. | Adam Frisby | 2 | -18/+36 |
2008-04-21 | * Formatted ExportSerialiserModule and SvnBackupModule | Adam Frisby | 6 | -94/+112 |
2008-04-21 | Update svn properties. | Jeff Ames | 1 | -7/+7 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 60 | -252/+215 |
2008-04-21 | * Terrain Module code has been reformatted to comply with guidelines. | Adam Frisby | 35 | -591/+678 |
2008-04-21 | * Written a improved self-contained version of the XML Object Serialiser for ... | Adam Frisby | 1 | -1/+47 |
2008-04-20 | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 1 | -0/+2 |
2008-04-20 | * Updates LSL2CS converter | Teravus Ovares | 4 | -3/+149 |
2008-04-19 | Thank you kindly krtaylor for a patch to solve: | Charles Krinke | 3 | -1/+55 |
2008-04-19 | * Fix build break in previous revision | Justin Clarke Casey | 1 | -1/+1 |
2008-04-18 | * Fixed two compiler warnings dealing with IPAddress equality. | Adam Frisby | 1 | -3/+1 |
2008-04-18 | * Added lock persistence | Teravus Ovares | 1 | -3/+4 |
2008-04-17 | * Re-Fixed caps | Teravus Ovares | 7 | -269/+186 |
2008-04-17 | * Acks the first UseCircuitCode packet | Teravus Ovares | 1 | -0/+25 |
2008-04-17 | * Added "svn load" command to correspond "svn save". Will grab the latest rev... | Adam Frisby | 1 | -1/+1 |
2008-04-17 | * Added ITerrainModule interface to Terrain Module, and registered accordingl... | Adam Frisby | 2 | -1/+11 |
2008-04-17 | * Added a directory for the SVN module. More about to come.* SVNBackupModule | Adam Frisby | 1 | -1/+1 |
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 12 | -24/+342 |
2008-04-17 | * Missed a file while committing. | Adam Frisby | 1 | -0/+8 |