Recent content by Pineapple of Despair

  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

    Interesting, I have tried this from both several different machines and using many, many different versions of Git... Have you perhaps got a copy of your repository available somewhere I could clone it from?
  3. P

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

    Yes, it is almost certainly a Sourceforge issue; searching on the Internet for similar error messages suggest inconsistencies in the underlying file structure of the repository, which have to be corrected on the server side. It's there: util/authors.txt. The way git-svn works is that in the...
  4. 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...
  5. P

    chatbotScript only sees private messages

    I have figured it out - it was due to greenScreenProtection having been set to true in the global settings of my instance of Mafia. At first I thought that option implemented rate limiting of some sort (clearly I didn't look at the source code of CharManager carefully enough) but I when I found...
  6. 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...
  7. 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...
  8. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    Not so in my case though, the same happened when I switched the browser to be launched when starting the relay-browser mode to Chromium 45. Not exactly surprising given what I reported in my last post, namely that the problem also occurred running Mafia standalone. Anyway, turns out the problem...
  9. P

    Bug - Not A Bug Mafia hogs shared memory under Linux

    I am pretty sure about that. On one hand, today I started Mafia without activating the relay-browser mode (i.e. logged in, opened the chat window and left it at that) and shared-memory segments kept getting allocated, albeit at a slower rate. On the other, I can have the browser itself (Firefox...
  10. 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...
  11. P

    Sourceforge downtime -- discussion of alternatives

    I strongly second the idea of switching to Git - and if so, then indeed why not Github. Incidentally, a quick search of the site suggests the source code of Mafia itself is already is on Github - there appear to be three separate mirrors of the official SVN repository, including one which was...
  12. P

    Bug - Won't Fix [moved] compilation error under OpenJDK <1.7

    SVNKit inclusion breaks OpenJDK support Ever since SVNKit code got added to KoLMafia it is no longer possible to build the latter using OpenJDK. Attempting to do so results in a lot of errors like this: [javac]...
  13. 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...
  14. P

    Bug - Fixed Highlighting locally mangles links in chat

    *bump* The problem's still there, you know.
  15. 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...
Top