Nouvelles pages

De DigiWiki.

Nouvelles pages
masquer les bots | afficher les redirections
(toute dernière | toute première) Voir (50 plus récentes) (50 plus anciennes) (20 | 50 | 100 | 250 | 500).
  • 28 mai 2015 à 09:40 ‎Wall Walker (hist) ‎[11 397 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Raycasting Wall Walker v1 by Adeon Writer // This script is licenced under the following terms and conditions: http://www.wtfpl.net/txt/copying/ // Walk anywhere on … »)
  • 28 mai 2015 à 09:39 ‎Laser Beam (hist) ‎[636 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> default { state_entry() { llLinkParticleSystem(2, [0, 307, 7, .25, 1, <1,0,0>, 3, <1,0,0>, 5, <.04,.25,0>, 6, <.04,.25,0>, 9, 2, 13, .01, 8, <0,0,0>, 15… »)
  • 28 mai 2015 à 07:45 ‎Helicopter (hist) ‎[33 702 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> //******************************************************* // Shin Ingen @ http://ingen-lab.com:8002 // LSL | OPENSIM | BulletSim | Varregion // iTEC + e3s + DC (ENGINE … »)
  • 28 mai 2015 à 07:42 ‎Supercar (hist) ‎[30 010 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59… »)
  • 28 mai 2015 à 07:40 ‎Motorbike (hist) ‎[35 527 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> //******************************************************* // Shin Ingen @ http://ingen-lab.com:8002 // LSL | OPENSIM | BulletSim | Motorbike v1.0 // iTEC + e3s + DC (EN… »)
  • 28 mai 2015 à 07:38 ‎JetBike (hist) ‎[36 932 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59… »)
  • 21 mai 2015 à 22:27 ‎Notecard Configuration Reader (hist) ‎[11 588 octets] ‎Djphil (discuter | contributions) (Page créée avec « == This new update has been tested and works great == Read the script comments to have better understanding of the codes. http://youtu.be/f9hRGWNW7a4 v1.6 Video <br /> Fi… »)
  • 20 mai 2015 à 12:00 ‎LlRequestExperiencePermissions (hist) ‎[3 976 octets] ‎Djphil (discuter | contributions) (Page créée avec « This is a shell for a HUD Dispenser. It detects an AV by the collision event, then rezzes an object that will request experience permissions and attach to the avatar <lsl> de… »)
  • 20 mai 2015 à 11:57 ‎LlGetExperienceErrorMessage (hist) ‎[119 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> default { state_entry() { llOwnerSay(llGetExperienceErrorMessage(XP_ERROR_NONE)); } } </lsl> »)
  • 20 mai 2015 à 11:56 ‎LlGetExperienceDetails (hist) ‎[457 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> default { touch_start(integer total_number) { key xp = "9170c22b-f445-ea5d-89fa-0f2f1e144f04"; llOwnerSay(llDumpList2String(llGetExperienceDetai… »)
  • 20 mai 2015 à 11:54 ‎LlDeleteKeyValue (hist) ‎[687 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> key trans; default { state_entry() { trans = llDeleteKeyValue("FOO"); } dataserver(key t, string value) { if (t == trans) … »)
  • 20 mai 2015 à 11:53 ‎LlDataSizeKeyValue (hist) ‎[762 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> key trans; default { state_entry() { trans = llDataSizeKeyValue(); } dataserver( key _t, string _value ) { if ( _t == trans ) … »)
  • 20 mai 2015 à 11:53 ‎LlCreateKeyValue (hist) ‎[802 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> key trans; default { touch_start(integer total_number) { trans = llCreateKeyValue("FOO", "BAR"); } dataserver(key t, string value) { … »)
  • 20 mai 2015 à 11:52 ‎LlAgentInExperience (hist) ‎[274 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> default { touch_start(integer total_number) { if(llAgentInExperience(llDetectedKey(0))) { llOwnerSay(llDetectedName(0)+ " is in my experience"); }… »)
  • 19 mai 2015 à 23:41 ‎Totem Ball Game (hist) ‎[9 069 octets] ‎Djphil (discuter | contributions) (Page créée avec « * * * gametotem.lsl <lsl> // gametotem.lsl // game_field_size defines the range of the game perimeter integer game_field_size = 10; // the list of balls we have spawned, so … »)
  • 19 mai 2015 à 20:51 ‎Get Env (hist) ‎[1 085 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // llGetEnv v0.1 by djphil (CC-BY-NC-SA 4.0) default { touch_start(integer number) { string TEXT; TEXT += "\nagent_limit " + llGetEnv("… »)
  • 19 mai 2015 à 00:04 ‎Pedometer (hist) ‎[3 104 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Pedometer v1.1 by djphil (2015) // Pedometer v1.0 by Sherif Abdelwahab vector initpos; // position integer counter; // needed for the timer float period = 1.0; //… »)
  • 9 mai 2015 à 18:50 ‎Configurable Daytime System (hist) ‎[1 573 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Configurable Daytime System v0.1 by djphil (CC-BY-NC-SA 4.0) float new_day_length = 1.0; // "day_length" = "number of seconds to a day" float new_yea… »)
  • 9 mai 2015 à 18:49 ‎Configurable Wind System (hist) ‎[3 826 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Configurable Wind System v0.1 by djphil (CC-BY-NC-SA 4.0) // Simple Wind float defStrength = 0.0; // Force du vent float newStrength = 1.0; // Force du … »)
  • 6 mai 2015 à 03:29 ‎OsRevokeScriptPermissions (hist) ‎[1 315 octets] ‎Djphil (discuter | contributions) (Page créée avec « void osRevokeScriptPermissions(key revoked_key, string function). <br /> Dynamically allow/disallow ossl execution to owner/creator/group by function name. <lsl> list functi… »)
  • 6 mai 2015 à 03:28 ‎OsGrantScriptPermissions (hist) ‎[1 210 octets] ‎Djphil (discuter | contributions) (Page créée avec « void osGrantScriptPermissions(key allowed_key, string function). <br /> Dynamically allow ossl execution to owner/creator/group by function name. <lsl> list functions = ["os… »)
  • 7 mars 2015 à 09:14 ‎Roller Coaster (hist) ‎[10 696 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Roller Coaster Engine v0.1 //Scripted By Takni Miklos And Built By Apollosmile AKA Cuteulala Artis Do Not Remove This Credit integer hover = 0; // make these 1 onl… »)
  • 31 décembre 2014 à 16:05 ‎Bézier Toy (hist) ‎[12 549 octets] ‎Djphil (discuter | contributions) (Page créée avec « == Bézier Toy == :Strictly for fun! ::The toy is made of one prim and a script. ::The prim will move along a smooth closed curve in space until it is stopped. ::The prim can… »)
  • 31 décembre 2014 à 14:25 ‎Whois (hist) ‎[390 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Whois v0.1 by djphil (CC-BY-NC-SA 4.0) string whois = "http://whois.domaintools.com/"; default { // state_entry() {;} touch_start(integer number) … »)
  • 30 décembre 2014 à 23:59 ‎Time & Date Functions (hist) ‎[4 451 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> //////////////////////////////////////////////////////////////////////////// // GarrMe Dagger's Time & Date Functions v.10.13.07 // // … »)
  • 26 décembre 2014 à 12:32 ‎Avatar Balance (hist) ‎[830 octets] ‎Djphil (discuter | contributions) (Page créée avec « <lsl> // Avatar Balance v0.1 string FormatDecimal(float number, integer precision) { float roundingValue = llPow(10, -precision)*0.5; float rounded = number + ro… »)
(toute dernière | toute première) Voir (50 plus récentes) (50 plus anciennes) (20 | 50 | 100 | 250 | 500).
Affichages
Outils personnels
Boîte à outils
donate
Google Ads