This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-27 20:35:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0bbe7bab7bb60c39b0defeff173287fc66430c26
opensim
/
OpenSim
/
Region
/
CoreModules
History
UbitUmarov
0bbe7bab7b
add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible
2017-07-26 19:01:11 +01:00
..
Agent
fix IClientIPEndpoint broken by justin long ago.. but stop using it
2017-05-22 19:16:42 +01:00
Asset
make SendCoarseLocations async, since it is http. Make some actions use thread from pool and not a new one. Threading does need a deep cleanup one of this days. This stops mantis 8183 warnings, but as side effect only
2017-06-09 17:32:07 +01:00
Avatar
a few more changes to iar/oar assets save error/warning to show problems known to be asset errors
2017-06-24 02:01:48 +01:00
Framework
store kfm on inventory. this may still be a bit confusing on rez
2017-07-16 05:19:27 +01:00
Hypergrid
please DIE! PLEASE??
2017-05-23 03:26:32 +01:00
Properties
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +00:00
Scripting
bug fix: dynamic testures set to ALL_SIDES, preserve other face data already present
2017-07-07 04:57:57 +01:00
ServiceConnectorsIn
fix remote requests for dwell, so dwell module still called
2017-05-14 04:17:48 +01:00
ServiceConnectorsOut
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
2017-05-31 01:29:38 +01:00
World
add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible
2017-07-26 19:01:11 +01:00