Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 94158c2af517b84b438b24c7ba130d38667d33f0
      
https://github.com/Warzone2100/warzone2100/commit/94158c2af517b84b438b24c7ba130d38667d33f0
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/structure.cpp
    M src/structure.h

  Log Message:
  -----------
  Refactor fillStructureList to use std::vector


  Commit: 0e73ba6d160e8bf7b3989b3127f9dfc2e2722fa5
      
https://github.com/Warzone2100/warzone2100/commit/0e73ba6d160e8bf7b3989b3127f9dfc2e2722fa5
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/intdisplay.cpp
    M src/order.cpp
    M src/order.h

  Log Message:
  -----------
  Remove unused feature from `orderStateStatsLoc`

There was an option to pass a pointer where the coordinates for the
order would be written, but it wasn't being used anywhere in the
codebase.


  Commit: ce4912ba590ba30abd79d8d5547ca03f222dc6d2
      
https://github.com/Warzone2100/warzone2100/commit/ce4912ba590ba30abd79d8d5547ca03f222dc6d2
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/listwidget.cpp

  Log Message:
  -----------
  Fix small issues with listwidget

- Prevent throwing exception (with assert) in handlers
- Attach item to list when not yet attached anywhere


  Commit: d5d70df65a0116528fc6b9bdea13805d4474508b
      
https://github.com/Warzone2100/warzone2100/commit/d5d70df65a0116528fc6b9bdea13805d4474508b
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/button.h
    M lib/widget/listwidget.h
    M src/CMakeLists.txt
    M src/hci.cpp
    M src/hci.h
    A src/hci/build_interface.cpp
    A src/hci/build_interface.h
    A src/hci/objects_stats_interface.cpp
    A src/hci/objects_stats_interface.h

  Log Message:
  -----------
  Rewrite build interface to avoid refresh glitches


  Commit: 6ff27424f09c97de4568529cbf40b89e4cdbdb54
      
https://github.com/Warzone2100/warzone2100/commit/6ff27424f09c97de4568529cbf40b89e4cdbdb54
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/listwidget.cpp
    M lib/widget/listwidget.h

  Log Message:
  -----------
  Fix ListTabWidget update of number of pages

The ListTabWidget wasn't updating the number of pages after an item had
been removed from the list, only when a new item had been added to the
list.


  Commit: 4cb45e2dd90c56a37af9a4a5cd979f96c1c31f7b
      
https://github.com/Warzone2100/warzone2100/commit/4cb45e2dd90c56a37af9a4a5cd979f96c1c31f7b
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci/build_interface.cpp
    M src/intdisplay.cpp

  Log Message:
  -----------
  Add required power for building in power bar


  Commit: 43165e27a1e32aa8b6605a713b9a16c0cc4a2fa5
      
https://github.com/Warzone2100/warzone2100/commit/43165e27a1e32aa8b6605a713b9a16c0cc4a2fa5
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h

  Log Message:
  -----------
  Make builder selected/deselected with CTRL+click


  Commit: c16d94a64a3b68f542cb48437d34ef8fa9741803
      
https://github.com/Warzone2100/warzone2100/commit/c16d94a64a3b68f542cb48437d34ef8fa9741803
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp

  Log Message:
  -----------
  Implement jump to previous screen location


  Commit: f51c93df56ed1c6a9ad8bfd9d4a6f5a58638f1c6
      
https://github.com/Warzone2100/warzone2100/commit/f51c93df56ed1c6a9ad8bfd9d4a6f5a58638f1c6
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/form.cpp
    M lib/widget/form.h
    M src/hci/build_interface.cpp

  Log Message:
  -----------
  Implement tip for stats and object buttons


  Commit: 47a51437a64c086372a4137bbf74300657dd13af
      
https://github.com/Warzone2100/warzone2100/commit/47a51437a64c086372a4137bbf74300657dd13af
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/objects_stats_interface.h
    M src/intdisplay.cpp
    M src/intdisplay.h

  Log Message:
  -----------
  Implement construction progress bar


  Commit: 52bea482abad8eef0100a8758037329f87a8b469
      
https://github.com/Warzone2100/warzone2100/commit/52bea482abad8eef0100a8758037329f87a8b469
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h

  Log Message:
  -----------
  Display stats form after clicking on builder


  Commit: c2c4bf6f5373a006c0b2cdc5c44bb44232511333
      
https://github.com/Warzone2100/warzone2100/commit/c2c4bf6f5373a006c0b2cdc5c44bb44232511333
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h

  Log Message:
  -----------
  Fix favorites issues

- The list wasn't being updated after removing an item
- Removing the last item was causing an access to an invalid index


  Commit: 92afc72b8152ec5ff270e85be05952f03ddfebcb
      
https://github.com/Warzone2100/warzone2100/commit/92afc72b8152ec5ff270e85be05952f03ddfebcb
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp

  Log Message:
  -----------
  Fix switching through factories


  Commit: 4e77a020780475d267f5130aa4dd66c5ea58e418
      
https://github.com/Warzone2100/warzone2100/commit/4e77a020780475d267f5130aa4dd66c5ea58e418
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/geometry.cpp
    M src/geometry.h
    M src/hci/build_interface.cpp
    M src/selection.cpp
    M src/warcam.cpp

  Log Message:
  -----------
  Refactor droidOnScreen to work with any object


  Commit: 34a1faa0c7f7b5e79e37774715417bdc1627198b
      
https://github.com/Warzone2100/warzone2100/commit/34a1faa0c7f7b5e79e37774715417bdc1627198b
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp

  Log Message:
  -----------
  Remove unused function and fix progress bar color


  Commit: 9e791e4011bfd21c5a44f986bf3d04d61035e8bd
      
https://github.com/Warzone2100/warzone2100/commit/9e791e4011bfd21c5a44f986bf3d04d61035e8bd
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/droid.cpp
    M src/hci.cpp
    M src/hci.h
    M src/hci/build_interface.cpp
    M src/order.cpp
    M src/structure.cpp

  Log Message:
  -----------
  Remove old construction code


  Commit: 148365cd2560bedd6dd887d41069153f99f24e49
      
https://github.com/Warzone2100/warzone2100/commit/148365cd2560bedd6dd887d41069153f99f24e49
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp

  Log Message:
  -----------
  Fix stats form not closing


  Commit: fb64f7d4893eb66cbd7c9f68ebcec9c9f1e37fd2
      
https://github.com/Warzone2100/warzone2100/commit/fb64f7d4893eb66cbd7c9f68ebcec9c9f1e37fd2
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/objects_stats_interface.cpp

  Log Message:
  -----------
  Remove unnecessary formID


  Commit: cb61644bbcdd84f7e1304c68adbfefbbff8dba49
      
https://github.com/Warzone2100/warzone2100/commit/cb61644bbcdd84f7e1304c68adbfefbbff8dba49
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/research.cpp
    M src/research.h

  Log Message:
  -----------
  Refactor fillResearchList to use optional


  Commit: ea488c2360292bf34f3aa5552d20a43d39e5d837
      
https://github.com/Warzone2100/warzone2100/commit/ea488c2360292bf34f3aa5552d20a43d39e5d837
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/research.cpp
    M src/research.h

  Log Message:
  -----------
  Refactor fillResearchList to return vector


  Commit: 3544d3cb713f228abd7329427ac674811326d54e
      
https://github.com/Warzone2100/warzone2100/commit/3544d3cb713f228abd7329427ac674811326d54e
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h
    M src/intdisplay.cpp
    M src/order.cpp
    M src/order.h

  Log Message:
  -----------
  Use STRUCTURE_STATS instead of BASE_STATS


  Commit: 47c7facbcd91b02c8d39007dd24c13c191c7fd5c
      
https://github.com/Warzone2100/warzone2100/commit/47c7facbcd91b02c8d39007dd24c13c191c7fd5c
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    M src/hci/build_interface.cpp
    M src/hci/objects_stats_interface.cpp
    M src/hci/objects_stats_interface.h
    A src/hci/research_interface.cpp
    A src/hci/research_interface.h
    M src/intdisplay.cpp
    M src/intdisplay.h
    M src/intelmap.cpp

  Log Message:
  -----------
  Rewrite research interface to avoid refresh glitches


  Commit: 83569793d51d142bcc440fb0779513cebc6da911
      
https://github.com/Warzone2100/warzone2100/commit/83569793d51d142bcc440fb0779513cebc6da911
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp

  Log Message:
  -----------
  Remove old research code


  Commit: 1dd6952fc6341ed99471554a722cfded84fcfd80
      
https://github.com/Warzone2100/warzone2100/commit/1dd6952fc6341ed99471554a722cfded84fcfd80
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h
    M src/hci/objects_stats_interface.cpp
    M src/hci/objects_stats_interface.h
    M src/hci/research_interface.cpp
    M src/hci/research_interface.h

  Log Message:
  -----------
  Reduce code duplication


  Commit: dfe0ddfb10c6a875ba24bbc54f64db33417b0958
      
https://github.com/Warzone2100/warzone2100/commit/dfe0ddfb10c6a875ba24bbc54f64db33417b0958
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    A src/hci/manufacture_interface.cpp
    A src/hci/manufacture_interface.h
    M src/hci/objects_stats_interface.cpp
    M src/hci/objects_stats_interface.h
    M src/structure.cpp
    M src/template.cpp
    M src/template.h

  Log Message:
  -----------
  Rewrite manufacture to avoid refresh glitches


  Commit: 1a0c90beb980c0d60531afdd8ccf7869766ab841
      
https://github.com/Warzone2100/warzone2100/commit/1a0c90beb980c0d60531afdd8ccf7869766ab841
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h
    A src/hci/commander_interface.cpp
    A src/hci/commander_interface.h
    M src/hci/manufacture_interface.cpp
    M src/hci/manufacture_interface.h
    M src/hci/objects_stats_interface.cpp
    M src/hci/objects_stats_interface.h
    M src/hci/research_interface.cpp
    M src/hci/research_interface.h
    M src/intdisplay.cpp
    M src/intdisplay.h

  Log Message:
  -----------
  Refactor Commander to avoid refresh glitches


  Commit: cdf5382a27cefb66296fd4580e2e2c04831123b1
      
https://github.com/Warzone2100/warzone2100/commit/cdf5382a27cefb66296fd4580e2e2c04831123b1
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h
    M src/hci/commander_interface.cpp
    M src/hci/commander_interface.h
    M src/hci/manufacture_interface.cpp
    M src/hci/manufacture_interface.h
    M src/hci/objects_stats_interface.h
    M src/hci/research_interface.cpp
    M src/hci/research_interface.h
    M src/intdisplay.cpp
    M src/intdisplay.h

  Log Message:
  -----------
  Reduce code duplication and remove old code


  Commit: da543a32f479283366e38dcd3fc91ae221e16fdd
      
https://github.com/Warzone2100/warzone2100/commit/da543a32f479283366e38dcd3fc91ae221e16fdd
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/widget.cpp
    M lib/widget/widget.h
    M src/hci.cpp

  Log Message:
  -----------
  Fix cursor over widget


  Commit: 5942fc0f13d3768641f3c8267121fcdb26f0ebd0
      
https://github.com/Warzone2100/warzone2100/commit/5942fc0f13d3768641f3c8267121fcdb26f0ebd0
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  Fix selected unit not being updated


  Commit: a38fa437afa662236c8dbf505e3d17f1efcc7e16
      
https://github.com/Warzone2100/warzone2100/commit/a38fa437afa662236c8dbf505e3d17f1efcc7e16
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    M src/hci/build_interface.cpp
    M src/hci/build_interface.h
    M src/hci/commander_interface.cpp
    M src/hci/manufacture_interface.cpp
    M src/hci/objects_stats_interface.cpp
    M src/hci/objects_stats_interface.h
    M src/hci/research_interface.cpp
    M src/intdisplay.cpp
    M src/intdisplay.h
    M src/intorder.cpp
    M src/loop.cpp
    M src/research.cpp
    M src/research.h

  Log Message:
  -----------
  Remove old unused interface code


  Commit: efb83fc23320bc7ad947b440d647d2634ea1bc77
      
https://github.com/Warzone2100/warzone2100/commit/efb83fc23320bc7ad947b440d647d2634ea1bc77
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp

  Log Message:
  -----------
  Rename function


  Commit: bcb6ad4a8bd38363f4373fdbc85557be8bb7d42f
      
https://github.com/Warzone2100/warzone2100/commit/bcb6ad4a8bd38363f4373fdbc85557be8bb7d42f
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp

  Log Message:
  -----------
  Remove unused variable


  Commit: 804888dc618b6149740d8141661915e5e334dc05
      
https://github.com/Warzone2100/warzone2100/commit/804888dc618b6149740d8141661915e5e334dc05
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.h

  Log Message:
  -----------
  Restore IDOBJ_CLOSE


  Commit: 183dcf342703bf6334def3ade111202e518f20f7
      
https://github.com/Warzone2100/warzone2100/commit/183dcf342703bf6334def3ade111202e518f20f7
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    A src/hci/build.cpp
    A src/hci/build.h
    R src/hci/build_interface.cpp
    R src/hci/build_interface.h
    A src/hci/commander.cpp
    A src/hci/commander.h
    R src/hci/commander_interface.cpp
    R src/hci/commander_interface.h
    A src/hci/manufacture.cpp
    A src/hci/manufacture.h
    R src/hci/manufacture_interface.cpp
    R src/hci/manufacture_interface.h
    A src/hci/objects_stats.cpp
    A src/hci/objects_stats.h
    R src/hci/objects_stats_interface.cpp
    R src/hci/objects_stats_interface.h
    A src/hci/research.cpp
    A src/hci/research.h
    R src/hci/research_interface.cpp
    R src/hci/research_interface.h

  Log Message:
  -----------
  Simplify namings


  Commit: 220d55dc330898fc6da661ee21bf447b09b16916
      
https://github.com/Warzone2100/warzone2100/commit/220d55dc330898fc6da661ee21bf447b09b16916
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/manufacture.cpp

  Log Message:
  -----------
  Fix seg fault when last factory is destroyed


  Commit: 7219817e3365659691da828e19481dc361f6aa3a
      
https://github.com/Warzone2100/warzone2100/commit/7219817e3365659691da828e19481dc361f6aa3a
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/framework/debug.h
    M src/hci.cpp
    M src/hci.h
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.cpp
    M src/hci/commander.h
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp
    M src/hci/research.h
    M src/intdisplay.cpp
    M src/intdisplay.h

  Log Message:
  -----------
  Refactor to reduce casting


  Commit: 76db6d81e7a6c9ae4142df40690ebbf70034e561
      
https://github.com/Warzone2100/warzone2100/commit/76db6d81e7a6c9ae4142df40690ebbf70034e561
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/commander.cpp

  Log Message:
  -----------
  Fix re-opening command order


  Commit: ad0e308c4c671afca6238ee33185cb338e9c14d8
      
https://github.com/Warzone2100/warzone2100/commit/ad0e308c4c671afca6238ee33185cb338e9c14d8
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp

  Log Message:
  -----------
  Fix transporter interface re-opening on refresh


  Commit: 2a19d1e22521fb04d76bd3c3ab69eb45f35f31bb
      
https://github.com/Warzone2100/warzone2100/commit/2a19d1e22521fb04d76bd3c3ab69eb45f35f31bb
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/commander.cpp

  Log Message:
  -----------
  Prevent order form from showing again on refresh


  Commit: e3abdd6a1f71e876eeef8741634584e170f4aae7
      
https://github.com/Warzone2100/warzone2100/commit/e3abdd6a1f71e876eeef8741634584e170f4aae7
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.cpp
    M src/hci/commander.h
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Replace nullptr checks with macro


  Commit: 867bc06eb4596406b9edca00e1df6f9e27ed8c73
      
https://github.com/Warzone2100/warzone2100/commit/867bc06eb4596406b9edca00e1df6f9e27ed8c73
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M lib/widget/listwidget.h
    M src/hci/build.cpp

  Log Message:
  -----------
  Fix compilation errors on MSVC


  Commit: 93ccf28b9ae66a461dae08c219e43bee5aa8eaa6
      
https://github.com/Warzone2100/warzone2100/commit/93ccf28b9ae66a461dae08c219e43bee5aa8eaa6
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.h
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Refactor controllers to reduce code duplication


  Commit: c73ead74fa9bd93723255490d6b13ca8b9e3fd18
      
https://github.com/Warzone2100/warzone2100/commit/c73ead74fa9bd93723255490d6b13ca8b9e3fd18
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    M src/init.cpp
    M src/mission.cpp

  Log Message:
  -----------
  Remove obsolete code


  Commit: ebf7e62640d497d9574c8b305b6ec2ec53ea67be
      
https://github.com/Warzone2100/warzone2100/commit/ebf7e62640d497d9574c8b305b6ec2ec53ea67be
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    M src/hci/objects_stats.cpp
    M src/intorder.cpp
    M src/keybind.cpp

  Log Message:
  -----------
  Fix wheel scrolling in research/build menus


  Commit: 4aa3eb43501c1044c844d6cffbcb46ba9b704761
      
https://github.com/Warzone2100/warzone2100/commit/4aa3eb43501c1044c844d6cffbcb46ba9b704761
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/manufacture.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp

  Log Message:
  -----------
  Disable jump to structures when off world


  Commit: e734cfe390ce2b2273328e444a54c0315e5dce5a
      
https://github.com/Warzone2100/warzone2100/commit/e734cfe390ce2b2273328e444a54c0315e5dce5a
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/commander.cpp
    M src/hci/manufacture.cpp
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp

  Log Message:
  -----------
  Fix structure selection in off world mission


  Commit: 2df2f0dd1ddc49f4e45c96b450d1f098c69f7141
      
https://github.com/Warzone2100/warzone2100/commit/2df2f0dd1ddc49f4e45c96b450d1f098c69f7141
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.cpp
    M src/hci/commander.h
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Move setHighlightedObject out of header


  Commit: 7cf58ad80877247e595ce65ce7738575056869b5
      
https://github.com/Warzone2100/warzone2100/commit/7cf58ad80877247e595ce65ce7738575056869b5
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.cpp
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Decouple stats controller from object controller


  Commit: c71a9e2f64d1a93c7e14e4d32d7bce84ca020f38
      
https://github.com/Warzone2100/warzone2100/commit/c71a9e2f64d1a93c7e14e4d32d7bce84ca020f38
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/manufacture.cpp

  Log Message:
  -----------
  Fix error when last factory is destroyed


  Commit: 95cd7f191e92b82e47de03fdc3d50938b7a23114
      
https://github.com/Warzone2100/warzone2100/commit/95cd7f191e92b82e47de03fdc3d50938b7a23114
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/commander.cpp
    M src/hci/manufacture.cpp
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Replace selected with highlighted


  Commit: 04df618f8c1bfb585835db0266390f4385315914
      
https://github.com/Warzone2100/warzone2100/commit/04df618f8c1bfb585835db0266390f4385315914
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h

  Log Message:
  -----------
  Implement right click on manufacture button


  Commit: b701c4dd164f37f944ab5203857ade2e4910cbeb
      
https://github.com/Warzone2100/warzone2100/commit/b701c4dd164f37f944ab5203857ade2e4910cbeb
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/research.cpp

  Log Message:
  -----------
  Refactor research button display


  Commit: f13294238a9a8573c04b08776a5785b47e1a118c
      
https://github.com/Warzone2100/warzone2100/commit/f13294238a9a8573c04b08776a5785b47e1a118c
  Author: Thiago Barcala <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/hci/build.cpp
    M src/hci/build.h
    M src/hci/commander.cpp
    M src/hci/commander.h
    M src/hci/manufacture.cpp
    M src/hci/manufacture.h
    M src/hci/objects_stats.cpp
    M src/hci/objects_stats.h
    M src/hci/research.cpp
    M src/hci/research.h

  Log Message:
  -----------
  Simplify includes


  Commit: 93138dc86d087891700c4652f28492342e0b25ff
      
https://github.com/Warzone2100/warzone2100/commit/93138dc86d087891700c4652f28492342e0b25ff
  Author: past-due <[email protected]>
  Date:   2021-02-06 (Sat, 06 Feb 2021)

  Changed paths:
    M src/intdisplay.cpp

  Log Message:
  -----------
  Return fancy buttons to default rotation on mouse-leave


Compare: 
https://github.com/Warzone2100/warzone2100/compare/0c26890eec15...93138dc86d08


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

Reply via email to