aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-28*Added missing files from last commit (oops!)mingchen1-0/+0
2007-06-27*Updated prebuild.xml and ran prebuild againmingchen3-0/+0
*Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen3-0/+0
to add/remove something
2007-06-26* Updated demo filter to show more common usage (as well as embedding ↵Adam Frisby1-0/+26
multiple filters in a single file)
2007-06-26* Updated demoAdam Frisby1-1/+6
2007-06-26* Committing terrain filter demoAdam Frisby1-0/+19
2007-06-17Fixed inverted map texture problem.MW21-0/+19
Added(from trunk) the loading of terrain files defined in the region.xml files.
2007-06-17Each Region will now generate a texture image of their terrain and this will ↵MW5-0/+0
be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes.
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW9-0/+105
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-0/+0
* Rebuilt project files * ignored some bins
2007-06-13* Updated Prebuild.exelbsa711-0/+0
2007-06-13* First attempt at fixing differing build files on different .net flavours.lbsa711-0/+0
* And, as always, some bin ignores
2007-06-12(no commit message)MW1-0/+0
2007-06-09Number of small changes. MW1-0/+0
2007-06-09* Removed ServiceManager from OGS/Sugilite due to compilation issues.Adam Frisby1-0/+0
* Removed GridInterface reference from AssetServer
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-0/+0
version from trunk
2007-06-08prebuild.xml should be fixed/updated.MW1-0/+0
2007-06-08Added prebuild.exe and fixed a couple of namespace problems in ↵MW1-0/+0
AvatarAnimations.cs. Now need to update prebuild.xml
2007-06-08*Added libraries to binmingchen18-0/+0
2007-06-04Fixed Unhandled exception about avataranimations.xml file about xml element ↵mingchen1-1/+1
being first.
2007-06-04* Added /bin/dataAdam Frisby2-0/+15
* Added avataranimations.xml (WARNING: Creative Commons License Applies. Read LICENSE-README-IMPORTANT.txt)
2007-06-02* Some commenting on asset server (needs completing)Adam Frisby1-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.
2007-05-26* Created better terrain stripe.Adam Frisby2-0/+0
2007-05-26* Added sample terrain heightmap stripe - to use, useAdam Frisby1-0/+0
--- Region# : terrain save grdmap mapimage.png stripe2.png
2007-05-25* Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby1-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.
2007-05-24Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Reverted libterrain updatelbsa711-0/+0
* Updated vs2005 target
2007-05-20* Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress ↵lbsa711-0/+0
missing method exception
2007-05-17added Adam's notes about how terrain block addressing map on to grid locationsmorphw1-1/+11
2007-05-16* removed unused new-login.datlbsa711-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
2007-05-14Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3)Adam Frisby21-0/+9
2007-05-13Changed to slightly better textures for the map: a blue one for the sea and ↵MW1-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.
2007-05-08Missed thisgareth1-0/+0
2007-05-08Fixed nant build filesgareth1-0/+0
Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-0/+0
state yet, posted for reference and future use.
2007-04-30fixed the VS 2005 solution/ project files.MW1-0/+0
and a couple of other small changes
2007-04-26At last: avatar-template.dat is no moreMW2-0/+0
2007-04-26Mostly working again.MW2-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)
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+0
viewer 1.15.02, due to big changes in the message templates.
2007-04-20Added an island to the coast of this terrain.Adam Frisby3-0/+0
2007-04-20FixAdam Frisby1-3/+3
2007-04-20Terrain files for Coastal Terrain Set (2 by 2 sims) and HOWTO.txt for importing.Adam Frisby5-0/+9
2007-04-11deleted OpenSim.Terrain.BasicTerrain.dll from the bin folder, don't think ↵MW1-0/+0
there was any need for it there.
2007-04-11small improvement to the jvm and test scriptMW1-2/+14
2007-04-11* ignoring some binarieslbsa711-0/+0
2007-04-11* Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa711-0/+0
2007-04-11added missing filesMW1-0/+22
2007-04-11First basic test script now works in the jvm scripting engine. MW1-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.
2007-04-11Added POST handler for /sims/ in the grid servergareth1-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