Search found 89 matches

by kclanc
Fri Jan 04, 2013 10:26 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

Also, Love Studio uses a modified version of love that should be installed along with it. In love studio's installation directory it should be located in a subdirectory called love. When I launch the exe, there is an error (apparently the same as in the LoveStudio): "The program couldn't be st...
by kclanc
Fri Jan 04, 2013 8:53 pm
Forum: Libraries and Tools
Topic: Basic Class System
Replies: 2
Views: 2993

Re: Basic Class System

C# is an excellent language. However, I don't consider myself an "X programmer", where X is some programming language; I use whatever I think is the most effective tool for the job. Love Studio is written in C++,C#,and F#, for example. I'm interested in how programming languages work and w...
by kclanc
Thu Jan 03, 2013 6:22 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

Also, Love Studio uses a modified version of love that should be installed along with it. In love studio's installation directory it should be located in a subdirectory called love.
by kclanc
Thu Jan 03, 2013 6:01 pm
Forum: Libraries and Tools
Topic: Basic Class System
Replies: 2
Views: 2993

Basic Class System

Love Studio 0.2 comes with a lua class system called Basic Class System. I have written documentation for it here: https://bitbucket.org/kevinclancy/basic-class-system/wiki/Home Basic Class System has the following features: -A Static Typechecking Plugin for Love Studio -Single Inheritance -Event pu...
by kclanc
Thu Jan 03, 2013 5:57 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

YGOFreak: If you're using a version of windows at least as new as vista, then I suspect it is a networking problem. Love studio uses ports 57777 and 57778 (maybe this shouldn't be hard coded). Do you get any output in the debug window? You should have a few lines about connections being established.
by kclanc
Thu Jan 03, 2013 1:21 am
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

YGOFreak1997: Weird, what version of windows are you using? The program froze when you pressed F5? Were you ever able to run the game, or did it freeze every time you tried it?
by kclanc
Sat Dec 29, 2012 1:57 am
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

okay, a new version with a fixed debug console has been posted.

0.1 is exactly what you tried, except with debug output.
0.2 is pretty different.
by kclanc
Wed Dec 05, 2012 2:35 am
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

I'll post an update here.
by kclanc
Mon Dec 03, 2012 6:41 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21945

Re: love studio

Yeah, it was built in release mode which disables the console. Should be an easy fix, but the build is currently messed up and I have finals this week. eta ~3 weeks from now.
by kclanc
Wed Oct 31, 2012 3:04 am
Forum: General
Topic: What IDE are you using?
Replies: 105
Views: 36742

Re: What IDE are you using?

Since this topic is still more-or-less active, I thought about bringing this recent on-topic article: IDEs are a language smell Controversy may start now. It's probably worth noting that the "Scala IDE" eclipse plugin is considered the best Scala IDE. In fact, the designer of Scala, Marti...