aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added /bin/dataAdam Frisby2007-06-042-0/+15
| | | | | * Added avataranimations.xml (WARNING: Creative Commons License Applies. Read LICENSE-README-IMPORTANT.txt)
* * Some commenting on asset server (needs completing)Adam Frisby2007-06-021-0/+0
| | | | | | * Removed strip2.png - added defaultstripe.png * World map images are now generated when the terrain is tainted, not yet sent to the grid/asset server.
* * Created better terrain stripe.Adam Frisby2007-05-262-0/+0
|
* * Added sample terrain heightmap stripe - to use, useAdam Frisby2007-05-261-0/+0
| | | | | | --- Region# : terrain save grdmap mapimage.png stripe2.png
* * Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby2007-05-251-0/+7
| | | | | | | | for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
* Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW2007-05-241-0/+0
|
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-0/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Reverted libterrain updatelbsa712007-05-201-0/+0
| | | | | * Updated vs2005 target
* * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress ↵lbsa712007-05-201-0/+0
| | | | missing method exception
* added Adam's notes about how terrain block addressing map on to grid locationsmorphw2007-05-171-1/+11
|
* * removed unused new-login.datlbsa712007-05-161-1/+0
| | | | | | | | | | | * cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
* Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3)Adam Frisby2007-05-1421-0/+9
|
* Changed to slightly better textures for the map: a blue one for the sea and ↵MW2007-05-131-0/+0
| | | | one that if you stand at least 10 feet away from the screen and strain your eyes a bit and have really bad vision could maybe look like a island.
* Missed thisgareth2007-05-081-0/+0
|
* Fixed nant build filesgareth2007-05-081-0/+0
| | | | | | | Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-0/+0
| | | | state yet, posted for reference and future use.
* fixed the VS 2005 solution/ project files.MW2007-04-301-0/+0
| | | | | and a couple of other small changes
* At last: avatar-template.dat is no moreMW2007-04-262-0/+0
|
* Mostly working again.MW2007-04-262-0/+0
| | | | | | Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ). Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-251-0/+0
| | | | viewer 1.15.02, due to big changes in the message templates.
* Added an island to the coast of this terrain.Adam Frisby2007-04-203-0/+0
|
* 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
|
* deleted OpenSim.Terrain.BasicTerrain.dll from the bin folder, don't think ↵MW2007-04-111-0/+0
| | | | there was any need for it there.
* small improvement to the jvm and test scriptMW2007-04-111-2/+14
|
* * ignoring some binarieslbsa712007-04-111-0/+0
|
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-111-0/+0
|
* added missing filesMW2007-04-111-0/+22
|
* First basic test script now works in the jvm scripting engine. MW2007-04-111-0/+36
| | | | | | 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.
* Added POST handler for /sims/ in the grid servergareth2007-04-111-0/+0
| | | | | | | | | 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-111-0/+0
|
* * 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
|
* * extensions should be lower case part 1lbsa712007-04-111-0/+0
|
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-0/+0
| | | | | | | * 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-112-0/+0
| | | | 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-112-0/+0
| | | | 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
|
* Fixed "teh bug"gareth2007-04-101-0/+0
|
* **BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby2007-04-061-0/+0
|
* * Script prototypelbsa712007-04-031-4/+5
|
* Brought back in older version of libsecondlife.dll for now.MW2007-04-021-0/+0
|
* Brought in latest libslgareth2007-04-021-0/+0
|
* Done some fixes to the ODE plugin, but its still not working correctly, ↵MW2007-03-301-0/+0
| | | | believe that the terrain is rotated /placed wrongly.
* Started to add a few features to the web front end that should be useful ↵MW2007-03-301-1/+1
| | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory.
* * Naaw, -realphysx is too much to asklbsa712007-03-291-0/+0
| | | | | * Genning proj Guids from name hash, for great justice
* RIP OpenSimRoot. (removed)MW2007-03-287-0/+0
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-271-0/+0
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-0/+0
|
* * vaseline + duct-tape.lbsa712007-03-271-0/+0
|