Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only ask for the new parameter when starting from scratch. | Melanie Thielker | 2016-12-12 | 1 | -3/+4 | |
| | | | | It is set to false implicitly on existing regions. | |||||
* | Make resolving the IP on startup optional. | Melanie Thielker | 2016-12-12 | 1 | -0/+19 | |
| | | | | Adds ResolveAddress boolean to regions.ini | |||||
* | Applying a modified version of TomTheDragon's patch to prevent the sim | Melanie Thielker | 2016-12-12 | 1 | -7/+14 | |
| | | | | from crashing when signals are unavailable. | |||||
* | don't do unix signals on windows | UbitUmarov | 2016-12-12 | 1 | -6/+12 | |
| | ||||||
* | Allow OpenSim to respond to Unix signals. This may need work to be | Melanie Thielker | 2016-12-12 | 1 | -2/+23 | |
| | | | | | | properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows | |||||
* | If a region address is resolveable to a single address, resolve it on | Melanie Thielker | 2016-12-11 | 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. | |||||
* | Setting precise date of creation in NPC's profile. | Mandarinka Tasty | 2016-12-10 | 4 | -1/+11 | |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2016-12-10 | 2 | -2/+2 | |
|\ | ||||||
| * | Make it more unlikely that a script teleport will be caught by default ↵ | AliciaRaven | 2016-12-10 | 2 | -2/+2 | |
| | | | | | | | | region landing point. | |||||
* | | Fix OpenSim bombing when a MySQL connection string doesn't contain a password. | Melanie Thielker | 2016-12-10 | 1 | -0/+2 | |
|/ | | | | | Passwordless connection is perfectly legal and makes sense within a container. | |||||
* | do not try xbakes on HG | UbitUmarov | 2016-12-10 | 1 | -5/+6 | |
| | ||||||
* | HG regions URI need to include also the default ports for compatibility | UbitUmarov | 2016-12-10 | 1 | -5/+6 | |
| | ||||||
* | avoid a null ref | UbitUmarov | 2016-12-09 | 1 | -1/+1 | |
| | ||||||
* | The new string-parameter: "region_object_bonus" for llGetEnv(string name); | Mandarinka Tasty | 2016-12-09 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | HG: add missing information on GetRegion | UbitUmarov | 2016-12-09 | 1 | -0/+1 | |
| | ||||||
* | JsonRpc: don't try to connect to a empty uri | UbitUmarov | 2016-12-08 | 1 | -0/+3 | |
| | ||||||
* | change caps Sethome fail error report | UbitUmarov | 2016-12-07 | 1 | -1/+1 | |
| | ||||||
* | add missing sp Intransit control | UbitUmarov | 2016-12-07 | 1 | -10/+18 | |
| | ||||||
* | set HasGridUserTried on usercache of NPCs | UbitUmarov | 2016-12-07 | 3 | -4/+4 | |
| | ||||||
* | if we have profile then npc is online | UbitUmarov | 2016-12-06 | 1 | -1/+1 | |
| | ||||||
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile ↵ | UbitUmarov | 2016-12-06 | 6 | -3/+40 | |
| | | | | About text. requires OsNpcCreate rights | |||||
* | let NPCs have profile | UbitUmarov | 2016-12-06 | 1 | -11/+22 | |
| | ||||||
* | jenkins likes null httplisteners | UbitUmarov | 2016-12-06 | 1 | -1/+1 | |
| | ||||||
* | remove redundante check for ssl listener | UbitUmarov | 2016-12-06 | 2 | -23/+7 | |
| | ||||||
* | HG: fix the never ending avatar confirmation when 2 users from same grid ↵ | UbitUmarov | 2016-12-04 | 1 | -1/+41 | |
| | | | | made friendship on another grid | |||||
* | remove SOG.FromPartID from main code and flag it obsolete | UbitUmarov | 2016-12-04 | 4 | -6/+12 | |
| | ||||||
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 15 | -3/+76 | |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | a few changes to new GetDisplaynames and friends | UbitUmarov | 2016-12-04 | 1 | -9/+15 | |
| | ||||||
* | replace GetDisplaynames by a handler really usable as a client cap. Most ↵ | UbitUmarov | 2016-12-04 | 2 | -143/+84 | |
| | | | | capabilities.handlers are so it all things not propor PER CLIENT CAP handlers | |||||
* | Adding new string-parameter: "region_max_prims" for llGetEnv(string name); | Mandarinka Tasty | 2016-12-04 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | ubMeshmerizer, fix the orientation of last triangle on top/bottom faces in ↵ | UbitUmarov | 2016-12-03 | 1 | -2/+2 | |
| | | | | case on circle hollow shape | |||||
* | change a wrong error message and avoid a null ref (that may happen due to ↵ | UbitUmarov | 2016-12-02 | 1 | -13/+11 | |
| | | | | needed time delays) | |||||
* | do a GC collect on last client exit | UbitUmarov | 2016-12-01 | 1 | -4/+2 | |
| | ||||||
* | fix a typo in dbs region range | UbitUmarov | 2016-12-01 | 2 | -2/+2 | |
| | ||||||
* | fix region area range | UbitUmarov | 2016-12-01 | 1 | -2/+2 | |
| | ||||||
* | fix region overlaps on registration | UbitUmarov | 2016-12-01 | 1 | -95/+17 | |
| | ||||||
* | a few changes to cache.cs ( currently not much used ) | UbitUmarov | 2016-12-01 | 1 | -40/+61 | |
| | ||||||
* | Remove unused integer vars from LLClientView | AliciaRaven | 2016-12-01 | 1 | -2/+0 | |
| | ||||||
* | fix a null ref | UbitUmarov | 2016-11-30 | 1 | -2/+2 | |
| | ||||||
* | fix null ref on m_CacheCleanTimer control, add a gc.collect on manual ↵ | UbitUmarov | 2016-11-30 | 1 | -2/+4 | |
| | | | | floatsam fcache assets comand | |||||
* | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce ↵ | UbitUmarov | 2016-11-30 | 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. | |||||
* | The new Constant: integer OBJECT_TEMP_ATTACHED = 34; | Mandarinka Tasty | 2016-11-30 | 2 | -0/+14 | |
| | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | change last patch a bit | UbitUmarov | 2016-11-28 | 1 | -19/+25 | |
| | ||||||
* | The implementation of new flags = parameters for llGetObjectDetails - Part ↵ | Mandarinka Tasty | 2016-11-28 | 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> | |||||
* | The implementation of new flags = paramters for llGetObjectDetails - Part I ↵ | Mandarinka Tasty | 2016-11-28 | 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> | |||||
* | increase HG mapsearch spargetti; add more flexibility on input uri formats. ↵ | UbitUmarov | 2016-11-28 | 3 | -136/+255 | |
| | | | | To find regions in memory for a grid the http format needs to be used, because aditional compares made by viewers | |||||
* | HG on links request build the URI in http format with a / at end, this ↵ | UbitUmarov | 2016-11-27 | 1 | -3/+6 | |
| | | | | should not be needed but is coerent with current serverURI | |||||
* | BUG fix encoding or region size on HG LinkRegionRequest response | UbitUmarov | 2016-11-27 | 1 | -2/+2 | |
| | ||||||
* | remove 2 more null refs i added to release memory | UbitUmarov | 2016-11-26 | 1 | -2/+2 | |
| | ||||||
* | mantis 7656, partialy apply patch, changing the start scripts for now | UbitUmarov | 2016-11-26 | 1 | -0/+1 | |
| |