Search found 89 matches

by IAsep-TrixI
Sat Aug 24, 2013 8:28 pm
Forum: Support and Development
Topic: [solved!]Frame rate occasional lag
Replies: 18
Views: 9099

Re: Frame rate occasional lag

You can easily test whether the GC is the issue or not. Just add.. collectgarbage("stop") .. to love.load(). Personally I cannot reproduce the issue, with or without the GC running. The game runs at 996-1000 FPS all the time if vsync is turned off and no game will ever run faster. I think...
by IAsep-TrixI
Fri Aug 23, 2013 6:26 pm
Forum: Support and Development
Topic: [solved!]Frame rate occasional lag
Replies: 18
Views: 9099

Re: Frame rate occasional lag

I haven't checked your code, but it looks like extensive garbage collector work issue. I'm entirely sure your code produces enormous amounts of garbage, and the GC needs to collect it time to time, and massive GC work causes your program to have severe lags. Make sure you reuse your data. Also note...
by IAsep-TrixI
Fri Aug 23, 2013 6:01 pm
Forum: Games and Creations
Topic: Titania EX-3 0.4.1 Bug fixes!
Replies: 19
Views: 8783

Re: Metawar:uprising [Alpha] 0.1.0

jjmafiae wrote:how did he inspire you :o ??
He kinda gave me an awesome speech on one of my old games xD
So, you may think it's just a small game, but just keep building what you know and you'll have a good game. Good luck with the game and with learning LÖVE.
by IAsep-TrixI
Fri Aug 23, 2013 3:34 pm
Forum: Games and Creations
Topic: Life of Jerry 0.3.0 is out!
Replies: 11
Views: 8747

Re: Life of Jerry 0.3.0 is out!

Eamonn wrote:I can't download 0.3.0. Mediafire deleted the file because of copyright or something :P
hmm thats weird, I should fix that.
by IAsep-TrixI
Fri Aug 23, 2013 3:10 pm
Forum: Games and Creations
Topic: Titania EX-3 0.4.1 Bug fixes!
Replies: 19
Views: 8783

Titania EX-3 0.4.1 Bug fixes!

Newest stuff's: bullet angle bug fix,ammo,check out updates for more! Stalk me! check out our twitter feed for the latest information in the game! https://twitter.com/TheAtomCast 0.4.1 has fixed bugs!download now! Download EXE for guests(0.3.0): http://www.mediafire.com/?vyeyehssysmu6z3 Download LO...
by IAsep-TrixI
Fri Aug 23, 2013 1:08 am
Forum: Support and Development
Topic: Problems with quads, and how they work...
Replies: 10
Views: 7813

Re: Problems with quads, and how they work...

FatalMarshmallow wrote:Does anyone have an idea of when we're expecting 0.9.0?
its coming out soon
by IAsep-TrixI
Fri Aug 23, 2013 1:05 am
Forum: Support and Development
Topic: [solved!]Frame rate occasional lag
Replies: 18
Views: 9099

Re: Frame rate occasional lag

I sometimes have this when LÖVE runs too fast. For example, I've made a simple program to make timelapses with, but if I run it as fast as possible, after a few frames, it starts lagging like crazy. I have to manually add a love.timer.sleep of 0.2 seconds, and every 60 frames, I let it sleep for a ...
by IAsep-TrixI
Fri Aug 23, 2013 1:04 am
Forum: Support and Development
Topic: [solved!]Frame rate occasional lag
Replies: 18
Views: 9099

Re: Frame rate occasional lag

FPS's good on my computer, thing is the bullets' image rotate even after they have been fired, make a table for each bullet with a fixed image rotation. I am trying to do that atm, but I think it is lagging because the inserted bullet tables arent getting deleted, I tried doing for i,v in ipairs(bu...
by IAsep-TrixI
Fri Aug 23, 2013 12:11 am
Forum: Support and Development
Topic: Need help with animation/quads, please help!
Replies: 39
Views: 18757

Re: Need help with animation/quads, please help!

What's wrong... I'm not using AnAl or Anim8. Please help! EDIT: Nobody's gonna answer. Look, I started programming love2d when I was 11, trust me it was hard learning it but I Never gave up, dont put down yourself, if you try hard enough you can do it, you must be clever enough to understand animat...
by IAsep-TrixI
Thu Aug 22, 2013 11:44 pm
Forum: Support and Development
Topic: [solved!]Frame rate occasional lag
Replies: 18
Views: 9099

[solved!]Frame rate occasional lag

I've been working on a top down space shooter for quite a while, working on some basic mechanics to get it running. I've come across an error in which sometimes when I run the game, it gets intensive frame rate lag. Can anyone help me with this? http://www.mediafire.com/?erarzd70c4yzee9 here's the l...