| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added version | Sean Dague | 2007-09-16 | 1 | -2/+1 |
* | Some more work on passing enough info to nant to make | Sean Dague | 2007-09-16 | 2 | -1/+15 |
* | Fixed missing Axiom references. | Brian McBee | 2007-09-16 | 2 | -0/+2 |
* | 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 |
* | Start adding zip target to prebuild for nant | Sean Dague | 2007-09-15 | 1 | -549/+563 |
* | * 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 |
* | update url in default welcome note | Sean Dague | 2007-09-14 | 1 | -2/+2 |
* | 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 |
* | adding eol-style attributes on new files | Sean Dague | 2007-09-13 | 0 | -0/+0 |
* | 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 |
* | add timestamps to log messages. This probably needs to all be cleaned up | Sean Dague | 2007-09-12 | 1 | -0/+3 |
* | Fixed DNS resolve bug for Grid mode on multi-Homer systems. | Tedd Hansen | 2007-09-12 | 2 | -0/+8 |
* | debug for mysql issue | Sean Dague | 2007-09-12 | 1 | -0/+1 |
* | Another attempt at fixing the disappearing estate_settings.xml file. | Brian McBee | 2007-09-11 | 1 | -25/+24 |
* | Fix for setting region through property. This should allow | Sean Dague | 2007-09-11 | 1 | -2/+2 |
* | 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 | 3 | -34/+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 |
* | default to sqlite for assets, will help flush out any other bugs | Sean Dague | 2007-09-11 | 1 | -3/+3 |
* | move the locks closer to the data, sqlite for assets now works like a champ | Sean Dague | 2007-09-11 | 2 | -40/+37 |
* | remove autogenerated files | Sean Dague | 2007-09-11 | 1 | -66/+0 |
* | Added part 3 of Darok's BulletX patch. The bulletX plugin is now a project in... | MW | 2007-09-11 | 2 | -90/+510 |