exult-engine:issue-25

Last commit made on 2024-04-04
Get this branch:
git clone -b issue-25 https://git.launchpad.net/exult-engine

Branch merges

Branch information

Name:
issue-25
Repository:
lp:exult-engine

Recent commits

afee7a7... by Marzo Sette Torres Junior <email address hidden>

Trying to get android build working

8c4223a... by Marzo Sette Torres Junior <email address hidden>

Replacing globs with regexps and cleaning up std::filesystem stuff

739d935... by Marzo Sette Torres Junior <email address hidden>

Debugging Android build

2263e27... by Marzo Sette Torres Junior <email address hidden>

Testing bumping up Android NDK and iPhone versions

1226ea6... by Marzo Sette Torres Junior <email address hidden>

New U7ListFiles based on std::filesystem

4a7f7e8... by Dragon-Baroque <email address hidden>

Client - Server protocol : limit strings to 4G

  Commit 1 of 1:
    server/objserial.cc
      Replace the size_t len by an uint32_t in Serial_in + out << string

7745b10... by Dragon-Baroque <email address hidden>

Keep the := assignment in the mods Makefiles, issue came from EXPACK in configure.ac

  Commit 1 of 1:
    configure.ac
      Change variables EXPACK and HEAD2DATA to EXPACK_PROG and HEAD2DATA_PROG
      Silence Automake warnings with -Wno-portability
    content/bg + bgkeyring + islefaq + si + sifixes/Makefile.am, content/makefile_builder.sh
      Revert assignments EXPACK(DIR) and UCC(DIR) to :=
    data/Makefile.am, usecode/ucxt/data/Makefile.am
      Change variables EXPACK and HEAD2DATA to EXPACK_PROG and HEAD2DATA_PROG

74a4316... by DominusExult <email address hidden>

Windows installer now creates a "mods" subfolder in the games' folders if it doesn't exist.

Fixed indentation, formatting and added some comments

747e6c6... by DominusExult <email address hidden>

Windows installer added an unneeded, empty mods folder.
Fix #353 and fixes whitespace

cc62693... by Marzo Sette Torres Junior <email address hidden>

Mods need tools to be specified with = instead of :=

Fixes build on automake.