Search found 183 matches

by LuaWeaver
Mon Apr 22, 2013 8:02 pm
Forum: Support and Development
Topic: socket.http not being tracked in Fiddler
Replies: 1
Views: 907

socket.http not being tracked in Fiddler

Hello. I've been working on making a chat application in Love2D for a website I use (LuaLearners.org) and I'm able to get the data from "/r/gpw.php?modd=0" in a GET request (but my cookies do not seem to be sent...) and get the correct response from a POST request - but nothing appears in ...
by LuaWeaver
Fri Apr 05, 2013 5:58 pm
Forum: General
Topic: Why Love?
Replies: 19
Views: 8045

Re: Why Love?

mickeyjm wrote:Mainly I chose LOVE because it was in Lua, which I learnt in 2009 on ROBLOX (Do not recommend)
Ditto.
kikito wrote:Simplicity, Lua, 2D-focused, Open source, Multi Platform, and friendly community.
Ditto once more.
by LuaWeaver
Thu Mar 28, 2013 7:33 pm
Forum: Libraries and Tools
Topic: tween.lua
Replies: 31
Views: 22634

Re: tween.lua

I guess I'm missing something very valuable here or my super_noob status is level 9k+ local tween = require 'tween' function love.draw() love.graphics.setColor(255,255,255,255) love.graphics.print("test",0,0) local label = { x=200, y=0, text = "hello" } tween(4, label, { y=300 }...
by LuaWeaver
Tue Mar 26, 2013 12:54 am
Forum: Libraries and Tools
Topic: [V1.2.1] wOOP (OOP lib)
Replies: 0
Views: 1236

[V1.2.1] wOOP (OOP lib)

EDIT : Found a bug with inheriting __settings, it'll be fixed soon. Hello. I've finished polishing up my library from v 1.1 to v 1.2 (neither 1.0 or 1.1 were released...) and it's ready to release now (stable). It also supports ClassCommons, but only if you set common_class to true BEFORE you requir...
by LuaWeaver
Mon Mar 25, 2013 3:19 pm
Forum: Support and Development
Topic: Rotation by Shear "Fuzz" Odd Behavior
Replies: 7
Views: 2484

Re: Rotation by Shear "Fuzz" Odd Behavior

Alright, I edited the OP.
by LuaWeaver
Sun Mar 24, 2013 5:05 pm
Forum: Support and Development
Topic: Rotation by Shear "Fuzz" Odd Behavior
Replies: 7
Views: 2484

Re: Rotation by Shear "Fuzz" Odd Behavior

I've not found a solution to this, is there any reason you guys haven't replied yet? Or was it just bad luck that this thread disappeared before anyone helped?
by LuaWeaver
Thu Mar 14, 2013 5:29 pm
Forum: General
Topic: Concept 0.9.0 Start Screen
Replies: 15
Views: 5663

Re: Concept 0.9.0 Start Screen

I vote "The Turkey."

http://www.youtube.com/watch?v=nuNAE1AV4ls

EDIT : Or better yet, "Robotic Turkey."
by LuaWeaver
Thu Feb 28, 2013 6:20 pm
Forum: Support and Development
Topic: Rotation by Shear "Fuzz" Odd Behavior
Replies: 7
Views: 2484

Rotation by Shear "Fuzz" Odd Behavior

Hello. I'm working on some Lua code to rotate a bitmap and right now I am using rotation by shear. I know that this will have artifacts at some points but that doesn't bother me as much as this odd behavior does. To test this out, I created a clock thing in which the second, minute, and hour hand ro...
by LuaWeaver
Mon Feb 18, 2013 5:03 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117653

Re: trAInsported: Alpha testers needed

Yes, it does work on my machine now! I can get past the tutorial now just fine.
by LuaWeaver
Mon Feb 18, 2013 4:23 pm
Forum: Games and Creations
Topic: trAInsported
Replies: 210
Views: 117653

Re: trAInsported: Alpha testers needed

EDIT: I found the bug! Windows uses both backslashes and forward slashes when talking about directories, but only one at a time. It prints "scriptName C:/Users/Ben Zastawnik/AppData/Roaming/LOVE/trAInsported\AI\TutorialAI1.lua", and the differing slashes cause Windows to have a panic attac...