Search found 7 matches

by larios
Thu May 03, 2012 6:37 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 226754

Re: LUBE (Networking Library)

thanks

adding this now works

Code: Select all

function love.update(dt)
	mClient:update(dt)
	mServer:update(dt)
end
was just making some test because i noticed the 1.0 wanted a common class implementation, but ill switch to it
by larios
Thu May 03, 2012 6:04 pm
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 226754

Re: LUBE (Networking Library)

Hi im trying to use LUBE 0.7.1 and Löve 0.8 i was putting togheter this simple example, it seems the connection happen, but callback functions dont seem to respond :brows: is there any obvious mistake here? require "LUBE" mServer = {} mClient = {} function love.load() port=1234 ip="12...
by larios
Sat Apr 21, 2012 5:01 pm
Forum: Support and Development
Topic: Save Canvas as image to file - 0.8
Replies: 2
Views: 2498

Re: Save Canvas as image to file - 0.8

yes that's right thanks :)
by larios
Sat Apr 21, 2012 4:09 pm
Forum: Support and Development
Topic: Save Canvas as image to file - 0.8
Replies: 2
Views: 2498

Save Canvas as image to file - 0.8

Hi, i had this code pre 0.8 local canvasData = canvas:getImageData() local canvasImage = love.image.newEncodedImageData(canvasData, "bmp") local success = love.filesystem.write("pic.bmp", canvasImage) newEncodedImageData seems to be not available anymore(?), how can i repair it?
by larios
Sat Apr 21, 2012 8:18 am
Forum: Support and Development
Topic: Decoda + Love
Replies: 17
Views: 18978

Re: Decoda + Love

now it works, it was indeed the arguments field, thank you!
by larios
Fri Apr 20, 2012 7:48 pm
Forum: Support and Development
Topic: Decoda + Love
Replies: 17
Views: 18978

Re: Decoda + Love

thanks Im still not able to debug my code, in project > setting i set as command the exe from the windows version in here: https://love2d.org/forums/viewtopic.php?f=3&t=8750#p53963 left empty the arguments, working directory i put the one where i have my code and left empty symbols. When i ran i...
by larios
Wed Apr 18, 2012 5:00 pm
Forum: Support and Development
Topic: Decoda + Love
Replies: 17
Views: 18978

Re: Decoda + Love

Hi,

can the version of Decoda provided with NS2 be used with Löve? or is some kind of particular version just to be used with NS2?

Because on Project > Setting i see no field Symbols Directory... :(