Commit History

Author SHA1 Message Date
  Melanie Thielker 44e566260c Mantis #2243 16 years ago
  Justin Clarke Casey 451bd5a0ca * minor: warnings removal 16 years ago
  Melanie Thielker 83b030229e Mantis #2232 16 years ago
  Melanie Thielker 8407d7fbd2 Mantis #2230 16 years ago
  Melanie Thielker dccdeb57bb Fix some string to float casting nastiness. The "train script" now 16 years ago
  Melanie Thielker 7f3a98b76d Fix string parameters to functions taking lists as arguments. LSL 16 years ago
  Melanie Thielker a68e34b558 Mantis #511 16 years ago
  Melanie Thielker 4f85a9aa72 Fix llResetScript() and the reset button to actually restore global 16 years ago
  Melanie Thielker 084ea99be6 Fix string -> int cast to variable 16 years ago
  Melanie Thielker 6447d7132f Adapt the unit tests to the new list rules, change some casts to 16 years ago
  Melanie Thielker e7abde70a2 Mantis #2147 16 years ago
  Teravus Ovares 7d89e12293 * This is the fabled LibOMV update with all of the libOMV types from JHurliman 16 years ago
  Charles Krinke 947242f476 Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: 16 years ago
  Melanie Thielker ef27c8817f Mantis #2112 16 years ago
  Melanie Thielker f13a48fe1c Fix regex for string->int cast to accept leading spaces and a sign 16 years ago
  Melanie Thielker 61978649ec Change some chat output functions so that text is truncated at 16 years ago
  Melanie Thielker a5d2674a43 This is an attempt to fix the handling of constants in LSL. 16 years ago
  Mike Mazur 225067d8b6 Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs. 16 years ago
  Mike Mazur a513cba60b Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well. 16 years ago
  Jeff Ames 6ef9d4da90 Formatting cleanup. 16 years ago
  Charles Krinke 9a6bdd9701 Mantis#1963. Thank you kindly, Krtaylor for a patch that solves: 16 years ago
  Mike Mazur 57ec7a26cd -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be 16 years ago
  Mike Mazur 1c8f490573 More LSL_Types implicit/explicit cast changes. Fix issue 1854. 16 years ago
  Mike Mazur f6fa4ada4e When casting strings to int, use double.Parse() as strings may be floats. With 16 years ago
  Mike Mazur d959c65b91 -implement LSLString -> Quaternion explicit cast 16 years ago
  Mike Mazur 82fa53a486 -copy LSL_Types tests from Common/ to Shared/ 16 years ago
  Melanie Thielker 40bb4edf8c Refresh LSLTypes.cs in Shared/ from the one in Common/, which was 16 years ago
  Mike Mazur 11a3fbf4aa Conversion from double to LSLInteger needs to be explicit. Fix issue 1826. 16 years ago
  Mike Mazur 6267db0c4c Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 & 16 years ago
  Mike Mazur 19ad7db5e1 Add casts from integer to float. Fix issue 1822. 16 years ago