Kevin Cozens
15cc0a45f9
Swapped use and meaning of m_startup and m_enabled.
...
m_enabled now indicates if the module is enabled.
m_startup now indicates if the birds are being shown.
2018-03-24 12:11:18 -04:00
Kevin Cozens
654a74ecc7
Cleaned up whitespace and detabified files.
2018-03-24 11:13:57 -04:00
Kevin Cozens
2e06c0b2d8
Renamed two configuration settings to clarify their purpose.
...
BirdsModuleStartup -> BirdsModuleEnabled and BirdsEnabled -> BirdsShowOnStartup
2018-03-18 02:04:22 -04:00
Kevin Cozens
47d3ea8f59
More white space changes.
2018-03-15 17:03:06 -04:00
Kevin Cozens
6e027bc2a2
Don't spam region console with module settings during region startup.
2018-03-15 17:01:51 -04:00
Kevin Cozens
1091ddeafe
When module settings are not found in a file check the main settings.
...
If the module enable setting is not found the module will be disabled.
Minor changes to info messages output while looking for configuration.
2018-03-12 21:06:48 -04:00
Kevin Cozens
ef2146a503
Bumped version number. Added AddinDescription and AddinAuthor lines.
2018-03-11 22:56:57 -04:00
Kevin Cozens
86152873af
Corrected name of a file referenced in an error message.
2018-03-11 15:42:32 -04:00
Kevin Cozens
b72f67be06
Whitespace changes and detabified file.
2018-03-11 15:39:36 -04:00
Jak Daniels
cd72e7b701
remove CR from all .cs files
2016-04-07 18:21:58 +01:00
Jak Daniels
cf4aeac0e5
Change the primflags to Temporary and Phantom
2016-03-25 20:58:23 +00:00
Jak Daniels
3ce758d96a
Normalise line endings (again)
2015-10-17 19:47:21 +01:00
Jak Daniels
4b0854fcc1
Set the repo up to have normalised line endings
2015-10-17 19:20:31 +01:00
Jak Daniels
4a157786e9
Update changelog
2015-10-17 13:04:01 +01:00
Jak Daniels
81b353c53c
Fix security so it correctly checks the OwnerUUID of an object which contains the script issuing a command
2015-10-17 12:56:50 +01:00
Jak Daniels
1bdb12c558
Added basic security. Module can now be limited ton accept commands from ESTATE_OWNER, ESTATE_MANAGER or list of UUIDs
2015-10-17 11:51:10 +01:00
Jak Daniels
e749c7a6db
Oops, forgot to keep updating this ;)
2015-10-16 16:02:52 +01:00
Jak Daniels
2683bedd70
Fix typos in docs for BirdsModuleStart setting
2015-10-16 15:49:36 +01:00
Jak Daniels
f6c2a9ea83
Update documentation and example .ini to explain the BirdsModuleStartup setting
2015-10-16 15:41:42 +01:00
Jak Daniels
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
2015-10-16 15:00:55 +01:00
Jak Daniels
3dcb5d0b1c
Unregister LoadPrims event on region unload
2015-10-02 19:32:04 +01:00
Jak Daniels
307191eb40
Starting to use the scripting extensions
2015-09-23 19:57:27 +01:00
Jak Daniels
4ed2de0a43
Fix CR/LF inconsistencies
2015-09-23 19:56:25 +01:00
Jak Daniels
9dc0a0d18b
Further doc change
2015-06-01 13:21:51 +01:00
Jak Daniels
d37d9da17a
More doc changes
2015-06-01 13:19:10 +01:00
Jak Daniels
4df98ff39d
Formatting error in README.md
2015-06-01 13:17:54 +01:00
Jak Daniels
1b6b67b509
Update documentation to explain config using existing Regions.ini
2015-06-01 13:16:15 +01:00
Jak Daniels
bee8823d9d
Fix Windows/Unix line endings and increse logging when named prim cannot be found.
2015-06-01 11:53:46 +01:00
Jak Daniels
d556a68cec
Changed the way the module looks for configs to include Regions.ini
2015-05-28 21:46:06 +01:00
Jak Daniels
12a498ff34
Update IAR file with 2 seagull types.
2015-02-28 14:27:49 +00:00
Jak Daniels
640d471a50
Remove whitespace
2015-02-28 14:27:24 +00:00
Jak Daniels
fc7bb966a3
Fix typo in README.md
2015-01-06 12:51:14 +00:00
Jak Daniels
7ccf122ddc
Stats now returns sitting avatar(s) UUID list too. Updated documentation.
2015-01-06 12:49:08 +00:00
Jak Daniels
231fbeee63
Added to the stats command, now the prim uuid list also returns the UUID of any avatar sitting on it
2015-01-06 12:11:39 +00:00
Jak Daniels
3bd0e30d10
Update documentation
2015-01-04 14:28:44 +00:00
Jak Daniels
cf4acdcbf0
Complete work on stats command to show all settings, and list all bird prim names and uuids.
2015-01-04 14:27:05 +00:00
Jak Daniels
b8266a3191
Fix typo in README.md
2015-01-03 21:37:01 +00:00
Jak Daniels
3f3cefc2ae
Added new commands to alter flock dynamics in realtime. Updated README.md
2015-01-03 21:34:16 +00:00
Jak Daniels
220d5de92b
Remove TODO.txt
2015-01-03 16:11:58 +00:00
Jak Daniels
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.
2015-01-03 16:09:25 +00:00
Jak Daniels
173e046aba
Change Bird prims to temporary as well as phantom to stop them persisting in the database
2015-01-03 12:52:46 +00:00
Jak Daniels
51cb61fb29
Allow prim names to have uppercase letters from inworld chat commands
2015-01-03 10:30:52 +00:00
Jak Daniels
2011c6f094
Added ability to accept commands from scripts on BirdsChatChannel
2015-01-02 21:17:51 +00:00
Jak Daniels
4187440a4c
Added BirdsMaxFlockSize ini setting to keep max number of birds sane.
...
Updated documentation.
2015-01-02 15:45:17 +00:00
Jak Daniels
42e7f6af6f
Updated documentation regarding network bandwidth.
2015-01-02 15:28:10 +00:00
Jak Daniels
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.
2015-01-02 15:11:06 +00:00
Jak Daniels
c487d9b945
Fix spurious console output when birds positions updated
2015-01-02 14:23:32 +00:00
Jak Daniels
e0541bda5d
Update documentation
2015-01-02 13:34:32 +00:00
Jak Daniels
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.
2015-01-02 13:32:46 +00:00
Jak Daniels
9dc171e731
Updated documentation with new commands
2014-12-31 21:17:48 +00:00