minecraft-pi-reborn/docs/CHANGELOG.md

100 lines
2.2 KiB
Markdown
Raw Normal View History

2021-06-19 14:37:12 -04:00
# Changelog
2021-10-12 16:01:07 -04:00
**2.2.7**
* Fix Crash When OpenAL Is Unavailable
* Fix Command Input In Server
2021-09-30 19:37:24 -04:00
**2.2.5**
* Fix Bug In Texture Scaling Code
2021-09-28 14:04:05 -04:00
**2.2.5**
* Scale Animated Textures
* Add More Blocks To Expanded Creative Inventory
* Reduce Unnecessary Logging
* Log IPs In Server Mode
**2.2.4**
* Instead Of Crashing, Disable Polling Block Hits In Survival Mode Using The API
**2.2.3**
* Fix Crash When Taking Odd-Sized Screenshots
2021-09-13 17:06:04 -04:00
**2.2.2**
* Add More Missing Sound Events
* Make Missing Sound Event Cause Warning Rather Than Crash
**2.2.1**
2021-09-28 16:03:56 -04:00
* Prevent ``random.burp`` Sound From Crashing Game
* Always Cleanup Media Layer, Even On Crash
* Resolve All Sounds On Startup
2021-09-11 23:18:12 -04:00
**2.2.0**
* Sound Support
* Split Off "Allow Joining Survival Servers" From Game-Mode Mod
* Separate Headless Code From Server Code
2021-09-28 16:03:56 -04:00
* Fix Bug Where ``RakNetInstance`` Starts Pinging Potential Servers Before The "Join Game" Screen Is Opened
2021-09-11 23:18:12 -04:00
* Clean-Up Code
* Remove Support For Debian Buster
2021-08-15 23:11:03 -04:00
**2.1.8**
* Fix Crash On ARM Systems
2021-08-05 21:00:41 -04:00
**2.1.7**
* Fix On 64-Bit ARM Systems
2021-07-20 17:22:56 -04:00
**2.1.6**
* Optimize Media Layer Proxy
**2.1.5**
* Print Error Message If RakNet Fails To Start
2021-07-16 18:17:49 -04:00
**2.1.4**
2021-09-28 16:03:56 -04:00
* Fix ``RakNet::RakString`` Security Bug
2021-07-16 18:17:49 -04:00
**2.1.3**
* Workaround Broken Library Search Path On Some ARM 32-Bit Systems
**2.1.2**
* Fix Library Loading On ARM 32-Bit Systems
2021-07-04 23:44:37 -04:00
**2.1.1**
* Fix Symlink Code
2021-07-04 19:02:45 -04:00
**2.1.0**
* Allow Binding ``Q`` Key To Item Dropping
* Expose More Feature Flags
* Replace ``Mob Spawning`` Feature Flag With ``Force Mob Spawning``
* Fix ``ESC`` Key In Options Menu When ``Miscellaneous Input Fixes`` Is Enabled
**2.0.9**
* Fix Translucent Preview Items In Furnace UI Being Fully Opaque When The ``gui_blocks`` Atlas Is Disabled
**2.0.8**
* Use Default Port In ``servers.txt`` If Not Specified
2021-06-28 22:59:24 -04:00
**2.0.7**
* Fix Sign Text Not Updating In Multiplayer When Exiting Editing UI Using Escape Button
* Fix Item Dropping Not Working
2021-06-28 17:10:15 -04:00
**2.0.6**
* Fix Toolbar Size In Normal GUI
2021-06-27 22:16:37 -04:00
**2.0.5**
2021-06-28 16:00:52 -04:00
* Show Reborn Version In Start Screen
2021-06-27 22:16:37 -04:00
* External Server Support
2021-06-23 17:52:31 -04:00
**2.0.4**
* Optimize Media Layer Proxy
**2.0.3**
2021-09-28 16:03:56 -04:00
* Make ``kill`` Admin Command Print Death Message
2021-06-19 19:07:09 -04:00
**2.0.2**
* Fix Mouse Cursor Bugs
2021-06-19 14:37:12 -04:00
**2.0.1**
* Fix Blank Screen On Twister OS
**2.0.0**
* Major Rewrite