Leagsaidh Gordon

Results 26 issues of Leagsaidh Gordon

Some seemingly random small percentage of IPNs fail with ``` Invalid postback. ( Fatal Failure ) ``` We can't find any way to reliably reproduce the error, resorting to manually...

When attempting to install Lua, the path isn't quoted, so fails. Everything up to this point correctly quotes paths and works fine. ``` ==> Starting package()... cd src && mkdir...

Currently, a new `_LuaTable` python object is created every time a Lua table is access from Python. This causes a case where the table appears to not be itself: ```...

help wanted

Log stdout/err to file. Latest only is probably fine, overwriting on each run.

I-enhancement
E-medium
A-engine

The game window's position should be saved to the config when closed, and the window should be set to that position on creation. This is especially important now that we...

E-easy
A-client
I-enhancement
A-engine

Mumble positional audio explanation: http://wiki.mumble.info/wiki/Positional-Audio Implementation details: http://wiki.mumble.info/wiki/Link Not going to assign this to myself in case someone else wants to do it before I do, but it's a ticket...

E-easy
A-lua
A-client
I-enhancement
A-engine

Foreign languages and stuff. I'm not sure how it's handled in configs and stuff, but chat is ascii-only atm (that will need #75 implemented to be of any use).

E-hard
A-lua
I-enhancement
A-engine

TTF support instead of having to make bitmaps of fonts. This would allow easier customisation, as well as make #36 feasible. Link that Dany0 thinks could be useful: http://lazyfoo.net/SDL_tutorials/lesson07/

E-hard
A-client
I-enhancement
A-engine

Or something like that. It's a pain when you're messing with config files that are in version control. The game could look for whatever.json, then if that's not found look...

E-easy
I-enhancement
A-deploy

The gen_classic map gen basically works on a scale of 512x512 and sampling it at the given size. This causes problems when trying to generate maps larger than that (in...

bug
base game