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)Robin wrote:Where is this piece of code exactly? love.load(), love.update(), etc...?
Search found 21 matches
- Wed Jan 13, 2010 10:42 am
- Forum: Support and Development
- Topic: No error report
- Replies: 4
- Views: 3835
Re: No error report
- Tue Jan 12, 2010 8:42 pm
- Forum: Support and Development
- Topic: No error report
- Replies: 4
- Views: 3835
Re: No error report
Thank you, that means I've got another problem)
- Tue Jan 12, 2010 7:51 pm
- Forum: Support and Development
- Topic: No error report
- Replies: 4
- Views: 3835
No error report
Code:
local i = 1
i = y + 1 -- y equal nil
Result:
white screen for 3 seconds
local i = 1
i = y + 1 -- y equal nil
Result:
white screen for 3 seconds
- Thu Jan 07, 2010 7:37 pm
- Forum: Support and Development
- Topic: Camera in 0.6.0
- Replies: 18
- Views: 13058
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...
- Mon Jan 04, 2010 4:33 pm
- Forum: Support and Development
- Topic: LOVE 0.6 Don't work loging
- Replies: 13
- Views: 7912
Re: LOVE 0.6 Don't work loging
Another example: I'v hook error in global scope, syntactic error, how can I find it out?Robin wrote:Well, I don't know, but I imagine if you forgot to install audio drivers you would have noticed sooner anyway.igor wrote:Let's imagine I'v reinstalled my OS and forgot install audio drivers.
- Mon Jan 04, 2010 2:52 pm
- Forum: Support and Development
- Topic: Cyrillic
- Replies: 3
- Views: 3870
Re: Cyrillic
ThanksRobin wrote:If you are referring to Unicode support: it is... problematic.
It is a known problem, but not of any priority.
- Mon Jan 04, 2010 1:35 pm
- Forum: Support and Development
- Topic: Cyrillic
- Replies: 3
- Views: 3870
Cyrillic
Isn't cyrillic supporting?
- Thu Dec 31, 2009 7:02 pm
- Forum: Support and Development
- Topic: LOVE 0.6 Don't work loging
- Replies: 13
- Views: 7912
Re: LOVE 0.6 Don't work loging
One question:
In new love version default color mode is modulate, is it normal?
In new love version default color mode is modulate, is it normal?
- Thu Dec 31, 2009 7:00 pm
- Forum: Support and Development
- Topic: LOVE 0.6 Don't work loging
- Replies: 13
- Views: 7912
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...
- Thu Dec 31, 2009 10:17 am
- Forum: Support and Development
- Topic: LOVE 0.6 Don't work loging
- Replies: 13
- Views: 7912
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.