Search found 4835 matches

by bartbes
Sat Feb 10, 2018 3:02 pm
Forum: Ports
Topic: Love appImage template (for Linux)
Replies: 15
Views: 48884

Re: Love appImage template (for Linux)

There's https://bitbucket.org/bartbes/love-linux-builder which I'm also using for my nightlies but I still haven't gotten around to documenting it properly.
by bartbes
Sat Feb 03, 2018 1:47 pm
Forum: Support and Development
Topic: Timer Value only decreases once.G
Replies: 5
Views: 4285

Re: Timer Value only decreases once.G

You're setting the timer back to its maximum value (maxTime) every time, then decreasing it by one.
by bartbes
Thu Jan 25, 2018 8:40 am
Forum: Support and Development
Topic: Synchronising video and audio
Replies: 16
Views: 7667

Re: Synchronising video and audio

I see you've all gone deeply technical, but is there a reason you can't just use Video:setSource?
by bartbes
Fri Dec 22, 2017 9:52 pm
Forum: General
Topic: Help with recovering my old account
Replies: 1
Views: 1696

Re: Help with recovering my old account

The wiki uses forum accounts, so that's why you couldn't find the reset form (it's on the forums). Since you need to enter an email address for the reset, and you obviously forgot which one you used, I sent a reset for you. Of course you still have to find that email, but at least that will prove yo...
by bartbes
Thu Dec 14, 2017 8:06 pm
Forum: Libraries and Tools
Topic: Chrono (Timer library)
Replies: 2
Views: 4358

Re: Chrono (Timer library)

.. so why would I use this over hump.timer? It may be useful to explain what your improvements are.
by bartbes
Thu Dec 14, 2017 8:04 pm
Forum: Support and Development
Topic: Making LÖVE on Lunix/CentOS
Replies: 8
Views: 5236

Re: Making LÖVE on Lunix/CentOS

Are you passing a path to SDL to configure? And if so, does the path you pass contain SDL_timer.h? If you compiled it from source I expect that file to be in /usr/local/include/SDL2.
by bartbes
Wed Dec 13, 2017 8:41 pm
Forum: Support and Development
Topic: Making LÖVE on Lunix/CentOS
Replies: 8
Views: 5236

Re: Making LÖVE on Lunix/CentOS

You shouldn't have to copy any files. I'm not sure how it manages to error when compiling, but work when configuring, that shouldn't be possible. Did you install sdl 1.2 or 2.0?
by bartbes
Tue Dec 12, 2017 8:05 pm
Forum: Support and Development
Topic: Making LÖVE on Lunix/CentOS
Replies: 8
Views: 5236

Re: Making LÖVE on Lunix/CentOS

So i just skipped the first Step because: bash: /platform/unix/automagic: No such file or directory That file only exists in the repository, and not in the source tarballs, as it's already been executed for those. If configure exists you can skip it. On the second step I came till I had to install ...
by bartbes
Fri Dec 08, 2017 9:15 pm
Forum: General
Topic: Fatal bug when using HC for collision detection
Replies: 2
Views: 2669

Re: Fatal bug when using HC for collision detection

It should be 'HC.new(100)', with a dot, not a colon.
by bartbes
Wed Nov 29, 2017 12:28 pm
Forum: Ports
Topic: Love2dCS
Replies: 18
Views: 97407

Re: Love2dCS

It's still a bit rough around the edges, like getting NullReferenceExceptions when calling Love.Graphics.NewImage on a file that doesn't exist, but it's cool to see love being used from another language. As I wanted to test this, I got it compiling and running on linux (with mono), so I sent you a p...