| Commit message (Expand) | Author | Age | Files | Lines |
* | * A feeble attempt at adding Grid db support to SQLite, just adding some code... | lbsa71 | 2007-09-19 | 2 | -3/+69 |
* | * Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata... | lbsa71 | 2007-09-19 | 6 | -75/+39 |
* | * Deleted unused RegionManager.cs | lbsa71 | 2007-09-19 | 2 | -6/+0 |
* | * 'Use format string' ftw | lbsa71 | 2007-09-19 | 1 | -131/+132 |
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 47 | -1461/+1456 |
* | * Moved SendLogoutPacket back to IClientAPI. | lbsa71 | 2007-09-18 | 4 | -10/+21 |
* | * Now at least we're not creating physActors for child agents. | lbsa71 | 2007-09-18 | 2 | -10/+20 |
* | * Gave Connectivity some more (manly) love. | lbsa71 | 2007-09-18 | 1 | -11/+20 |
* | * Yet some more connectivity restructuring | lbsa71 | 2007-09-18 | 10 | -231/+120 |
* | * Handlerized ViewerEffect | lbsa71 | 2007-09-18 | 10 | -68/+108 |
* | * Replaced usage of ClientView with IClientAPI | lbsa71 | 2007-09-18 | 9 | -64/+78 |
* | * Merged ClientViewBase into ClientView for great justice | lbsa71 | 2007-09-18 | 4 | -12/+5 |
* | * Made ClientViewBase abstract | lbsa71 | 2007-09-18 | 2 | -19/+4 |
* | RemoveAvatar called from scene.cs; implemented in ODE. Still issues with mul... | dan miller | 2007-09-18 | 2 | -1/+8 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 89 | -9444/+9444 |
* | Forgot to check in prebuild.xml on sat, see someone already did :) | Tedd Hansen | 2007-09-17 | 1 | -2/+10 |
* | * Moved some commands from Scene into SceneManager so they could be used with... | lbsa71 | 2007-09-17 | 3 | -217/+163 |
* | *doh* | lbsa71 | 2007-09-17 | 1 | -1/+1 |
* | * CHANGED SOME CONSOLE COMMAND BEHAVIOURS | lbsa71 | 2007-09-17 | 3 | -144/+316 |
* | Fixed missing Axiom references. | Brian McBee | 2007-09-16 | 1 | -0/+1 |
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 7 | -188/+330 |
* | Implemented: llStringToBase64, llBase64ToString, llXorBase64Strings, llXorBas... | Tedd Hansen | 2007-09-15 | 1 | -7/+57 |
* | Bugfixed: llListRandomize | Tedd Hansen | 2007-09-15 | 1 | -7/+69 |
* | llList2Key, llList2Rot, llList2List | Tedd Hansen | 2007-09-15 | 1 | -3/+9 |
* | Implemented llList2CSV, llCSV2List, llListRandomize, llList2Vector, llListFin... | Tedd Hansen | 2007-09-15 | 1 | -13/+118 |
* | Will display error in main chat if unsupported llFunction is used. | Tedd Hansen | 2007-09-15 | 1 | -814/+787 |
* | Prevent the crash due to exception in system ReadLine that I saw today | Dalien Talbot | 2007-09-15 | 1 | -3/+8 |
* | Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a... | Tedd Hansen | 2007-09-15 | 2 | -7/+11 |
* | Hopefully fixed the build error that I introduced with my last commit. | MW | 2007-09-15 | 1 | -1/+1 |
* | put some locking around user access, which should help with | Sean Dague | 2007-09-15 | 1 | -45/+53 |
* | Testing to see if this fixes the editing appearance crash, or makes it (or an... | MW | 2007-09-15 | 1 | -1/+9 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 11 | -66/+76 |
* | * fixed script compilation | lbsa71 | 2007-09-14 | 2 | -113/+125 |
* | more fun with LSL implementations | Sean Dague | 2007-09-14 | 1 | -16/+11 |
* | added ability to update group position | Sean Dague | 2007-09-14 | 1 | -0/+7 |
* | Can now set the http ports that grid server and user server use. | MW | 2007-09-14 | 4 | -3/+19 |
* | ODE: no more slippin' & slidin' | dan miller | 2007-09-13 | 1 | -4/+24 |
* | Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou... | Dalien Talbot | 2007-09-13 | 7 | -10/+94 |
* | llSetPos(), llGetPos(), llGetLocalPos() now implemented | Sean Dague | 2007-09-13 | 1 | -4/+39 |
* | If first 4 characters in script is "//C#" script will be treated as pure C# i... | Tedd Hansen | 2007-09-13 | 1 | -2/+9 |
* | add some locks around DataSet manipulation to ensure we are doing this | Sean Dague | 2007-09-13 | 1 | -117/+93 |
* | Fix the terrain heightmap load from images (tested PNG and GIF). | Dalien Talbot | 2007-09-13 | 1 | -1/+2 |
* | implement llGetScale and llSetScale | Sean Dague | 2007-09-13 | 2 | -5/+19 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 29 | -7407/+7407 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 13 | -140/+140 |
* | Backup is now optional on classes | lbsa71 | 2007-09-13 | 3 | -71/+81 |
* | GUI: Added placeholders + info on what to be done | Tedd Hansen | 2007-09-12 | 5 | -0/+225 |
* | GUI also contains option for Stand Alone mode. | Tedd Hansen | 2007-09-12 | 2 | -29/+122 |
* | Early alpha version of a GUI tool to configure and start OpenSim. Currently c... | Tedd Hansen | 2007-09-12 | 12 | -0/+1176 |
* | I think 1.0f makes a better offset than 1.2f for basic physics (less floating, | Sean Dague | 2007-09-12 | 1 | -1/+1 |