Commit Graph

38 Commits (294a096f71f61d1c78273187ca431746513e012e)

Author SHA1 Message Date
lbsa71 5413fac008 * Reverted libterrain update
* Updated vs2005 target
2007-05-20 10:47:46 +00:00
MW 274ce6987e Border crossing back to mostly working, still seems a problem in that you need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim) 2007-05-19 18:32:01 +00:00
MW e0b724e9aa 2007-05-19 14:38:13 +00:00
MW df6ec3ba6c Added the echo method for template checksum handling (idea from Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients. 2007-05-19 14:34:44 +00:00
MW f5de37553d Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers 2007-05-19 14:08:58 +00:00
Adam Frisby 605a34c5ef * TortoiseSVN has an annoying red icon over stuff, this means I probably changed something.
* Updated solution files & build files via prebuild.
2007-05-19 04:22:06 +00:00
gareth 867671cfcc Added session IDs to the grid management agent 2007-05-18 23:32:41 +00:00
MW aae0222f81 More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from) 2007-05-17 10:24:10 +00:00
gareth 846bf8b168 rebuilt build files
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16 21:30:47 +00:00
MW 7cc41b9e38 Added OpenSimApplication as a base class to OpenSimMain 2007-05-16 18:26:30 +00:00
gareth 3a28e39816 FIXED THE BUILD! 2007-05-16 17:51:28 +00:00
MW 1e9a0220e6 Quite big change to how Sessions/circuits are Authenticated. Seems to work okay but needs a lot more testing. 2007-05-16 17:35:27 +00:00
lbsa71 6056247ac3 * removed unused new-login.dat
* 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-16 17:12:17 +00:00
MW 3f39648605 More refactoring.
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-16 15:46:22 +00:00
MW 384293ac56 Worked on Asset server, asset downloads (from server to sim) now work.
Asset uploads (from sim to server) may or may not work, needs more testing, if they don't work then it should be just a encoding problem and not hard to fix.
2007-05-15 17:51:13 +00:00
MW f41e5343c5 updated Build/project files to include the new projects and new files.
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-15 14:54:53 +00:00
andy 6361bb7664 Added exception handling. 2007-05-14 01:00:52 +00:00
gareth 0834b097f6 Added skeleton master service manager 2007-05-13 21:01:21 +00:00
MW 5917d36219 Inventory should be working again in sandbox mode 2007-05-13 13:10:15 +00:00
MW 05d9593198 Added very basic support for maps (likely to only work in sandbox mode due to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing) 2007-05-13 12:25:08 +00:00
Adam Frisby fd84968d05 Only 193 warnings to go! 2007-05-12 15:19:03 +00:00
andy e50f50ebb1 MW is a debugging wiz (regionx/y updated) 2007-05-11 20:32:56 +00:00
andy 488f7763ba Updated to use LoginResponse. 2007-05-11 19:33:52 +00:00
andy 3e5d954057 Removed the login dat file. 2007-05-11 19:33:32 +00:00
MW 26002559c0 Fixed bug where client crashes on login if in sandbox mode and region is set to anything other than 997,996 2007-05-08 16:40:20 +00:00
lbsa71 0b26ae44ac * deleted bin directories
* ignored bin directories
* regenerated nant files
2007-05-08 11:09:48 +00:00
morphw 8b5c182e69 return sim_port as an int32 rather than a string in the login response. LL SL Viewer doesn't seem to care, but libsecondlife does. 2007-05-06 01:59:12 +00:00
gareth 328c9ccb24 Copied gridserver ready to convert to asset server
I'M THAT NUTS!!!!!!!!
2007-04-29 23:58:57 +00:00
MW 9ed0a8dbad updated to use lastest version of libsl but is currently broke when using SL viewer 1.15.02, due to big changes in the message templates. 2007-04-25 18:12:06 +00:00
MW f7b51d63a8 Small clean up of files and directories 2007-04-25 13:03:48 +00:00
lbsa71 60047aa5a6 === Dedicated to Jesse. ===
* Deleted empty directory
2007-04-22 09:44:27 +00:00
gareth b0dfd5602a Now starts up a laggy (to be fixed) TCP server in grid mode and sends a banner
NEED THREAD POOLS!!! DO NOT LET ME GET AWAY WITH BEING LAZY PEOPLE!
2007-04-22 05:40:00 +00:00
gareth b8c742b932 Added some more good stuff to the new TCP skeleton 2007-04-22 04:50:58 +00:00
gareth 1dfda8f744 Added OpenGridProtocol class - start of the new TCP-based intersim protocol, very basic skeleton
First commit since we lost JesseMalt - Dedicated to their memory
2007-04-21 17:36:03 +00:00
gareth dd5f4abdb9 Fixed weird XML/HTTP bugs
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
2007-04-13 15:14:21 +00:00
lbsa71 1a28ef6292 * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer
* Now dumping default value in config.
*
2007-04-11 20:07:58 +00:00
lbsa71 08d5d10d62 * Started on converting UserHTTPServer to BaseHttpServer
* Added a 'param' param to the RestMethod
* Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11 14:14:19 +00:00
MW bea8e2b826 Renamed the Servers directory to OpenSim.Servers 2007-04-11 13:40:29 +00:00