aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* FixAdam Frisby2007-04-201-3/+3
|
* Terrain files for Coastal Terrain Set (2 by 2 sims) and HOWTO.txt for importing.Adam Frisby2007-04-205-0/+9
|
* Terrain:Adam Frisby2007-04-202-0/+10
| | | | | * Added 'multiply' command since rescale doesnt exactly do what Adam wants.
* Terrain:Adam Frisby2007-04-202-0/+10
| | | | | * Added 'rescale' command for normalising a terrain between two values
* Hopefully fixed the forward slash bug in the gridurl set upMW2007-04-201-7/+16
|
* In memorium: Jesse Higginbotham (1990-2007)Adam Frisby2007-04-201-0/+12
| | | | | | --- * Resource leaks fixed
* Console:Adam Frisby2007-04-202-3/+132
| | | | | | | | | | | | * Reorganised and added default handlers to main functions * Removed "regenerate" command, use "terrain regenerate" instead. * Added new "terrain seed" command to set the random seed * Added new "terrain load" command to load a terrain from disk * Added new "terrain save" command to save a terrain to disk Terrain: * Added new export and import functions for some common formats * Added new setSeed function to allow customising the random seed
* (no commit message)MW2007-04-171-437/+0
|
* Yet another command line option (really need to get all these moved into a ↵MW2007-04-173-2/+15
| | | | config file), this one: "-localasset" (without the quotes) is a temporary hack to use a local asset server when in grid mode. (use with extreme caution if you have more than one sim in a grid)
* Hopefully undid the murder I committed in the last commitMW2007-04-172-22/+25
|
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-176-195/+228
|
* Created skeleton SimComms.cs for sim<->sim UDP circuitsgareth2007-04-173-4/+476
| | | | | | Fixed bug with <0,0> co-ordinates on sim crossing
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-178-23/+159
| | | | | | | | | | be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically
* Started to fix sandbox modeMW2007-04-151-59/+72
|
* unbroke sandbox modegareth2007-04-151-2/+2
|
* W00t! multiple sims!gareth2007-04-159-37/+129
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* In the grid, there is life!gareth2007-04-147-43/+39
| | | | | | OGS now functional again, can login! w00t
* Fixed weird XML/HTTP bugsgareth2007-04-134-41/+56
| | | | | | | | Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-123-78/+71
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-1124-775/+544
| | | | | | * Now dumping default value in config. *
* * cleaninglbsa712007-04-113-36/+0
|
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-1110-172/+178
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* deleted OpenSim.Terrain.BasicTerrain.dll from the bin folder, don't think ↵MW2007-04-111-0/+0
| | | | there was any need for it there.
* Renamed the Servers directory to OpenSim.ServersMW2007-04-1115-103/+145
|
* Thought OpenSim.Config had been deleted a long time ago.MW2007-04-112-5/+0
|
* Attempt to rearrange some of the directoriesMW2007-04-1138-100/+85
|
* small improvement to the jvm and test scriptMW2007-04-113-2/+39
|
* * ignoring some binarieslbsa712007-04-111-0/+0
|
* * Cleaning lady at it again.lbsa712007-04-114-18/+1
|
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-1110-140/+119
|
* added missing filesMW2007-04-113-62/+182
|
* First basic test script now works in the jvm scripting engine. MW2007-04-1111-59/+219
| | | | | | For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable. Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim.
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-1157-1857/+3720
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* (no commit message)MW2007-04-112-42/+49
|
* Added POST handler for /sims/ in the grid servergareth2007-04-1131-1351/+1443
| | | | | | | | | Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
* * nant building againlbsa712007-04-1112-59/+163
|
* Adding BDB to prebuild, making BDB compile.Adam Frisby2007-04-112-1/+27
|
* * working towards fixing nant build... lbsa712007-04-112-0/+0
|
* Adding Berkeley DB wrapper binary + libterrain-bsd binary to /binAdam Frisby2007-04-113-0/+0
|
* Removing binaries from BasicTerrainAdam Frisby2007-04-115-7/+0
|
* * extensions should be lower case part 1lbsa712007-04-111-0/+0
|
* * One change in SQLiteLocalStorageAdam Frisby2007-04-117-1/+208
| | | | | * Committing half-started Berkeley BDB bindings, however not adding to solution or prebuild (will/should not compile yet)
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-1148-1237/+1399
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Well, it *appears* to compile. Initial SQLite Local Storage module (supports ↵Adam Frisby2007-04-1125-0/+315
| | | | saving, deletion and update of prims, but does not yet load them.)
* Major ass changes to terrain (now uses libTerrain-BSD!) and all-round ↵Adam Frisby2007-04-1119-310/+70
| | | | improvements to code quality. Terrain saving/loading may work now (running through setHeights1D and getHeights1D before DB4o) **WARNING: UNTESTED**
* (no commit message)MW2007-04-101-0/+0
|
* And ignore this one toogareth2007-04-101-0/+0
|
* ignore this commitgareth2007-04-101-0/+0
|
* (no commit message)MW2007-04-102-25/+30
|
* And now clothes update and show for all usersgareth2007-04-101-0/+16
| | | | | | woohoo!