Search found 454 matches

by rmcode
Sun Apr 09, 2017 5:22 pm
Forum: Support and Development
Topic: AppImageKit
Replies: 10
Views: 6015

Re: AppImageKit

If you've got any specific questions, ask away, I'll do my best to answer them. So the repository you linked is actually meant to be used for distributing LÖVE games to different linux systems? But I'd have to use it on a linux system? I'm basically just trying to figure out a way to distribute my ...
by rmcode
Sat Apr 08, 2017 9:53 pm
Forum: Support and Development
Topic: AppImageKit
Replies: 10
Views: 6015

AppImageKit

Does anybody have any experience with using AppImageKit for distribution?

I'm not sure how to set it up.
by rmcode
Wed Apr 05, 2017 5:36 pm
Forum: General
Topic: Code Doodles!
Replies: 196
Views: 260177

Re: Code Doodles!

Rain drops (Source code):
drops.gif
drops.gif (2.63 MiB) Viewed 21578 times
by rmcode
Sat Apr 01, 2017 11:53 pm
Forum: Games and Creations
Topic: On The Roadside (Turnbased Strategy inspired by XCOM)
Replies: 69
Views: 73082

Re: On The Roadside (Turnbased Strategy inspired by XCOM)

Published Version 0.8.0.933 on itch.io: ## Additions - Added height mechanics for world objects and characters - World objects that are bigger than a character will block the LOS - Shooting over a world object is only possible if the target behind the object can be seen - Added texture pack support...
by rmcode
Fri Mar 31, 2017 3:28 pm
Forum: Games and Creations
Topic: On The Roadside (Turnbased Strategy inspired by XCOM)
Replies: 69
Views: 73082

Re: On The Roadside (Turnbased Strategy inspired by XCOM)

I needed a break from UI coding and refactoring and decided to implement texture packs: https://cloud.githubusercontent.com/assets/11627131/24557058/a5a7a7d0-1636-11e7-83a0-d064b6391d11.gif The game supports arbitrary sized tiles now and players can easily add their own custom packs in their save di...
by rmcode
Mon Mar 27, 2017 5:05 pm
Forum: Libraries and Tools
Topic: [Lib] SUIT - Simple User Interface Toolkit
Replies: 81
Views: 89197

Re: [Lib] SUIT - Simple User Interface Toolkit

Is there a way to reduce the garbage production of SUIT? The bigdemo produces a few hundred kb in a few frames and I'm worried this might become a bottleneck with more involved GUIs on top of the engine. Seems to my the Github repository is dead, anyone interessted in continueing a fork? There was a...
by rmcode
Sun Mar 26, 2017 10:53 am
Forum: Libraries and Tools
Topic: Love-Atom (Smart autocompletion for Atom)
Replies: 30
Views: 23341

Re: LÖVE-Atom (autocomplete package for Atom)

Published version 2.5.0 which makes it easier to work with Types such as Canvas, Text and so on. The snippets now start with a variable (a bug with autocomplete prevent me from adding this earlier) which can be replaced just like arguments: https://raw.githubusercontent.com/rm-code/love-atom/master/...
by rmcode
Thu Mar 23, 2017 11:44 pm
Forum: Games and Creations
Topic: On The Roadside (Turnbased Strategy inspired by XCOM)
Replies: 69
Views: 73082

Re: On The Roadside (Turnbased Strategy inspired by XCOM)

Added better handling of the height of world objects and characters. The game now simulates a vertical z-level for each tile which affects line-of-sight and projectile calculations: As you can see in this gif a prone character won't be able to look over low walls and other obstacles, but as soon as ...
by rmcode
Sun Mar 19, 2017 9:59 pm
Forum: Games and Creations
Topic: On The Roadside (Turnbased Strategy inspired by XCOM)
Replies: 69
Views: 73082

Re: On The Roadside (Turnbased Strategy inspired by XCOM)

Published Version 0.7.0.880 on itch.io : ## Additions - Added main menu - Can be navigated via mouse or keyboard - Added options menu - Allows the user to change the language (currently only german and english available) - Allows to toggle fullscreen mode - Added ingame menu - Allows user to save t...
by rmcode
Tue Mar 14, 2017 3:54 pm
Forum: Libraries and Tools
Topic: LoGiVi (git visualisation software)
Replies: 22
Views: 13599

Re: LoGiVi (git visualisation software)

Hi, i recently found your programm and used it. I really really like it cause the visualisation looks really nice and it is also realy easy to use :awesome: Now I wanted also to view some svn repositories and I wrote myself a small script that converts from svn logs to the format of logs your progr...