| Commit message (Expand) | Author | Age | Files | Lines |
* | * ServerIP can now take larger values (which could be used to store a hostnam... | Adam Frisby | 2007-07-14 | 1 | -1/+1 |
* | *Updated getParcel to accept floats as well. This helps in finding the parcel... | mingchen | 2007-07-14 | 1 | -7/+14 |
* | * Added "quit" alias for the "shutdown" console command in RegionServer | Adam Frisby | 2007-07-14 | 1 | -0/+1 |
* | *Removed ParcelManager from SceneObject and Primitive and replaced with event... | mingchen | 2007-07-14 | 7 | -22/+50 |
* | * SimpleApp finally doing something fun. :) | lbsa71 | 2007-07-14 | 1 | -12/+12 |
* | *Added support for simwide area and simwide prim count for parcels | mingchen | 2007-07-14 | 3 | -6/+55 |
* | * Worked some more on SimpleApp | lbsa71 | 2007-07-14 | 6 | -158/+108 |
* | *Added support for prim counting on parcels | mingchen | 2007-07-14 | 6 | -20/+221 |
* | Set up parcel manager and the master avatar in SimpleApp. | MW | 2007-07-14 | 4 | -78/+68 |
* | * encapsulated some public fields | lbsa71 | 2007-07-14 | 4 | -16/+29 |
* | * Apparently, we need to tell ParcelManager that there is no parcels. | lbsa71 | 2007-07-14 | 4 | -10/+19 |
* | Added AddPreCompiledScript method to ScriptManager. | MW | 2007-07-14 | 9 | -11/+126 |
* | *Moved the OnSignificantClientMovement event to ScenePresence. | mingchen | 2007-07-13 | 6 | -31/+20 |
* | *Reworked parcel joining to work the same way as LL's method. | mingchen | 2007-07-13 | 5 | -25/+49 |
* | Chat/Shout/etc should be working again | MW | 2007-07-13 | 3 | -3/+9 |
* | * Added sample event to ScriptInterpretedEvents | Adam Frisby | 2007-07-13 | 1 | -1/+3 |
* | * Small commit: SceneObject now registers itself with the Backup event via th... | Adam Frisby | 2007-07-13 | 1 | -0/+12 |
* | * Fixing issue with ParcelFlags. ParcelFlags is now a uint rather than an enum. | Adam Frisby | 2007-07-13 | 2 | -4/+4 |
* | * Default parcel flags now allow flying, landmark creation, object entry, dee... | Adam Frisby | 2007-07-13 | 2 | -2/+2 |
* | * Obsoleted ILocalStorage | Adam Frisby | 2007-07-13 | 3 | -0/+75 |
* | first draft sql definition for prims based on PrimData | Sean Dague | 2007-07-13 | 1 | -0/+56 |
* | Prim Copying (both CTRL+D and shift-drag) should now work. | MW | 2007-07-13 | 3 | -44/+66 |
* | * Fixed bug reported by xyzo - region assets are now stored in "regionassets.... | Adam Frisby | 2007-07-13 | 2 | -4/+4 |
* | * I want to commit too! | lbsa71 | 2007-07-13 | 4 | -27/+5 |
* | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 2007-07-13 | 33 | -48/+48 |
* | * Reorganising Java Virtual Machine code into a subfolder for the JVM specifi... | Adam Frisby | 2007-07-13 | 14 | -2/+2 |
* | Part two of Darok's Bullet physics plugin: added the actual plugin, although ... | MW | 2007-07-13 | 8 | -2/+602 |
* | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark c... | Adam Frisby | 2007-07-13 | 2 | -137/+208 |
* | * Added wrappers for: | Adam Frisby | 2007-07-13 | 1 | -0/+32 |
* | * Adding LSL stuff for Tedd_, implementing LSL-style functions in ScriptAPI.c... | Adam Frisby | 2007-07-13 | 7 | -0/+1513 |
* | Stage 1 of adding Darok's bulletX plugin: adding the ModifiedBulletX project ... | MW | 2007-07-13 | 125 | -0/+21428 |
* | Think SceneObject/Primitive copying should now work, just need to hook it up ... | MW | 2007-07-13 | 2 | -16/+15 |
* | Changed simpleApp to use basic physics. | MW | 2007-07-13 | 6 | -19/+34 |
* | rename file to not have spaces in it | Sean Dague | 2007-07-13 | 1 | -0/+0 |
* | Shouldn't be needing explicitly adding login xmlrpc | lbsa71 | 2007-07-13 | 1 | -2/+0 |
* | * Merged solutions again; welcome home, boys! | lbsa71 | 2007-07-13 | 1 | -35/+0 |
* | * removed PrimitiveOld and CreatePrimFromObjectAdd | lbsa71 | 2007-07-13 | 3 | -629/+5 |
* | One of these days i WILL have my pulsating cube! | lbsa71 | 2007-07-13 | 3 | -14/+7 |
* | inlined packet deserialization | lbsa71 | 2007-07-13 | 2 | -35/+30 |
* | * ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste... | lbsa71 | 2007-07-13 | 9 | -60/+53 |
* | * OGS project is now back down to zero warnings. | Adam Frisby | 2007-07-13 | 1 | -0/+1 |
* | * Moved SendNameReply to ClientView | lbsa71 | 2007-07-13 | 6 | -53/+31 |
* | * Fixing compiler warnings in an attempt to reduce them back down to zero. | Adam Frisby | 2007-07-13 | 4 | -4/+38 |
* | *Parcel updates are now sent to users over newly subdivided areas and users o... | mingchen | 2007-07-12 | 1 | -12/+19 |
* | add Linux friendly prebuild script | Sean Dague | 2007-07-12 | 1 | -0/+4 |
* | make Prebuild executable, so that it will run on Linux | Sean Dague | 2007-07-12 | 1 | -0/+0 |
* | *Parcel and estate support fully restored into Sugilite | mingchen | 2007-07-12 | 6 | -7/+43 |
* | *Found and fixed bug that crashed viewer when logging in or viewing land owners | mingchen | 2007-07-12 | 4 | -14/+14 |
* | Next time maybe I should check it still compiles before committing. | MW | 2007-07-12 | 4 | -6/+3 |
* | Fixed a number of bugs in the local InstantMessage handling, sending InstantM... | MW | 2007-07-12 | 7 | -24/+34 |