| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 2008-01-14 | 1 | -5/+24 |
* | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 2008-01-14 | 1 | -103/+66 |
* | move db open to initialization, which is where it should have been | Sean Dague | 2008-01-14 | 1 | -40/+22 |
* | * First pass at collidable linksets | Teravus Ovares | 2008-01-14 | 4 | -41/+154 |
* | Print out the exception as well as APPLICATION EXCEPTION DETECTED when the se... | Justin Clarke Casey | 2008-01-14 | 1 | -8/+11 |
* | Remove unused SOG constructor | Justin Clarke Casey | 2008-01-14 | 1 | -8/+0 |
* | ZERO_ROTATION set to 0,0,0,1 -- not 0,0,0,0 ;) | Tedd Hansen | 2008-01-14 | 1 | -2/+2 |
* | Applied patch from melanie (thank you) for mantis issue# 338 | MW | 2008-01-13 | 1 | -2/+2 |
* | * HeightField handling update in ODE. Should improve the terrain pits. So f... | Teravus Ovares | 2008-01-13 | 1 | -7/+118 |
* | Anti-crash fix: Allow int (numbers without dot) when changing Estate terrain ... | Tedd Hansen | 2008-01-13 | 1 | -10/+22 |
* | * Removed a debug message that I left in there.... | Teravus Ovares | 2008-01-13 | 1 | -1/+1 |
* | * Fixed an overflow in the land manager | Teravus Ovares | 2008-01-13 | 4 | -102/+383 |
* | Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr... | Charles Krinke | 2008-01-12 | 1 | -6/+35 |
* | Thank you, Kinoc for adding: When accessing slower web sites or proxy services | Charles Krinke | 2008-01-12 | 1 | -1/+1 |
* | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 2008-01-12 | 1 | -5/+6 |
* | * In the interests of making life difficult for everyone, the Grid Server now... | Adam Frisby | 2008-01-12 | 2 | -114/+128 |
* | Added notice on console to change storage_plugin if set to OpenSim.DataStore.... | alondria | 2008-01-12 | 1 | -0/+2 |
* | If OpenSim.ini uses OpenSim.DataStore.MonoSqlite.dll, have it use OpenSim.Fra... | alondria | 2008-01-12 | 1 | -1/+5 |
* | Set eol | Tedd Hansen | 2008-01-12 | 12 | -3006/+3006 |
* | Welcome back LSO. | Tedd Hansen | 2008-01-12 | 12 | -0/+3018 |
* | Set eol | Tedd Hansen | 2008-01-12 | 9 | -6855/+6855 |
* | Added license to new files | Tedd Hansen | 2008-01-12 | 17 | -22/+282 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 17 | -6895/+6943 |
* | * Trying something to see if it helps teleports and border crossings | Teravus Ovares | 2008-01-12 | 1 | -3/+7 |
* | Set svn:eol-style. | Jeff Ames | 2008-01-12 | 1 | -27/+27 |
* | Added references for last commit | Tedd Hansen | 2008-01-12 | 1 | -0/+27 |
* | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 2008-01-12 | 9 | -30/+80 |
* | ScriptServer protocol now correctly casts datatypes -- ready for implementing | Tedd Hansen | 2008-01-12 | 1 | -5/+33 |
* | *removed a goofy debug line left in | Teravus Ovares | 2008-01-12 | 1 | -4/+1 |
* | Implements llModifyLand() - Still needs some tweaking to match LL's effect on... | alondria | 2008-01-12 | 1 | -0/+59 |
* | * Added some of the finer control points to POS such as | Teravus Ovares | 2008-01-12 | 2 | -0/+12 |
* | *ech one thing didn't save from the last commit | Teravus Ovares | 2008-01-12 | 1 | -2/+2 |
* | * Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ... | Teravus Ovares | 2008-01-12 | 2 | -3/+4 |
* | Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba... | alondria | 2008-01-12 | 2 | -0/+18 |
* | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap me... | Adam Frisby | 2008-01-12 | 2 | -0/+48 |
* | Set svn:eol-style. | Jeff Ames | 2008-01-12 | 5 | -489/+489 |
* | And one last time - removed duplicate exception dump :) | Tedd Hansen | 2008-01-12 | 1 | -2/+3 |
* | Minor fix to global exception handler - now only displays unhandled (full cra... | Tedd Hansen | 2008-01-12 | 1 | -1/+2 |
* | Added global exception handler with possibility of reporting crash details di... | Tedd Hansen | 2008-01-12 | 1 | -0/+39 |
* | New ScriptServer protocol successfully implemented. | Tedd Hansen | 2008-01-12 | 3 | -14/+77 |
* | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 2008-01-12 | 8 | -12/+490 |
* | Fix some warnings under mono. | Jeff Ames | 2008-01-11 | 2 | -3/+3 |
* | * Exprimental prim inventory persistence can now be enabled by users. | Justin Clarke Casey | 2008-01-11 | 5 | -8/+16 |
* | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 2008-01-11 | 3 | -32/+351 |
* | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 2008-01-11 | 1 | -0/+1 |
* | Log instead of crash (User login, getting friends list) | Tedd Hansen | 2008-01-11 | 1 | -9/+17 |
* | * returnin LLUUID.Zero rather than LLUUID.Random on webkey null | lbsa71 | 2008-01-11 | 1 | -1/+1 |
* | Turn off accidental hardcoding | Justin Clarke Casey | 2008-01-11 | 1 | -1/+1 |
* | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 2008-01-11 | 5 | -22/+17 |
* | * quick fix to fix if webLoginKey is null in DB, return random key (I guess L... | lbsa71 | 2008-01-11 | 1 | -1/+9 |