index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
prebuild.xml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...
Tedd Hansen
2008-02-02
1
-0
/
+1
*
Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.
Tedd Hansen
2008-02-01
1
-1
/
+2
*
* Add asset/texture cache statistics to region server console
Justin Clarke Casey
2008-01-31
1
-0
/
+1
*
* Add total logouts (and total logins) to server side user stats
Justin Clarke Casey
2008-01-28
1
-0
/
+1
*
* Move AssetStatsReporter to Framework.Statistics
Justin Clarke Casey
2008-01-28
1
-0
/
+1
*
Ugly workaround for mono-1.2.6 compile failure in TribalMedia code.
Jeff Ames
2008-01-26
1
-2
/
+0
*
* Add statistics reference to the opensim app and the example app
Justin Clarke Casey
2008-01-25
1
-0
/
+2
*
* Add very basic initial login stats to the user server
Justin Clarke Casey
2008-01-25
1
-4
/
+26
*
* Stubbed out beginnings of a user server stress test
Justin Clarke Casey
2008-01-25
1
-11
/
+19
*
using embedded resources is a lot easier if you actually
Sean Dague
2008-01-22
1
-0
/
+1
*
* Fix accidental commenting out of OpenSim.Framework.Data
Justin Clarke Casey
2008-01-21
1
-1
/
+2
*
comment out use of the TribalMedia data mapper layer
Sean Dague
2008-01-21
1
-2
/
+3
*
* vs croaked on strong name key
lbsa71
2008-01-15
1
-1
/
+3
*
* Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to...
lbsa71
2008-01-14
1
-0
/
+2
*
* Added ThirdParty node for external library sources that are shipped with th...
lbsa71
2008-01-13
1
-0
/
+20
*
Welcome back LSO.
Tedd Hansen
2008-01-12
1
-0
/
+33
*
Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...
Tedd Hansen
2008-01-12
1
-3
/
+7
*
Added references for last commit
Tedd Hansen
2008-01-12
1
-2
/
+6
*
ScriptServer communication protocol (v1), primitive RPC-like TCP client/server
Tedd Hansen
2008-01-12
1
-0
/
+1
*
moving Region store for SQLite into the OpenSim.Framework.Data.SQLite
Sean Dague
2008-01-09
1
-28
/
+1
*
* Adding More to the MessageServer classes.
Teravus Ovares
2008-01-07
1
-0
/
+1
*
Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.
Tedd Hansen
2008-01-05
1
-19
/
+7
*
* Added shell Messaging Server. Don't run the MessagingServer yet or you mig...
Teravus Ovares
2008-01-05
1
-0
/
+28
*
Put warning codes explaining why some explicit bin/ScriptEngines paths were a...
Justin Clarke Casey
2008-01-02
1
-0
/
+13
*
prebuild.xml back to 2901 because of bug in prebuild on nant
Tedd Hansen
2008-01-01
1
-2
/
+3
*
Minor changes. Changed Prebuild.xml to avoid first-time-compile error because...
Tedd Hansen
2008-01-01
1
-2
/
+2
*
Fix up prebuild.xml so it compiles on Linux. Needs to be retested on Windows.
Justin Clarke Casey
2007-12-31
1
-30
/
+29
*
* Fixed References in Prebuild so the project compiles
Teravus Ovares
2007-12-30
1
-0
/
+6
*
Added ScriptEngine.RemoteServer module
Tedd Hansen
2007-12-30
1
-0
/
+33
*
Add System.Xml back into AssetServer and into AssetLoader for the first time....
Justin Clarke Casey
2007-12-28
1
-0
/
+2
*
Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main
Justin Clarke Casey
2007-12-28
1
-5
/
+31
*
* Added osTerrainSetHeight(int x, int y, double val) to LSL commands
Adam Frisby
2007-12-27
1
-0
/
+1
*
start to pull in config for OpenSim export
Sean Dague
2007-12-14
1
-0
/
+1
*
stubbing in OpenSimExport program. This does nothing
Sean Dague
2007-12-14
1
-0
/
+40
*
* Applied MSSQL Patch from akokko, Thanks! akokko
Teravus Ovares
2007-12-05
1
-0
/
+33
*
* Moved XMLRPC Controller to a Application Plugin. Requires testing.
Adam Frisby
2007-12-03
1
-0
/
+30
*
remove the .dll from System.Data, this breaks monodevelop builds
Sean Dague
2007-11-27
1
-1
/
+1
*
added dummy POS physics plugin
Jeff Ames
2007-11-16
1
-0
/
+22
*
* Added MySQLDataStore (adapted from MonoSqlite
lbsa71
2007-11-15
1
-0
/
+2
*
* Moves the Meshmerizer to a separate plugin
Teravus Ovares
2007-11-10
1
-4
/
+33
*
added ODE back to prebuild
dan miller
2007-11-05
1
-2
/
+0
*
* Reverted local xsd copy
lbsa71
2007-11-05
1
-1
/
+1
*
* prebuild now creates .exe references in NAntTarget
lbsa71
2007-11-05
1
-1
/
+1
*
disable ODE as it is breaking the build
Sean Dague
2007-11-05
1
-0
/
+2
*
Added forgotten ApplicationPlugins directory and moved the load region code o...
MW
2007-11-04
1
-3
/
+6
*
forgot change in prebuild.xml
MW
2007-11-04
1
-2
/
+2
*
trying to fix the problem of Mono not liking to work with Mono.Addins, but MS...
MW
2007-11-04
1
-2
/
+2
*
Added support for OpenSim application plugins (as requested by Adam), which u...
MW
2007-11-04
1
-1
/
+26
*
*Fixed prebuild.xml...again
mingchen
2007-11-03
1
-1
/
+1
*
*Fixing the prebuild.xml
mingchen
2007-11-03
1
-0
/
+2
[prev]
[next]