Commit Graph

9 Commits (294a096f71f61d1c78273187ca431746513e012e)

Author SHA1 Message Date
MW fe46b045f7 Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me. 2007-05-21 16:06:58 +00:00
MW 42c45a8716 Added a CheckSumServer (handles template checksum , so there is no longer the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add
"CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver).
Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line
2007-05-19 13:28:31 +00:00
MW e2499fbbc1 Number of small changes 2007-05-19 11:55:05 +00:00
MW 9c6f28bd4e Attempt to fix trunk which someone broke <looks innocent> 2007-05-17 13:23:53 +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
MW bd6e69b97c Yet more cleanup/refactoring 2007-05-16 16:01:01 +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 fd67b36a5e UDPServer enabled, should no longer be any udp server code in OpenSimMain. 2007-05-16 13:10:17 +00:00
MW 3d93d39048 started to refactor startup code and to move udp server code out to its own class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port) 2007-05-16 12:44:58 +00:00