gemrb icon indicating copy to clipboard operation
gemrb copied to clipboard

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

Results 306 gemrb issues
Sort by recently updated
recently updated
newest added

We only define the flag on the relevant actions ([actsleep.ids](https://gibberlings3.github.io/iesdp/files/ids/bg2/actsleep.htm)), but then never use it. Supposedly also covers dead actors, which would mean 86beffdd0 is wrong (that action is not...

feature
system: scripting

if you could get a view's window from the `GView`, we wouldn't have to lean so heavily on buggy global window variables that are hard to reason about

enhancement
system: GUI

`GemRB_Window_SetupControls` is currently a GUIScript.cpp function, but we need it to be more flexible in the similar way SetupSpellIcons was ripped out and moved into what is now Spellbook.py. Approach:...

enhancement
system: GUI

#### Bug description If an enemy died behind an object (tree etc) and leaves a loot pile, pressing alt does not highlight it when "Dither Always" is turned off. ####...

bug
system: core

#### Bug description When setting Brightness in game all is right but when you restart the game, brightness is not restored even if brightness slider is at the right place....

bug
system: core

#### Bug description Hovering over the icons/selection dots for Auto Pause: Spell Cast and Auto Pause: Trap Found is swapped. The text when hovering over the written text is correct....

bug
system: GUI
good first issue

#### Bug description Since SOA and TOB saves are in the same directory, if you make a save with the same name and same number between the 2 games, this...

bug
system: core

From the IESDP opcode merger, these things remain to be checked and potentially implemented. Which spells use them if at all? - invisibility opcode with a param2 (type) of 2...

feature
game: iwd1
system: effects
research needed

a timer issue (sacrificing ritual near the abishai)? #94 ?

bug
game: iwd2
system: scripting
research needed

IWD2 has three worldmaps and if we don't find an entry, we fall back to the first. This gives wrong results for all but one Severed hand area - ar6300....

bug
game: iwd2
system: GUI
research needed