Search found 15 matches

by Raxe88
Sun Sep 03, 2017 1:51 pm
Forum: Support and Development
Topic: Problem making a horizontal gaussian blur
Replies: 4
Views: 4932

Re: Problem making a horizontal gaussian blur

First of all, thanks for answering! You helped a lot already :D. In regards of the crashes I am not too sure why they happen, I can run the code without problems. Maybe different versions do different things? What is the logic behind dividing 1.0/width instead of 1.0/(witdh/height)? From what I'm ga...
by Raxe88
Sat Sep 02, 2017 3:18 pm
Forum: Support and Development
Topic: Problem making a horizontal gaussian blur
Replies: 4
Views: 4932

Problem making a horizontal gaussian blur

Hello! I've been messing with shaders these days and I wanted to make a blur, starting by a horizontal one. I understand the concept behind it and I've seen multiple people's code. I've made my own code and also tried someone else's but I get the same problem every time. This is the image without al...
by Raxe88
Wed Nov 12, 2014 2:54 pm
Forum: Support and Development
Topic: Problem drawing when going from fullscreen to normal
Replies: 4
Views: 4767

Re: Problem drawing when going from fullscreen to normal

I tried both things and still doing the same thing. Is it working properly to you? Maybe it has something to do with the graphics card...
by Raxe88
Tue Nov 11, 2014 7:42 pm
Forum: Support and Development
Topic: Problem drawing when going from fullscreen to normal
Replies: 4
Views: 4767

Problem drawing when going from fullscreen to normal

Hello, I am making a videogame and I want to be able to use fullscreen with any computer. The problem comes when switching from fullscreen to normal, it offsets everything I draw up and left. Look at this and you will understand: http://puu.sh/cMIIO/26c2e09f81.png Without going to fullscreen. Looks ...
by Raxe88
Fri Aug 22, 2014 4:58 pm
Forum: Support and Development
Topic: Can't use functions properly
Replies: 3
Views: 2421

Re: Can't use functions properly

I actually didnt even wrote in a very known lenguage, it's Catalan. I'll edit this post and see if I can give you more information. Ok, so I am changing the functions to english. function love.load() loadButtons(); end function love.update() checkMousePos(); end function loadButtons() buttonsImg = {...
by Raxe88
Fri Aug 22, 2014 4:13 pm
Forum: Support and Development
Topic: Can't use functions properly
Replies: 3
Views: 2421

Can't use functions properly

I am trying to make a basic menu using functions and I sure I am using them wrong, mostly because it does not work. I have no idea how to google this so I need your help! This is the code: function love.load() carregarButons(); end function love.draw() imprimirButons() end function love.update() com...
by Raxe88
Thu Aug 22, 2013 6:28 pm
Forum: Support and Development
Topic: No errors but not working: Dragging&Selecting
Replies: 8
Views: 5861

Re: No errors but not working: Dragging&Selecting

This was a mis understanding, what I wanted is to make the square be selected when the selection square covered it. It works perfectly but I was trying to select the square instead of click and drag it. This is what I am aiming at:
Image
by Raxe88
Thu Aug 22, 2013 1:54 pm
Forum: Support and Development
Topic: No errors but not working: Dragging&Selecting
Replies: 8
Views: 5861

Re: No errors but not working: Dragging&Selecting

This is what I downloaded from yours:
Dragging.love
(1.12 KiB) Downloaded 345 times
by Raxe88
Wed Aug 21, 2013 9:20 pm
Forum: Support and Development
Topic: No errors but not working: Dragging&Selecting
Replies: 8
Views: 5861

Re: No errors but not working: Dragging&Selecting

I'm testing this you did but simply doesn't work. I can't select when I click and drag.
Image
The first thing I notice is that the selection = true isn't there, I'll change and see what happens.
by Raxe88
Wed Aug 21, 2013 1:08 pm
Forum: Support and Development
Topic: No errors but not working: Dragging&Selecting
Replies: 8
Views: 5861

Re: No errors but not working: Dragging&Selecting

Ok, I found out a way of making the .love work, the file will be uploaded now :D