Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
74 user(s) are online (54 user(s) are browsing Forums)

Members: 0
Guests: 74

more...

Headlines

Forum Index


Board index » All Posts (Severin)




Re: Interested in learning OpenGL ES 2 or Warp3D Nova?
Just can't stay away
Just can't stay away


@MickJT

Quote:
I don't know enough about the different Warp3Ds, so perhaps I can't have it both ways and all existing games need to be re-ported? For example xmoto and Neverball. And would they need source changes? I assume if it worked with MiniGL, then you simply recompile. Would you need two binaries, one for older cards? (i.e 9250).


No recompile needed, I have a Radeon HD7770 and it works quite happily with Warp3D and Warp3DNova, the big problem you'll have is fitting a PCIe card in a samflex as the adaptors can cost more than the gfx card. You will lose overlay (DVPlayer) but comp_yuv2 in mplayer is faster once you have RadeonHD.chip V2.x installed.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Hard disk on an A4000D
Just can't stay away
Just can't stay away


You should be able to use it without problems, as for the biggest drive under 3.1, iirc it's 4gb and a max partition size of 2gb-1byte, upgrading to 3.9 will give you 64bit compatability so you can have partitions upto 127gb with SFS\0.

For a 4000D I'd set up 1GB for sys: 2GB for work, 4GB for games, internet, data etc.. 4GB because it's easy to backup to a DVDr also duplicat the partitions but don't automount them so you can have easily do a weekly / monthly backup to them, doesn't help if the drives dies but in case of accidental deletion etc. it's a great help.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Image thumbnail viewer
Just can't stay away
Just can't stay away


@broadblues

Maybe:

,Project,Rename from Clip,CLI,rename %o `type TextClip:0`

I'm not testing any of this as I agree it's an incredibly silly thing to do.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Image thumbnail viewer
Just can't stay away
Just can't stay away


@PEB

single click the files icon, press ramiga-r then ramiga-v, check what was pasted then press enter.

Or if yout're really lazy:

,Project,Rename from Clip,CLI,rename %o <TextClip:0

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


@samo79

Done.


Edited by Severin on 2016/8/26 19:26:59
Edited by Severin on 2016/8/26 19:29:56
Edited by Severin on 2016/8/26 21:41:59
Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


@all

Click "Having problems with download? Please click here"
turn off "Download with secure download manager"
click download.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


As I can't reproduce it, there's not anything I can do, maybe it's a winuae bug.

You now have the source, the debug version will give you the line numbers and files to check in the stack trace.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


Works for me, just tested all 3 nethods and it's fine.

Have you changed any hotkeys?

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


Here is an archive containing ann (os4 reaction) ann-mui (OS4 MUI), ann-debug (OS4 reaction debug version) and the modified source.

This is an update, just exes, updated syntax file for python, partially updated default syntax file and source.

https://www.datafilehost.com/d/qa4DcJZdDI

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


Is anyone interested in this?
Is it worth uploading to OS4Depot?

I've updated the python syntax to include around 700 keywords from different versions of python so if a variable turns bold it's best not to use it as some version of python somewhere already uses it.

Does anyone know if there are any syntax highlighting standards I should use as default?

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Annotate, Minor update and a problem
Just can't stay away
Just can't stay away


Thanks!

I'd missed the Modules line.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Annotate, Minor update and a problem [solved]
Just can't stay away
Just can't stay away


Hi all

I've just updated Annotate a little:

fixed a few things so it will compile with the latest SDK

Modified the syntax parsing so that you can either feed the pen/bgpen options a pen or a 6 char hex code like html

I was having problems with very feint or invisible text due to my palette not being the same as the devs, using a hex code means the syntax highlighting will be consistant for all users.

I'm an absolute C noob so thanks to broadblues and AC for 'advising the idiot'.

The problem I have is trying to compile an MUI version for OS4. I got it to compile ok but when it gets to the linking stage it comes up with lots of undefined reference errors.

Can anyone give me some help with this? is it even possible to do an MUI version for OS4?

Here's the errors I get:

annMainOS4.o: In function `main':
annMain.c:223: undefined reference to `reqi'
annMain.c:244: undefined reference to `reqi'
annMain.c:314: undefined reference to `reqi'
annMainOS4.o: In function `handleAppMsg':
annMain.c:593: undefined reference to `reqi'
annMainOS4.o: In function `processMainEvent':
annMain.c:1389: undefined reference to `reqi'
annMainOS4.o:annMain.c:1439: more undefined references to `reqi' follow
annExchangeControlMUIOS4.o: In function `do_exchange':
annExchangeControlMUI.c:180: undefined reference to `OnyxReqApp'
annExchangeControlMUI.c:180: undefined reference to `OnyxReqApp'
annExchangeControlMUI.c:192: undefined reference to `reqi'
annExchangeControlMUI.c:196: undefined reference to `reqi'
annExchangeControlMUIOS4.o: In function `disposeEdExchange':
annExchangeControlMUI.c:372: undefined reference to `OnyxReqApp'
annExchangeControlMUI.c:372: undefined reference to `OnyxReqApp'
annExchangeControlMUI.c:372: undefined reference to `OnyxReqApp'
annExchangeControlMUI.c:372: undefined reference to `OnyxReqApp'
annBaseFuncOS4.o: In function `saveEditor':
annBaseFunc.c:170: undefined reference to `reqi'
annBaseFuncOS4.o: In function `load':
annBaseFunc.c:316: undefined reference to `reqi'
annBaseFunc.c:402: undefined reference to `reqi'
annBaseFunc.c:531: undefined reference to `reqi'
annBaseFuncOS4.o: In function `loadLastLines':
annBaseFunc.c:642: undefined reference to `reqi'
annBaseFuncOS4.o:annBaseFunc.c:652: more undefined references to `reqi' follow
onyxsoft/libonyxsoftOS4.a(reactionsimplifiersOS4.o): In function `reqf':
reactionsimplifiers.c:(.text+0x2d6): undefined reference to `IRequester'
reactionsimplifiers.c:(.text+0x2da): undefined reference to `IRequester'
make: *** [ann-mui] Error 1



Edited by Severin on 2016/8/25 19:57:18
Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Available for OS4?
Just can't stay away
Just can't stay away


All can be used on classics if you have the right interface, eg. some xip and jazz drives are SCSI

RAD should work on both but is fairly poinless on any system with a harddrive especially NG.

Crossdos for floppy might work on Ng systems if you have one with a floppy drive (SE/XE)

basically zip, jazz & floppys have all been replaced with usb sticks and harddrives, stick a USB card in a classic and you're sorted for all systems.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: How to change text colour in a start menu?
Just can't stay away
Just can't stay away


@Paul

Thanks but this is the DOpus5 forum, so I meant a DOpus5 Start Menu.

It seems to be hard coded to pen 1 and either there is no hilighting or it doesn't work.

Go to top


How to change text colour in a start menu?
Just can't stay away
Just can't stay away


The subject says it all, Does anyone know how to do this?

Go to top


Re: Image thumbnail viewer
Just can't stay away
Just can't stay away


@JosDuchIt

The fastest one I've found isn't for OS4 it's 68k, http://aminet.net/package/gfx/show/PictureOverview

You get the odd DSI if you try the rotate functions but they are recoverable. It;s not the easiest program to use as it has a drawer list window that you have to add entries to before you can access them but it is fast.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: Image thumbnail viewer
Just can't stay away
Just can't stay away



Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: List browser with check boxes
Just can't stay away
Just can't stay away


@GarbageOut

when posting code you have to use the DHTML editer and enclose it with [ code ] [ /code ] without the spaces eg.

if testing
    
do nothing
else
    do 
even_less
endif

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: qt 4.7 report here
Just can't stay away
Just can't stay away


@alfkil

Left LALT (RAWKEY 0x64) key works fine, RALT (RAWKEY 0x65) doesn't.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top


Re: qt 4.7 report here
Just can't stay away
Just can't stay away


@alfkil

Just tried juffed, found a little problem, Alt menu command shortcuts do not work with the right alt key

I found this with alt-up/down (move line up/down)

Edit: juffed ignores the protection bits of a loaded file and saves with ----rw-d, it should use -s--rw-d as default or keep the origianl.

Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top



TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 57 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project