Search results

  1. P

    Feature gCLI "fortune" command: better support for player names with spaces

    The current implementation of "fortune" disallows specifying custom words while consulting Zatara about a player whose name contains spaces, and if the name contains 3 spaces the command cannot be used at all. In order to address this I have put together a quick patch which allows one to...
  2. P

    git-svn "Svndiff data contains invalid instruction" error since late February

    git-svn "Svndiff data contains invalid instruction" error since late February Since late February this year, every time I try to update my Git mirror of Mafia Subversion repository I get the following error: Svndiff data contains invalid instruction: Invalid diff stream: [tgt] insn 0 starts...
  3. P

    chatbotScript only sees private messages

    I have got an ASH script (surprising, isn't it) that I would like to use as a chatbot script. The problem is, it only ever seems to fire for private messages. Regardless of what account I use it with and whether I am in GUI or CLI mode, the function void main(string sender, string message...
  4. P

    New Content - Implemented Support multi-casting of Calculate the Universe / changing Manual of Numberology cost

    With the reappearance of the Manual of Numberology at the Swagger Shop today it has become possible to cast Calculate the Universe more than once per day, with the limit being apparently the number of times you have read the Manual. It would be good to extend Mafia to support this. Unfortunately...
  5. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    Hello, Running OpenJDK-7.2.6.1 under Linux/amd64. Since about a month ago Mafia began to allocate and never release a massive number of SysV shared-memory segments, pretty quickly exhausting the limit and preventing other programs depending on shm - for example anything Qt-based - from working...
  6. P

    Feature Extend 100%-run protection to photocopy fights

    Mafia has had a warning pop up when switching familiars could result in messing up a 100% run for quite a while now. However, as I was unlucky to find out the other day this protection doesn't extend to fights triggered by using a photocopied monster... Possibly other item-driven combats too...
  7. P

    Bug - Fixed Cannot compile Mafia using Jikes

    Hello, For quite some time it has been impossible for me to compile Mafia (unmodified sources from SVN trunk, to be exact) using Jikes (version 1.22, under Linux). On the same system Mafia builds fine using javac, from both Oracle JDK and OpenJDK. The problem occurs on line 70 in...
  8. P

    Bug - Fixed Highlighting locally mangles links in chat

    It seems posting (and possibly receiving) a link in Mafia chat which contains a pattern one highlights causes such a link to get malformed, in both the chat window and the log. For example, posting the link http://apod.nasa.gov/apod/ap110315.html with the highlight pattern "pod" enabled...
  9. P

    Bug - Not A Bug Modifier Maximizer incorrectly handles the closet

    I have just observed, in the code from Subversion trunk, a problem with the way Modifier Maximizer handles the closet. Settings: - Equipment - the problem appears for all three settings - Max price - don't check - Include effects with no direct source, ... - irrelevant Expected effect...
Top