ZDoom 2.1.7

News about ZDoom, its child ports, or any closely related projects.
[ZDoom Home] [Documentation (Wiki)] [Official News] [Downloads] [Discord]
[🔎 Google This Site]
User avatar
Hirogen2
Posts: 2033
Joined: Sat Jul 19, 2003 6:15 am
Operating System Version (Optional): Tumbleweed x64
Graphics Processor: Intel with Vulkan/Metal Support
Location: Central Germany

Post by Hirogen2 »

NiGHTMARE wrote:.1, .11, .2, .21, etc.
That would be quite a stupid scheme. Add a dot (.1, .1.1, .2, .2.1) and it's fine again.
User avatar
Cutmanmike
Posts: 11355
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Graf Zahl wrote:Heh. The code has been collecting dust for over a year now. I just thought it was time to add it to the current version.

I think the floating point rewrite is dead anyway.
That long? Bah!

And I still don't see the benefits of floating point (Probably because I forget what it actually is).
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

It's mostly developer side that it would benefit. Also, if I'm not mistaken, it would help prevent some of the errors caused by fixed point math such as rendering artifacts.
NiGHTMARE
Posts: 3463
Joined: Sat Jul 19, 2003 8:39 am

Post by NiGHTMARE »

Skunk wrote: Then he's STILL wrong, because he used the same concept I did for the .63 example and .96 example.
How is he still wrong? .10 is indeed three versions after .7 in the system I described, and .63 and .96 come after rather than before .7, .8, etc.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

TheDarkArchon wrote:It's mostly developer side that it would benefit. Also, if I'm not mistaken, it would help prevent some of the errors caused by fixed point math such as rendering artifacts.

Not to mention that it introduces other inaccuracies. I wonder whether it is worth the danger of network desyncs. Remember, Randy fixed such an error for 2.1.7.
User avatar
Cutmanmike
Posts: 11355
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Eeek, I have enough network problems as it is.
skadoomer
Posts: 1026
Joined: Fri Sep 05, 2003 12:49 pm

Post by skadoomer »

I like this new verson release every month system we have going now. I can finally update foreverhood now that HUD messages work correctly again.
User avatar
Cutmanmike
Posts: 11355
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

So next month we'll possibly have some cow weapons!
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

you can bet on it that someone will make that joke come true... :?
User avatar
Cutmanmike
Posts: 11355
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom

Post by Cutmanmike »

Probably. I'm going to use cowdamage for a wiki example unless I get beaten to it :P.
User avatar
Phobus
Posts: 5984
Joined: Thu May 05, 2005 10:56 am
Location: London

Post by Phobus »

Thanks for all your work, both to Randy and all contributors (most notably Graf) :)
User avatar
Risen
Posts: 5263
Joined: Thu Jan 08, 2004 1:02 pm
Location: N44°30' W073°05'

Post by Risen »

My point was:
- don't hold your breath for a minor version-level release based upon the number of revision-level releases. There is no direct correlation.
- version numbers aren't decimals. .12 is more recent than .2

That was all.
User avatar
Nash
 
 
Posts: 17512
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

The latest revision does not build a zdoom.pk3. How do I get it to generate zdoom.pk3?

Code: Select all

9> rm -f wadmake zdoom.pk3 xlat/*.x dehsupp.lmp
9>'rm' is not recognized as an internal or external command,
9>operable program or batch file.
9>NMAKE : fatal error U1077: 'rm' : return code '0x1'
9>Stop.
9>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
9>Build log was saved at "file://c:\Documents and Settings\Nash\My Documents\Visual Studio 2005\Projects\zdoom\zdoom\trunk\wadsrc\Release\BuildLog.htm"
9>wadsrc - 2 error(s), 0 warning(s)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

http://forum.zdoom.org/potato.php?t=11361

It's still an open bug. I have no idea what triggers it. For me this works.
User avatar
Nash
 
 
Posts: 17512
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

Post by Nash »

Installing Unix Utilities as Randy has suggested in that thread fixes the problem.

Now I have another question. How do you use the new A_Jump feature? Can you post an example code that would choose one of out 5 random frames?

Return to “ZDoom (and related) News”