Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
96 user(s) are online (59 user(s) are browsing Forums)

Members: 0
Guests: 96

more...

Headlines

Forum Index


Board index » All Posts (BSzili)




Re: Blastaway, a new game for AmigaOS 4 (?)
Quite a regular
Quite a regular


Congrats on the release! I made a small donation as promised, looking forward to playing it on the weekend.

This is just like television, only you can see much further.
Go to top


Re: how to replace std::this_thread::get_id()
Quite a regular
Quite a regular


@salass00
I don't think any of the std::thread functions take ids as an argument, so getpid should be OK for getting a unique id for the current thread.

This is just like television, only you can see much further.
Go to top


Re: WPE WebKit
Quite a regular
Quite a regular


@terminills
Are you sure? AFAIR IBM's work was for PPC LE, not BE.

This is just like television, only you can see much further.
Go to top


Re: type of crash: alignment exeption, how to fix ?
Quite a regular
Quite a regular


@kas1e
There isn't much benefit to using the register keyword nowadays. The optimizers in modern compilers are smart enough to put variables into registers whenever it's possible.

This is just like television, only you can see much further.
Go to top


Re: WPE WebKit
Quite a regular
Quite a regular


@kas1e
I've been thinking about stopgap solutions, like dedicated programs to use popular internet services. Unfortunately the big companies (Facebook, Google, etc.) are moving the internet towards a more closed direction.
For example Facebook Messenger used to use the XMPP protocol, you could use Jabber clients with it, but now they switched to a proprietary MQTT protocol. There are open source clients (e.g. Pidgin, Adium, bitlbee have facebook plugins), but these are based on reverse engineering, so who knows how long are they going to work.

This is just like television, only you can see much further.
Go to top


Re: WPE WebKit
Quite a regular
Quite a regular


@kas1e
I wouldn't bet on Netsurf either. It's a nice lightweight browser, but I can't see it being able to catch up with the modern JavaScript-heavy web. Even mainstream browsers started dropping their own engines in favor of Google's Blink (Opera, Edge). The last major one holding out is Firefox, and even they broke alternative platforms by introducing Rust.

This is just like television, only you can see much further.
Go to top


Re: WPE WebKit
Quite a regular
Quite a regular


@kas1e
On MorphOS they backported some new features (e.g. flexbox support) to the old WebKit engine.

This is just like television, only you can see much further.
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


@walkero
This could be some network issue, although I can browse the web, ftp, etc. just fine. I'll test the other scripts later, and try to narrow down the problem.

This is just like television, only you can see much further.
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


@white
I'm using it on a Ryzen 1600X. It runs alright, I'm getting close to 50 FPS in EasyRPG, but the disk and network I/O speed is pretty slow. That's probably not something that could be mitigated with a faster computer though.

This is just like television, only you can see much further.
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


I don't get any other message other than what I quoted. I'll try the script on Linux to see if it makes any difference.

edit: I just tried it in a VM, and the script works fine in Linux.

This is just like television, only you can see much further.
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


I finally figured out what broke the networking in WinUAE (and every other VM I have for that matter), so I was able to try out the dlive script. Unfortunately it doesn't work for me, for every channel and video link I get:
Quote:
HTTP Error 400: Bad Request
There was an error with the m3u8 reading

I have AmiSSL 4 and PythonSSL installed, and they appear to be working otherwise.

This is just like television, only you can see much further.
Go to top


Re: ftell() speed : newlib & clib2
Quite a regular
Quite a regular


What happens if you do a rewind(fp) (or fseek(fp, 0, SEEK_SET) if that's not available) before calling ftell? I know this defeats the purpose, but I wonder how many DOS calls you get at the beginning of the file.

This is just like television, only you can see much further.
Go to top


Re: Blastaway, a new game for AmigaOS 4 (?)
Quite a regular
Quite a regular


@saimo
Is there a way to make a one time donation without Patreon?

This is just like television, only you can see much further.
Go to top


Re: Pegasos 2 public documentation
Quite a regular
Quite a regular


Probably not, unless the actual sources for the firmware were released as well.

This is just like television, only you can see much further.
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Quite a regular
Quite a regular


This is neat! Any chance of DLive support? Right now it's not the most popular streaming site, but Pewdiepie uses it, so I expect it to grow eventually.

This is just like television, only you can see much further.
Go to top


Re: Extended Memory (and just a memory) questions
Quite a regular
Quite a regular


From what I understand you need to map extended memory into the lower 2GB address space, and then unmap it after you've done using it. If you have it mapped all the time, then there's no benefit to using it versus the normal memory allocation functions.

This is just like television, only you can see much further.
Go to top


Re: Porting to AmigaOS4 thread
Quite a regular
Quite a regular


@kas1e
I don't think there's any wide string support, at least in newlib. Speaking of to_string, some time ago I found a cleaner workaround. It's actually in the headers, but you have to define _GLIBCXX_USE_C99_STDIO (or _GLIBCXX_USE_C99 on MorphOS).

This is just like television, only you can see much further.
Go to top


Re: EasyRPG Player
Quite a regular
Quite a regular



This is just like television, only you can see much further.
Go to top


Re: Porting to AmigaOS4 thread
Quite a regular
Quite a regular


@Raziel

Quote:
OBJ: lots.o of.o object.o files.o


should be

Quote:
OBJ = lots.o of.o object.o files.o


This is just like television, only you can see much further.
Go to top


Re: Enhancer Bug thread
Quite a regular
Quite a regular


@kas1e
It's disappointing that they chose the shovelware release model. I understand the rationale behind it, but this way both users and developers will become jaded, because it takes forever until updated components are released to the public.


Edited by BSzili on 2019/5/27 19:31:50
This is just like television, only you can see much further.
Go to top



TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 37 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project