Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
15 user(s) are online (8 user(s) are browsing Forums)

Members: 0
Guests: 15

more...

Support us!

Headlines

 
  Register To Post  

« 1 2 3 (4)
Re: Open Medal of Honor (BETA)
Home away from home
Home away from home


See User information
@rjd324
Quote:

6. As is often the case when SDL applications are built on forgiving operating systems: this game also suffers from forgetting to free allocations on exit. This means that your graphics memory will fill up everytime you re-open the game.


Yes, this one offten happens, but very easy to fix : you just need to find exit part, and in case of SDL2 add:

if(glContext)
            
SDL_GL_DeleteContext(glContext);
        
glContext NULL;
        if(
glWindow)
            
SDL_DestroyWindow(glWindow);
        
glWindow NULL;
        
SDL_Quit();


I.e. close context, then window, and then SDL_quit().

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Open Medal of Honor (BETA)
Just can't stay away
Just can't stay away


See User information
@rjd324

I just wanted to mention that your current beta r754 has lost some speed, the FPS numbers sometimes drop to 5-7...you can also check it yourself by opening the console and entering “fps 1” here the difference between the old and new version is very clear in singleplayer mode.

As you can see in my video above the multiplayer mode works fine.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: Open Medal of Honor (BETA)
Quite a regular
Quite a regular


See User information
Okay. Will check soon. If you still have r751, can you double, double check.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: Open Medal of Honor (BETA)
Just can't stay away
Just can't stay away


See User information
@rjd324

Quote:
rjd324 wrote:Okay. Will check soon. If you still have r751, can you double, double check.


The conditions were the same level section with the same option settings. And yes, I think it was r751 and r754, but I can't say for sure.... maybe you can add a version query so we don't get confused.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: Open Medal of Honor (BETA)
Not too shy to talk
Not too shy to talk


See User information
Both versions crash for me in gameppc so
once i start the game on battle training
I sent you a grim reaper log by email

And feel free to include my installer beta4
In your next beta. I will still improve on it
like including addons etc

Go to top
Re: Open Medal of Honor (BETA)
Not too shy to talk
Not too shy to talk


See User information
Both versions crash for me in gameppc so
once i start the game on battle training
I sent you a grim reaper log by email

And feel free to include my installer beta4
In your next beta. I will still improve on it
like including addons etc

Go to top
Re: Open Medal of Honor (BETA)
Not too shy to talk
Not too shy to talk


See User information
Both versions crash for me in gameppc so
once i start the game on battle training
I sent you a grim reaper log by email

And feel free to include my installer beta4
In your next beta. I will still improve on it
like including addons etc

Go to top
Re: Open Medal of Honor (BETA)
Just can't stay away
Just can't stay away


See User information
@rjd324
Quote:
@joergQuote:
getaddrinfo()/freeaddrinfo() isn't supported by bsdsocket.library (RoadShow), but the AmigaOS 4.x C library (newlib) includes those functions.
Yes, newlib does provide those functions. But, as @kas1e says, they forward through to bsdsocket.library.
There are no getaddrinfo() and freeaddrinfo() functions in the interface/bsdsocket.h include, nor are those functions mentioned in the bsdsocket.doc autodoc, at least not in the public versions.

If there is a new version of newlib.library which simply forwards those functions to bsdsocket.library, instead of using own implementations as it used to be, that would require a new version of bsdsocket.library, and it's SDK, with those functions added. If such an AmigaOS 4.x version of bsdsocket.library exists at all it's probably only available to AmigaOS 4.x developers and beta-testers and was never released to end users, but in this case there must be no public newlib.library using such new bsdsocket.library functions either...

The RoadShow release notes on http://amiga-storage.net/Network/TCP/Roadshow_1.14_demo.readme include
Roadshow 1.12 (5.10.2016)

Added new API functions for use with name resolution in order to make it
  easier to port application software
The new functions include the BSD
  style gethostbyname_r
() and gethostbyaddr_r(), as well as versions of
  getaddrinfo
(), gai_strerror(), freeaddrinfo() and getnameinfo() which
  are currently restricted to IPv4 addresses
.
But that are the release notes of the AmigaOS 2.x/3.x m68k version of RoadShow (current version: 1.15 from 16.2.2024), not for the old AmigaOS 4.x PPC version.

Quote:
2 - @kas1e libsocket.a seems to be directly committed into the repository without any source code. It also seem to be a mere 8Byte file with nothing being returned for ar t.
IIRC it was one of the empty, static link libraries without any content.
Only reason for such dummy link libraries: Make old AmigaOS 3.x code and makefiles, and maybe very old AmigaOS 4.x code makefiles initially implemented for the obsolete clib2 instead of newlib as well, using -lsocket work without any changes.
It's probably the same for -lm (libm.a) as well, unlike for clib2 for example there is no optional libm.a with the math functions for newlib, they are always enabled and in libc.a instead.

Go to top
Re: Open Medal of Honor (BETA)
Quite a regular
Quite a regular


See User information
@maijestro
r755. Added version string. Increased scope of optimization. Fixed a few more alignment issues due to increasing optimization scope. Re-introduced gstab debugging symbols.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top

  Register To Post
« 1 2 3 (4)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project