Историја ревизија

Аутор SHA1 Порука Датум
  UbitUmarov 8c1c9129aa mantis8341: fix MOD and LS apis configuration read from ossl file пре 6 година
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup пре 7 година
  UbitUmarov 8cc8d15f95 some types may already be native in MOD_Api ConvertFromLSL пре 7 година
  UbitUmarov 371c9dd2af bad merge? пре 8 година
  Melanie Thielker 662b59af83 Convert the lsl list type into a struct. EXPERIMENTAL! This may affect пре 9 година
  Melanie Thielker c53f732163 Change the IScriptApi back to it's original form, removing XEngine пре 9 година
  Melanie Thielker ee7debcca6 Revert "When scripts are sleeping, don't count that as execution time" пре 9 година
  Oren Hurvitz a568f06b7f When scripts are sleeping, don't count that as execution time пре 9 година
  Melanie 005c69511d Merge branch 'master' into careminster пре 11 година
  Robert Adams 87ee0c395e Fix problem with modInvoke defined integer constants being build into пре 11 година
  Melanie 70f0587558 Merge branch 'master' into careminster пре 11 година
  Mic Bowman 30e06b0742 Convert doubles passed back through the MOD interface into LSL_Floats пре 11 година
  Melanie 339d8ef2a6 Merge branch 'avination' into careminster пре 11 година
  root 82ac1763fb Add support for void return type пре 11 година
  Diva Canto 3cc3a8e5bf Removed duplicate 'using' statement. пре 11 година
  Justin Clark-Casey (justincc) 562067eb16 Fix bug where viewers would not see the "Module command functions not enabled" error if these were disabled and a viewer attempted to call one. пре 11 година
  Justin Clark-Casey (justincc) 8a22ac3f94 Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wait handle to script APIs. пре 11 година
  Justin Clark-Casey (justincc) 0963ece25b Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.) пре 11 година
  Justin Clark-Casey (justincc) fccb03227e Instead of passing separate engine, part and item components to script APIs, pass down IScriptInstance instead. пре 11 година
  Justin Clark-Casey (justincc) 1b3b7a61ac minor: Add comment as to why we are pulcking plain old ints out of the LSL_List when converting values from LSL for modInvoke() пре 11 година
  SignpostMarv ecdb88679e Removing the apparently superfluous explicit namespace reference so that the if-else-if-else block in ConvertFromLSL can have a consistent appearance пре 11 година
  SignpostMarv 01972cc9e8 system ints can end up in LSL lists, which can cause counter-intuitive unknown list element type errors in ConvertFromLSL (via modInvoke) пре 11 година
  Justin Clark-Casey (justincc) d9aaf51561 When scripts generate expected exceptions (e.g. due to checked bad parameter) throw ScriptException instead of just a plain old exception. пре 11 година
  SignpostMarv 8db5d79f4b passing in the function name to MOD_Api.ConvertFromLSL for more user-friendly error messages пре 11 година
  Mic Bowman 641b08aa78 Enables cast from int to float for MOD* functions; пре 12 година
  SignpostMarv fb84ff96a9 implicit operators mean one does not need to instantiate new objects manually пре 12 година
  SignpostMarv 5d7751da89 refactoring for Vector3 operator & constructor tweaks пре 12 година
  Mic Bowman a4281ca014 Enables support for UUIDs to be returned in lists from пре 12 година
  Justin Clark-Casey (justincc) 6406d5a5b9 refactor: Eliminate local id parameter from api initialize. пре 12 година
  Justin Clark-Casey (justincc) 01b78235db Instead of constantly looking up unchanging self item in script code, pass in self item on initialization. пре 12 година