| Commit message (Expand) | Author | Age | Files | Lines |
* | * Implements llTarget, llTargetRemove, at_target(), not_at_target() | Teravus Ovares | 2008-04-25 | 1 | -0/+11 |
* | * Adds much better support for attachments that you right click on in world. | Teravus Ovares | 2008-04-24 | 1 | -0/+1 |
* | * Fixed an annoying pop-up box when crossing borders. | Teravus Ovares | 2008-04-23 | 1 | -1/+1 |
* | * Implements llScriptDanger | Teravus Ovares | 2008-04-22 | 1 | -5/+30 |
* | * Implemented NoScript areas (without loosing script state). | Teravus Ovares | 2008-04-22 | 1 | -0/+59 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -13/+14 |
* | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 2008-04-20 | 1 | -0/+2 |
* | Thank you kindly krtaylor for a patch to solve: | Charles Krinke | 2008-04-19 | 1 | -0/+1 |
* | * Re-Fixed caps | Teravus Ovares | 2008-04-17 | 1 | -20/+3 |
* | * Implements 'Set Home to Here' | Teravus Ovares | 2008-04-17 | 1 | -0/+46 |
* | * Applying melanie's Landmark patch. Thanks Melanie! | Teravus Ovares | 2008-04-16 | 1 | -0/+16 |
* | Thank you very much, Kmeisthax for: | Charles Krinke | 2008-04-16 | 1 | -0/+2 |
* | * A tweak of the caps system so that new caps have random paths instead of a ... | Teravus Ovares | 2008-04-15 | 1 | -2/+19 |
* | * Quick patch before I start on a bigger project | Adam Frisby | 2008-04-15 | 1 | -46/+47 |
* | * Working towards notifying the client if the inventory service has failed, r... | Justin Clarke Casey | 2008-04-14 | 1 | -1/+1 |
* | * Fixed a few warnings. | Teravus Ovares | 2008-04-14 | 1 | -2/+3 |
* | * Fix bug 934 | Teravus Ovares | 2008-04-11 | 1 | -1/+7 |
* | * With Grid Comms up in the air.. I decided have the friends module update ... | Teravus Ovares | 2008-04-10 | 1 | -0/+7 |
* | * Slightly smoother transition between land, shallow water and deep water in ... | Teravus Ovares | 2008-04-10 | 1 | -2/+11 |
* | * Brings back map tile generation based on the terrain. The algorithm produc... | Teravus Ovares | 2008-04-10 | 1 | -0/+108 |
* | * Updates BetaGridLikeMoneyModule | Teravus Ovares | 2008-04-10 | 1 | -0/+14 |
* | * Nasty hack to reduce the incidence of spurious exceptions where a user dele... | Justin Clarke Casey | 2008-04-07 | 1 | -1/+9 |
* | * The simulator now checks the parcel at the position that you get put by the... | Teravus Ovares | 2008-04-05 | 1 | -0/+10 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-03 | 1 | -2/+4 |
* | * Attempt to resolve mantis 873 by placing caps removal operations in a criti... | Justin Clarke Casey | 2008-04-02 | 1 | -13/+16 |
* | a few small changes | MW | 2008-04-01 | 1 | -9/+12 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 1 | -0/+2 |
* | **Big ass update warning** | Adam Frisby | 2008-03-30 | 1 | -3/+22 |
* | This update has good news and bad news, first the bad. | Teravus Ovares | 2008-03-30 | 1 | -3/+14 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 1 | -12/+17 |
* | attempt to fix mantis # 779. | MW | 2008-03-28 | 1 | -2/+8 |
* | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 2008-03-25 | 1 | -4/+4 |
* | Moved Avatar appearance Factory to its own project so that the reference to M... | MW | 2008-03-25 | 1 | -1/+21 |
* | * Tear down CAPS and http handlers when an agent leaves a region (via crossin... | Justin Clarke Casey | 2008-03-25 | 1 | -7/+26 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 1 | -1/+1 |
* | * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f... | Teravus Ovares | 2008-03-25 | 1 | -2/+6 |
* | * Remove old CAPS http listeners when a client logs out from a scene | Justin Clarke Casey | 2008-03-25 | 1 | -1/+2 |
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -19/+20 |
* | * Inflate my commits with yet another snippet of documentation... (j/k) | Justin Clarke Casey | 2008-03-24 | 1 | -1/+2 |
* | * Put in tiny doc snippet while I remember | Justin Clarke Casey | 2008-03-24 | 1 | -0/+3 |
* | * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I... | Justin Clarke Casey | 2008-03-24 | 1 | -37/+9 |
* | * Implements Oriented Bounding Box raytracing. | Teravus Ovares | 2008-03-23 | 1 | -30/+35 |
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 1 | -61/+27 |
* | * Updated ray tracing code. It's now good enough to use when the XYZ vector... | Teravus Ovares | 2008-03-21 | 1 | -1/+32 |
* | * First draft resolution of mantis 777, 734, 389 - scripts do not save in non... | Justin Clarke Casey | 2008-03-20 | 1 | -46/+54 |
* | * Adding log debugging messages and making others more explicit | Justin Clarke Casey | 2008-03-19 | 1 | -8/+29 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -65/+65 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | * DEV: Remove client's CAPS handlers object when they log out | Justin Clarke Casey | 2008-03-17 | 1 | -1/+6 |
* | Replaced some magic PCode numbers with enum values. | Jeff Ames | 2008-03-17 | 1 | -1/+1 |