Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 21fe24effe1460e238c7cb07fc0cebde7fdc0326
      
https://github.com/Warzone2100/warzone2100/commit/21fe24effe1460e238c7cb07fc0cebde7fdc0326
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M src/ai.cpp
    M src/combat.cpp
    M src/design.cpp
    M src/droid.cpp
    M src/feature.cpp
    M src/hci.cpp
    M src/intdisplay.h
    M src/keybind.cpp
    M src/multigifts.cpp
    M src/multilimit.cpp
    M src/multiplay.cpp
    M src/objects.cpp
    M src/oprint.cpp
    M src/order.cpp
    M src/qtscriptdebug.cpp
    M src/research.cpp
    M src/stats.cpp
    M src/statsdef.h
    M src/structure.cpp
    M src/template.cpp
    M src/wzapi.cpp

  Log Message:
  -----------
  Rename getName macro -> getStatsName


  Commit: be74d2cc6e779dc48f196656a6d7aecc4ba2c1ea
      
https://github.com/Warzone2100/warzone2100/commit/be74d2cc6e779dc48f196656a6d7aecc4ba2c1ea
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M .cirrus.yml
    M .snapcraft.yaml
    A cmake/FindSQLite3.cmake
    M docker/fedora-latest-m32/Dockerfile
    M docker/ubuntu-16.04/Dockerfile
    M get-dependencies_linux.sh
    M src/CMakeLists.txt
    M vcpkg.json

  Log Message:
  -----------
  Add SQLite3 dependency


  Commit: b35b20af8f1587fae26b1aa33010145e0d3fff78
      
https://github.com/Warzone2100/warzone2100/commit/b35b20af8f1587fae26b1aa33010145e0d3fff78
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M .gitmodules
    M 3rdparty/CMakeLists.txt
    A 3rdparty/SQLiteCpp
    M docker/ubuntu-16.04/Dockerfile
    M src/CMakeLists.txt

  Log Message:
  -----------
  Add SQLiteCpp submodule


  Commit: 878d6eeb0bd8bad44dc425fc39b2bf1d7dfe2a06
      
https://github.com/Warzone2100/warzone2100/commit/878d6eeb0bd8bad44dc425fc39b2bf1d7dfe2a06
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M src/init.cpp
    M src/multiint.cpp
    M src/multistat.cpp
    M src/multistat.h

  Log Message:
  -----------
  Use an SQLite database for KnownPlayersDB


  Commit: 07cf298b8faec692e1d379dc83d2be2f875905ae
      
https://github.com/Warzone2100/warzone2100/commit/07cf298b8faec692e1d379dc83d2be2f875905ae
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M lib/framework/crc.cpp
    M lib/framework/crc.h
    M src/multistat.cpp

  Log Message:
  -----------
  Replace micro-ECC

With libsodium, which is already used elsewhere.


  Commit: 90147f25cbb23f2513c61d2cdbb513b8d285c309
      
https://github.com/Warzone2100/warzone2100/commit/90147f25cbb23f2513c61d2cdbb513b8d285c309
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M 3rdparty/CMakeLists.txt
    R 3rdparty/micro-ecc/CMakeLists.txt
    R 3rdparty/micro-ecc/LICENSE.txt
    R 3rdparty/micro-ecc/Makefile.am
    R 3rdparty/micro-ecc/README.md
    R 3rdparty/micro-ecc/asm_arm.inc
    R 3rdparty/micro-ecc/asm_arm_mult_square.inc
    R 3rdparty/micro-ecc/asm_arm_mult_square_umaal.inc
    R 3rdparty/micro-ecc/asm_avr.inc
    R 3rdparty/micro-ecc/asm_avr_mult_square.inc
    R 3rdparty/micro-ecc/curve-specific.inc
    R 3rdparty/micro-ecc/emk_project.py
    R 3rdparty/micro-ecc/emk_rules.py
    R 3rdparty/micro-ecc/examples/ecc_test/ecc_test.ino
    R 3rdparty/micro-ecc/library.properties
    R 3rdparty/micro-ecc/platform-specific.inc
    R 3rdparty/micro-ecc/scripts/mult_arm.py
    R 3rdparty/micro-ecc/scripts/mult_avr.py
    R 3rdparty/micro-ecc/scripts/mult_avr_extra.py
    R 3rdparty/micro-ecc/scripts/square_arm.py
    R 3rdparty/micro-ecc/scripts/square_avr.py
    R 3rdparty/micro-ecc/test/emk_rules.py
    R 3rdparty/micro-ecc/test/test_compress.c
    R 3rdparty/micro-ecc/test/test_compute.c
    R 3rdparty/micro-ecc/test/test_ecdh.c
    R 3rdparty/micro-ecc/test/test_ecdsa.c
    R 3rdparty/micro-ecc/test/test_ecdsa_deterministic.c.example
    R 3rdparty/micro-ecc/types.h
    R 3rdparty/micro-ecc/uECC.c
    R 3rdparty/micro-ecc/uECC.h
    R 3rdparty/micro-ecc/uECC_vli.h
    M lib/framework/CMakeLists.txt

  Log Message:
  -----------
  Remove micro-ECC


  Commit: 75abb5e39a781dd9e68c5ffe8cb7410339a741c4
      
https://github.com/Warzone2100/warzone2100/commit/75abb5e39a781dd9e68c5ffe8cb7410339a741c4
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M lib/framework/crc.cpp
    M lib/framework/crc.h

  Log Message:
  -----------
  Add genSecRandomBytes()


  Commit: d4a74dda767fefd2fb0459392ccd9a3c1487e85d
      
https://github.com/Warzone2100/warzone2100/commit/d4a74dda767fefd2fb0459392ccd9a3c1487e85d
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: dffae0833c4b877155900e0ccb79895a3583c207
      
https://github.com/Warzone2100/warzone2100/commit/dffae0833c4b877155900e0ccb79895a3583c207
  Author: past-due <[email protected]>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M src/multistat.cpp

  Log Message:
  -----------
  Refactor loadMultiStatsFile, support upgrades


Compare: 
https://github.com/Warzone2100/warzone2100/compare/7a426e8fb2ea...dffae0833c4b


_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to