f96083a903More work on adding Events to ClientView (and registering to handle those events in Avatar and World)
MW
2007-05-21 19:12:18 +0000
b253f3db48Merged the new ODE stuff
gareth
2007-05-21 19:05:09 +0000
fe46b045f7Start 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.
MW
2007-05-21 16:06:58 +0000
afab62dab3Increased version number to 0.2! ZOMG!
gareth
2007-05-21 01:24:54 +0000
4d5c9499f8* minor refactoring for readability (and to lessen greed)
lbsa71
2007-05-21 00:11:55 +0000
b2fe47ecb1* Minor tweaks with new userserver * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
Adam Frisby
2007-05-20 23:34:29 +0000
7d29bd138fFinished adding comments
Adam Frisby
2007-05-20 16:39:03 +0000
1aecd0372bAdding SQL files for new userserver table layouts.
Adam Frisby
2007-05-20 16:31:47 +0000
d3e05bf743* Switching back to MySql
Adam Frisby
2007-05-20 16:27:57 +0000
65d13e7cd1* DB4o support made default * Some comments
Adam Frisby
2007-05-20 16:26:12 +0000
5f020dc444Infact, so fresh it didnt even load a database connection!
Adam Frisby
2007-05-20 16:20:49 +0000
57abbfa85aAdam proudly presents: A new user/login server - fresh to you from his desktop, and completely untested!
Adam Frisby
2007-05-20 16:19:36 +0000
3b1eba2ffcNeed to add the grid portion next to test this thing
gareth
2007-05-20 16:17:19 +0000
7073286008* Added UnixTimeSinceEpoch() function to Util class (god knows how many times we have reimplemented this.)
Adam Frisby
2007-05-20 16:10:35 +0000
4f26cf8ea2Didn't want to get left behind in the number of commits, and hey it says there are some differences between my local copy and svn, so why not commit?
MW
2007-05-20 15:50:36 +0000
60639337bd* Fixed depreciated warning in MSSQL Manager * Added support for user agents in the Userserver UserManager
Adam Frisby
2007-05-20 14:38:25 +0000
b8c4e744f9Small fix (2/2)
Adam Frisby
2007-05-20 14:33:53 +0000
67b3f66648Small fix (1/2)
Adam Frisby
2007-05-20 14:29:08 +0000
601beec8b3* Updated UserAgentData class, adding new properties, modifying existing ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!)
Adam Frisby
2007-05-20 14:21:55 +0000
e0b845f4d3Add method to process for MapBlockRequest packets
morphw
2007-05-20 02:37:18 +0000
a0607dadafAdd RequestMapBlocks to local and remote interfaces
morphw
2007-05-20 02:35:23 +0000
bb475e71c7Add RequestMapBlocks method to GridServer interfaces
morphw
2007-05-20 02:33:03 +0000
723008d8c9Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from region servers (on behalf of users)
morphw
2007-05-20 02:31:20 +0000
5f393102b1Done more work on the world map downloading functionality
gareth
2007-05-20 01:10:29 +0000
8e18a3ae75added a field in SimProfileData for a region texture asset ID
morphw
2007-05-20 00:29:26 +0000
3bca4cd5b1Begun adding the mapping code
gareth
2007-05-19 22:46:50 +0000
274ce6987eBorder 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)
MW
2007-05-19 18:32:01 +0000
df6ec3ba6cAdded 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.
MW
2007-05-19 14:34:44 +0000
42c45a8716Added 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
MW
2007-05-19 13:28:31 +0000
401004ea64Added some UI niceness (connect/disconnect thing in Grid menu)
gareth
2007-05-19 12:22:26 +0000
338ef1473dFixed small null reference bug
gareth
2007-05-19 12:10:09 +0000
ec036a6eb0* OpenGridServices.Manager/GridServerConnectionManager.cs: Now sending the session ID with each command
gareth
2007-05-19 12:02:22 +0000
605a34c5ef* TortoiseSVN has an annoying red icon over stuff, this means I probably changed something. * Updated solution files & build files via prebuild.
Adam Frisby
2007-05-19 04:22:06 +0000
06734abf5fThat shutdown function needs to call this.... Added nice little delay to give time for the XML-RPC response to go back to the grid manager when shutting down
gareth
2007-05-19 00:23:39 +0000
e42c10fee5Finished off the shutdown function Consumed 100mg caffeine
gareth
2007-05-19 00:22:58 +0000
9c6f28bd4eAttempt to fix trunk which someone broke <looks innocent>
MW
2007-05-17 13:23:53 +0000
65a7e3b6cb* more refactoring and error message
lbsa71
2007-05-17 13:04:14 +0000
51581dba75* refactored a bit and added error msg
lbsa71
2007-05-17 12:47:45 +0000
bafe290c98Check it builds before you commit
MW
2007-05-17 11:02:17 +0000
0808b9470cSome work on the new SceneObject and primitive2 classes
MW
2007-05-17 10:42:40 +0000
aae0222f81More 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)
MW
2007-05-17 10:24:10 +0000
6ddc0f4c39Implemented initial login code for the management agent TODO: crypto-secure random session ID, data providers - HELP ME JEBUS (Or Adam)
gareth
2007-05-17 07:35:27 +0000
2c0edcc199Cleaning up warnings
Adam Frisby
2007-05-16 21:19:07 +0000
1601e4038cCommitted a DOS Batch file for running prebuild for nant/visual studio automatically. Handy for lazy people like me.
Adam Frisby
2007-05-16 21:15:39 +0000
41c9810b4dUpdating nant/solution files.
Adam Frisby
2007-05-16 21:12:13 +0000
dc2acaa8a8Let stuff be broken!
Adam Frisby
2007-05-16 21:10:45 +0000
3435e0cb3a* sing loud, sing proud, sing from the heart
lbsa71
2007-05-16 20:36:35 +0000
7a11688857* here goes nothing...
lbsa71
2007-05-16 20:08:55 +0000
3a28e39816FIXED THE BUILD!
gareth
2007-05-16 17:51:28 +0000
b24428133aClarified that one should use makerel.sh
gareth
2007-05-16 17:41:19 +0000
1e9a0220e6Quite big change to how Sessions/circuits are Authenticated. Seems to work okay but needs a lot more testing.
MW
2007-05-16 17:35:27 +0000
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
lbsa71
2007-05-16 17:12:17 +0000
bd6e69b97cYet more cleanup/refactoring
MW
2007-05-16 16:01:01 +0000
3f39648605More refactoring. Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
MW
2007-05-16 15:46:22 +0000
7f42258e62* deleted some user files * ignored some files
lbsa71
2007-05-16 14:19:46 +0000
fd67b36a5eUDPServer enabled, should no longer be any udp server code in OpenSimMain.
MW
2007-05-16 13:10:17 +0000
3d93d39048started 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)
MW
2007-05-16 12:44:58 +0000
57d1a7bcedmade QueItem a nested class in SimClient.
MW
2007-05-15 21:33:03 +0000
7f2fdb8054Added RemoveAvatar() method to physics plugins, should be called on log out (needs doing) and when downgrading a client to a child-avatar (should be working)
MW
2007-05-15 21:26:10 +0000
ccf046e8e2fixed part of the bug from 116 (should no longer get the repeated Failed with exception System.IndexOutOfRangeException: Array index is out of range error)
MW
2007-05-15 20:44:14 +0000
1e00633e6cChanged session ID generation to use crypto generator, and this time - work. Heh.
Adam Frisby
2007-05-15 18:39:20 +0000
384293ac56Worked 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.
MW
2007-05-15 17:51:13 +0000