| Commit message (Expand) | Author | Age | Files | Lines |
* | Rev 1971 : The Lbsa71 vintage commit | lbsa71 | 2007-09-20 | 10 | -84/+79 |
* | * moved SceneManager to RegionApplicationBase | lbsa71 | 2007-09-20 | 6 | -25/+49 |
* | * Rewired Touch to route to group/part (Still triggering EventManager as well) | lbsa71 | 2007-09-20 | 4 | -26/+19 |
* | * Added TryGetAvatar to SceneManager | lbsa71 | 2007-09-20 | 4 | -458/+489 |
* | * 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 | 3 | -10/+20 |
* | * 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 | 7 | -43/+78 |
* | * Handlerized ViewerEffect | lbsa71 | 2007-09-18 | 7 | -58/+53 |
* | * Replaced usage of ClientView with IClientAPI | lbsa71 | 2007-09-18 | 7 | -64/+68 |
* | * 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 | 72 | -7569/+7569 |
* | * 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 |
* | Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a... | Tedd Hansen | 2007-09-15 | 2 | -7/+11 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 9 | -64/+74 |
* | * 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 |
* | 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 | 5 | -10/+92 |
* | 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 | 10 | -136/+136 |
* | Backup is now optional on classes | lbsa71 | 2007-09-13 | 3 | -71/+81 |
* | I think 1.0f makes a better offset than 1.2f for basic physics (less floating, | Sean Dague | 2007-09-12 | 1 | -1/+1 |
* | Kill little green men on minimap if the avatar logs off. | Dalien Talbot | 2007-09-11 | 1 | -0/+1 |
* | Fixing namespace problems | MW | 2007-09-11 | 2 | -4/+6 |
* | * minor refactorings | lbsa71 | 2007-09-11 | 2 | -32/+36 |
* | Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I... | MW | 2007-09-11 | 4 | -23/+162 |
* | Get rid of extra green men in minimap on region crossings (they were | Dalien Talbot | 2007-09-11 | 1 | -2/+3 |
* | remove autogenerated files | Sean Dague | 2007-09-11 | 1 | -66/+0 |