Search found 107 matches
- Tue Jun 18, 2019 5:43 am
- Forum: Support and Development
- Topic: Having problems with an AABB Collision Function
- Replies: 3
- Views: 7012
Re: Having problems with an AABB Collision Function
This isn't the best way to do collisions as you'll run into problems when you have multiple things to check. Sadly I don't have time to e plain it right now, I'm sure someone else will. To fix your immediate problem however, you need to set blockcollision to false at the start of update. Essentially...
- Wed Apr 17, 2019 5:15 am
- Forum: Support and Development
- Topic: Image Layering
- Replies: 5
- Views: 10952
Re: Image Layering
Do all of your images in greyscale then when you draw them you can set the colour to whatever you like.
- Sun Mar 10, 2019 10:25 am
- Forum: Support and Development
- Topic: How i can permanently ban someone by their ip from the server? [SOLVED]
- Replies: 17
- Views: 13949
Re: How i can permanently ban someone by their ip from the server?
If they connect to your server then surely you get their IP to be able to send them data back. What networking protocol are you using?
- Tue Feb 19, 2019 9:58 am
- Forum: Support and Development
- Topic: Video distortion/corruption on Raspberry Pi 3
- Replies: 6
- Views: 8289
Re: Video distortion/corruption on Raspberry Pi 3
How much memory are you giving the GPU? Every time I have trouble with a raspberry pi playing video it's because I forgot to increase video memory. You can find it in raspi-config. Essentially they split the RAM between the CPU and GPU but I think it defaults to something really low like 64Mb to the...
- Tue Jan 22, 2019 6:38 am
- Forum: Support and Development
- Topic: [SOLVED] Drawing on canvas works wrong
- Replies: 7
- Views: 7632
Re: [SOLVED] Drawing on canvas works wrong
You get one free clear at the start of the draw loop as love clears the screen for you ready to draw the new frame. As for the tint, yes it applies to everything drawn. You can use this to your advantage though, I draw all my UI assets in greyscale and let the user pick the UI colour.
- Thu Jan 03, 2019 7:43 am
- Forum: General
- Topic: love.event.wait freezing game window
- Replies: 13
- Views: 11010
Re: love.event.wait freezing game window
Is the text being printed to the console? Your function added to the timer is calling print which adds text to the console.
- Sun Dec 09, 2018 10:09 pm
- Forum: General
- Topic: LoveéD and udp socket
- Replies: 6
- Views: 8688
Re: LoveéD and udp socket
Depends, whoever is running the server needs to have open ports.
- Fri Oct 19, 2018 12:27 pm
- Forum: Games and Creations
- Topic: Aeon of Sands - The Trail - a retro, post-apocalyptic RPG coming 4 Dec. 2018
- Replies: 47
- Views: 111204
Re: Aeon of Sands - The Trail - a retro, post-apocalyptic RPG coming 4 Dec. 2018
Congratulations, the game looks awesome. Can't wait to play it.
- Wed Oct 17, 2018 7:02 pm
- Forum: Support and Development
- Topic: Mousepressed not working?
- Replies: 27
- Views: 18746
Re: Mousepressed not working?
just zip them up and rename from .zip to .love
- Wed Oct 17, 2018 6:44 pm
- Forum: Support and Development
- Topic: Printing Machine
- Replies: 5
- Views: 4757
Re: Printing Machine
I was wondering what that command was in Lua, in python it's
I will use this in the future
Code: Select all
os.startfile(dir_path, "print")