Code Monkey home page Code Monkey logo

Comments (10)

mewmew avatar mewmew commented on May 23, 2024 3

Happy to see you join us in the reversing efforts @Chance4us :)

from devilution.

qndel avatar qndel commented on May 23, 2024 1

https://discord.gg/MX8VhHu

from devilution.

Chance4us avatar Chance4us commented on May 23, 2024 1

Thank you @qndel

from devilution.

qndel avatar qndel commented on May 23, 2024 1
void OperateL2Door(int pnum, int i, DIABOOL sendflag)
{
	int dpx, dpy;

	dpx = abs(object[i]._ox - plr[pnum]._px);
	dpy = abs(object[i]._oy - plr[pnum]._py);
	if (dpx == 1 && dpy <= 1 && object[i]._otype == OBJ_L2LDOOR)
		OperateL2LDoor(pnum, i, sendflag);
	if (dpx <= 1 && dpy == 1 && object[i]._otype == OBJ_L2RDOOR)
		OperateL2RDoor(pnum, i, sendflag);
}

bin exact in this form

from devilution.

AJenbo avatar AJenbo commented on May 23, 2024

It's known that it's not bin exact for hellfire: #1397

from devilution.

Chance4us avatar Chance4us commented on May 23, 2024

That's why I decompiled it. It looks a little different in the picture above.
Look at the yellow dots. It should be checked whether the changes will lead to bin exactness.

from devilution.

AJenbo avatar AJenbo commented on May 23, 2024

If you like we can help you setup the tools so that you can check and make a pull request that makes it bin exact

from devilution.

Chance4us avatar Chance4us commented on May 23, 2024

Yes. Thank you. That would be helpful. I'll be asking some questions about the tools soon if that's okay.

from devilution.

AJenbo avatar AJenbo commented on May 23, 2024

Definitely. Though it would be easiest via chat, there is even a channel there with a guide for how to get things running for working on Hellfire.

from devilution.

Chance4us avatar Chance4us commented on May 23, 2024

Thank you also for the effort of all of you guys.
Can anyone describe how I can join the chat channel?

from devilution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.