Re: Comunity open ao repo
Oh dude, its can not be real. this love not dead yet but this game is dead. if i want to fix this game and source, i can rewrite this game. Old graphics, old maps, old engines. Well, if we can handle all this code errors this enough for you? No, is not! This game and animations or other magic things is so old.
Re: Comunity open ao repo
@fyrjzy : there is no help this repo is for development purpose not opening ton of server sorry, if you ask question about the code it self these questions will be answered.
@4TheEnjoy : I think some people always love this game, a new version made from scratch is a really good idea (with new asset + new graphical engine), but to do it a lot of time is needed, and a someone alone will take near 6 month-1year to get a good base to create a community to work on a new version that is long, I prefer start a small community, see if some people are interested and if some people contribute may be ask them for a bigger project.
Re: Comunity open ao repo
Quote:
Originally Posted by
decarvk
build will always fail until the code have a good code style with an error log < 4Mb.
Well i got myself a bit informed about cpplint, you're better writing a tool for fix programmatically the codestyle errors rather than by hand.
Or optionally you can directly make your version of it, since it's open source.
Re: Comunity open ao repo
that was my idea at start but not done yet i'm a bit busy these last week I will look at it later when my free time will be back.
and cpplint allow you to configure it to allow/disallow some rules on runtime.
Code:
--filter=-runtime/printf,-build/c++11
remove rules runtime/printf and build/c++11
Re: Comunity open ao repo
Quote:
Originally Posted by
decarvk
that was my idea at start but not done yet i'm a bit busy these last week I will look at it later when my free time will be back.
and cpplint allow you to configure it to allow/disallow some rules on runtime.
Code:
--filter=-runtime/printf,-build/c++11
remove rules runtime/printf and build/c++11
Disabling shit around doesn't necessarily represent a problem solution.
Re: Comunity open ao repo
I will look at it when my time will back, this repo is just a first step, some more thing around this repo arrive in some month ;)
Re: Comunity open ao repo
It's sad you guys don't really like open source, judging by the commits log of openao. Only know how to download, right?
1 Attachment(s)
Re: Comunity open ao repo
I'm sorry but what did you expect other than a bunch of greedy, exploitative, low effort, shop modified, engrish servers with good content appearing left, right and center with this? (Those capable of compiling a project)
I'm not saying the idea itself is bad, I'm saying it's not applicable in Ace. Did you see some of the people going around fb with this, reselling and bragging with "their" accomplishments? The ignorance they go about with re-uploading our work to third party sites and crediting themselves for them? And even this very post / repo lacks any information about the authors of this. Not really making a good example at all.
Speaking for myself, as long as there isn't proper recognition and referencing on projects like these, it's not worth my time.
Re: Comunity open ao repo
Quote:
Originally Posted by
Future
I'm sorry but what did you expect other than a bunch of greedy, exploitative, low effort, shop modified, engrish servers with good content appearing left, right and center with this? (Those capable of compiling a project)
I'm not saying the idea itself is bad, I'm saying it's not applicable in Ace.
Exactly, this section kinda started selfish and greedy, and so it will end imho.
I'm not sure if this is caused by the kind of people playing this game, but one thing is for sure. They want everything for free and even more. As example see the MapEditor release, even after it got leaked someone whined about that he wants the Source Code for it and a huge bitchwar started with several people (even ones who never really contributed to this section, except some flame comments). Their opinion is: "If i have something that no other have, why should i share it? It's my precious!!!!"
So honestly for me this section is dead at all now, it was slowly dying before because of silent leechers, but today the leechers even complain about not having everything for free and thats what destroyed this section completely now.
Re: Comunity open ao repo
Bitchfighting over leakings and releases became mainstream like one year ago already, post some porn rather, which would be more interesting imho.
Re: Comunity open ao repo
for authorship I think leave authorship in comment is a really bad practice an author file with the list of modified thing in these source will be the best way to manage authorship of thing done in this code, (mainly masang, future and pankj and some other person that I don't know, I have done some little thing and an other dev have done some feature when he was working with me) their is a lot of thing to do but I will not do documentation arround how to compile it, there is enough thread on this forum that help to deal with it, I offer just a place where people can share IF they WISH with the community (im not hoping a lot of people will do it).
Re: Comunity open ao repo
Quote:
Originally Posted by
decarvk
for authorship I think leave authorship in comment is a really bad practice an author file with the list of modified thing in these source will be the best way to manage authorship of thing done in this code, (mainly masang, future and pankj and some other person that I don't know, I have done some little thing and an other dev have done some feature when he was working with me) their is a lot of thing to do but I will not do documentation arround how to compile it, there is enough thread on this forum that help to deal with it, I offer just a place where people can share IF they WISH with the community (im not hoping a lot of people will do it).
Nobody skilled enough will ever touch this, no offense.
Re: Comunity open ao repo
Quote:
Originally Posted by
Aesir
Nobody skilled enough will ever touch this, no offense.
may be in your mind skilled people are dumb but I dont think I think skilled people can understand that share like it is better than ready to use thing, and will only be used by people trying to learn new skill, or just use their skill to do something
for my part AO as learned me some math tricks (for collision), how a c++ code can be trash, it's have made me progress with mssql, as I was never using it in my life. I think share a code source is always better than a binary.
and for those who start deal with socket, parsing, threading ....
Re: Comunity open ao repo
I was just saying how selfish people are. I admit I wouldn't release the source. Decarvk wouldn't too, hadn't the source been leaked.
But I still don't get it, this source has been around for about 2 months. I'm sure some people downloaded it to use it, so why don't they upload anything? There's literally a sea of bugs there, waiting to be explored. One of the best exercises for programmers is finding and fixing bugs. It's not like we will steal your "precious" work, but more like you will make a very small contribution compared to, e.g. the geometry instancing I added in this source.
I could also upload my own repo, which has a longer and more useful history log. Maybe with a better set up, for a better example. Although it would probably make no difference for you people, so I won't bother unless requested.