Marcus Møller

Results 11 issues of Marcus Møller

I've made a few simple commits to allow for a toggleable footer keybinds help bar via the configuration file.

Create an offline tool or more for creating in-game content. Must be cross-platform and work without the server running (but must have access to the server database of course). Perhaps...

enhancement

I just recently added support for localizations using the `gettext` module from Python. See: https://github.com/marcusmoller/pyorpg-client/commit/ee6d690a9c6ddff84b1241b85559665e2f2102a7 --- I haven't finished making all the strings in the application into gettext-strings, so that...

enhancement

When trying to sent characters such as "æ", "ø" and "å" through chat, the game crashes. Could either be a problem with the GUI or with JSON.

bug

Need some custom GFX rather than the current ones.

enhancement

This only happens in the start. Switching to another character and returning to the first character fixes the alignment. I can't seem to figure out what the problem is. I've...

bug

Would be great with more map editor tools, such as - Fill with current selected tile - Click-and-hold when placing tiles

enhancement

The game loop needs optimization in certain areas. The first thing to do would be updating only the dirty areas of the screen rather than flipping the whole screen.

enhancement