FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 10 matches
Forum Index
Author Message
  Topic: Building Walnut on Linux, 64-bit
the_darkside_986

Replies: 1
Views: 11506

PostForum: Walnut   Posted: Mon Jul 28, 2008 8:49 am   Subject: Building Walnut on Linux, 64-bit
seems impossible due to this statement in value.d:

static assert(Value.sizeof == 16);

And I know for sure that simply removing it is incorrect. Is there any way to patch this to work on 64-bit s ...
  Topic: gedit syntax highlighting for MiniD 1.0
the_darkside_986

Replies: 3
Views: 9103

PostForum: MiniD   Posted: Tue May 20, 2008 6:30 pm   Subject: gedit syntax highlighting for MiniD 1.0
Not sure how long it will be there. I uploaded to my account on the university's Linux server, and I think they will be rebuilding the whole thing in June.
  Topic: gedit syntax highlighting for MiniD 1.0
the_darkside_986

Replies: 3
Views: 9103

PostForum: MiniD   Posted: Fri May 16, 2008 5:01 pm   Subject: gedit syntax highlighting for MiniD 1.0
I developed a syntax file of MiniD 1 for usage with Gedit if anyone needs it:
http://einstein.etsu.edu/~zjag22/minid.lang

Installation: copy the file to /usr/share/gtksourceview-2.0/language-specs ...
  Topic: minid support
the_darkside_986

Replies: 2
Views: 7661

PostForum: Descent   Posted: Thu May 15, 2008 10:25 am   Subject: minid support
MiniD? You mean the scripting language v. 1.0? I think it might be better to hold off porting Descent to that until 2.0 is officially released, as it will address most of the shortcomings of 1.0, such ...
  Topic: Eclipse 3.2 incl'd w/ Ubuntu gutsy - broke Descent!
the_darkside_986

Replies: 4
Views: 10322

PostForum: Descent   Posted: Thu May 15, 2008 10:19 am   Subject: Eclipse 3.2 incl'd w/ Ubuntu gutsy - broke Descent!
I use Ubuntu 8.04, which comes with Eclipse 3.2.2. I recommend an upgrade to Hardy--it has really nice new software and works great after I fixed a missing symlink problem on the liveCD (bad iso/burn ...
  Topic: Few notes
the_darkside_986

Replies: 3
Views: 7725

PostForum: MiniD   Posted: Tue Apr 22, 2008 7:10 pm   Subject: Few notes
I think that the explicit requirement of global/local and semicolons is one strength of MiniD over most scripting languages. It's easier to debug compile errors than runtime errors IMHO.

But I woul ...
  Topic: this minid script code do not work?
the_darkside_986

Replies: 3
Views: 8673

PostForum: MiniD   Posted: Tue Apr 22, 2008 7:00 pm   Subject: this minid script code do not work?
Would it be possible to add to the language a return value for assignment for single assignments only that are nested in parentheses? I guess that would add a bit of complexity to the compiler. Or wha ...
  Topic: April 16 -- Sorry
the_darkside_986

Replies: 1
Views: 6328

PostForum: MiniD   Posted: Tue Apr 22, 2008 6:53 am   Subject: ..
I know what you mean; I haven't been able to put as much time into my MiniD-CGI mod or MDGame project due to finals and projects. But after graduation, I'll hopefully have a little more time. Besides, ...
  Topic: os.getEnv functionality
the_darkside_986

Replies: 3
Views: 8169

PostForum: MiniD   Posted: Thu Apr 10, 2008 6:00 pm   Subject: os.getEnv functionality
Sorry I was mistaken. The problem lies in tango.sys.Environment.

I made my own os.getEnv via tango.stdc.stdlib:getenv. It actually worked. So the problem is with tango not MiniD.
  Topic: os.getEnv functionality
the_darkside_986

Replies: 3
Views: 8169

PostForum: MiniD   Posted: Thu Apr 10, 2008 3:48 pm   Subject: os.getEnv functionality
This function does not appear to work properly unless I'm doing something wrong.

I tried doing writefln(os.getEnv("myvar")); which should print the value of the shell variable myvar, but ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group