Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
112 user(s) are online (65 user(s) are browsing Forums)

Members: 0
Guests: 112

more...

Headlines

 
  Register To Post  

« 1 2 (3)
Re: AmiDARK Engine Sources for sale
Not too shy to talk
Not too shy to talk


See User information
>I don't do semi-colons.

AmiDarkEngine is C based so you can easily create macros to add semi-colons

Like this
#define DARKfunction(a,b,c) AMIDARKfunction((a),(b),(c));


Alain

Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
Hans showed the good link.
I think I will do some sort of MACRO or Wrapping to change the prefix from "DE" to "db" so user can use both "DE" or "db" ...

I must just check if GCC can use MACRO or if I must create Wrap.

EDIT : Just saw the Alain post. I will check this for my needs :)


Edited by AmiDARK on 2014/12/10 9:32:15
All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Sources for sale
Just popping in
Just popping in


See User information
Absolutely good news that bounty has completed!

\o/....X1000....\o/
Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@AmiDARK

Quote:
I think I will do some sort of MACRO or Wrapping to change the prefix from "DE" to "db" so user can use both "DE" or "db" ...

I must just check if GCC can use MACRO or if I must create Wrap.

EDIT : Just saw the Alain post. I will check this for my needs :)


If you only want DarkGDK compatibility, then

#define DARKFunction AMIDARKFunction

for each function will suffice. You won't be able to create DarkBASIC compatibility, because some functions have been split into multiple words to make them look more like written language (e.g., Load Object).

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
@Hans
I know that ;)
And that's what I'll do

db is prefix for DarkGDK function because in reality, TheGameCreators firstly create DarkBASIC Professional (as .DLL files) and then created DarkGDK...

Concerning DarkBASIC, I'll create a "converter" that will read the DARKBASIC style file and will convert it to C syntax using AmiDARK Engine commands & functions ;)
But this converter will be started when the full engine will be finished.

All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
A friend adviced me https://github.com/ for the repository of the sources ... I though about http://sourceforge.net/
Which one is the best and the easier for the files ?

I know nothing about how these systems works, how to upload and update files ...

Regards,
AmiDARK

All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@AmiDARK

GitHub is definitely nice. However, before you choose that we need to make sure that we can actually use it. We don't have a git port for AmigaOS, although we do have a Git plugin for Mercurial.

Does anyone have any experience using that plugin? Is it easy to access github repositories with it? If not, then sticking with sourceforge and svn would be a better idea. At least we have a reliable svn client that runs on AmigaOS.

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
In case the git plugin wouldn't work, https://bitbucket.org is nice for hosting mercurial repos. The OS4 svn client doesn't work with SF.net anymore.


Edited by BSzili on 2014/12/11 20:22:28
This is just like television, only you can see much further.
Go to top
Re: AmiDARK Engine Sources for sale
Just can't stay away
Just can't stay away


See User information
@Hans

There's also a Python implementation: https://github.com/jelmer/dulwich
I don't know if it works. Maybe worth a try.

Philippe 'Elwood' FERRUCCI
Sam460ex 1.10 Ghz
http://elwoodb.free.fr
Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@Elwood

Dulwich is the same thing as HGGit give or take. It's built in to hggit, not sure how useful it is seperately (maybe for ewriting dedicated script for set jobs).


@Hans

HGgit is crap (Ishould know I wasted my time porting it )

It is so so slow at checking out repos and I'm not sure if checking back in really works properly.

You can access github via svn but it needs a new version that we have so not much benefit there.

As to repositories it's all swings and roundabouts.

I would go for google code perhaps, I've found it relativelt amiga friendly.



Go to top
Re: AmiDARK Engine Sources for sale
Just can't stay away
Just can't stay away


See User information
@broadblues
abalaban came up with a temporary fix for Subversion use at SourceForge. Check his post in the topic "Subversion certificate error". Solie informed me in a similar topic in the Hyperion Developer forums that AmiSSL is being worked on; which should fix OS4 Subversion.


Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@xenic

I don't know about srcforge as I haven't accessed it in ages, but the usual reason for svn not working is out of date svn archive protocols not SSL errors, that's just a recent complication.

github svn doesn't work with ot without ssl others will inevitably vary.




Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@broadblues
Quote:
I would go for google code perhaps, I've found it relativelt amiga friendly.

Sounds like a good idea if it's more friendly to the svn client that we have. Github looks more polished, but is no use if we haven't got a reliable git client.

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
@All :

I must admit that ... I understand nothing to all your speeches :p lol
No ... In fact not really ..
Generally, Amiga open source projects are on which hoster ?

All we have to decide is what to do with the time that is given to us.
Go to top
Re: AmiDARK Engine Sources for sale
Quite a regular
Quite a regular


See User information
If you want to go with the crowd, then I'd say most of the Amiga projects are hosted on SourceForge. I personally prefer GitHub, but it is for git only. IFAIR you compile on Windows using AmiDevC++, so you can choose whatever version control system you would like.

This is just like television, only you can see much further.
Go to top
Re: AmiDARK Engine Sources for sale
Just can't stay away
Just can't stay away


See User information
@AmiDARK

There's also Google Code which supports Git, Mercurial and SVN:
https://code.google.com/

The AmigaOS 4.x SDL 1.2 port is already hosted there:
https://code.google.com/p/os4sdl/

Go to top
Re: AmiDARK Engine Sources for sale
Home away from home
Home away from home


See User information
@salass00

...as is the (outdated?) Mplayer repository and Joakims great Amiga Java port and lots others.

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top

  Register To Post
« 1 2 (3)

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project