Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove the restriction that you have to be logged in when loading/saving iars | Justin Clark-Casey (justincc) | 2010-12-11 | 2 | -72/+70 | |
| | | | | | | | | This is pointless as we're supplying the password on the command line | |||||
| * | If we're saving an IAR with --profile information, then label this a version ↵ | Justin Clark-Casey (justincc) | 2010-12-11 | 1 | -5/+22 | |
| | | | | | | | | 1.0 IAR since it isn't compatible with older OpenSim releases. | |||||
| * | Drop current OAR version back to 0.5 since these are currently now ↵ | Justin Clark-Casey (justincc) | 2010-12-11 | 4 | -38/+38 | |
| | | | | | | | | | | | | compatible with older OpenSim versions again. Removed ability to choose 0.4 to avoid having to write code that polices this properly. Please shout on the ml if you really need this. | |||||
| * | Normalization of OSSL function names. | Marck | 2010-12-10 | 4 | -31/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the following replacement functions for compliance to the OSSL standards stated on the wiki: osGetTerrainHeight osSetTerrainHeight osGetSunParam osSetSunParam osSetPenColor The functions that do not comply to the standard give a warning when used but work normally otherwise. The graphics primitive drawing command "PenColor" has also been added as well as dynamic texture parameter "bgcolor" as an alternative to "bgcolour". The following two functions have been renamed because they are not enabled yet aynway: osWindParamSet => osSetWindParam osWindParamGet => osGetWindParam | |||||
* | | Another stab at mantis #5256 | Diva Canto | 2010-12-10 | 2 | -25/+32 | |
|/ | ||||||
* | Revert "A stab at mantis #5256. Separate ScenePresence updates from ↵ | Diva Canto | 2010-12-10 | 1 | -150/+128 | |
| | | | | | | SceneObject updates, and place them in different queues." This reverts commit f84905e2949d61239c8bff815f8061a9435c124c. | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-12-10 | 6 | -69/+46 | |
|\ | ||||||
| * | Adjust hypergrid console commands to latest changes. | Marck | 2010-12-10 | 1 | -64/+41 | |
| | | ||||||
| * | fix the minimap sitting avatar location bug | Justin Clark-Casey (justincc) | 2010-12-10 | 1 | -1/+1 | |
| | | | | | | | | a sitting avatar should have it's offset position added to the scene object, not its absolute position | |||||
| * | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 2010-12-10 | 4 | -4/+4 | |
| | | ||||||
* | | A stab at mantis #5256. Separate ScenePresence updates from SceneObject ↵ | Diva Canto | 2010-12-10 | 1 | -128/+150 | |
|/ | | | | updates, and place them in different queues. | |||||
* | Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵ | Diva Canto | 2010-12-09 | 5 | -3/+9 | |
| | | | | command. mantis #5259 | |||||
* | Minor bug fixes. Hunting down mantis #5259 | Diva Canto | 2010-12-09 | 2 | -2/+4 | |
| | ||||||
* | Fixed wrong comment | Diva Canto | 2010-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase ↵ | Diva Canto | 2010-12-08 | 1 | -1/+1 | |
| | | | | yet... | |||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-12-09 | 2 | -42/+283 | |
|\ | ||||||
| * | Added ability for GetTexture to serve multiple formats. The format may come ↵ | Diva Canto | 2010-12-08 | 2 | -42/+283 | |
| | | | | | | | | as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>. | |||||
* | | Plumb a code path for the entity transfer module to ask a destination scene | Melanie | 2010-12-09 | 6 | -0/+132 | |
|/ | | | | whether or not an agent is allowed there as a root agent. | |||||
* | Added an exception handler on CreateObject handler, just in case there's an ↵ | Diva Canto | 2010-12-07 | 1 | -20/+31 | |
| | | | | exception being thrown that is silently being ignored by the http server. (Trying to catch Melanie's problem with attachments on TPs) | |||||
* | Removed extraneous left-/ on /object/ subpath. Bug introduced during region ↵ | Diva Canto | 2010-12-07 | 1 | -1/+1 | |
| | | | | URLs clean up. | |||||
* | change doc. trivial commit to get panda to rebuild | Justin Clark-Casey (justincc) | 2010-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 2010-12-05 | 11 | -35/+47 | |
| | | | | Changed the stored region names of HG regions. Increased the size of regionName in DB. | |||||
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 68 | -987/+2318 | |
|\ | ||||||
| * | Simplify updating of agent inventory assets. Make newly created asset IDs | Melanie | 2010-12-04 | 1 | -19/+6 | |
| | | | | | | | | random rather than using IDs known by the client ahead of time. | |||||
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-12-04 | 5 | -57/+235 | |
| |\ | ||||||
| | * | minor: add class doc line to older region module example code pointing ↵ | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | towards newer | |||||
| | * | comment out the extension attribute | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | add bare bones shared example module | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+91 | |
| | | | ||||||
| | * | refactor some common code in RegionModulesControllerPlugin | Justin Clark-Casey (justincc) | 2010-12-04 | 2 | -61/+54 | |
| | | | | | | | | | | | | also some minor doc changes in BareBonesNonSharedModule | |||||
| | * | correct the id of the example module | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add the most bare bones non-shared region module example. Not active unless ↵ | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+83 | |
| | | | | | | | | | | | | the correct line is uncommented. | |||||
| | * | add warning decals and information to RegionModule.cs in probably ↵ | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+9 | |
| | | | | | | | | | | | | non-functional OpenSim.Region.Examples.SimpleModule project | |||||
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-12-04 | 4 | -62/+123 | |
| | |\ | ||||||
| | * | | minor: correction to logging category | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Convert the agent asset transactions module to a new style module. | Melanie | 2010-12-04 | 4 | -170/+158 | |
| | |/ | |/| | | | | | | | | | | | | | | | | Refactor to remove the property "MyScene" and the pointless circular refs to the managing classes. Converted the module to a non-shared module. Reformatted source for 80 columns. Removed the special role the module had in the old loader. | |||||
| * | | Various bug fixes for appearance handling: more aggressive reset of textures ↵ | Mic Bowman | 2010-12-03 | 4 | -62/+123 | |
| |/ | | | | | | | | | | | and vparams when appearance is not cached and when wearables change. Send appearance to the viewer with initial data. Cleaned up (and added) debugging. | |||||
| * | minor: change OpenSimBase log messages associated with newer module loader ↵ | Justin Clark-Casey (justincc) | 2010-12-03 | 1 | -2/+2 | |
| | | | | | | | | to make the association clear | |||||
| * | Only force prim persistence before delete if the prim is the result of an ↵ | Justin Clark-Casey (justincc) | 2010-12-03 | 3 | -8/+26 | |
| | | | | | | | | | | | | unpersisted delink This considerably improves delete performance for objects with large linksets | |||||
| * | Stop LLUDPServer sending updates after object deletes by always queueing deletes | Justin Clark-Casey (justincc) | 2010-12-02 | 3 | -19/+28 | |
| | | | | | | | | | | | | | | | | If an LL 1.23.5 client (and possibly earlier and later) receives an object update after a kill object packet, it leaves the deleted prim in the scene until client relog This is possible in LLUDPServer if an object update packet is queued but a kill packet sent immediately. Beyond invasive tracking of kill sending, most expedient solution is to always queue kills, so that they always arrive after updates. In tests, this doesn't appear to affect performance. There is probably still an issue present where an update packet might not be acked and then resent after the kill packet. | |||||
| * | minor: add some method doc | Justin Clark-Casey (justincc) | 2010-12-02 | 2 | -0/+22 | |
| | | ||||||
| * | Added some comments. Better than listening to the boring speaker... | Diva Canto | 2010-12-01 | 4 | -1/+28 | |
| | | ||||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-29 | 16 | -227/+344 | |
| |\ | ||||||
| | * | Fix the build break | Melanie | 2010-11-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | Remove the most spammy XML dumps from the FS voice module | Melanie | 2010-11-28 | 1 | -6/+6 | |
| | | | ||||||
| | * | Amend GetLinkPrimitiveParams with implementations for PRIM_TEXGEN, ↵ | Marck | 2010-11-27 | 1 | -10/+76 | |
| | | | | | | | | | | | | PRIM_BUMP_SHINY, PRIM_FULLBRIGHT, and PRIM_GLOW | |||||
| | * | Make gatekeeper's address check case-insensitive. | Marck | 2010-11-27 | 1 | -1/+2 | |
| | | | ||||||
| | * | Reformat an overzealous comment. Remove end of line marks and reference to the | Melanie | 2010-11-27 | 1 | -21/+24 | |
| | | | | | | | | | | | | | | | Mantis solved, as that isn't needed to understand the code. Reformat the comment for 80 col screens. | |||||
| | * | llUnsit position fix 4063 (updated 11-20-2010) | Micheil Merlin | 2010-11-27 | 1 | -2/+27 | |
| | | | ||||||
| | * | llVecNorm nant test | Micheil Merlin | 2010-11-27 | 1 | -0/+24 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-11-27 | 1 | -15/+25 | |
| | |\ |