• Automatic disconnection from lobby

    3
    0 Votes
    3 Posts
    1k Views
    RavilleR
    PC connections? Don't think that's the problem but will review that, thanks ubernault
  • TripleA Dev Project List (Jan-2023)

    14
    1 Votes
    14 Posts
    2k Views
    LaFayetteL
    Was updating documentation, found this: https://github.com/triplea-game/triplea/blob/d3ad17b446fdd319d45424f6a62dfc47d346b4f4/docs/development/initiatives-and-tech-debt/anti-patterns-and-tech-debt.md I think we can probably delete the doc file in favor of what we have here. Adding in from that list: logic code mixed in with UI code
  • RFC: Save Games as Game-Deltas

    7
    0 Votes
    7 Posts
    2k Views
    LaFayetteL
    @aardvarkpepper FWIW, this is all part of an effort to remove components that are not compile-time safe. Meaning you have to run the code before you get to see it break, rather than just having it break at compile time. Previously XML was mapped to game objects via reflection. We have removed that. Network data transfer is done via a customized implementation of Java Serialization that uses Java Reflection sprinkled in. The 'network relay' project attempts to address that. The remaining piece is serialization of save games. This would be the project to address that.
  • Re-Organizing TripleA Folders for the benefit of github action paths

    1
    0 Votes
    1 Posts
    589 Views
    No one has replied
  • How to Organize Feature Requests & Projects?

    4
    0 Votes
    4 Posts
    888 Views
    LaFayetteL
    For context, this is an example of an active project board: https://github.com/orgs/triplea-game/projects/2 We have a 'problem tracker' project board: https://github.com/orgs/triplea-game/projects/3 The board to track project ideas and feature requests would be somewhat similar to the 'problem tracker'
  • Installing for the first time

    3
    1 Votes
    3 Posts
    747 Views
    J
    @thedog Beautiful. That worked. Thank you!
  • Most Popular and Best Games to Test Changes with ?

    7
    0 Votes
    7 Posts
    1k Views
    C
    @beelee said in Most Popular and Best Games to Test Changes with ?: @thedog yea looks good. I was thinking more the complexity of maps that pushes triplea to the limit as opposed to themes. Lets ask @cernel for his opinion Not a strong opinion, but I do believe 270BC Wars was by far the heaviest game of TripleA when it was released. As far as I know, only WW1 and WW2 themed games are any popular. World At War is certainly the most popular TripleA-original game. Amongst the basics, Global Second Edition and Revised (non-LHTR) are by far the most popular ones.
  • Map Tags for release 2.6

    thedog
    109
    1 Votes
    109 Posts
    54k Views
    TheDogT
    @All @lafayette @Cernel @RogerCooper Hopefully Last call Tags will look like this, some with a prefix of 3 characters, to force the order to be displayed on the download screen. where =and after is just a guide ***** =Best/Showcase maps (maybe one from each of the eras/genres below, so could be 5-12 maps) **** =Excellent *** =Good ** =Experimental * =Abandoned or unplayable (could be archived in the future) 10-Ancient-Medieval =(pre 1450) 20-Early Modern =(1451-1764) 30-Revolutionary =(1765-1869) 40-WW1 =(1870-1930) 50-WW2-Global =(1931-1945) 52-WW2-Europe =(1931-1945) 54-WW2-Pacific =(1931-1945) 56-WW2-Alternate =(1931-1945) WW2 theme that does not fit into the other 3 WW2 60-Nuclear =(1946-2100) includes near future 70-Future =(2100+) Star Trek, Star Wars, Sci-Fi 80-Fantasy = theme Magic, Mythical Creatures like Dragons 90-Abstract-Alternate = a catch all that does not fit the above list, like Steampunk, War of the Relics . Tag tabs will look like this on screen, ideally with the prefix removed ***** **** *** ** * Ancient-Medieval Early Modern Revolutionary WW1 WW2-Global WW2-Europe WW2-Pacific WW2-Alternate Nuclear Future Fantasy Abstract . @LaFayette I have a Lobby sign in TheDog, so when your ready I will start experimenting/entering the tags.
  • not sure if this is 2.6 related or global 1940 house rules

    8
    0 Votes
    8 Posts
    1k Views
    ?
    @martymoose I haven't had a chance to check yet. I'll try and give it a look soon
  • Where does triplea store its user settings?

    1
    0 Votes
    1 Posts
    730 Views
    No one has replied
  • TripleA development

    Moved
    165
    1 Votes
    165 Posts
    109k Views
    TheDogT
    @rogercooper said in TripleA development: @thedog said in TripleA development: I find github is not intuitive and not easy to use. I have tried to use it to upload a map and failed and wasted over 3 hours achieving absolutely nothing. I have worked out a system for uploading mods. I will post detailed instructions soon. It is not an intuitive process.. @rogercooper Please could you post detailed instructions for uploading maps?
  • NodeBB version 2.0.0 is out

    12
    2 Votes
    12 Posts
    2k Views
    PantherP
    @martymoose This is about the forum software, that needs to be updated by an admin.
  • Dan AFK for a few weeks

    2
    6 Votes
    2 Posts
    886 Views
    B
    @lafayette cool enjoy your trip. Before you split can you add asvitkine to triplea-maps at github
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • TripleA 2.6.714 null error

    5
    1
    2 Votes
    5 Posts
    897 Views
    TheDogT
    In pre-release 2.6.742 just tested the fix, its now working. Also its the fastest version of TripleA yet !!! Thanks again, asvitkine
  • How about we apply for a free profiler license

    16
    1 Votes
    16 Posts
    3k Views
    LaFayetteL
    @rainova Hard to say. Arguably it will be clutter anywhere we put it on the existing webpages. Somewhere along with the license is maybe a good place. Maybe we could create a 'sponsors' page that would list it? I don't have good ideas/suggestions for this. To backtrack perhaps on previous comments, perhaps only having an endorsement message on the README is sufficient..
  • Windows Tester for Docker

    5
    0 Votes
    5 Posts
    1k Views
    B
    @lafayette said in Windows Tester for Docker: Perhaps @jdimeo on github (not sure of his forum name offhand) or @redrum might be able to. Think it's @djabwana
  • Staying 3digit with open issues

    44
    1 Votes
    44 Posts
    15k Views
    PantherP
    @frigoref @LaFayette I'm in, of course.
  • Fast Battle Calculator

    44
    0 Votes
    44 Posts
    14k Views
    LaFayetteL
    @RaiNova , I added you to the 'community' team that has 'triage' permissions (can add labels). #9350 might be a good first issue. It requires running a local game and loading in a variety of maps. It could be difficult given all the different permutations, but overall it's not a bad first issue. #3178 might not be a good first issue. The 10k run limit is to avoid the battle calculator from running an infinite number of times (no battle is expected to require 10k rounds to complete). The difficulty with this issue would be to reproduce it, we've had reports about the problem in the past but reproducing the problem has been troublesome. Without a good reproduction case, it's hard to build any kind of tests, verify a fix, and what perhaps adds a nail to the good-first-issue coffin is the battle logic is exceedingly complex. @RaiNova , perhaps we should spawn a thread to identify good first issues? Or simply label them and we'll learn from experience if they start getting picked up.
  • TripleA-2.6.632 some praise :-)

    4
    2 Votes
    4 Posts
    1k Views
    LaFayetteL
    @thedog The generation of map.yml is really meant to be one-time and just a stop-gap to avoid having to re-download all maps. If we are still seeing problems, let's create a dedicated thread or use the issue #9252 so we do not hijack this thread. I'm a bit concerned that if we keep hacking around an issue, there might be a deeper problem that users would run into.

Recent Posts

  • I like Darcula - except the politics panel - those colours are a pain, indeed.

    read more

  • @VictoryFirst

    Oh ? I hadn't noticed that with Dracula. I like the slightly larger Font as the latest old one I could barely read 🙂

    I guess it's hardwired into the w/e it is that does it then 🙂

    I just thought Dracula sounded cool so I tried it lol

    read more

  • @beelee Dracula makes everything slightly more spaced apart compared to Dark. I prefer it over Dark because there everything is smaller and more cramped together 🙂

    I don't like the colors from the politics panel either. They are too bright. Also, the text inside is also barely readable because it is gray. It's probably better if the text is black or white with a black outline or something.

    read more

  • In some of the themes, when you click on one of the tabs on the first row on the right side when having a game loaded, they suddenly move down to the 2nd row, and the tabs on the second row move to the 1st row. This doesn't happen in "Metal", but it does happen in "Nimbus" and "FlatLaf Dark" (I didn't test all the themes). This is confusing me and I'd prefer if the tabs stay where they are like in "Metal" (and also how it was originally).

    It would also be nice if there were more dark themes. Right now, there are only two and I don't really like either of them. There are much more light themes but those are a no go for me because they are too bright.

    read more