| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add pidb files to gitignore | Sean Dague | 2008-07-16 | 1 | -0/+1 |
* | change fields to private so everyone will use properties | Sean Dague | 2008-07-16 | 1 | -44/+44 |
* | Revert "refactoring of PrimitiveBaseShape to properties" | Sean Dague | 2008-07-16 | 2 | -147/+543 |
* | refactoring of PrimitiveBaseShape to properties | Sean Dague | 2008-07-16 | 2 | -543/+147 |
* | further property refactoring of PrimitiveBaseShape | Sean Dague | 2008-07-16 | 1 | -83/+254 |
* | refactoring primitive base shape to use properties | Sean Dague | 2008-07-16 | 2 | -81/+306 |
* | work in progress on nhibernate | Sean Dague | 2008-07-16 | 2 | -4/+41 |
* | Mantis#1755. Thank you kindly, Matth for a patch that solves: | Charles Krinke | 2008-07-16 | 3 | -34/+109 |
* | squashing warnings critters | Dr Scofield | 2008-07-16 | 4 | -2/+20 |
* | Mantis#1746. Thank you kindly, nlin for pointing out that | Charles Krinke | 2008-07-16 | 2 | -2/+64 |
* | Updated files for the loadbalancer web interface | Johan Berntsson | 2008-07-16 | 2 | -0/+121 |
* | Fix issue 1582. The maximum allowable length for a string passed to SimChat i... | Mike Mazur | 2008-07-16 | 1 | -1/+1 |
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 14 | -2290/+5107 |
* | add migration for SceneGroupID to char(36) plus add an index. This | Sean Dague | 2008-07-15 | 1 | -0/+9 |
* | added new ParentUUID property to map out from SOP. | Sean Dague | 2008-07-15 | 3 | -4/+71 |
* | * Expose client statistics to the console via 'show stats' | Justin Clarke Casey | 2008-07-15 | 2 | -2/+95 |
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 2 | -11/+11 |
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 2 | -7/+61 |
* | removes a Console.WriteLine(...) remnant. | Dr Scofield | 2008-07-15 | 1 | -1/+1 |
* | killing a lonesome warning that managed to creep in... | Dr Scofield | 2008-07-15 | 1 | -1/+1 |
* | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2008-07-15 | 2 | -55/+56 |
* | I had to revert the Mantis#1746 patch as although the local build | Charles Krinke | 2008-07-15 | 2 | -64/+2 |
* | Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that: | Charles Krinke | 2008-07-15 | 2 | -2/+64 |
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 |
* | added RegionID get property | Sean Dague | 2008-07-14 | 1 | -0/+6 |
* | * Change load-oar/save-oar status to highly experimental. | Justin Clarke Casey | 2008-07-14 | 1 | -5/+7 |
* | Mantis#1739. Thank you kindly, Grumly57 for an additional patch that: | Charles Krinke | 2008-07-14 | 2 | -16/+22 |
* | * On an archive load, make the master avatar the owner of all scene objects f... | Justin Clarke Casey | 2008-07-14 | 1 | -0/+11 |
* | * For now, when loading an archive all the existing scene objects get deleted... | Justin Clarke Casey | 2008-07-14 | 2 | -0/+22 |
* | adding support for Xml2 serialization format to XmlRpcLoadXMLMethod. | Dr Scofield | 2008-07-14 | 1 | -1/+20 |
* | Mantis#1739. Thank you kindly, Grumly57 for a patch that: | Charles Krinke | 2008-07-14 | 4 | -4/+42 |
* | fixing warning in IRCBridgeModule and logging the exception cause now. | Dr Scofield | 2008-07-14 | 1 | -2/+3 |
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 6 | -79/+594 |
* | adds a default value of true to the new IRC bridge configuration option "nick... | Dahlia Trimble | 2008-07-14 | 1 | -3/+5 |
* | Update svn properties. | Jeff Ames | 2008-07-14 | 0 | -0/+0 |
* | Patch #9150 | Melanie Thielker | 2008-07-14 | 10 | -119/+117 |
* | Patch #9149 | Melanie Thielker | 2008-07-14 | 3 | -324/+29 |
* | Patch #9148 | Melanie Thielker | 2008-07-14 | 3 | -11/+25 |
* | Patch #9147 | Melanie Thielker | 2008-07-14 | 15 | -271/+163 |
* | Mantis#1728. Thank you kindly, Mikem for a patch that solves: | Charles Krinke | 2008-07-14 | 3 | -14142/+15323 |
* | Mantis#1638. Thank you kindly, Salahzar for a patch that: | Charles Krinke | 2008-07-13 | 3 | -10/+25 |
* | * minor: make scene closing log message info rather than warn | Justin Clarke Casey | 2008-07-13 | 1 | -1/+2 |
* | * Actually persist restored archives to the database - wasn't actually doing ... | Justin Clarke Casey | 2008-07-13 | 8 | -17/+74 |
* | * Elminate most of the debugging log output from the archive commands | Justin Clarke Casey | 2008-07-12 | 5 | -33/+35 |
* | * minor: comment out a couple of lines to eliminate nhibernate compile warnin... | Justin Clarke Casey | 2008-07-12 | 1 | -15/+15 |
* | * On archive loading, tell the user how many objects we are ignoring because ... | Justin Clarke Casey | 2008-07-12 | 7 | -22/+34 |
* | minor: method documentation | Justin Clarke Casey | 2008-07-12 | 3 | -117/+90 |
* | * minor: thought up a better name for the last allocated local id | Justin Clarke Casey | 2008-07-12 | 1 | -2/+2 |
* | * minor: just some null guards and name changes to make it clearer that prim ... | Justin Clarke Casey | 2008-07-12 | 4 | -19/+28 |
* | * refactor: Move xml/archive loading and saving code into separate methods re... | Justin Clarke Casey | 2008-07-12 | 1 | -79/+109 |