Dizzy Omega 0.37

2018-12-01 Thread unDEFER via Digitalmars-d-announce

Hello, everyone!
I have done the second demo version of my game fully written in D.

Dizzy is a puzzle game, Purpose of which is the collection and 
use of items.
Dizzy Omega (Dizzy on Mars) is the sequel of the game Dizzy Y 
(which was for ZX-Spectrum).


The game has 3D graphic, but 2D logic.

The second demo has 53 screens, 39 items, 32 from which you can 
use. Some of them several times.


Site of the project: https://dizzy-omega.sourceforge.io


Re: Dizzy Omega 0.17

2018-04-05 Thread unDEFER via Digitalmars-d-announce

On Thursday, 5 April 2018 at 14:33:16 UTC, ashit axar wrote:


do i need to install derelict ?
im using windows7


No, You don't need derelict (it is needed only at compile time 
and dub downloads it automatically).. Which video card you have? 
Maybe you tried run any other OpenGL games?


Dizzy Omega 0.17

2018-04-04 Thread unDEFER via Digitalmars-d-announce

I have done the first demo version of my game fully written in D.

Dizzy is a puzzle game, Purpose of which is the collection and 
use of items.
Dizzy Omega (Dizzy on Mars) is the sequel of the game Dizzy Y 
(which was for ZX-Spectrum).


The game has 3D graphic, but 2D logic.

The first demo has 24 screens, 17 items, 9 from which you can 
use. Some of them several times.


Site of the project: https://dizzy-omega.sourceforge.io


Re: unDE 0.2.0 - unusual command line and keybar

2017-02-03 Thread unDEFER via Digitalmars-d-announce

On Friday, 3 February 2017 at 17:11:26 UTC, Chris Wright wrote:
I think `mkdirRecurse` doesn't complain about directories that 
already exist.


Thank you!


Re: unDE 0.2.0 - unusual command line and keybar

2017-02-03 Thread unDEFER via Digitalmars-d-announce

On Friday, 3 February 2017 at 14:18:05 UTC, Basile B. wrote:

Also before that there's two FileException thrown because you 
use mkdir() systematically with a silent try catch. You should 
rather test if the the directories exist (when you create 
~/.unde/  and ~/.unde/bdb/, global_state.d) because it tends to 
be annoying when trying to get that stack trace for the real 
exception !


OK, will be fixed.


Re: unDE 0.2.0 - unusual command line and keybar

2017-02-03 Thread unDEFER via Digitalmars-d-announce

On Friday, 3 February 2017 at 14:05:58 UTC, Basile B. wrote:

What is the name of the static lib we have to install for for 
"DB" ?


/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: ne 
peut trouver -ldb
collect2: error: ld returned 1 exit status
Error: linker exited with status 1


You must usr libdb 5.3. Your seg.fault because you use version 
lesser.


Re: unDE 0.2.0 - unusual command line and keybar

2017-01-30 Thread unDEFER via Digitalmars-d-announce

On Monday, 30 January 2017 at 11:20:40 UTC, FreeSlave wrote:

Can't load 
/home/freeslave/git_projects/unde/images/clear_errors.png: 
Invalid renderer


Yes, it is very strange message, I still didn't find how to clean 
it out...


Re: unDE 0.2.0 - unusual command line and keybar

2017-01-29 Thread unDEFER via Digitalmars-d-announce

On Sunday, 29 January 2017 at 23:57:30 UTC, FreeSlave wrote:

On Sunday, 29 January 2017 at 19:00:30 UTC, unDEFER wrote:


Very interesting concept (Probably it's not new, but I never 
actually used file managers like this). It looks you put much 
love and effort in it. Damn, you even made packages for many 
different Linux distros! (I'm always lazy when things come to 
packaging, so I'm just amazed that you made so many).


Thank you

Why did you not give a link to github repo? I had to search it 
myself https://github.com/unDEFER/unde


Because it is only mirror and I update it only on releases.

How can I build and run unde myself? I built it via dub build 
and installed ttf-ancient-fonts, but it still throws exception 
when I try to run ./unde:
object.Exception@source/unde/font.d(714): TTF_OpenFont: 
Couldn't open 
/usr/share/fonts/truetype/ancient-scripts/Symbola_hint.ttf


Look source/unde/font.d, there is many "versions" where may be 
installed these fonts. If you find your paths you can use 'dub 
build -c "Version"'.

Else you can add own or make symbolic links.

Also you can say your distro and maybe the next time I will make 
package for you.


unDE 0.2.0 - unusual command line and keybar

2017-01-29 Thread unDEFER via Digitalmars-d-announce
unDE's not DE which in the future must be replacement for all 
programs in OS.
But today is very original file manager, image and text viewer 
and (what discovered with 0.2.0 version) command line and keybar.

More information: http://unde.sourceforge.net/en/ch25.html
Video with English subtitles: https://youtu.be/XY7Jegxq6vg


Re: Many documentation examples can now be run online

2016-12-19 Thread unDEFER via Digitalmars-d-announce

Excellent work, thank you!


Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread unDEFER via Digitalmars-d-announce

On Friday, 16 December 2016 at 19:03:29 UTC, MGW wrote:

Очень интересная работа. Взглянул на некоторые проблемы с 
другой стороны.

Интересно, это реализовано на D?


I'm translating:
"Very interesting work. I looked on some problems with other hand.
 Interesting, is it implemented on D?"

Отвечаю:
Дык, там же все исходники!

Translation of answer:
"There is all sources!!!"


Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread unDEFER via Digitalmars-d-announce

On Friday, 16 December 2016 at 14:51:53 UTC, John Colvin wrote:
This looks like a very interesting project. I have had similar 
ideas recently but haven't had time to do anything. I'm looking 
forward to seeing what you create.


Thank you!


Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-15 Thread unDEFER via Digitalmars-d-announce

On Thursday, 15 December 2016 at 20:35:16 UTC, Basile B. wrote:
That's interesting, unfortunately for you there's a more 
advanced version of a ZUI file explorer 
(http://eaglemode.sourceforge.net/index.html). How much your 
respective projects are related ?


As I understand eaglemode is only viewer. I want to go further. 
After version 0.1.0 there is will:

0.2.0 - command line
0.3.0 - text editor with IDE (with extremely support of D of 
course)

0.4.0 - graphic editor
and so on..


unDE 0.1.0: original file manager, image and text viewer

2016-12-15 Thread unDEFER via Digitalmars-d-announce

Hello, my dear friends!
So many days you answers on many my questions.
And today I glad to present my work: unDE 0.1.0.
It is very original file manager, image and text viewer.
More information: http://unde.sourceforge.net/en/ch24.html
Video with English subtitles: https://youtu.be/29zuxU9eyXo