Activity for Vespucci

  • Dirk Stolle committed [759091] on Code

    localize switcher button captions in colony view

  • Dirk Stolle committed [a29eb9] on Code

    ci: also build on Ubuntu 24.04

  • Dirk Stolle committed [6e7940] on Code

    documentation: fix typo in readme

  • Dirk Stolle committed [2224aa] on Code

    documentation: add contribution guidelines

  • Dirk Stolle committed [a71180] on Code

    add building texture for university

  • Dirk Stolle committed [94882a] on Code

    add building texture for college

  • Dirk Stolle committed [074a5f] on Code

    GUI (colony view): name terrain type for fields when mouse moves over

  • Dirk Stolle committed [8c1754] on Code

    language: make sure quit prompt uses language data in all cases

  • Dirk Stolle committed [43578c] on Code

    GUI (colony view): show rivers in fields around the colony, too

  • Dirk Stolle committed [f1e7b9] on Code

    GUI: move code to draw fleet report to separate procedure, too

  • Dirk Stolle committed [890232] on Code

    GUI: move code to draw economy report to separate procedure

  • Dirk Stolle committed [310d3f] on Code

    minor code cleanup

  • Dirk Stolle committed [c2b0b5] on Code

    GUI: move code to draw river textures into separate procedure

  • Dirk Stolle committed [1f468e] on Code

    minor code cleanup; less noisy start output

  • Dirk Stolle committed [e7f855] on Code

    add building texture for fur trader's house

  • Dirk Stolle committed [ac21e0] on Code

    add building texture for rum distiller's house

  • Dirk Stolle committed [2b0b44] on Code

    add building texture for warehouse expansion

  • Dirk Stolle committed [b993be] on Code

    add building texture for weaver's house

  • Dirk Stolle committed [448b50] on Code

    unify casing of LongInt (makes searches / grep easier)

  • Dirk Stolle committed [b0b5e6] on Code

    update year in Gui.pas

  • Dirk Stolle committed [f46e5a] on Code

    extend .gitignore to include generated binary

  • Dirk Stolle committed [b4eb05] on Code

    GUI (colony view): show colony icon in center square of fields

  • Dirk Stolle committed [ba0c4f] on Code

    documentation: slightly improve changelog

  • Dirk Stolle committed [92833d] on Code

    fix display glitch in colony + add minimal changelog file

  • Dirk Stolle committed [175ef8] on Code

    remove executable bit from some terrain images

  • Dirk Stolle committed [44891b] on Code

    ci: switch from Rocky Linux 8 to Rocky Linux 9 in GitLab pipeline

  • Dirk Stolle committed [cdced5] on Code

    documentation: add link to release section to readme

  • Dirk Stolle committed [97d96a] on Code

    fix typo in readme

  • Dirk Stolle committed [6ce474] on Code

    ci: fix typo in naming of workflow steps on Windows

  • Dirk Stolle committed [849f73] on Code

    ci: create build artifacts for Windows

  • Dirk Stolle committed [469c35] on Code

    documentation: adjust package installation command for Debian 12

  • Dirk Stolle committed [d32de5] on Code

    ci: fix package name in Debian 12 pipeline for GitLab CI

  • Dirk Stolle committed [c5a48c] on Code

    ci: switch from Debian 11 to Debian 12 in GitLab pipeline

  • GitHub committed [902ecd] on Code

    Bump actions/checkout from 3 to 4

  • Dirk Stolle committed [2aa9c2] on Code

    add terrain image texture for wetland

  • Dirk Stolle committed [fa01ba] on Code

    add terrain image texture for marsh

  • Dirk Stolle committed [e58459] on Code

    automation: add Dependabot configuration

  • Dirk Stolle committed [09e27e]

    ci: switch from CentOS 8 to Rocky Linux 8 in Gitlab pipeline

  • Dirk Stolle committed [76286c]

    ci: switch Ubuntu 18.04 for Ubuntu 22.04 on GitHub Action builds

  • Dirk Stolle committed [27d488]

    ci: use matrix strategy to reduce redundant configuration options

  • Dirk Stolle committed [df0cc5]

    fix some typos

  • Dirk Stolle committed [13c09f]

    ci: remove Ubuntu 16.04 ("xenial") from GitHub Action builds

  • Dirk Stolle committed [92e93f]

    ci: remove Ubuntu 16.04 ("xenial") from GitHub Action builds

  • Dirk Stolle committed [946c06]

    remove Travis CI configuration

  • Dirk Stolle committed [67e8a2]

    remove Travis CI configuration

  • Dirk Stolle committed [94b363]

    add Travis CI build status to readme

  • Dirk Stolle committed [04cdcb]

    add GitHub CI build status to readme

  • Dirk Stolle committed [0602a6]

    add GitHub action

  • Dirk Stolle committed [e8d16d]

    run GitHub Actions build on Ubuntu xenial, bionic and focal

  • Dirk Stolle committed [831c0d]

    fix file name + add link in todo.md

  • Dirk Stolle committed [93fb56]

    add CentOS 8 to CI configuration

  • Dirk Stolle committed [8131c2]

    add build status to readme

  • Dirk Stolle committed [4e3f40]

    add GitLab CI configuration

  • Dirk Stolle committed [56e36c]

    add readme for Vespucci

  • Dirk Stolle committed [fa9b12]

    fix typo in todo.md

  • Dirk Stolle committed [cac1a4]

    move text files as Markdown to top level directory

  • Dirk Stolle committed [533f17]

    move license file to top level directory

  • Dirk Stolle committed [a85d51]

    Next part of 2nd transition attempt.

  • Dirk Stolle committed [e2b530]

    Second part of 2nd transition attempt.

  • Dirk Stolle committed [9ef6f2]

    transition: add C++ replacement for BasicCallback.pas

  • Dirk Stolle committed [47cf37]

    Starting second transition attempt (Object Pascal to C++).

  • Dirk Stolle committed [86d435]

    fix mistakes in BitmapReader (C++)

  • Dirk Stolle committed [11d85f]

    transition: better Randomizer with C++11 features

  • Dirk Stolle committed [4df157]

    transition: add C++ implementation of Tribe.pas

  • Dirk Stolle committed [f55a5a]

    transition: add partial C++ implementation for Units.pas

  • Dirk Stolle committed [1d5bff]

    transition: add C++ version of MessageSystem.pas

  • Dirk Stolle committed [283603]

    transition: add C++ replacement for ExitCallback.pas

  • Dirk Stolle committed [941db7]

    C++ transition: add Code::Blocks project file

  • Dirk Stolle committed [bfd15c]

    transition: add C++ class declaration for Map

  • Dirk Stolle committed [97113c]

    transition: add C++ equivalent of ErrorTexture.pas

  • Dirk Stolle committed [13e695]

    transition: add C++ replacement for Helper.pas

  • Dirk Stolle committed [af4ad0]

    transition: add C++ equivalent of DebugWriter.pas

  • Dirk Stolle committed [cc56fe]

    transition: add more complete C++ implementation fo Units.pas

  • Dirk Stolle committed [ad722a]

    transition: minor fixes

  • Dirk Stolle committed [b1375b]

    transition: add C++ equivalent of PathFinder.pas

  • Dirk Stolle committed [c936e0]

    transition: add C++ implementation of class Map

  • Dirk Stolle committed [d5afbd]

    transition: add C++ replacement for BitmapReader.pas

  • Dirk Stolle committed [d8d3ca]

    transition: add C++ class declarations from Units.pas

  • Dirk Stolle committed [fe00ff]

    created trunk directory + first units for terrain, goods and units

  • Dirk Stolle committed [db71d8]

    Nation.pas added;

  • Dirk Stolle committed [5834a0]

    completed TTerrain.GetGoodProduction;

  • Dirk Stolle committed [1f84c9]

    TMap added.

  • Dirk Stolle committed [ac76c2]

    Classes for settlements (European colonies and Indian tribes) added.

  • Dirk Stolle committed [2bb85c]

    Missing good type (gtCross) added;

  • Dirk Stolle committed [750456]

    First try(!) to implement a GUI. Looks not so nice, but will do for debugging.

  • Dirk Stolle committed [e1fc91]

    Introduction of GLUT callback for mouse and special keys.

  • Dirk Stolle committed [70e02e]

    Some changes to GUI, preparation for text output.

  • Dirk Stolle committed [0057ff]

    Language.pas added;

  • Dirk Stolle committed [355f6d]

    Renamed language.pas to Language.pas;

  • Dirk Stolle committed [3f8178]

    TGui.DrawGoodsBar now also shows prices/ amount in store.

  • Dirk Stolle committed [690da3]

    Methods for loading goods and units added to TUnit.

  • Dirk Stolle committed [291034]

    Added function for unloading goods to TUnit;

  • Dirk Stolle committed [350536]

    Return value of TEuropeanNation.BuyGood and SellGood is no longer undefinded in some cases.

  • Dirk Stolle committed [d450fd]

    Added functions to load/ save contents of TLanguage.

  • Dirk Stolle committed [8ffe4f]

    Functions to add tasks to units; so far only for pioneers.

  • Dirk Stolle committed [6b81cd]

    Map's discovery function improved;

  • Dirk Stolle committed [8ea0f9]

    Predefined America map added.

  • Dirk Stolle committed [1b12e8]

    Unit for new class TData added, which was mistakenly forgotten during last commit.

  • Dirk Stolle committed [d78550]

    New methods for TData.

  • Dirk Stolle committed [7057f0]

    Routines for terrain graphics added.

1 >