| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis#1207. Thank you, TGlion for a patch that addresses: | Charles Krinke | 2008-10-06 | 15 | -115/+168 |
* | Implements ObjectOwner god mode packet (Set Owner To Me admin option) | Melanie Thielker | 2008-10-06 | 1 | -0/+1 |
* | * Green dots on the mainmap for avatar. | Teravus Ovares | 2008-10-06 | 2 | -0/+174 |
* | Plumb in the DirPlacesReply packet | Melanie Thielker | 2008-10-05 | 1 | -0/+4 |
* | Plumb packet DirPlacesQuery for search module | Melanie Thielker | 2008-10-04 | 1 | -0/+2 |
* | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 2008-10-04 | 1 | -2/+36 |
* | Add "Drop" functionality to pie menu | Melanie Thielker | 2008-10-04 | 1 | -0/+1 |
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 1 | -24/+33 |
* | Disabled some thread aborts in the IRC module that I added earlier and don't ... | Dahlia Trimble | 2008-10-03 | 1 | -2/+2 |
* | This changeset changes the way chat from client is routed: | Dr Scofield | 2008-10-03 | 6 | -159/+175 |
* | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 2008-10-03 | 1 | -4/+3 |
* | Prevent attachments to be persisted in the destination region when the | Melanie Thielker | 2008-10-03 | 1 | -1/+1 |
* | Mantis #1360 | Melanie Thielker | 2008-10-03 | 1 | -2/+3 |
* | * EventQueueGet is now working. | Teravus Ovares | 2008-10-03 | 2 | -13/+150 |
* | Added the first version of the MapSearchModule, which allows you to search for | Homer Horwitz | 2008-10-02 | 1 | -0/+119 |
* | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 2008-10-01 | 1 | -0/+4 |
* | a little (incomplete) hackery in the IRC module to allow run-time connection ... | Dahlia Trimble | 2008-10-01 | 1 | -11/+74 |
* | * Fixed a mangled Seed caps handler definition on login to region in standalo... | Teravus Ovares | 2008-10-01 | 1 | -12/+105 |
* | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 2008-09-30 | 1 | -9/+10 |
* | initial version of a meeting concierge module. | Dr Scofield | 2008-09-30 | 1 | -0/+213 |
* | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2008-09-30 | 2 | -58/+70 |
* | Add two more default script engine params | Melanie Thielker | 2008-09-30 | 1 | -1/+1 |
* | Add the default script engine to the script creation from archive loading | Melanie Thielker | 2008-09-30 | 1 | -1/+1 |
* | * Get the code up to speed with my -#dev e-mail example. (uncomment out lines... | Teravus Ovares | 2008-09-30 | 1 | -1/+11 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-30 | 1 | -6/+2 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-29 | 1 | -3/+3 |
* | * reactor: move inventory archive classes into separate Inventory/Archiver di... | Justin Clarke Casey | 2008-09-29 | 2 | -4/+4 |
* | * refactor: Rename InventoryModule to InventoryTransferModule | Justin Clarke Casey | 2008-09-29 | 1 | -2/+2 |
* | * Move existing inventory module into a 'Transfer' namespace, since that is t... | Justin Clarke Casey | 2008-09-29 | 1 | -1/+1 |
* | * check in missing files that caused the previous build break | Justin Clarke Casey | 2008-09-29 | 2 | -0/+487 |
* | Mantis#296. Thank you kindly, Idb for a patch that resolves: | Charles Krinke | 2008-09-28 | 2 | -0/+24 |
* | Add some methods to allow modules so set client view options | Melanie Thielker | 2008-09-28 | 1 | -0/+9 |
* | - Further cleanups | Homer Horwitz | 2008-09-28 | 1 | -27/+44 |
* | Refactor to avoid some duplicate code. | Homer Horwitz | 2008-09-28 | 2 | -101/+63 |
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 2008-09-28 | 1 | -1/+1 |
* | eol-style native; on EventQueueHelper | Teravus Ovares | 2008-09-28 | 1 | -146/+146 |
* | * okay.. Now you can do border crossings with the security 'fixed' client.... | Teravus Ovares | 2008-09-28 | 2 | -86/+156 |
* | * With EventQueueGet enabled.. we can see into neighbor regions again on th... | Teravus Ovares | 2008-09-27 | 2 | -14/+27 |
* | * Adds flag to enable/disable EventQueueGet. | Teravus Ovares | 2008-09-27 | 1 | -10/+19 |
* | * Event queue is now polling.. | Teravus Ovares | 2008-09-27 | 2 | -7/+67 |
* | Continue working on the new EventQueueGetModule. Not finished (or even working) | Homer Horwitz | 2008-09-27 | 2 | -28/+162 |
* | * This is the very very early beginnings of an EventQueue:get module. | Teravus Ovares | 2008-09-27 | 1 | -0/+164 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 11 | -93/+66 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 3 | -12/+8 |
* | * refactor: do a tiny bit of cleanup | Justin Clarke Casey | 2008-09-26 | 1 | -40/+46 |
* | * refactor: split out AssetXferUploader | Justin Clarke Casey | 2008-09-26 | 3 | -285/+312 |
* | * refactor: split out AgentAssetTransactionsManager | Justin Clarke Casey | 2008-09-26 | 2 | -192/+227 |
* | * Implment task inventory item asset update for the old non CAPS transaction ... | Justin Clarke Casey | 2008-09-26 | 2 | -30/+75 |
* | * Wind updates. Still random.. but in 4 directions instead of two! | Teravus Ovares | 2008-09-26 | 2 | -27/+29 |
* | * Adds some Wind | Teravus Ovares | 2008-09-25 | 2 | -0/+260 |