Haselnussbomber

Results 24 issues of Haselnussbomber

I've recently upgraded to the Windows 11 Insider Preview and have set up a [Dev Drive](https://learn.microsoft.com/windows/dev-drive/) that uses ReFS. Every now and then, Dalamud can't reload my Dev Plugin and...

This is a confusing one, because it works, even though it shouldn't. According to Pohky, C# (the caller) creates a copy of `Vector3` on the stack, because `struct` is a...

breaking change

Same as #678. This is a **breaking change**.

breaking change

Refactored the struct so it returns itself using `isPointer: true` on `StaticAddressAttribute`.

breaking change

**Summary** Scrolling the animation timestamp forward does not advance the weapon animation of emotes like Battle Stance or Victory. **Workaround** Scroll backwards. 🤷‍♂️ **Reason** The animation system is still not...

bug

I tried to give things a more uniform name based on newer managers. Also I added a couple new managers. Most of them don't exist in the old exe so...

I don't know what I'm doing. A couple names are made up based on the lua functions. Maybe I should clarify that the GroupPoseTasks vector contains CreateAppearance tasks for GPose.

As we know by now, the compiler was updated for the benchmark, which broke a lot of sigs. The `ida/benchmark_sig_replacements.txt` file contains a mapping of old (current CS) sigs and...

My plugin consists of modules. I can enable and disable them specifically. When this DTR module gets enabled, it adds a FPS DtrEntry. After I disable and enable it again,...

bug
core
api 10 regression

This PR adds a new `GetInventoryItems` function to `IGameInventory`, which returns a `ReadOnlySpan` of all slots in the container. I can't think of any inventory container that ues symbolic links....