aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Hopefully got vs2005 target to gen refs correctlylbsa712007-03-2313-164/+209
|
* Added LoadAnims()gareth2007-03-232-2/+153
|
* * Fixed so vs solution builds REgionServer as OpenSim.exelbsa712007-03-225-149/+73
|
* Moved Assets to assets as a temporary fix for not being able to start in ↵jmalthus2007-03-223-0/+0
| | | | sandbox mode on Linux
* * Fixed so name of exe is OpenSim.exelbsa712007-03-223-4/+81
|
* brought in bin/ from zircongareth2007-03-2211-0/+106
|
* removed old trunk bin/gareth2007-03-229-1/+0
|
* brought zircon branch into trunkgareth2007-03-22254-6669/+23147
|
* Load XML for neighbourinfo from gridgareth2007-03-2014-21/+44
|
* Removed the AssemblyInfo.cs files from the Vs2005 projects MW2007-03-1911-26/+1
|
* * if you specify revision, you cannot use * for buildlbsa712007-03-181-1/+1
|
* Added some sanitygareth2007-03-1817-210/+229
|
* Added neighbourinfo classgareth2007-03-181-0/+9
|
* Added child_agent flaggareth2007-03-181-0/+1
|
* fixed build in nantgareth2007-03-181-15/+0
|
* * Removed private memeber _login, replaced with local var.lbsa712007-03-161-9/+4
| | | | | | * Removed Random Class, replaced with LLUUID.Random
* * Extracted request-response handlinglbsa712007-03-161-112/+119
|
* * Corrected login fail code (adapted from Gareths php)lbsa712007-03-161-61/+63
|
* * renamed Framework Project to OpenSim.Frameworklbsa712007-03-1610-14/+14
|
* Added Framework Project and Made buildfiles work on windows.lbsa712007-03-1628-227/+382
| | | | | | | | | | | | * 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.
* (no commit message)MW2007-03-154-64/+89
|
* Created VS2005 Solution/Project files for the OGS appsMW2007-03-159-0/+370
|
* Cleaned up IGridServer interfaces.MW2007-03-155-47/+82
| | | | | Added a try/catch around the http server Startup
* Added simple mono/nant instructionsgareth2007-03-141-0/+10
|
* * just ignored non-versioned Physics folderlbsa712007-03-140-0/+0
|
* * /bin for Release as welllbsa712007-03-143-3/+3
|
* * Made sure physics dlls end up in /bin/Physicslbsa712007-03-144-10/+33
| | | | | | * Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005
* Fixed problem with link to CAPS\SimHttp.cs in second-server projectMW2007-03-141-1/+0
|
* Added the physics plugin projects to the VS solution.MW2007-03-1415-258/+74
| | | | | | | | Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions
* Replaced VS2005 compatible versions of AssemblyInfo.csMW2007-03-148-168/+248
|
* Imported libsl (yes, messy - need to make this truly common)gareth2007-03-141-0/+0
|
* Missed a fewgareth2007-03-144-886/+0
|
* Cleaned up PHPgareth2007-03-146-131/+0
|
* merged new OpenSim from branches/ogs-csgareth2007-03-1417-33/+230
|
* Merged ogs-cs into trunkgareth2007-03-1422-371/+1820
|
* added movement etc from r191gareth2007-03-1315-58/+180
|
* Rolled back all but the VS solutiongareth2007-03-1315-421/+219
|
* -- Trying to get trunk to run from first buildlbsa712007-03-138-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
* (no commit message)MW2007-03-113-0/+0
|
* A PhysX physics plugin (that actually uses physX now but currently only ↵MW2007-03-1014-35/+674
| | | | | | | | | works on windows) Can now change direction when walking without stopping Flying works when using the Physx dll
* Another attempt to fix the project filesMW2007-03-105-8/+8
|
* Updated Project filesMW2007-03-106-12/+12
|
* When a user logs off , the server now tells the other clients to kill that ↵MW2007-03-081-0/+8
| | | | avatar. (So no more half dead avatars messing up the landscape.)
* Primitive's shape and scale are now saved into database and reloaded.MW2007-03-088-48/+211
| | | | | New ServerConsole command: regenerate - will regenerate the terrain of the whole sim.
* Changed water height to default of 20gareth2007-03-081-1/+1
|
* Added nant for LocalStorage.dllgareth2007-03-082-0/+54
|
* Another attemp to fix the Session Logout bugMW2007-03-0816-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.
* Brought OGS.sql back into trunkgareth2007-03-081-0/+134
|
* Primitives movement and rotation updates are now sent to all clientsMW2007-03-074-3/+125
|
* Hopefully fixed the Session logout bug.MW2007-03-074-12/+80
| | | | | Should now see avatars for other users connected to the same sim.