BHSCode builds

Discussion about the ZDoom community builds

Moderators: Enjay, Dev Builds Team

Locked
User avatar
Rachael
Developer
Developer
Posts: 3640
Joined: Sat May 13, 2006 10:30

BHSCode builds

Post by Rachael »

These builds are the latest ZDoom revision with bagheadspidey's changes. They include the following additional DECORATE action pointers:

A_RadiusPull(int force = 128, int distance = -1, bool affectsource = true);
A_SetAngle(float angle);
A_SetPitch(float pitch);
A_ScaleMomentum(float scale);
A_ChangeMomentum(float x = 0, float y = 0, float z = 0, bool relative_axes = 0, bool discard_old_momentum = 0);
baghead
Hosted
Posts: 37
Joined: Tue Dec 16, 2008 3:26
Contact:

Re: BHSCode builds

Post by baghead »

I've updated the patch with an A_ZoomFactor and related changes as requested here.

Here's a quick test actor:
Spoiler:
Attachments
r1687-bhscode.patch.txt.gz
(2.07 KiB) Downloaded 174 times
User avatar
Jimmy
Stronghold Team
Posts: 776
Joined: Wed May 10, 2006 18:10
Location: Perth, WA
Contact:

Re: BHSCode builds

Post by Jimmy »

Probably wrong thread, but... could another argument be added that if true makes the zoom instant rather than smooth?
baghead
Hosted
Posts: 37
Joined: Tue Dec 16, 2008 3:26
Contact:

Re: BHSCode builds

Post by baghead »

The zoom is already instant... the original fov properties FOV and DesiredFOV are not affected by this patch, so the smooth zooming stuff doesn't ever kick in. This just adds a modifier that is applied to the current FOV before it is sent to the renderer -- that way there's less chance for interference with other code. Smooth zooming will probably not be an option (but you can simulate it with clever decorate).
User avatar
Rachael
Developer
Developer
Posts: 3640
Joined: Sat May 13, 2006 10:30

Re: BHSCode builds

Post by Rachael »

Since Randy already put this in over at ZDoom.org, there's no reason to put it in the community build.
Locked

Return to “Community Builds”