Avatars: OBEY!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Zorbatron
Citizen
Posts: 78
Joined: Wed May 27, 2009 6:58 pm

Re: Avatars: OBEY!

Post by Zorbatron »

Look how artistic I am lawdsauce.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Avatars: OBEY!

Post by bartbes »

@Zorbatron: Why is it so big? (133.7 MB?!)
User avatar
Tenoch
Citizen
Posts: 76
Joined: Mon Jul 21, 2008 7:49 am

Re: Avatars: OBEY!

Post by Tenoch »

It is however quite unfortunate that

Code: Select all

if !(self.Obey) then
    self.Obey = true;
end
isn't valid Lua ^^
The unary negation is "not" (and the semicolon is valid but useless). In this case you can even do it faster with

Code: Select all

self.Obey = self.Obey or true
"When in doubt, use brute force." Ken Thompson
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Avatars: OBEY!

Post by Robin »

And unless self.Obey is going to be anything other than nil, false or true, you could even just write:

Code: Select all

self.Obey = true
But of course, I don't know that. ;)

@bartbes: the "133.7" I get. However, I agree KB instead of MB would have been more believable! (B is of course impossible. That would have been 1069.6 bits!
Help us help you: attach a .love.
User avatar
qubodup
Inner party member
Posts: 775
Joined: Sat Jun 21, 2008 9:21 pm
Location: Berlin, Germany
Contact:

Re: Avatars: OBEY!

Post by qubodup »

Zorbatron wrote:Look how artistic I am lawdsauce.
Isn't that icon copyrighted by Notepad++? You should use a freely licensed one from everaldo.com/crystal/ for example and add a credit and license notice, in case somebody wants to use your avatar too.

This is a joke. Don't you get it? ^^
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
User avatar
Garotas*Gostosas
Prole
Posts: 41
Joined: Fri Apr 03, 2009 12:15 am

Re: Avatars: OBEY!

Post by Garotas*Gostosas »

:rofl:
I LOVE GAME, YEAH!
User avatar
Sardtok
Party member
Posts: 108
Joined: Thu Feb 21, 2008 2:37 pm
Location: Norway/Norge/諾威/挪威 (Yes, I'm teh back!)
Contact:

Re: Avatars: OBEY!

Post by Sardtok »

Robin wrote:B is of course impossible. That would have been 1069.6 bits!
With bytes you could of course just remove the decimal separator, but then I guess its meaning would be too obvious.
Take off every Zigg for great rapist.
Now, outgay that!
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Avatars: OBEY!

Post by bartbes »

I agree on the 1069.6 bits, nobody sees that (unless they are uber-133.7MB :P)
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Avatars: OBEY!

Post by Robin »

Sardtok wrote:With bytes you could of course just remove the decimal separator, but then I guess its meaning would be too obvious.
Meaning? What meaning? :P
bartbes wrote:I agree on the 1069.6 bits, nobody sees that (unless they are uber-133.7MB :P)
"Now Jimmy is some smart kid. He's got 10696 bits to the byte, if you know what I mean..."

BTW, somehow, "leet" seems to fit better with mobsters and the like than with computer nerds. Although that might be because Goodfellas was recently on the telly.
Help us help you: attach a .love.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Avatars: OBEY!

Post by bartbes »

Finally made myself a new one, accompanied by a sig..
bartbes' sig wrote:Your code will be baked, and then there will be LÖVE.
Post Reply

Who is online

Users browsing this forum: No registered users and 34 guests