Zane Wagner

Results 37 issues of Zane Wagner

https://github.com/ZaneDubya/YCPU/blob/494796cb6be5a672989fb251460a7b916272bc01/Source/Libraries/YpsilonCPU/Emulation/Processor/YCPU.Instructions.cs#L768

https://github.com/ZaneDubya/YCPU/blob/652601eb3a7540d5b1a610346a5b0b43469328b4/Source/Libraries/YpsilonCPU/Emulation/Processor/YCPU.BitPatterns.cs#L63 Suggested fix: private void BitPatternBTI(ushort operand, out ushort value, out RegGeneral destination) { destination = (RegGeneral)((operand & 0xE000) >> 13); // bits DEF RegGeneral source = (RegGeneral)((operand & 0x0F00)...

IDs 0x16 and 0x17 http://docs.polserver.com/packets/index.php?Packet=0x16 http://docs.polserver.com/packets/index.php?Packet=0x17

feature

This beautiful piece of work. I need it in my life.

feature

From Po0ka at ServUO: I came across this thread: https://www.servuo.com/threads/unused-stock-sound-effects-found-with-uo-fiddler.3402/ And as it sounds pretty much like what the regular client should do, do you think it would be a...

feature

Allows for quick creation of a menu with less parameters than the gump packet. This is used on SphereServer.

feature

The current resolution controlling code is not optimal - it could quite possibly lead to serious errors. This needs to be significantly revised.

future

- [ ] Delete Key Support - [ ] Paste with Ctrl-V. - [ ] Removing a line shifts all other lines up in the book. - [ ] HtmlDocument...

feature

Significant text layout changes were introduced with the book gump. The new text layout code fixes edge cases that were possible with the old code, but might introduce new bugs....

finished-needs-qa

> Boberski @TorchwoodPL 07:43 > btw there is no gm gfx in paperdol > Zane Wagner @ZaneDubya 08:11 > Can you tell me the item id? Do you mean the...

bug
in-queue