Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-13 | Remove the AllowAlternatePorts option. It wasn't implemented anyway. | Melanie Thielker | 5 | -40/+21 | |
Instead, handle the port being 0 as "any port" and assign a random port for regions in that case. | |||||
2016-12-13 | Make sure sims on Linux can be restarted without waiting on a 2 mintue ↵ | Melanie Thielker | 1 | -5/+7 | |
socket timeout | |||||
2016-12-12 | ubOde other convex type objects other than mesh and sculpt also don't have holes | UbitUmarov | 2 | -4/+7 | |
2016-12-12 | ubOde simple spheres and boxes with type convex have no holes on ↵ | UbitUmarov | 1 | -9/+15 | |
physics(long forgotten fix) | |||||
2016-12-12 | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 8 | -18/+18 | |
This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate. | |||||
2016-12-12 | Only ask for the new parameter when starting from scratch. | Melanie Thielker | 1 | -3/+4 | |
It is set to false implicitly on existing regions. | |||||
2016-12-12 | Make resolving the IP on startup optional. | Melanie Thielker | 1 | -0/+19 | |
Adds ResolveAddress boolean to regions.ini | |||||
2016-12-12 | Applying a modified version of TomTheDragon's patch to prevent the sim | Melanie Thielker | 1 | -7/+14 | |
from crashing when signals are unavailable. | |||||
2016-12-12 | don't do unix signals on windows | UbitUmarov | 1 | -6/+12 | |
2016-12-12 | Allow OpenSim to respond to Unix signals. This may need work to be | Melanie Thielker | 1 | -2/+23 | |
properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows | |||||
2016-12-11 | If a region address is resolveable to a single address, resolve it on | Melanie Thielker | 1 | -1/+5 | |
startup and use that address This change facilitates running opensim within containers and VMs where the external address isn't that of the VM/container but that of the host. | |||||
2016-12-10 | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 4 | -1/+11 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-10 | Fix OpenSim bombing when a MySQL connection string doesn't contain a password. | Melanie Thielker | 1 | -0/+2 | |
Passwordless connection is perfectly legal and makes sense within a container. | |||||
2016-12-10 | Make it more unlikely that a script teleport will be caught by default ↵ | AliciaRaven | 2 | -2/+2 | |
region landing point. | |||||
2016-12-10 | do not try xbakes on HG | UbitUmarov | 1 | -5/+6 | |
2016-12-10 | HG regions URI need to include also the default ports for compatibility | UbitUmarov | 1 | -5/+6 | |
2016-12-09 | avoid a null ref | UbitUmarov | 1 | -1/+1 | |
2016-12-09 | The new string-parameter: "region_object_bonus" for llGetEnv(string name); | Mandarinka Tasty | 1 | -0/+4 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-09 | HG: add missing information on GetRegion | UbitUmarov | 1 | -0/+1 | |
2016-12-08 | JsonRpc: don't try to connect to a empty uri | UbitUmarov | 1 | -0/+3 | |
2016-12-07 | change caps Sethome fail error report | UbitUmarov | 1 | -1/+1 | |
2016-12-07 | add missing sp Intransit control | UbitUmarov | 1 | -10/+18 | |
2016-12-07 | set HasGridUserTried on usercache of NPCs | UbitUmarov | 3 | -4/+4 | |
2016-12-06 | if we have profile then npc is online | UbitUmarov | 1 | -1/+1 | |
2016-12-06 | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 6 | -3/+40 | |
About text. requires OsNpcCreate rights | |||||
2016-12-06 | let NPCs have profile | UbitUmarov | 1 | -11/+22 | |
2016-12-06 | jenkins likes null httplisteners | UbitUmarov | 1 | -1/+1 | |
2016-12-06 | remove redundante check for ssl listener | UbitUmarov | 2 | -23/+7 | |
2016-12-04 | HG: fix the never ending avatar confirmation when 2 users from same grid ↵ | UbitUmarov | 1 | -1/+41 | |
made friendship on another grid | |||||
2016-12-04 | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 4 | -6/+12 | |
2016-12-04 | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 15 | -3/+76 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-04 | a few changes to new GetDisplaynames and friends | UbitUmarov | 1 | -9/+15 | |
2016-12-04 | replace GetDisplaynames by a handler really usable as a client cap. Most ↵ | UbitUmarov | 2 | -143/+84 | |
capabilities.handlers are so it all things not propor PER CLIENT CAP handlers | |||||
2016-12-04 | Adding new string-parameter: "region_max_prims" for llGetEnv(string name); | Mandarinka Tasty | 1 | -0/+4 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-12-03 | ubMeshmerizer, fix the orientation of last triangle on top/bottom faces in ↵ | UbitUmarov | 1 | -2/+2 | |
case on circle hollow shape | |||||
2016-12-02 | change a wrong error message and avoid a null ref (that may happen due to ↵ | UbitUmarov | 1 | -13/+11 | |
needed time delays) | |||||
2016-12-01 | do a GC collect on last client exit | UbitUmarov | 1 | -4/+2 | |
2016-12-01 | fix a typo in dbs region range | UbitUmarov | 2 | -2/+2 | |
2016-12-01 | fix region area range | UbitUmarov | 1 | -2/+2 | |
2016-12-01 | fix region overlaps on registration | UbitUmarov | 1 | -95/+17 | |
2016-12-01 | a few changes to cache.cs ( currently not much used ) | UbitUmarov | 1 | -40/+61 | |
2016-12-01 | Remove unused integer vars from LLClientView | AliciaRaven | 1 | -2/+0 | |
2016-11-30 | fix a null ref | UbitUmarov | 1 | -2/+2 | |
2016-11-30 | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual ↵ | UbitUmarov | 1 | -2/+4 | |
floatsam fcache assets comand | |||||
2016-11-30 | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce ↵ | UbitUmarov | 1 | -13/+72 | |
impact on simulation and to give GC more changes of preventing it from eating up all avaialble physcical memory on loaded machines. | |||||
2016-11-30 | The new Constant: integer OBJECT_TEMP_ATTACHED = 34; | Mandarinka Tasty | 2 | -0/+14 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-11-28 | change last patch a bit | UbitUmarov | 1 | -19/+25 | |
2016-11-28 | The implementation of new flags = parameters for llGetObjectDetails - Part ↵ | Mandarinka Tasty | 2 | -0/+27 | |
II Constant: integer OBJECT_TOTAL_INVENTORY_COUNT = 31 Constant: integer OBJECT_GROUP_TAG = 33 Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-11-28 | The implementation of new flags = paramters for llGetObjectDetails - Part I ↵ | Mandarinka Tasty | 2 | -0/+26 | |
Constant: integer OBJECT_CLICK_ACTION = 28; Constant: integer OBJECT_OMEGA = 29; Constant: integer OBJECT_PRIM_COUNT = 30; Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-11-28 | increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵ | UbitUmarov | 3 | -136/+255 | |
To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers |