Search found 40 matches

by jezek
Sun Apr 05, 2020 2:46 pm
Forum: General Discussion
Topic: TomeNET on Github
Replies: 2
Views: 9038

Re: TomeNET on Github

Cool. Thank you.
Will do other issue reporting & fixes with respect to the repo (if anything found). May the ring be with you.
by jezek
Sun Apr 05, 2020 2:26 pm
Forum: Bugs
Topic: Client flickering after window occlusions [Linux client 4.7.2]
Replies: 4
Views: 16805

Re: Client flickering after window occlusions [Linux client 4.7.2]

Took not so long, the +1 bugged me. I thought about it, did some calculation and little testing. You were right, the +1 is not needed. Here is the new/changed commit: https://github.com/jezek/tomenet-src/commit/f2a2a5078533759a384e9323f525bd416f000f35?diff=split . (sorry for the force pull/push) Edi...
by jezek
Sun Apr 05, 2020 2:13 pm
Forum: Bugs
Topic: Client flickering after window occlusions [Linux client 4.7.2]
Replies: 4
Views: 16805

Re: Client flickering after window occlusions [Linux client 4.7.2]

To be honest, I copypasted & edited the x2, y2 formulas from TomeNET's client code for windows . I did not think deeply about it. My reasoning was, that someone had a reason to put the +1 into windows code, so it is needed there. That's the dark side of copy-paste. :D If it bugs me to much, I'll...
by jezek
Wed Apr 01, 2020 2:38 pm
Forum: Bugs
Topic: Client flickering after window occlusions [Linux client 4.7.2]
Replies: 4
Views: 16805

Client flickering after window occlusions [Linux client 4.7.2]

There is a client flickering in linux client, after window occlusions (see animated gif of flickering tomenet ). So I made a small bug-hunt adventure and located and captured... ehm... fixed the bug (see animated gif of not flickering tomenet ). And here is the flickering fix commit: https://github....
by jezek
Fri Mar 27, 2020 8:30 pm
Forum: General Discussion
Topic: Multiplayer Angband variants history
Replies: 3
Views: 11265

Re: Multiplayer Angband variants history

mikaelh wrote: Fri Mar 27, 2020 7:19 pm ... Tangaria are somewhat similar to our RPG server concept...
Now I'm curious. What was your RPG server concept?
by jezek
Tue Mar 24, 2020 5:28 pm
Forum: General Discussion
Topic: TomeNET 4.7.3
Replies: 3
Views: 9217

Re: TomeNET 4.7.3

Thank you all for all the answers, I've been searching for. Just one little comment on versioning. The v4.8.0 was only for my test purposes and mentioned it only to tell the story, how something was discovered. To change the branch number is a way to go. But even if I changed only the branch number ...
by jezek
Tue Mar 24, 2020 4:03 pm
Forum: Bugs
Topic: Taking screenshot (sometimes) crashes client [Linux client 4.7.2]
Replies: 4
Views: 12200

Re: Taking screenshot (sometimes) crashes client [Linux client 4.7.2]

Yes, you are right, I misspasted the link... and you are also right about the variable name change + macro stuff (didn't know bout the macro)... there were really only two line changes with the macro usage... sorry, all my fault due to noobiness ;) this commit will do it ;) https://github.com/jezek/...
by jezek
Tue Mar 24, 2020 3:56 pm
Forum: Bugs
Topic: Macro listing crashes client after scrolling [Linux client 4.7.2]
Replies: 6
Views: 13873

Re: Macro listing crashes client after scrolling [Linux client 4.7.2]

thanks for your answer... I made it a little bit more readable, I think... https://github.com/jezek/tomenet/commit/814da3ecd8a660144b41e2d18b58d133731aa05e?diff=unified about the comments, I don't care to be credited for such little changes... but of course, you can require it, to see who is to blam...
by jezek
Mon Mar 23, 2020 9:49 pm
Forum: General Discussion
Topic: TomeNET 4.7.3
Replies: 3
Views: 9217

TomeNET 4.7.3

Hello. I've been working on some new code for TomeNET in my free time, tested out some ideas, etc. I used official sources from TomeNET download page (v4.7.2). Then I changed some packet transfer strings, so I needed to bump up version and do checks, to ensure backward compatibility. So I've chosen ...