Rémi Verschelde

Results 120 issues of Rémi Verschelde

I've checked the license terms of the [Miniml Uni 05_53 font](http://www.miniml.com/fonts/uni0553/index.html) you're using: http://www.miniml.com/fonts/license/index.html As I understand the terms, provided you purchased a license for the font, you can have...

Now instead of manually cloning them in the `extensions` folder, you can run `git submodule update --init`. You can also define what commit/branch/tag to track if the tip of the...

Hi there, This looks like a pretty cool project :) Do you have any plans for making a desktop version of Vector Pinball? I'd mostly be interested in a Linux...

My use case involves exporting a Git repository with only a subset of its submodules initialized and updated, as shown here: ``` $ git submodule f60be494a43a49fd7ff61603e132c1e24c160d88 assets/lang (f60be49) -7751cf73f5c06f1be21f5f31c3e2d9a7bacd3a93 dx9sdk...

There is currently no version in the code repo that people could refer to. The latest news on IndieDB [1] announces version 1.2 in January 2014, so I guess c8a23497...

If #16 is solved by making it possible to load the game data from a custom (read-only) directory, the user config and level parameters need to be written and loaded...

An optional KRONIAX_DATADIR parameter can be passed to CMake to initialise a custom data dir (e.g. /usr/share/games/kroniax for system-wide installs on Linux). If the optional parameter is not passed, the...

That means mostly to provide a way to specify a location for the game's data files different from ".". It could probably be done with an optional `DATADIR` parameter passed...

Hi there, There are currently several issues with the Linux .desktop files as they are generated by the buildsystem, for example: ``` [Desktop Entry] Version=1.0 Name=CavePacker GenericName=CavePacker Comment=CavePacker is a...