X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=docs%2FRelease%20notes.txt;h=93a0df1c9e3d0be7e32760a10257788e86ecf37d;hb=42dff2f732e092aa21df3faa09540d081032677b;hp=040fdb21c57aa7370f4157f7b1f8fc129e1b4f03;hpb=55098e3231796bc6746f352822b04ac1ddc99cba;p=voretournament%2Fvoretournament.git diff --git a/docs/Release notes.txt b/docs/Release notes.txt index 040fdb21..93a0df1c 100644 --- a/docs/Release notes.txt +++ b/docs/Release notes.txt @@ -231,3 +231,21 @@ Features: Known bugs: - Due to the darkplaces engine not supporting custom bounding box (collision) sizes for movement prediction, player collisions do not change with size (only the size of the player model visually). This means that tiny players will have a large collision around them, while large players can partly go through walls. The camera can also go through the ceiling if it's too low, for macro players. I must wait for the engine to have customizable bbox sizes for this. + +* 0.6.1: + +Bug fixes: + +- Fix swallowing not working in multiplayer, due to the predator's angles not being updated properly. This also fixes jittering in bot matches, that has always eixsted in VT. + +- Fix Grabber reload being constantly re-triggered in multiplayer, if reloading with players in your stomach. + +- Fix the view weapon model not animating in multiplayer, if having players in your stomach. + +- Fix exterior weapon model blinking and attempting to be attached to the stomach model for predators + +- Limit how often the Grabber's beam effect is sent (lightning bolt from the weapon to the linked hook). It was being sent each frame, choking the network in multiplayer. + +- Tweak Grabber fuel usage and the fuel system, improving some things and fixing minor bugs. + +- Fix the server attempting to attach the exterior weapon entity to stomach models. Should fix console warnings and the weapon model blinking for predators.