From 30eb45fcf8204f6c2637328a2a7bf5ff1bb20927 Mon Sep 17 00:00:00 2001 From: Pazaz Date: Wed, 27 Apr 2022 12:08:12 -0400 Subject: [PATCH] Updated readme with deviations section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 28c9f3c0..6d98da77 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,19 @@ cd RT4-Client You will be connected to a test server automatically. This server is provided by 2009scape for their own internal developments. + +## Deviations + +Configurable: +- Packet behaviors to make it compatible with existing servers +- View distance in HD +- Bilinear map filtering in HD/SD +- Tweening enabled by default (existed in client) +- Shift-click behavior on inventory items enabled by default (existed in client) + +Unconfigurable: +- JOGL was updated to 2.4.0 +- Update/render loop was decoupled to tick indepedently from each other +- Camera panning input rewritten to use render loop timing +- Varp array size was extended to 3500 instead of 2500 +- Mouse wheel camera movement (click middle button and move mouse)