| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Fixed bug where UserServer SendKey would not be saved in configuration. | Adam Frisby | 2007-07-15 | 2 | -4/+4 |
* | * fixed locations both set to y (thanks to babblefro) | lbsa71 | 2007-07-15 | 1 | -1/+1 |
* | * Fixed up gebrockenet config file from libsl (#172) | lbsa71 | 2007-07-15 | 1 | -3/+3 |
* | #72, formerly known as#166 | lbsa71 | 2007-07-15 | 1 | -0/+5 |
* | * Fixed duplicate CAP bug when a user logs out then relogs back in in grid mode. | Adam Frisby | 2007-07-14 | 1 | -1/+10 |
* | * Fixed an issue which caused regions to crash when duplicating primitives. | Adam Frisby | 2007-07-14 | 1 | -0/+2 |
* | * Excelsior! | Adam Frisby | 2007-07-14 | 5 | -1/+22 |
* | * libterrain now builds again | lbsa71 | 2007-07-14 | 1 | -1/+1 |
* | * Upgraded MySQL Connector to support 1222 changes. | Adam Frisby | 2007-07-14 | 2 | -3/+7 |
* | * Taking antother stab at #166 | lbsa71 | 2007-07-14 | 3 | -0/+0 |
* | * 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 |