| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 2007-12-02 | 1 | -16/+83 |
* | small bit of refactoring | MW | 2007-12-01 | 1 | -1/+11 |
* | Part 1 of a commit. This revision will not compile, part 2 will be added in a... | MW | 2007-12-01 | 1 | -0/+30 |
* | * Did some initial work for prim crossing. Just glue so far. | Teravus Ovares | 2007-11-21 | 1 | -1/+1 |
* | * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T... | Teravus Ovares | 2007-11-18 | 1 | -3/+3 |
* | cleaned up some mono compiler warnings | Jeff Ames | 2007-11-18 | 3 | -4/+4 |
* | Attempt to get World Map working in Grid mode, will need to be using the grid... | MW | 2007-11-18 | 1 | -1/+1 |
* | More cleaning up when deleting regions from a instance. NOTE: IGridServices.D... | MW | 2007-11-16 | 1 | -0/+4 |
* | enable typing animation for chat, maybe | Jeff Ames | 2007-11-12 | 1 | -53/+71 |
* | Fixing null pointer exception from Mathias Soeken: | Dalien Talbot | 2007-11-11 | 1 | -2/+2 |
* | don't break if they haven't defined the Sun section of their config | Sean Dague | 2007-11-09 | 1 | -2/+10 |
* | make Sun progression configurable for the Sim from OpenSim.ini | Sean Dague | 2007-11-09 | 1 | -2/+3 |
* | converted hard-coded chat type values to ChatTypeEnum | Jeff Ames | 2007-11-08 | 1 | -7/+7 |
* | get rid of the debug line, that's just going to drive everyone nuts | Sean Dague | 2007-11-07 | 1 | -1/+1 |
* | move Sun into a Region Module, pass 1. Currently this works fine with | Sean Dague | 2007-11-07 | 1 | -0/+178 |
* | Started to cleanup/close down childagent connections when a user teleports. ... | MW | 2007-11-05 | 1 | -48/+51 |
* | Added support for OpenSim application plugins (as requested by Adam), which u... | MW | 2007-11-04 | 2 | -2/+2 |
* | * Diuerse beavtificatems | lbsa71 | 2007-11-01 | 2 | -2/+2 |
* | made illogical bitwise operations logical | Jeff Ames | 2007-10-31 | 1 | -1/+1 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 2 | -2/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 17 | -317/+328 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 10 | -9/+11 |
* | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 2007-10-29 | 4 | -14/+204 |
* | normalized line endings | Jeff Ames | 2007-10-29 | 1 | -57/+57 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 2 | -0/+59 |
* | remove debug line | Sean Dague | 2007-10-23 | 1 | -1/+1 |
* | after a small misunderstanding with the match group numbers | Sean Dague | 2007-10-22 | 1 | -5/+8 |
* | my confusion on matches vs. groups in regex. This should work a bit better | Sean Dague | 2007-10-22 | 1 | -5/+5 |
* | make for nicer IRC messages. No promiss that this works yet, but | Sean Dague | 2007-10-22 | 1 | -4/+25 |
* | make IRC uglier for a while to get a better handle on writing a parser for th... | Sean Dague | 2007-10-22 | 1 | -1/+1 |
* | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 2007-10-22 | 1 | -6/+6 |
* | revert r2162 as it completely clobbered all the work on | Sean Dague | 2007-10-22 | 1 | -167/+214 |
* | * Major ass commit. | Adam Frisby | 2007-10-22 | 1 | -214/+167 |
* | attempt to fix the muliple repeat problem (that sdague is getting) in the IRC... | MW | 2007-10-22 | 1 | -5/+8 |
* | update so that distances aren't required in the config file | Sean Dague | 2007-10-22 | 1 | -4/+7 |
* | pull the IRC portions into their own class. There is still | Sean Dague | 2007-10-22 | 1 | -165/+206 |
* | fix line ending mixing. Probably should put some | Sean Dague | 2007-10-21 | 1 | -124/+124 |
* | * Fixed an issue whereby avatar chat distances were being calculated against ... | Adam Frisby | 2007-10-20 | 1 | -5/+7 |
* | * IRC ChatModule extension should now be more stable. | Adam Frisby | 2007-10-19 | 1 | -5/+16 |
* | * Whisper, Say and Shout distances are now configurable (what the hell!) | Adam Frisby | 2007-10-19 | 1 | -4/+12 |
* | * Cross-border region chat should now work as long as both regions are part o... | Adam Frisby | 2007-10-19 | 1 | -59/+59 |
* | * ChatModule is now shared between all scenes. (May be buggy.) | Adam Frisby | 2007-10-19 | 1 | -18/+24 |
* | * Major structural change: Begun converting Events to use (caller, args) synt... | Adam Frisby | 2007-10-19 | 2 | -23/+64 |
* | enable IRC bridge via runtime configuration | Sean Dague | 2007-10-19 | 1 | -36/+49 |
* | get rid of all the ^M line endings | Sean Dague | 2007-10-19 | 1 | -72/+72 |
* | changes to pass nini config object to the modules that get | Sean Dague | 2007-10-19 | 13 | -1211/+1224 |
* | * Test thy commits! (oops, sorry!) | Adam Frisby | 2007-10-19 | 1 | -3/+5 |
* | * Instant Message functionality moved into a Region Modules | Adam Frisby | 2007-10-19 | 1 | -3/+40 |
* | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2007-10-18 | 1 | -2/+2 |
* | Added "LoadImageUrl" module , that is a dynamic texture render, that works wi... | MW | 2007-10-15 | 2 | -3/+131 |