Search found 21 matches

by igor
Wed Jan 13, 2010 10:42 am
Forum: Support and Development
Topic: No error report
Replies: 4
Views: 3677

Re: No error report

Robin wrote:Where is this piece of code exactly? love.load(), love.update(), etc...?
I'm using the library "Camera" (ver 0.5) and forgot to replace love.graphics.draw(text, ...) to love.graphics.print(). Now is all right. Thanks)
by igor
Tue Jan 12, 2010 8:42 pm
Forum: Support and Development
Topic: No error report
Replies: 4
Views: 3677

Re: No error report

Thank you, that means I've got another problem)
by igor
Tue Jan 12, 2010 7:51 pm
Forum: Support and Development
Topic: No error report
Replies: 4
Views: 3677

No error report

Code:
local i = 1
i = y + 1 -- y equal nil

Result:
white screen for 3 seconds
by igor
Thu Jan 07, 2010 7:37 pm
Forum: Support and Development
Topic: Camera in 0.6.0
Replies: 18
Views: 12104

Re: Camera in 0.6.0

I can't seem to make it work right... I am making a tiled map-loader, and I want it to load the entire map into screen mem, then scroll the camera around it, following the player. Here is how I am using it: require("camera.lua") player_location = {386, 626} step_size = 10 function love.lo...
by igor
Mon Jan 04, 2010 4:33 pm
Forum: Support and Development
Topic: LOVE 0.6 Don't work loging
Replies: 13
Views: 7429

Re: LOVE 0.6 Don't work loging

Robin wrote:
igor wrote:Let's imagine I'v reinstalled my OS and forgot install audio drivers.
Well, I don't know, but I imagine if you forgot to install audio drivers you would have noticed sooner anyway.
Another example: I'v hook error in global scope, syntactic error, how can I find it out?
by igor
Mon Jan 04, 2010 2:52 pm
Forum: Support and Development
Topic: Cyrillic
Replies: 3
Views: 3670

Re: Cyrillic

Robin wrote:If you are referring to Unicode support: it is... problematic.

It is a known problem, but not of any priority.
Thanks
by igor
Mon Jan 04, 2010 1:35 pm
Forum: Support and Development
Topic: Cyrillic
Replies: 3
Views: 3670

Cyrillic

Isn't cyrillic supporting?
by igor
Thu Dec 31, 2009 7:02 pm
Forum: Support and Development
Topic: LOVE 0.6 Don't work loging
Replies: 13
Views: 7429

Re: LOVE 0.6 Don't work loging

One question:
In new love version default color mode is modulate, is it normal?
by igor
Thu Dec 31, 2009 7:00 pm
Forum: Support and Development
Topic: LOVE 0.6 Don't work loging
Replies: 13
Views: 7429

Re: LOVE 0.6 Don't work loging

It has been removed because I don't want write permissions to be required for love.exe in the folder it's executed from. I guess we could add a --verbose option or something which puts a log file in %APPDATA%. Thank you. Sorry for my perseverance but I want to understand why it feature has been rem...
by igor
Thu Dec 31, 2009 10:17 am
Forum: Support and Development
Topic: LOVE 0.6 Don't work loging
Replies: 13
Views: 7429

Re: LOVE 0.6 Don't work loging

Let's imagine I'v reinstalled my OS and forgot install audio drivers. Try to run love-project but it didn't start and possibility to know what happened is not exist. I don't understand why this feature have been excluded from final package but after installation in home love-folder file stdout.txt is.