Recent content by CthulhuStig

  1. C

    Refined Fuel?

    I had to try and figure some of this out when adding fuel based route planning to Auto-Jimmy. I've looked through the source books I have and have a theory. The Mongoose 2e Traveller Companion clarifies some of this, but it also makes things less clear at the same time. In the section covering...
  2. C

    Auto-Jimmy v0.9.1: Now with custom sector support

    It does have "threads" but it also has the GIL (Global Interpreter Lock) which means it will only ever run code from one thread at any point of time. This means you can have multiple threads and, if one blocks on IO, another thread can do work. However, if you do CPU intensive work in your...
  3. C

    Auto-Jimmy v0.9.1: Now with custom sector support

    Thanks @JoeKundlak. I'm a big fan of Python, there's a huge amount of help/documentation and it does a LOT of heavy lifting, leaving you free to concentrate more on actual feature development. To be honest, Auto-Jimmy probably wouldn't exist if it wasn't for the fact it makes it so easy to get...
  4. C

    Auto-Jimmy v0.9.1: Now with custom sector support

    The time has finally come for me to release the next version of Auto-Jimmy. For those that don't know, Auto-Jimmy is an open source app for Windows, macOS & Linux. It provides a selection of tools for Traveller players and referees, some of these are aimed at people using the Mongoose rules, but...
  5. C

    Auto-Jimmy: A new(ish) utility for players and referees

    Thanks. The install instructions from the readme are applicable to macos as well. I've tried to make things as step by step as possible but if there is anything that isn't clear, drop me a message and I can try to help out. https://github.com/cthulhustig/autojimmy#installing
  6. C

    Issue creating post for new open source application

    In case it helps work out what the issue is, it looks like I can put links in comments but not posts https://forum.mongoosepublishing.com/threads/auto-jimmy-a-new-ish-utility-for-players-and-referees.124203/
  7. C

    Auto-Jimmy: A new(ish) utility for players and referees

    Here's the links to the project, looks like it lets me put links in a comment but not the main post Source and Docs: https://github.com/cthulhustig/autojimmy Windows Installer: https://github.com/cthulhustig/autojimmy/releases Screenshots...
  8. C

    Auto-Jimmy: A new(ish) utility for players and referees

    I've recently released an open source desktop application to provide some utilities for Traveller players and referees. It was actually released a few weeks ago but I've been holding off posting here as an issue with the forum is preventing me posting links to the project. Unfortunatly those...
  9. C

    Issue creating post for new open source application

    It's written in Python and supports Windows, Linux and macOS. If you google Auto-Jimmy + traveller you should find the posts I've made on other sites which have links to the code. I was holding of posting here until I could include the same links
  10. C

    Issue creating post for new open source application

    @MongooseMatt was there any update on this?
  11. C

    Issue creating post for new open source application

    I've been working on an open source desktop application to provide some utilities for Traveller players (Mongoose and in general). I was wanting to post on the forum to let the community know where they can download it from (completely for free), unfortunately the spam filter on posts isn't...
  12. C

    Field Catalogue Clarifications

    I'm creating a tool to automate various aspects of Traveller, currently I'm working on adding support for weapon creation based on the Field Catalogue rules. I've managed to code up the majority of the rules for conventional firearms, cartridge grenade launchers, projectors and directed energy...
Back
Top