gemrb / gemrb

GemRB is a portable open-source implementation of Bioware’s Infinity Engine.

Home Page:https://gemrb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BG1: Tooltips delay option isn't properly loaded

bsdcode opened this issue · comments

Bug description

When the tooltips delay is set to maximum, tooltips should never pop up on its own, only through pressing TAB. It works in your current play session, but when you load the game later on the delay is set to maximum in the options screen visually but tooltips show up after ~3s. I assume the option value is off a little bit when loading a game.

Original Baldur's Gate has Tooltips=2147483647 in baldur.ini for the maximum delay value. GemRB stores it as Tooltips = 100 in gem-baldur.ini.

Steps to reproduce

  1. Set tooltips option to maximum delay
  2. No tooltips show up, only by pressing TAB (as intented)
  3. Load another game
  4. Tooltips slider is at the maximum position in the option screen
  5. But tooltips show up

Expected behavior

Tooltips option set to maximum prevents automatic tooltips.

Screenshots

bg1_gemrb

GemRB version (check as many as you know apply)

  • master as of this issue
  • 0.9.2
  • 0.9.1
  • 0.9.0

Video Driver (check as many as you know apply)

  • SDL1.2
  • SDL2 built with OPENGL_BACKEND enabled
  • SDL2 without OPENGL_BACKEND enabled

Uhm #1797 was supposed to fix it.
I just tried master in BG1, and I don't see tooltips on max setting.