| Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-01 | Minor changes. Changed Prebuild.xml to avoid first-time-compile error because... | Tedd Hansen | 1 | -306/+330 |
2008-01-01 | Adrianas 0000272 -- I think we need to implement standard string/integer/floa... | Tedd Hansen | 1 | -0/+304 |
2008-01-01 | Fixed string issue in compiler | Tedd Hansen | 2 | -35/+49 |
2007-12-31 | Correction of last commit | Tedd Hansen | 3 | -97/+102 |
2007-12-31 | Changed type comparison from String to object type | Tedd Hansen | 1 | -9/+9 |
2007-12-31 | Set svn:eol-style and svn:ignore. | Jeff Ames | 5 | -728/+728 |
2007-12-31 | * Added a catch for RemotingErrors on the TCP init | Teravus Ovares | 1 | -0/+4 |
2007-12-30 | * Added graceful remote script server connection error handling | Teravus Ovares | 2 | -44/+296 |
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -1/+3 |
2007-12-30 | Comments + fix = in theory stand alone script server + "RemoteSevrver" Script... | Tedd Hansen | 3 | -2/+5 |
2007-12-30 | server->script event path almost ready for remote scriptengine (translation t... | Tedd Hansen | 5 | -85/+127 |
2007-12-30 | Added ScriptEngine.RemoteServer module | Tedd Hansen | 4 | -0/+424 |
2007-12-30 | In this commit I am using an editor feature called "Save All" before I commit. | Tedd Hansen | 5 | -1/+23 |
2007-12-30 | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 7 | -0/+71 |
2007-12-27 | Thank you again, Alondria for: | Charles Krinke | 1 | -2/+55 |
2007-12-27 | * Optimized usings | lbsa71 | 12 | -92/+105 |
2007-12-27 | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 1 | -16/+17 |
2007-12-27 | * Fixed compile issue caused by half-refactoring (sorrry!) | Adam Frisby | 1 | -1/+12 |
2007-12-27 | * Added osRegionRestart(float secs) to LSL Commands | Adam Frisby | 1 | -2/+27 |