| Commit message (Expand) | Author | Files | Lines |
2008-02-02 | Added load/unload queue size limit | Tedd Hansen | 5 | -21/+86 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 3 | -37/+236 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 6 | -30/+40 |
2008-02-02 | Forgot to create an object before use. Now why can't .Net just do that itself... | Tedd Hansen | 1 | -7/+10 |
2008-02-02 | Added some error checking to MaintenanceThread, no-crash (just log) loading o... | Tedd Hansen | 1 | -27/+31 |
2008-02-01 | Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath. | Tedd Hansen | 1 | -2/+9 |
2008-02-01 | Bugfix, maybe it won't crash during startup and crash somewhere else instead? :) | Tedd Hansen | 1 | -1/+2 |
2008-02-01 | SCRIPTING STILL BROKEN | Tedd Hansen | 16 | -402/+602 |
2008-02-01 | SCRIPT SUPPORT IS STILL BROKEN. | Tedd Hansen | 4 | -189/+412 |
2008-02-01 | Config option to set number of scripts per AppDomain | Tedd Hansen | 2 | -2/+3 |
2008-02-01 | Added config options: | Tedd Hansen | 2 | -2/+46 |
2008-02-01 | Removed "Loading inventory for Primitive" message. | Tedd Hansen | 1 | -1/+1 |
2008-02-01 | Experimental | Tedd Hansen | 5 | -9/+67 |
2008-02-01 | Highly experimental | Tedd Hansen | 2 | -149/+300 |
2008-02-01 | Fixed errors being thrown by invalid PSYS_SRC_TARGET_KEY's in llParticleSyste... | alondria | 1 | -1/+9 |
2008-02-01 | Thanks to Hashbox for a patch to: | alondria | 3 | -2/+25 |
2008-02-01 | * Added more supported feature to particlesystems. While this appears to hav... | Teravus Ovares | 1 | -3/+28 |
2008-01-31 | * Adding limited support for LLParticleSystem. | Teravus Ovares | 1 | -14/+38 |
2008-01-31 | Hit a dead end with llParticleSystem (libsecondlife issues) so no functionali... | alondria | 3 | -25/+50 |
2008-01-22 | Giving Mantis #388 a shot | Tedd Hansen | 1 | -2/+3 |
2008-01-21 | Small bug in ResetScript | Tedd Hansen | 2 | -11/+1 |
2008-01-21 | Surround the "non implemented" in an else clause if face is inappropriate for: | Charles Krinke | 1 | -16/+34 |
2008-01-19 | * Potential fix to the 'can't run a script anymore bug' | Teravus Ovares | 1 | -6/+7 |
2008-01-17 | Added data structure to be passed through event execution queue so that event... | Tedd Hansen | 9 | -47/+85 |
2008-01-17 | * Added llApplyImpulse in the global frame. The object must be physical befo... | Teravus Ovares | 1 | -1/+16 |
2008-01-17 | * Added and implemented the LSL changed event. | Teravus Ovares | 1 | -0/+7 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 18 | -67/+180 |
2008-01-14 | ZERO_ROTATION set to 0,0,0,1 -- not 0,0,0,0 ;) | Tedd Hansen | 1 | -2/+2 |
2008-01-12 | Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr... | Charles Krinke | 1 | -6/+35 |
2008-01-12 | Set eol | Tedd Hansen | 12 | -3006/+3006 |
2008-01-12 | Welcome back LSO. | Tedd Hansen | 12 | -0/+3018 |
2008-01-12 | Set eol | Tedd Hansen | 9 | -6855/+6855 |
2008-01-12 | Added license to new files | Tedd Hansen | 13 | -18/+192 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 16 | -6894/+6941 |
2008-01-12 | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 7 | -28/+69 |
2008-01-12 | ScriptServer protocol now correctly casts datatypes -- ready for implementing | Tedd Hansen | 1 | -5/+33 |
2008-01-12 | Implements llModifyLand() - Still needs some tweaking to match LL's effect on... | alondria | 1 | -0/+59 |
2008-01-12 | Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba... | alondria | 2 | -0/+18 |
2008-01-12 | Set svn:eol-style. | Jeff Ames | 5 | -489/+489 |
2008-01-12 | New ScriptServer protocol successfully implemented. | Tedd Hansen | 2 | -10/+52 |
2008-01-12 | ScriptServer communication protocol (v1), primitive RPC-like TCP client/server | Tedd Hansen | 7 | -11/+489 |
2008-01-11 | Fix some warnings under mono. | Jeff Ames | 1 | -2/+2 |
2008-01-10 | Added const definintions for sculpted prims. | Tedd Hansen | 1 | -1/+7 |
2008-01-09 | Dynamic loading of ScriptEngine in ScriptServer | Tedd Hansen | 2 | -1/+11 |
2008-01-06 | Set svn:eol-style. | Jeff Ames | 1 | -52/+52 |
2008-01-05 | Only one queue is used for load/unload of scripts. | Tedd Hansen | 1 | -19/+22 |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 5 | -403/+225 |
2008-01-01 | Fixed nant compile problem | Tedd Hansen | 1 | -8/+17 |
2008-01-01 | Trying to fix nant compile error | Tedd Hansen | 1 | -327/+318 |
2008-01-01 | Temp removed new data types patch from Mantis #272, causing compile problems ... | Tedd Hansen | 1 | -336/+337 |