Re: Project Highlight: Timur Gafarov

2018-07-03 Thread aberba via Digitalmars-d-announce

On Friday, 16 September 2016 at 15:54:15 UTC, Timur Gafarov wrote:

16.09.2016 18:12, c-v-i пишет:
On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker 
wrote:

[...]


can someone build atrium ?


For all people who can't build Atrium: you either have an old 
source tree or trying to build one of the releases. Trunk in 
it's current state should compile with DMD 2.070 or LDC 1.0 - 
at least, under Windows and Linux, both 32 and 64 bit. Support 
for other OSes, configurations, compilers and DMD versions is 
not guaranteed.


What is the current state of your game development projects in 
general?  Dmech?  Dagon?


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread Timur Gafarov via Digitalmars-d-announce

16.09.2016 18:12, c-v-i пишет:

On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote:

What started out as a highlight of Timur's open source game, Atrium,
turned into an introduction to several of his D projects. And it looks
like I've managed to make this announcement without a typo in the
title this week. If you notice any mistakes in the blog post, please
let me know!

The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/



can someone build atrium ?


For all people who can't build Atrium: you either have an old source 
tree or trying to build one of the releases. Trunk in it's current state 
should compile with DMD 2.070 or LDC 1.0 - at least, under Windows and 
Linux, both 32 and 64 bit. Support for other OSes, configurations, 
compilers and DMD versions is not guaranteed.


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread Adam D. Ruppe via Digitalmars-d-announce
"Interestingly, he was actually attracted by one of the things 
often cited as a turn-off about D back then: the lack of 
libraries. It was a situation in which he saw opportunities to 
create things from scratch, without worrying about reinventing 
the wheel."



Amen. My experience with libraries is about 90% negative, yet if 
they are available, someone forces me to use them anyway... so it 
is a feature when they aren't around!


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread ketmar via Digitalmars-d-announce

On Friday, 16 September 2016 at 14:12:49 UTC, c-v-i wrote:
On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker > can 
someone build atrium ?


i did it several times, even without dub.


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread yawniek via Digitalmars-d-announce

On Friday, 16 September 2016 at 14:12:49 UTC, c-v-i wrote:

On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote:
What started out as a highlight of Timur's open source game, 
Atrium, turned into an introduction to several of his D 
projects. And it looks like I've managed to make this 
announcement without a typo in the title this week. If you 
notice any mistakes in the blog post, please let me know!


The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/


can someone build atrium ?


yes its easy, just fix the 3 lines of code and add the full 
module path and off you go.




Re: Project Highlight: Timur Gafarov

2016-09-16 Thread Basile B. via Digitalmars-d-announce

On Friday, 16 September 2016 at 14:12:49 UTC, c-v-i wrote:

On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote:
What started out as a highlight of Timur's open source game, 
Atrium, turned into an introduction to several of his D 
projects. And it looks like I've managed to make this 
announcement without a typo in the title this week. If you 
notice any mistakes in the blog post, please let me know!


The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/


can someone build atrium ?


No.

:/

The author could have expected that many people would try to 
build his game after reading the article...that's not serious.


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread c-v-i via Digitalmars-d-announce

On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote:
What started out as a highlight of Timur's open source game, 
Atrium, turned into an introduction to several of his D 
projects. And it looks like I've managed to make this 
announcement without a typo in the title this week. If you 
notice any mistakes in the blog post, please let me know!


The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/


can someone build atrium ?


Re: Project Highlight: Timur Gafarov

2016-09-16 Thread Andrea Fontana via Digitalmars-d-announce

On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote:
What started out as a highlight of Timur's open source game, 
Atrium, turned into an introduction to several of his D 
projects. And it looks like I've managed to make this 
announcement without a typo in the title this week. If you 
notice any mistakes in the blog post, please let me know!


The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/


Nice post, but both game and dmech fails when I try to build them 
on my ubuntu x64. Dmech demo complains about sse:


dlib ~master: building configuration "library"...
../../../dlib-master/dlib/filesystem/stdfs.d(34,8): Deprecation: 
module std.c.stdio is deprecated - Import core.stdc.stdio instead
../../../dlib-master/dlib/filesystem/stdfs.d(73,22): Error: 
function core.stdc.stdio.fseek (shared(_IO_FILE)* stream, long 
offset, int whence) is not callable using argument types 
(shared(_IO_FILE)*, fpos_t, int)
../../../dlib-master/dlib/math/sse.d(184,25): Error: bad 
type/size of operands 'mov'



I can't find atrium on dub; snapshot from github won't compile 
(and INSTALL instructions seem wrong).


Project Highlight: Timur Gafarov

2016-09-16 Thread Mike Parker via Digitalmars-d-announce
What started out as a highlight of Timur's open source game, 
Atrium, turned into an introduction to several of his D projects. 
And it looks like I've managed to make this announcement without 
a typo in the title this week. If you notice any mistakes in the 
blog post, please let me know!


The post:
https://dlang.org/blog/2016/09/16/project-highlight-timur-gafarov/

reddit:
https://www.reddit.com/r/programming/comments/531po8/from_the_d_blog_introducing_an_open_source_game/