| Commit message (Expand) | Author | Files | Lines |
2007-07-14 | *Removed ParcelManager from SceneObject and Primitive and replaced with event... | mingchen | 7 | -22/+50 |
2007-07-14 | * SimpleApp finally doing something fun. :) | lbsa71 | 1 | -12/+12 |
2007-07-14 | *Added support for simwide area and simwide prim count for parcels | mingchen | 2 | -3/+50 |
2007-07-14 | * Worked some more on SimpleApp | lbsa71 | 6 | -158/+108 |
2007-07-14 | *Added support for prim counting on parcels | mingchen | 5 | -20/+217 |
2007-07-14 | Set up parcel manager and the master avatar in SimpleApp. | MW | 3 | -78/+67 |
2007-07-14 | * encapsulated some public fields | lbsa71 | 4 | -16/+29 |
2007-07-14 | * Apparently, we need to tell ParcelManager that there is no parcels. | lbsa71 | 4 | -10/+19 |
2007-07-14 | Added AddPreCompiledScript method to ScriptManager. | MW | 7 | -11/+123 |
2007-07-13 | *Moved the OnSignificantClientMovement event to ScenePresence. | mingchen | 4 | -26/+16 |
2007-07-13 | *Reworked parcel joining to work the same way as LL's method. | mingchen | 4 | -25/+43 |
2007-07-13 | Chat/Shout/etc should be working again | MW | 3 | -3/+9 |
2007-07-13 | * Added sample event to ScriptInterpretedEvents | Adam Frisby | 1 | -1/+3 |
2007-07-13 | * Small commit: SceneObject now registers itself with the Backup event via th... | Adam Frisby | 1 | -0/+12 |
2007-07-13 | * Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum. | Adam Frisby | 1 | -3/+3 |
2007-07-13 | * Default parcel flags now allow flying, landmark creation, object entry, dee... | Adam Frisby | 1 | -1/+1 |
2007-07-13 | * Obsoleted ILocalStorage | Adam Frisby | 2 | -0/+74 |
2007-07-13 | Prim Copying (both CTRL+D and shift-drag) should now work. | MW | 3 | -44/+66 |
2007-07-13 | * Fixed bug reported by xyzo - region assets are now stored in "regionassets.... | Adam Frisby | 1 | -2/+2 |
2007-07-13 | * I want to commit too! | lbsa71 | 4 | -27/+5 |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 33 | -48/+48 |
2007-07-13 | * Reorganising Java Virtual Machine code into a subfolder for the JVM specifi... | Adam Frisby | 14 | -2/+2 |
2007-07-13 | Part two of Darok's Bullet physics plugin: added the actual plugin, although ... | MW | 6 | -2/+602 |
2007-07-13 | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark c... | Adam Frisby | 2 | -137/+208 |
2007-07-13 | * Added wrappers for: | Adam Frisby | 1 | -0/+32 |
2007-07-13 | * Adding LSL stuff for Tedd_, implementing LSL-style functions in ScriptAPI.c... | Adam Frisby | 7 | -0/+1513 |
2007-07-13 | Think SceneObject/Primitive copying should now work, just need to hook it up ... | MW | 2 | -16/+15 |
2007-07-13 | Changed simpleApp to use basic physics. | MW | 4 | -17/+27 |
2007-07-13 | Shouldn't be needing explicitly adding login xmlrpc | lbsa71 | 1 | -2/+0 |
2007-07-13 | * removed PrimitiveOld and CreatePrimFromObjectAdd | lbsa71 | 3 | -629/+5 |
2007-07-13 | One of these days i WILL have my pulsating cube! | lbsa71 | 3 | -14/+7 |
2007-07-13 | inlined packet deserialization | lbsa71 | 1 | -6/+30 |
2007-07-13 | * ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste... | lbsa71 | 7 | -58/+21 |
2007-07-13 | * Moved SendNameReply to ClientView | lbsa71 | 1 | -1/+11 |
2007-07-13 | * Fixing compiler warnings in an attempt to reduce them back down to zero. | Adam Frisby | 3 | -4/+3 |
2007-07-12 | *Parcel updates are now sent to users over newly subdivided areas and users o... | mingchen | 1 | -12/+19 |
2007-07-12 | *Parcel and estate support fully restored into Sugilite | mingchen | 5 | -6/+42 |
2007-07-12 | *Found and fixed bug that crashed viewer when logging in or viewing land owners | mingchen | 4 | -14/+14 |
2007-07-12 | Next time maybe I should check it still compiles before committing. | MW | 2 | -5/+1 |
2007-07-12 | Fixed a number of bugs in the local InstantMessage handling, sending InstantM... | MW | 5 | -21/+33 |
2007-07-12 | Cleaning up some of the CAPS functions, Asset uploads now use the new LLSDStr... | MW | 6 | -89/+95 |
2007-07-11 | Hopefully texturing prims should now work correctly. | MW | 5 | -7/+33 |
2007-07-11 | More work on UserProfile and inventory cache (still currently not enabled). | MW | 7 | -178/+113 |
2007-07-11 | updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi bra... | MW | 8 | -12/+209 |
2007-07-11 | * Applying dalien's patches from bug#177 and #179 | Adam Frisby | 8 | -42/+99 |
2007-07-10 | preliminary inter region communications (between regions in different instanc... | MW | 2 | -9/+89 |
2007-07-10 | Fixed the crashing when trying to look at the map in grid mode. Although the ... | MW | 1 | -10/+13 |
2007-07-10 | Gird mode in sugilite should now work in so far as you should be able to logi... | MW | 14 | -102/+133 |
2007-07-09 | * LLSDStreamhandler now works. | lbsa71 | 2 | -16/+18 |
2007-07-09 | * some follow up renaming of members et c. | lbsa71 | 7 | -13/+17 |