-
On Windows, when a map is loading and you click, Windows will say that the window is not answering when it isn't. It is also impossible to alt-tab while the map is loading, doing so shows the taskbar,…
-
When one is trying to compile Inexor with Visual Studio 2013 on Windows 7 following errors appear:
(sorry for that bad german translation, Visual Studio don't allow me for some reasons to install the …
-
Local enet is used, despite me having installed the `libenet-dev` package. CMake GUI is used, operating system is Debian 8 (jessie/testing) 64-bit.
```
CMake Error at src/CMakeLists.txt:77 (add_subdi…
-
This still seems to be an issue.
@IAmNotHanni Could you please, at your convenience, elaborate on the state of this?
koraa updated
9 years ago
-
Another possible Kanboard solution.
Pro's:
- integrated with github
- uses issues from github
- uses users from github
Cons:
- not self-hosted
Try it:
- https://waffle.io/inexor-game/code
See also…
-
I suggest that we divide any new functionality into modules.
Such a module should have it's own namespace and it's own subdirectory, so for instance the module Gui would be in the namespace `inexor::…
koraa updated
9 years ago
-
We should use travis-ci.org to deploy code builds automatically, so we always have the latest binary around.
As far as possible I will try to set-up a cross-compiling for all major plattforms (linux, …
-
In Security.php eval modifier depracated, for fix can be use preg_replace_callback.
For 5.5 or later version of parser, open Security.php go to line 557 and 558 then replace with:
``` php
…
ckris updated
9 years ago