| Commit message (Expand) | Author | Files | Lines |
2007-10-19 | get rid of all the ^M line endings | Sean Dague | 3 | -117/+117 |
2007-10-19 | changes to pass nini config object to the modules that get | Sean Dague | 1 | -132/+133 |
2007-10-19 | * Total refactoring of Asset Server for massive win | lbsa71 | 1 | -2/+6 |
2007-10-19 | Fix for assetserver crashing (Thank you Chi11ken) | Tleiades Hax | 1 | -7/+4 |
2007-10-18 | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2 | -1/+2 |
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 2 | -22/+22 |
2007-10-15 | * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - consolidated... | lbsa71 | 3 | -4/+9 |
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright messa... | lbsa71 | 15 | -0/+420 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 15 | -3/+424 |
2007-10-15 | * Applied Chillken patch #418 : newline-r2092.patch ; failed on assemblyinfo ... | lbsa71 | 2 | -20/+20 |
2007-10-15 | * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken! | lbsa71 | 1 | -1/+1 |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where no... | Tleiades Hax | 1 | -171/+22 |
2007-10-13 | Change 3 UserServer login messages from writeline to MainLog to help diagnose... | Charles Krinke | 1 | -3/+5 |
2007-10-12 | I broke the build and am reverting until I can get the MainLog call proper. | Charles Krinke | 1 | -7/+7 |
2007-10-12 | Turn a few of the writelines into mainlog entries so failed logins can be mor... | Charles Krinke | 1 | -7/+7 |
2007-10-10 | * Gave ModuleLoader some good lovin' | lbsa71 | 1 | -132/+132 |
2007-10-05 | Fixed bug in last commit | Tedd Hansen | 1 | -1/+1 |
2007-10-05 | Some more work on new ScriptEngine. | Tedd Hansen | 34 | -7/+8119 |
2007-10-05 | getting all our line endings consistant again | Sean Dague | 8 | -344/+344 |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 2 | -32/+32 |
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 2 | -32/+32 |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 2 | -81/+82 |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei... | lbsa71 | 5 | -350/+80 |
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 5 | -80/+350 |
2007-09-25 | More reorganizing of new SE. Added debug print of application exception. | Tedd Hansen | 5 | -5/+17 |
2007-09-24 | More structural changes to new SE | Tedd Hansen | 6 | -34/+61 |
2007-09-24 | Reorganized some files | Tedd Hansen | 8 | -33/+55 |
2007-09-24 | * Now login swallows WebException.Timeout; (thanks cfk!) | lbsa71 | 1 | -3/+18 |
2007-09-24 | * the worlds most insignificant commit | lbsa71 | 1 | -3/+1 |
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 1 | -0/+10 |
2007-09-24 | * Renamed stuff on UserManagerBase to get implicit implementation of IUserSer... | lbsa71 | 1 | -2/+2 |
2007-09-22 | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch yet,... | Tedd Hansen | 9 | -0/+444 |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -80/+80 |
2007-09-14 | Can now set the http ports that grid server and user server use. | MW | 2 | -2/+2 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 13 | -13/+13 |
2007-08-31 | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 1 | -2/+2 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 3 | -234/+0 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 1 | -1/+1 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 1 | -1/+118 |
2007-08-13 | oops , guess I should include the new files next time | MW | 1 | -0/+80 |
2007-08-13 | Separated Login Service from usermanager, which helps to clean up the code a ... | MW | 2 | -57/+5 |
2007-08-08 | * Checked in new tweaked Prebuild.exe | lbsa71 | 1 | -40/+0 |
2007-08-08 | Grid/GridServer/GridManager.cs | Brian McBee | 1 | -9/+16 |
2007-08-03 | Changes to prepare for future possible configuration of separate logdir, conf... | Brian McBee | 3 | -7/+24 |
2007-07-29 | Commit 1/2 | Adam Frisby | 1 | -2/+2 |
2007-07-24 | * More console related changes. | Adam Frisby | 1 | -1/+1 |
2007-07-24 | * Reduced a significant number of compiler warnings (back down to 9 for all p... | Adam Frisby | 2 | -2/+0 |
2007-07-21 | Re-added the ability to set the database provider (dll) in the config file fo... | MW | 2 | -2/+2 |
2007-07-20 | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2 | -15/+15 |
2007-07-19 | *Moved XmlConfiguration to its own project | mingchen | 3 | -32/+4 |