Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-17 | Update list of dependencies. | onefang | 1 | -1/+1 | |
2020-03-16 | Finally add the sledjchisl C & Lua maanger, and friends. | onefang | 9 | -20/+5948 | |
2020-03-16 | Fix up boxes build system. | onefang | 2 | -0/+45 | |
2020-03-16 | Revert "The new sledjchisl binary, to replace the management scripts and web ↵ | onefang | 18 | -7258/+0 | |
stuff." This reverts commit 34c5ee4c2a489a506e93d5b303fbc80b263747f0. | |||||
2020-03-16 | Revert "Bitch if we can't read the OpenSim config file." | onefang | 1 | -5/+0 | |
This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb. | |||||
2020-03-16 | Revert "Clean up the <p> HTML tags." | onefang | 1 | -2/+2 | |
This reverts commit 10ed36b3452ce6373175112716b043047dc896a9. | |||||
2020-03-16 | Revert "Add notes on extras to be installed." | onefang | 1 | -4/+0 | |
This reverts commit d4ea3e50173df1ad646bdb7dc802f5d320b7e511. | |||||
2020-03-16 | Revert "Missed a <p> tag cleanup." | onefang | 1 | -1/+1 | |
This reverts commit d9c772712e27c8e25fab0d17555a9bc11017a125. | |||||
2020-03-16 | Add a build script. | onefang | 1 | -0/+3 | |
2020-03-16 | Add a bunch of test key bindings. | onefang | 1 | -0/+15 | |
2020-03-16 | Update to toybox API change. | onefang | 1 | -7/+3 | |
2020-03-16 | Compile boxes by default. | onefang | 1 | -1/+1 | |
2020-03-16 | Toybox can't cope with a lack of a README, but gives you cryptic errors. | onefang | 1 | -0/+4 | |
Wasted a whole fucking day on this. | |||||
2020-03-16 | Shuffle stuff. | onefang | 8 | -0/+4625 | |
2020-02-27 | Missed a <p> tag cleanup. | onefang | 1 | -1/+1 | |
2020-02-27 | Add notes on extras to be installed. | onefang | 1 | -0/+4 | |
2020-02-27 | Clean up the <p> HTML tags. | onefang | 1 | -2/+2 | |
2020-02-27 | Bitch if we can't read the OpenSim config file. | onefang | 1 | -0/+5 | |
2020-02-27 | The new sledjchisl binary, to replace the management scripts and web stuff. | onefang | 18 | -0/+7258 | |
2007-03-22 | brought zircon branch into trunk | gareth | 66 | -7184/+0 | |
2007-03-20 | Load XML for neighbourinfo from grid | gareth | 13 | -20/+43 | |
2007-03-19 | Removed the AssemblyInfo.cs files from the Vs2005 projects | MW | 11 | -26/+1 | |
2007-03-18 | Added some sanity | gareth | 16 | -209/+228 | |
2007-03-18 | Added neighbourinfo class | gareth | 1 | -0/+9 | |
2007-03-18 | Added child_agent flag | gareth | 1 | -0/+1 | |
2007-03-16 | * Removed private memeber _login, replaced with local var. | lbsa71 | 1 | -9/+4 | |
* Removed Random Class, replaced with LLUUID.Random | |||||
2007-03-16 | * Extracted request-response handling | lbsa71 | 1 | -112/+119 | |
2007-03-16 | * Corrected login fail code (adapted from Gareths php) | lbsa71 | 1 | -61/+63 | |
2007-03-16 | * renamed Framework Project to OpenSim.Framework | lbsa71 | 9 | -11/+11 | |
2007-03-16 | Added Framework Project and Made buildfiles work on windows. | lbsa71 | 25 | -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) | MW | 4 | -64/+89 | |
2007-03-15 | Cleaned up IGridServer interfaces. | MW | 5 | -47/+82 | |
Added a try/catch around the http server Startup | |||||
2007-03-14 | * /bin for Release as well | lbsa71 | 3 | -3/+3 | |
2007-03-14 | * Made sure physics dlls end up in /bin/Physics | lbsa71 | 3 | -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-14 | Fixed problem with link to CAPS\SimHttp.cs in second-server project | MW | 1 | -1/+0 | |
2007-03-14 | Added the physics plugin projects to the VS solution. | MW | 15 | -258/+74 | |
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions | |||||
2007-03-14 | Replaced VS2005 compatible versions of AssemblyInfo.cs | MW | 8 | -168/+248 | |
2007-03-14 | merged new OpenSim from branches/ogs-cs | gareth | 16 | -33/+229 | |
2007-03-13 | added movement etc from r191 | gareth | 15 | -58/+180 | |
2007-03-13 | Rolled back all but the VS solution | gareth | 15 | -421/+219 | |
2007-03-13 | -- Trying to get trunk to run from first build | lbsa71 | 8 | -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-10 | A PhysX physics plugin (that actually uses physX now but currently only ↵ | MW | 12 | -35/+674 | |
works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll | |||||
2007-03-10 | Another attempt to fix the project files | MW | 5 | -8/+8 | |
2007-03-10 | Updated Project files | MW | 6 | -12/+12 | |
2007-03-08 | When a user logs off , the server now tells the other clients to kill that ↵ | MW | 1 | -0/+8 | |
avatar. (So no more half dead avatars messing up the landscape.) | |||||
2007-03-08 | Primitive's shape and scale are now saved into database and reloaded. | MW | 8 | -48/+211 | |
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim. | |||||
2007-03-08 | Changed water height to default of 20 | gareth | 1 | -1/+1 | |
2007-03-08 | Added nant for LocalStorage.dll | gareth | 1 | -0/+53 | |
2007-03-08 | Another attemp to fix the Session Logout bug | MW | 16 | -52/+524 | |
World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup. | |||||
2007-03-07 | Primitives movement and rotation updates are now sent to all clients | MW | 4 | -3/+125 | |