Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IsmAvatar

796
Off-Topic / Re: ACTA
« on: March 26, 2010, 09:11:53 am »
1) This is nothing new. The government already has such capabilities from the 9/11 terrorist attack rush legislations. They can suspect you of being a terrorist without evidence, and then essentially make you disappear, where you can undergo tortures (no Habeus Corpus). I don't see why they don't just define piracy as an act of terrorism, rather than rewriting the whole text.

Quote
I hope that Obama keeps that stance on internet privacy he told everyone he had during elections.
Just like all the other promises he's kept from election time.

797
Announcements / Re: Another quickie
« on: March 23, 2010, 04:22:23 pm »
Quote
What was wrong with getting a C dll to call java functions? I found JNI quite pleasant to use for this.
First off, I tried using JNI just to get Java to call a C dll, but I couldn't for the life of me get it to work. I asked around for help, and got pointed to JNA. I tried it out and it worked wonderfully. However, I wasn't able to figure out how to get C to call any Java functions with it, so I assumed that was pretty much out of the question.

That said, what purpose would it serve if we did have a way for Enigma to call LGM's functions?

798
Announcements / Re: Another quickie
« on: March 23, 2010, 12:15:45 pm »
I never said the logical structure would be stored in Enigma. In fact, I was implying it would actually be in LGM.

799
Announcements / Re: Another quickie
« on: March 23, 2010, 09:26:20 am »
Quote
(It's a shame, too; she spent a fair deal of time threading that damn output window, and now it's useless...)
It will still have to be threaded, so that waiting for the dll doesn't cause LGM to totally freeze, but at least I won't have to thread output retrieval. That's good, because I never really liked the bugger anyways. Also, now I won't have to figure out how to parse your output, because it will be stored in a more logical structure.

800
Off-Topic / Re: Essay
« on: March 17, 2010, 10:00:15 pm »
He means libraries - not just dll. Actually I haven't even tested DLL yet, I've only tested .so files. At any rate, we'll simply recompile Enigma for windows, linux, mac, and whatever else. As it is now, it's not really cross-platform anyways, the difference between an exe/elf versus a dll/so...

Also, just a reminder we're talking about Enigma *itself* being a dll so that LGM can talk to it, not Enigma's support of user dll's.

801
Announcements / Re: Another choice.
« on: March 15, 2010, 06:00:44 pm »
Doesn't really matter if it should or shouldn't be used - someone uses it in some game, and they expect to convert said game directly to C++ with Enigma, which is a fairly reasonable expectation. Suppose the following:

Create event: i = 10 //maybe this represents lives
Some other event:
Code: [Select]
if (hits > 10) { //every 10 hits, they lose all their weapons
 var i;
 for (i = 0; i < 5; i += 1) { weapon[i] = 0; }
}
...
i -= 1; //we're reducing the number of lives this player has



Also, for amusement purposes, this is my 69th post...



802
Announcements / Re: Encryption
« on: March 02, 2010, 05:25:10 pm »
While an automated encryption system would be infeasible for the reasons mentioned above, a user-interaction encryption is still relatively feasible. For example, any password-based encryption system, a user-provided seed, or an encryption based on a user-provided input (such as xor'ing 2 files).
Whatever the case, I think most of us could care less about encryption - we'd more readily implement our own if we needed it.

803
Announcements / Re: Rejoice
« on: March 02, 2010, 05:17:07 pm »
Quote
Blame Josh and the tendency to spell in the manner recently read. I can't find a case past where I made such an err, and I wrote it as draw_mandelbrot in the source
Not quite a spelling error, but more grammar: "err" is a verb. "error" is the noun form.

804
Announcements / Re: Rejoice
« on: February 23, 2010, 05:19:30 pm »
It can't be worse than GM, where one of the constants was cr_arrrow.

805
Announcements / Re: Rejoice
« on: February 21, 2010, 03:18:12 pm »
Quote
Premature optimization is the root of all evil.
I believe this is where Money comes from, too - premature optimization.

806
Off-Topic / Re: facebook login
« on: February 14, 2010, 10:34:02 pm »
became a fan of FarmVille.
about an hour ago

807
I have nothing against miniature faggots.

808
Yes, the people from G-Creator.

809
Announcements / Re: Major forum upgrade
« on: January 05, 2010, 10:53:52 pm »
Dear god... Is that... C++?
How do you even read that?

810
Announcements / Re: Happy New Year
« on: January 03, 2010, 02:06:33 am »
It's loosely MIPS. I actually copy pasted it from a friend. If I were to make it more accurate, I would have used "addi" instead of "add" and "j" instead of "jump"