Commit Graph

  • 3e8ca0b273 use List master Christopher 2020-08-06 22:20:39 +0200
  • 0ff367ef6a replace float to double Christopher 2020-08-06 04:47:51 +0200
  • 027d8749a1 check X Y Z for max value Christopher 2020-08-06 02:08:09 +0200
  • 90e2661c35
    Merge 15cc0a45f9 into cd72e7b701 kcozens 2018-04-03 14:56:24 +0000
  • 15cc0a45f9 Swapped use and meaning of m_startup and m_enabled. Kevin Cozens 2018-03-24 12:11:18 -0400
  • 654a74ecc7 Cleaned up whitespace and detabified files. Kevin Cozens 2018-03-24 11:13:57 -0400
  • 2e06c0b2d8 Renamed two configuration settings to clarify their purpose. Kevin Cozens 2018-03-18 02:04:22 -0400
  • 47d3ea8f59 More white space changes. Kevin Cozens 2018-03-13 13:23:56 -0400
  • 6e027bc2a2 Don't spam region console with module settings during region startup. Kevin Cozens 2018-03-15 17:01:51 -0400
  • 1091ddeafe When module settings are not found in a file check the main settings. Kevin Cozens 2018-03-12 20:57:10 -0400
  • ef2146a503 Bumped version number. Added AddinDescription and AddinAuthor lines. Kevin Cozens 2018-03-11 22:56:57 -0400
  • 86152873af Corrected name of a file referenced in an error message. Kevin Cozens 2018-03-11 15:42:32 -0400
  • b72f67be06 Whitespace changes and detabified file. Kevin Cozens 2018-03-11 15:39:36 -0400
  • cd72e7b701 remove CR from all .cs files Jak Daniels 2016-04-07 18:21:58 +0100
  • cf4aeac0e5 Change the primflags to Temporary and Phantom Jak Daniels 2016-03-25 20:58:23 +0000
  • 3ce758d96a Normalise line endings (again) Jak Daniels 2015-10-17 19:47:21 +0100
  • 4b0854fcc1 Set the repo up to have normalised line endings Jak Daniels 2015-10-17 19:20:31 +0100
  • 4a157786e9 Update changelog Jak Daniels 2015-10-17 13:04:01 +0100
  • 81b353c53c Fix security so it correctly checks the OwnerUUID of an object which contains the script issuing a command Jak Daniels 2015-10-17 12:56:50 +0100
  • 1bdb12c558 Added basic security. Module can now be limited ton accept commands from ESTATE_OWNER, ESTATE_MANAGER or list of UUIDs Jak Daniels 2015-10-17 11:51:10 +0100
  • e749c7a6db Oops, forgot to keep updating this ;) Jak Daniels 2015-10-16 16:02:52 +0100
  • 2683bedd70 Fix typos in docs for BirdsModuleStart setting Jak Daniels 2015-10-16 15:49:36 +0100
  • f6c2a9ea83 Update documentation and example .ini to explain the BirdsModuleStartup setting Jak Daniels 2015-10-16 15:41:42 +0100
  • d356b62176 Module is started by default, and can run without a config, but will not be enabled. Module can be specifically disabled in a region with BirdsModuleStartup = True/False Jak Daniels 2015-10-16 15:00:55 +0100
  • 3dcb5d0b1c Unregister LoadPrims event on region unload Jak Daniels 2015-10-02 19:32:04 +0100
  • 307191eb40 Starting to use the scripting extensions Jak Daniels 2015-09-23 19:57:27 +0100
  • 4ed2de0a43 Fix CR/LF inconsistencies Jak Daniels 2015-09-23 19:56:25 +0100
  • 9dc0a0d18b Further doc change Jak Daniels 2015-06-01 13:21:51 +0100
  • d37d9da17a More doc changes Jak Daniels 2015-06-01 13:19:10 +0100
  • 4df98ff39d Formatting error in README.md Jak Daniels 2015-06-01 13:17:54 +0100
  • 1b6b67b509 Update documentation to explain config using existing Regions.ini Jak Daniels 2015-06-01 13:16:15 +0100
  • bee8823d9d Fix Windows/Unix line endings and increse logging when named prim cannot be found. Jak Daniels 2015-06-01 11:53:46 +0100
  • d556a68cec Changed the way the module looks for configs to include Regions.ini Jak Daniels 2015-05-28 21:46:06 +0100
  • 12a498ff34 Update IAR file with 2 seagull types. Jak Daniels 2015-02-28 14:27:49 +0000
  • 640d471a50 Remove whitespace Jak Daniels 2015-02-28 14:27:24 +0000
  • fc7bb966a3 Fix typo in README.md Jak Daniels 2015-01-06 12:51:14 +0000
  • 7ccf122ddc Stats now returns sitting avatar(s) UUID list too. Updated documentation. Jak Daniels 2015-01-06 12:49:08 +0000
  • 231fbeee63 Added to the stats command, now the prim uuid list also returns the UUID of any avatar sitting on it Jak Daniels 2015-01-06 12:11:39 +0000
  • 3bd0e30d10 Update documentation Jak Daniels 2015-01-04 14:28:44 +0000
  • cf4acdcbf0 Complete work on stats command to show all settings, and list all bird prim names and uuids. Jak Daniels 2015-01-04 14:27:05 +0000
  • b8266a3191 Fix typo in README.md Jak Daniels 2015-01-03 21:37:01 +0000
  • 3f3cefc2ae Added new commands to alter flock dynamics in realtime. Updated README.md Jak Daniels 2015-01-03 21:34:16 +0000
  • 220d5de92b Remove TODO.txt Jak Daniels 2015-01-03 16:11:58 +0000
  • f387b5e0c3 Revert previous change to temporary prims as it means birds have to repopulate every 3 minutes. Instead hook the OnPrimsLoaded event (after scene object restore) and delete any persisted OpenSimBirdsN prims left over from last shutdown. Jak Daniels 2015-01-03 16:09:25 +0000
  • 173e046aba Change Bird prims to temporary as well as phantom to stop them persisting in the database Jak Daniels 2015-01-03 12:52:46 +0000
  • 51cb61fb29 Allow prim names to have uppercase letters from inworld chat commands Jak Daniels 2015-01-03 10:30:52 +0000
  • 2011c6f094 Added ability to accept commands from scripts on BirdsChatChannel Jak Daniels 2015-01-02 21:17:51 +0000
  • 4187440a4c Added BirdsMaxFlockSize ini setting to keep max number of birds sane. Updated documentation. Jak Daniels 2015-01-02 15:45:17 +0000
  • 42e7f6af6f Updated documentation regarding network bandwidth. Jak Daniels 2015-01-02 15:28:10 +0000
  • 45fd724e56 Only launch a prims script(s) when adding the prim, not on every update. Rename Bird prims to OpenSimBirdsN where N is 0-birdcount. Jak Daniels 2015-01-02 15:11:06 +0000
  • c487d9b945 Fix spurious console output when birds positions updated Jak Daniels 2015-01-02 14:23:32 +0000
  • e0541bda5d Update documentation Jak Daniels 2015-01-02 13:34:32 +0000
  • 8061edbed0 Added more verbose info on console when commands are issued. Fixed in-world commands not working unless console region matched in-world region. Remove birds from scene on region shutdown. Jak Daniels 2015-01-02 13:32:46 +0000
  • 9dc171e731 Updated documentation with new commands Jak Daniels 2014-12-31 21:17:48 +0000
  • df1e5c37de Add an OpenSimBirds inventory folder with a test bird that can be rezzed to the scene Jak Daniels 2014-12-31 21:13:40 +0000
  • b879157683 Update documentation Jak Daniels 2014-12-31 21:13:16 +0000
  • 80dfa5a0d6 Fix removeing object from scene and using existing objects Jak Daniels 2014-12-31 21:12:20 +0000
  • ca41de0286 Numerous changes to make module more versatile Jak Daniels 2014-12-31 18:50:48 +0000
  • 2541527cd7 Fix regression where m_scene not yet defined when adding console commands Jak Daniels 2014-12-24 16:50:47 +0000
  • d18d37faf6 Many changes to support per region configuration and project name change Jak Daniels 2014-12-24 16:29:19 +0000
  • d75428a078 Rename project to OpenSimBirds Jak Daniels 2014-12-24 14:52:11 +0000
  • 3770b0e011 Remove unnecessary files and set file attributes consistently Jak Daniels 2014-12-23 14:16:38 +0000
  • 012445a808 Small refactor of directory/project names Jak Daniels 2014-12-23 14:07:00 +0000
  • a0e48018ac Minor changes to README.md Jak Daniels 2014-07-19 14:45:21 +0100
  • 13a6116bea Minor changes to README.md Jak Daniels 2014-07-19 14:41:31 +0100
  • add4d51f40 Minor changes to README.md Jak Daniels 2014-07-19 14:40:36 +0100
  • 50b5c96406 Minor changes to README.md Jak Daniels 2014-07-19 14:39:45 +0100
  • 14d9f6d4ee Minor changes to README.md Jak Daniels 2014-07-19 14:35:31 +0100
  • 0bb8b92e99 Updated README.md, CHANGES.txt and CONTRIBUTORS.txt Jak Daniels 2014-07-19 14:33:38 +0100
  • 184fa20e2c Major refactor and added support for varregions (first cut) Jak Daniels 2014-07-17 17:43:21 +0100
  • d7c5242aa9 Renamed README to README.md Jak Daniels 2014-07-10 17:29:19 +0100
  • c0abc4d2e7 test keys still work stable0711 Jon Cundill 2012-03-07 19:54:25 +0000
  • 99bc21499b refactored command parsing Jon Cundill 2012-01-05 05:07:24 +0000
  • 60cb5a018c reversed order in changes file Jon Cundill 2011-07-24 22:07:16 +0100
  • b02e89189f documented changes Jon Cundill 2011-07-24 00:24:11 +0100
  • e584d81e0c added ability to control flock from scripts. Jon Cundill 2011-07-24 00:18:03 +0100
  • 1c410fdb81 updated changes Jon Cundill 2011-07-22 13:49:33 +0100
  • f0cb3dee00 fixed README for stable Jon Cundill 2011-07-21 22:55:57 +0100
  • 9083dbf23b added all files to stable branch Jon Cundill 2011-07-21 22:37:51 +0100
  • 9e84d1f957 fixed up repo Jon Cundill 2011-07-21 22:34:15 +0100
  • 502b66e7bb added snapshot binary Jon Cundill 2011-07-21 22:32:04 +0100
  • c2ecfbaf7c fixes for stable Jon Cundill 2011-07-21 22:30:45 +0100
  • 9aa909ba74 separated flock size from flocking parameters and exposed parameters to command handlers Jon Cundill 2011-07-17 13:43:24 +0100
  • bf2061a391 encapsulated parameters that control flock behaviour Jon Cundill 2011-07-17 12:42:48 +0100
  • c1109c1810 fixed up in world command handling somewhat, added parser Jon Cundill 2011-07-17 11:53:35 +0100
  • cdbac1c921 added tests - no sogs yet Jon Cundill 2011-07-16 08:56:20 +0100
  • 8f8da4ea10 added doco and snapshots of binaries Jon Cundill 2011-07-13 23:46:36 +0100
  • 6c91ae05b3 added doco and snapshots of binaries Jon Cundill 2011-07-13 23:46:09 +0100
  • 3c4e2a72ef fixed copyright Jon Cundill 2011-07-11 23:27:11 +0100
  • 6074a91aa7 fix framework version Jon Cundill 2011-07-11 23:06:25 +0100
  • 75f4750694 expose additional parameters to ini files Jon Cundill 2011-07-11 00:08:26 +0100
  • f0bc7e018b added basic flow field collision detection for terrain and Prims in scene. Static at the moment Jon Cundill 2011-07-10 16:37:00 +0100
  • 0006d6cd51 updated changes file Jon Cundill 2011-07-09 17:49:03 +0100
  • 7d6417d5fd bug fixes to rotation Jon Cundill 2011-07-09 17:39:29 +0100
  • 0f3b9ef3dc added cmd to slowdown framerate - good for debugging Jon Cundill 2011-07-09 13:38:04 +0100
  • f0176ce13f added basic ability to set the boid prim - no error checking yet Jon Cundill 2011-07-09 13:27:58 +0100
  • 72db5e2cc8 added ability to change flock size Jon Cundill 2011-07-09 12:35:13 +0100
  • 57717a3a79 basic controller structure added Jon Cundill 2011-07-09 11:11:19 +0100
  • 7f38d0537e fixed prebuild to reflect name change Jon Cundill 2011-07-08 22:22:19 +0100
  • 5ba3b6e01a changes and todo list Jon Cundill 2011-07-08 21:36:22 +0100