Page 6 of 9

Re: ËNVY (LÖVE Framework)

Posted: Thu Nov 27, 2008 1:58 pm
by Borsty
Lol, dot and crossproduct functions are the basics a vector lib needs, that's available since it got released xD

Re: ËNVY (LÖVE Framework)

Posted: Thu Nov 27, 2008 2:30 pm
by Kuromeku
1stAnd10 wrote:Kudomiku do you have a function in ENVY that returns the dot product? If not that could be really useful. I'm just starting out with vector math and one thing XNA had was a math.dot function that I used a lot. I can live without it but just a suggestion while your adding other useful stuff.
vector:dotProduct(vector);

Re: ËNVY (LÖVE Framework)

Posted: Fri Nov 28, 2008 4:31 pm
by 1stAnd10
<- n00b

I overlooked it in the docs. Sorry. :)

Re: ËNVY (LÖVE Framework)

Posted: Sat Nov 29, 2008 2:16 am
by Kuromeku
Image

Version: Phase 12.
Download:http://kudomiku.com/dump/lua/envy/envy.love.
Changelog:

Code: Select all

[Phase 12]
	* Added envy.map library.
	* Added onError(message) hook.
	* Added onMapLoad(map) hook.
	* Added onDrawMap(map) hook.
	* Added onMapUnload(map) hook.
	* Added the world is now automatically created when a map is loaded. If you really must
	get the world, you can use envy.map.getWorld().
	* Added if you don't specify a world to put an entity in when using envy.entity.add, then it
	will automatically add it to the map's world - if a map is active.
	* Added envy.entity.class:getWorld().
	* Added envy.util.error(message).

Re: ËNVY (LÖVE Framework)

Posted: Wed Dec 03, 2008 2:12 am
by Merkoth
I know I'm late, but I just took a peek at this framework. It's awesome. Congrats to the devs, and thanks for all the fish :D

Re: ËNVY (LÖVE Framework)

Posted: Wed Dec 03, 2008 12:00 pm
by Kuromeku
Merkoth wrote:I know I'm late, but I just took a peek at this framework. It's awesome. Congrats to the devs, and thanks for all the fish :D
I'm the only dev, but Borsty is making his own external modules :)

Re: ËNVY (LÖVE Framework)

Posted: Wed Dec 17, 2008 6:35 pm
by Kuromeku
Buuuuuuuuuuuuump!

Re: ËNVY (LÖVE Framework)

Posted: Wed Dec 17, 2008 8:31 pm
by bartbes
Kudomiku wrote:Buuuuuuuuuuuuump!
What? We are allowed to bump?

Re: ËNVY (LÖVE Framework)

Posted: Thu Dec 18, 2008 11:45 am
by mike
bartbes wrote:
Kudomiku wrote:Buuuuuuuuuuuuump!
What? We are allowed to bump?
No, you're not. But you are allowed to bump.

Re: ËNVY (LÖVE Framework)

Posted: Wed Dec 24, 2008 1:04 am
by Kuromeku
Image

Version: Phase 13.
Download:http://kudomiku.com/dump/lua/envy/envy.love.
Changelog:

Code: Select all

[Phase 13]
	* Added envy.control.class:stretchToParent(spacing).
	* Added envy.util.drawRoundedBox(x, y, width, height, radius, drawType).
	* Added envy.util.round(number).
	* Added envy.vector:newFromRandom().
	* Changed the style of the GUI.
	* Changed the control's onDraw function to have position, width and height arguments.
	* Changed the type()'s of Controls, Entities, etc to proper ones.
	* Changed envy.defaultFont to ENVY_FONT.