Germanunkol
Germanunkol
I've tried adding Icons. I created a new folder: ``` DebianIcons/ -- myapp.svg -- myapp32x32.png -- myapp64x64.png ``` I pass this directory using --Dicon ../DebianIcons/ But the menu entries get...
Hey, no worries, it works like a charm. The only thing that doesn't is the icons, which isn't really a big thing. The whole project is really cool. I've been...
Can you show me your AI? An AI should not be able to crash the game, so that's my fault...
Thanks, Yes, the reason was security. I'm very busy at the moment, so I won't be able to look into this any time soon. If you want the feature in...
I think the last point you mention is now obsolete - the hotspots can (and should) be manually controlled by the map's creator (i.e. - you know where you want...
Hm, I don't think I'll add this. I like the idea, but a large part of the game is about making your own pathfinding algorithm, and optimizing it so that...
There's no log file writing at this point, no. The main reason is that file access can be slow. I'm thinking about doing two things: 1) Add the fast running...
Hm, this seems to be a Lua-specific thing. I think I might have to block the usage of coroutines somehow...? I haven't used coroutines much, I'll have to look into...
Ah, sorry, I misunderstood the issue. Yes, you're right, I don't allow coroutines - it's been too long since I had written that code. So that's a good thing. There...
The passenger game mode would never end in this case, you're right. That's one of the reasons why the server runs a time limit game mode rather than a passenger...