Revisions.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // :CATEGORY:XS Pets
  2. // :NAME:XS Pet Robot
  3. // :AUTHOR:Ferd Frederix
  4. // :KEYWORDS: Pet,XS,breed,breedable,companion,Ozimal,Meeroo,Amaretto,critter,Fennux,Pets
  5. // :CREATED:2013-09-06
  6. // :EDITED:2014-07-15
  7. // :ID:988
  8. // :NUM:1518
  9. // :REV:0.53
  10. // :WORLD:Second Life, Opensim
  11. // :DESCRIPTION:
  12. // XS Pet Revisions control
  13. // :CODE:
  14. The VERSION = 0.51.
  15. Individual scripts may carry a revision in a comment. I usually carry all revisions via copy and paste of the Global Constants.txt file.
  16. Script Revisions:
  17. Version 0.23 10-3-2011
  18. Modified code: changed all Link messages to these constants in this file in the Animal (Quail)
  19. removed the YOUR_UUID and replaced it with llGetCreator() in all scripts.
  20. xs_foodbowl_animation modified to show food bowl filling for creator only.
  21. xs_eggcup.lsl - Mod by Ferd removed ban on Ami Pollemis
  22. xs_home.lsl - Mod by Ferd to listen to HOME_CHANNEL, not -237918, the original src has no other reference to that channel.
  23. Checked all link constants against original SVN src - all are okay (update 11-15-2011, no, one was bad, see below )
  24. Version 0.24 11/12/2011 new xs_ager to allow other than Quail
  25. Version 0.25 11/15/2011 xs_breeding: LINK_CALL_MALE_INFO was in error on line 159, was LINK_CALL_MALE, should be LINK_CALL_MALE_INFO
  26. Version 0.26 11/16/2011 Robot changes to make it generic to any animal
  27. Added Sphere world xs_movement.lsl
  28. Added particle effects plug-in
  29. Version 0.27 11/26/2011 Changed egg name to Egg from "XS Egg"
  30. Version 0.28 Fixed permissions in xs_eggcup. Prior rev would not allow other users to package an egg.
  31. Version 0.29 Moonlet to put in orbit around a Sphere World.
  32. Version .30 Upside down ! in Food bowl - reported by Oddball Otoole - It did not empty and get back to full after reset of the scripts.
  33. Version 0.31 xs_movement: Line 237 should be sound_flag = !sound_flag;
  34. Link messages for prim animation were left out due to versionitis
  35. Version 0.32 12-3-2011 all scripts - Added Global flag ENCRYPT for opensim, set to FALSE and no data is encrypted
  36. Version 0.33 12-21-2011 Changed string "XS Egg to "Egg" in xs_brain so they would lay eggs
  37. Version 0.34 2-13-2012 Combined more globals into Global Constants.txt and reordered them for clarity
  38. Version 0.35 5-22-2012 Moved a listener in xs_eggcup, when up_down was set to TRUE the listener was not established, which led to blue eggs.
  39. Version 0.36 7-24-2012 Added Link message so they can be textured
  40. Version 0.37 8-15-2012 added death animation when the pet dies and a plug in for 2 or 3 texture eyes
  41. Version 0.38 9-18-2012 (key) llList2String instead of llList2Key in lots of places for compatibility with key/string conversion in Inworldz type OpenSim
  42. Version 0.39 11-15-2012 xs_cryocrate allows use of xs_texture
  43. Version 0.40 11-26-2012 cleanup a lot of comments, a couple of more globals for tuning,and allow for male and female pets to be different shapes, also a fix for OpenSIm in xs_brain when pet did not rez correctly
  44. Version 0.41 12-3-2012 texture plug in no longer affects texture offset, rotation, or repeats. File changed: xs_texture.lsl
  45. Version 0.42 1-14-2013 xs_ager now sets the correct age=size when unpackaged
  46. Version 0.43 4-10-2013 Lots of casting to fix Opensim 0.7.4 failures to parse llList2Float and llList2Integer when there are strings in the list
  47. Version 0.44 7-19-2013 Age growth bug in xs_ager, pets were not increasing in size when unpacked, or growing too much past maxAge
  48. Version 0.45 7-31-2013 List2Float and list2Integer do not parse strings in Opensim worlds the same. Converted in xs_egg and xs_eggcup
  49. Version 0.46 9-18-2013 xs_breeding now has a new variable to delay getting fertile by 1 day aftre laying an egg.
  50. Version 0.47 12-9-2013 xs_debug missing a comma.
  51. Version 0.48 12-9-2013 texture server changes to stop a divide by zero if no textures were loaded.
  52. Version 0.49 12-26-2013 xs_ager would not grow large pets if packaged after maxAge
  53. Version 0.50 01-30-2013 added an updater so the version of everything changed
  54. Version 0.51 04-14-2014 added more debug info to texture server and change a llCeiling to a llFloor, so textures will change down one slot if you update an existing texture server to 0.51. Texture 0 was skipped in older revs.
  55. Version 0.52 04-19-2014 pets now speak the color name, not the color vector. Changes to xs_infomatic, egg, crate, and cup, plus a new color plug in
  56. Version 0.53 07-15-2014 bug in xs_egg init - did not switch to state state rezzed;
  57. Version 0.54 07-28-2014 bug in texture server prevented it from serving correct imagagery, hearty thanks to Strider for reporting it.