aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-17Various white space and language clean ups.onefang1-13/+15
2020-03-17Don't pass around psswrd anymore.onefang1-7/+2
Coz we do the old hash, salt, and store trick now. And I mean tho OLD one, we are still compatible with SL's 2006 insecure password tech.
2020-03-17Oops, part of last commit.onefang1-0/+2
2020-03-17Only try to load users Lua file on login.onefang1-27/+28
2020-03-17HTML labels before their input fields.onefang1-2/+2
2020-03-17Load the local config file first, then let it be overridden by system and ↵onefang1-2/+2
home config files. Also log the loaded config file when doing web stuff as well.
2020-03-17Update list of dependencies.onefang1-1/+1
2020-03-16Finally add the sledjchisl C & Lua maanger, and friends.onefang9-20/+5948
2020-03-16Fix up boxes build system.onefang2-0/+45
2020-03-16Revert "The new sledjchisl binary, to replace the management scripts and web ↵onefang18-7258/+0
stuff." This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0.
2020-03-16Revert "Bitch if we can't read the OpenSim config file."onefang1-5/+0
This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb.
2020-03-16Revert "Clean up the <p> HTML tags."onefang1-2/+2
This reverts commit 10ed36b3452ce6373175112716b043047dc896a9.
2020-03-16Revert "Add notes on extras to be installed."onefang1-4/+0
This reverts commit d4ea3e50173df1ad646bdb7dc802f5d320b7e511.
2020-03-16Revert "Missed a <p> tag cleanup."onefang1-1/+1
This reverts commit d9c772712e27c8e25fab0d17555a9bc11017a125.
2020-03-16Add a build script.onefang1-0/+3
2020-03-16Add a bunch of test key bindings.onefang1-0/+15
2020-03-16Update to toybox API change.onefang1-7/+3
2020-03-16Compile boxes by default.onefang1-1/+1
2020-03-16Toybox can't cope with a lack of a README, but gives you cryptic errors.onefang1-0/+4
Wasted a whole fucking day on this.
2020-03-16Shuffle stuff.onefang8-0/+4625
2020-02-27Missed a <p> tag cleanup.onefang1-1/+1
2020-02-27Add notes on extras to be installed.onefang1-0/+4
2020-02-27Clean up the <p> HTML tags.onefang1-2/+2
2020-02-27Bitch if we can't read the OpenSim config file.onefang1-0/+5
2020-02-27The new sledjchisl binary, to replace the management scripts and web stuff.onefang18-0/+7258
2007-03-22brought zircon branch into trunkgareth66-7184/+0
2007-03-20Load XML for neighbourinfo from gridgareth13-20/+43
2007-03-19Removed the AssemblyInfo.cs files from the Vs2005 projects MW11-26/+1
2007-03-18Added some sanitygareth16-209/+228
2007-03-18Added neighbourinfo classgareth1-0/+9
2007-03-18Added child_agent flaggareth1-0/+1
2007-03-16* Removed private memeber _login, replaced with local var.lbsa711-9/+4
* Removed Random Class, replaced with LLUUID.Random
2007-03-16* Extracted request-response handlinglbsa711-112/+119
2007-03-16* Corrected login fail code (adapted from Gareths php)lbsa711-61/+63
2007-03-16* renamed Framework Project to OpenSim.Frameworklbsa719-11/+11
2007-03-16Added Framework Project and Made buildfiles work on windows.lbsa7125-220/+354
* added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well.
2007-03-15(no commit message)MW4-64/+89
2007-03-15Cleaned up IGridServer interfaces.MW5-47/+82
Added a try/catch around the http server Startup
2007-03-14* /bin for Release as welllbsa713-3/+3
2007-03-14* Made sure physics dlls end up in /bin/Physicslbsa713-10/+14
* Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005
2007-03-14Fixed problem with link to CAPS\SimHttp.cs in second-server projectMW1-1/+0
2007-03-14Added the physics plugin projects to the VS solution.MW15-258/+74
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions
2007-03-14Replaced VS2005 compatible versions of AssemblyInfo.csMW8-168/+248
2007-03-14merged new OpenSim from branches/ogs-csgareth16-33/+229
2007-03-13added movement etc from r191gareth15-58/+180
2007-03-13Rolled back all but the VS solutiongareth15-421/+219
2007-03-13-- Trying to get trunk to run from first buildlbsa718-43/+273
* Collected required dll's into /bin * Moved timer start for great justice * Added some Writes to Console, and a Status field * Added dumb NullPhysicsScene and NullPhysicsActor that kicks in if Physics Plugin not specified * Svn-ignored a shitload
2007-03-10A PhysX physics plugin (that actually uses physX now but currently only ↵MW12-35/+674
works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll
2007-03-10Another attempt to fix the project filesMW5-8/+8
2007-03-10Updated Project filesMW6-12/+12