Releases: nullved/PMWeatherAPI
Releases · nullved/PMWeatherAPI
[Alpha] PMWeatherAPI 0.15.3.3-rc2
- Added a client setting to disable radar overlays when the radar is in debugging mode. On by default
- Added IStorage#forAll, IStorage#forAllWithinRange, IStorage#forInChunk, IStorage#forInAdjacentChunks
- Added 'on' property to RadarStorageData
- Fixed ID overlay
What's Changed
- v0.15.3.3-rc2 - Storage #for functions, Radar Overlays off when debugging by @RealDarkStudios in #5
Full Changelog: 0.15.3.3-rc1...0.15.3.3-rc2
[Alpha] PMWeatherAPI 0.15.3.3-rc1
- Storages should be complete or near complete
- Storages allow you to save data in a format of your choice so that the data can be read even when chunks are not loaded. Useful for things such as showing radar positions in unloaded chunks (Radar Networks coming soon!)
- Added storages for Metars (Weather Stations) and WSR-88Ds
- Added #renderTexture methods to Radar Overlays
- Added RadarMode#disableBaseRendering to disable the defualt pixel renderer (Needed by Hezi for Radar Overhaul)
- And a bunch more stuff that I don't to write right now
What's Changed
- [Feature] Storage Rework by @RealDarkStudios in #3
Full Changelog: 0.15.3.2...0.15.3.3-rc1
[Alpha] PMWeatherAPI 0.15.3.2
v0.15.3.2 - Fix WSR-88D bug
- Fixed a crash when the WSR-88D lookup had something other than a block entity which returned null
[Alpha] PMWeatherAPI 0.15.3.1
v0.15.3.1 - Fix multiple radar bug
- Fixed a bug where 2+ radars would fight over terrain to show
[Alpha] PMWeatherAPI 0.15.3.0
v0.15.3.0 - Update to PMWeather 0.15.3
- Fixed badlands radar color
- Fixed duplicate property crash
- Added shift + rclick functionality
[Alpha] PMWeatherAPI 0.15.2.0
v0.15.2.0 - Update to PMWeather 0.15.2
- No more flashing should occur where the terrain shows on radar for 1 tick
- Updated README with instructions for adding PMWeather
[Alpha] PMWeatherAPI 0.15.1.0
Update to PMWeather 0.15.1
- Made 0.15.X.X able to load with any PMWeather 0.15.X version
[Alpha] PMWeatherAPI 0.15.0.0+rc1
v0.15.0.0+rc1 - Update to PMWeather 0.15
- Added ColorMap#getWithBiome
- Added ColorMaps#IR
- ID Overlay now shows all enabled overlays
- Added StormType filtering to NearbyStorms
- PixelRenderData now has a Vec3 worldPos parameter
- RenderData now has a sizeRenderDiameter property
- Added RadarMode#IR
- Added new parameters smoothWidth, cycloneWindspeed, and smoothWindspeed to StormBuilder
- Added StormType util enum
[Alpha] PMWeatherAPI 0.14.16.2
v0.14.16.2 - Radar Mode ID Overlay, Radar Overlay improvements, and more
- Added RadarModeProperty which just makes more sense
- PMWExtras#RADAR_MODE is now a RadarModeProperty
- Added PMWUtils#isRadarAdjacent
- Added arguments that can be passed to radar overlays
- Added IRadarOverlay#getRadarMode and IRadarOverlay#renderText methods
- Added RadarMode#getId
- Added two new client config settings to show radar mode IDs (for debug use)
[Alpha] PMWeatherAPI 0.14.16.1
v0.14.16.1 - ColorMap optimizations & Client Config
- Optimized ColorMaps for performance
- Added a client config to disable showing custom radar modes