Melanie Thielker
|
b64f42fa41
Clone cmGetAvatarList into osGetAvatarList for more generic use.
|
14 years ago |
Melanie Thielker
|
53e96dccef
Add two new osFunctions:
|
14 years ago |
OpenSim Master
|
4c740e1717
Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed.
|
14 years ago |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
15 years ago |
unknown
|
87959464c9
Adds osKickUser and osSetSpeed
|
15 years ago |
Adam Frisby
|
963cf25813
* Implements OSSL function: osGetSimulatorMemory - returns the current amount of memory allocated to the simulator process (Moderate Threat Level).
|
15 years ago |
Jeff Lee
|
d39c300d11
Added osGetRegionStats() function, to return a number of sim statistics
|
15 years ago |
Melanie
|
0b380f68d8
Change osTeleportAgent parameters from long to int. That numerical range is
|
15 years ago |
Justin Clark-Casey (justincc)
|
fe82471c2b
Apply patch http://opensimulator.org/mantis/view.php?id=4369
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Rob Smart
|
4f3975f04e
addition of a new script function osSetParcelSIPAddress(string SIPAddress), now including iVoiceModule
|
15 years ago |
dr scofield (aka dirk husemann)
|
953581698d
- making font name used by VectorRenderModule configurable: can be set
|
15 years ago |
Arthur Valadares
|
3d6edc04a3
Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon
|
15 years ago |
Arthur Valadares
|
efb287f28f
Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using arrow, diamond, round and flat caps.
|
15 years ago |
Arthur Valadares
|
7923fd29a0
Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing functions, this one has no start and end point, but a number of points that will form the desired polygon. Only FilledPolygon implemented so far.
|
15 years ago |
Adam Frisby
|
7ef3e5f41c
* Protip: Declare publically accessible functions, as public functions.
|
15 years ago |
Adam Frisby
|
c7e140171e
* Addendum to previous
|
15 years ago |
Jeff Ames
|
bc6ec3b564
Formatting cleanup.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
2b990a61bf
This is the second part of the 'not crash on regionsize changes'. This lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
|
15 years ago |
Melanie
|
6c6527caae
Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams
|
15 years ago |
Dr Scofield
|
759636f37e
From: Alan Webb <[email protected]>
|
15 years ago |
Dr Scofield
|
717fd3b5b9
From: Chris Yeoh <[email protected]>
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Dr Scofield
|
3b689e506f
From: Alan Webb <[email protected]>
|
15 years ago |
Melanie Thielker
|
36a02441c5
Thank you, Orion_Shamroy, for a patch to expand notecard reading
|
15 years ago |
Melanie Thielker
|
d98a916006
Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and
|
15 years ago |
Homer Horwitz
|
33e1316ced
Terrain changes done via osTerrainSetHeight aren't shown immediately to the clients in
|
15 years ago |
Sean Dague
|
a5ceb1a2a0
From: Christopher Yeoh <[email protected]>
|
15 years ago |
Justin Clarke Casey
|
ad7b005784
* minor: remove some mono compiler warnings
|
15 years ago |
Charles Krinke
|
54a27f9f5c
Thank you kindly, MCortez for a patch that:
|
15 years ago |