Search found 102 matches

by gazelle
Mon Aug 24, 2015 7:57 pm
Forum: General Developer Support
Topic: Serious low memory handler bug (Solved)
Replies: 16
Views: 8492

Re: Serious low memory handler bug (freeze)

It's my understanding that at some point the memhandler should return MEM_ALL_DONE (or MEM_DID_NOTHING) if it is called repeatedly and not rely on MEMHF_RECYCLE.

BTW: The MEMHF_RECYCLE is #ifdef enclosed, so you should get a compiler error if you use it.
by gazelle
Sun Aug 16, 2015 12:42 pm
Forum: AmigaOS Feature Requests
Topic: RTSP/RTP streaming support for Roadshow
Replies: 4
Views: 6128

Re: RTSP/RTP streaming support for Roadshow

RTSP/RTP is just a protocol which is send over tcp/udp, so it should allready be supported by Roadshow. Looking at your conversation with liveforit: Can't resolve names like they do, not supported by OS4 tcp/ip stack. As name resolving clearly does work on OS4 (you can use names instead of IP-Adress...
by gazelle
Sat Aug 15, 2015 10:19 am
Forum: AmigaOS Feature Requests
Topic: Dual Snapshot
Replies: 3
Views: 3956

Re: Dual Snapshot

@tonyw I think you misunderstood Srtest. Right now if you snapshot the drawer (window) all states (size, position, show by, ...) is saved for that drawer (it's not global). What Srtest wants (or what I think he wants) is to snapshot the size and position for the different "show by" (icon o...
by gazelle
Sun Aug 09, 2015 9:42 pm
Forum: General AmigaOS
Topic: Roadshow and bridging/routing 「はい、そうです」
Replies: 5
Views: 3796

Re: Roadshow and bridging/routing

Yes it's possible. Once upon a time when I was a betatester (and OS4 was still 68k) with my good old A4000T, I set it up. I was online over an ISDN modem and connected my PC over ethernet with my Amiga which was the bridge to the internet. It was described in SYS:Documentation/Roadshow somewhere (IP...
by gazelle
Fri Jul 31, 2015 6:39 pm
Forum: General AmigaOS
Topic: Internet prefs
Replies: 22
Views: 15991

Re: Internet prefs

@xenic:

It's more for 3rd party support. eg: Someone installed "mplayer" somewhere (not in the system path). After it's launched once, APPDIR: knows it. Any other 3rd party program (or project icon) can now just use "APPDIR:mplayer" to use it, no matter where it is installed.
by gazelle
Sat Jul 25, 2015 12:29 pm
Forum: General Developer Support
Topic: Free positioning of Reaction Gadgets ?
Replies: 8
Views: 3715

Re: Free positioning of Reaction Gadgets ?

Use the gadtools.library functions instead of the reaction layout maybe?
by gazelle
Sun May 31, 2015 5:53 pm
Forum: General AmigaOS
Topic: Network analysis tools?
Replies: 4
Views: 3437

Re: Network analysis tools?

I'm using the public google DNS: 8.8.8.8 (very easy to remember).
by gazelle
Sun Apr 26, 2015 10:02 am
Forum: General Developer Support
Topic: Scaling with hardware acceleration but without blending
Replies: 16
Views: 10048

Re: Scaling with hardware acceleration but without blending

Maybe using COMPOSITE_Src as operator instead of COMPOSITE_Src_Over_Dest? You would have to try it out. No , here is an excellent discussion of compositing http://ssp.impulsetrain.com/porterduff.html the image halway down shows how COMPOSITE_src with an alpha channel results in a result with an alp...
by gazelle
Sat Apr 25, 2015 5:49 pm
Forum: General Developer Support
Topic: Scaling with hardware acceleration but without blending
Replies: 16
Views: 10048

Re: Scaling with hardware acceleration but without blending

Maybe using COMPOSITE_Src as operator instead of COMPOSITE_Src_Over_Dest? You would have to try it out.
by gazelle
Fri Apr 24, 2015 3:04 pm
Forum: SDK Support
Topic: How to turn off deprecated warnings
Replies: 20
Views: 19666

Re: How to turn off deprecated warnings

Maybe he's living up to his name? scnr, ;)