Skip to content

Latest commit

 

History

History
316 lines (218 loc) · 12.7 KB

CHANGELOG-2.1.1.0.md

File metadata and controls

316 lines (218 loc) · 12.7 KB

BetterQuesting

Changelog of BetterQuesting.

Merge pull request #35 from GTNewHorizons/fix-8076

  • Guard against broken mods returning invalid itemstack

e1705d6dd23d015 by Martin Robertz 2021-06-21 13:26:14

Jira fix-8076

Merge pull request #35 from GTNewHorizons/fix-8076

  • Guard against broken mods returning invalid itemstack

e1705d6dd23d015 by Martin Robertz 2021-06-21 13:26:14

No issue

bump(Better Questing)version

6fd06bb2b3db6a8 by DreamMasterXXL 2021-06-21 13:30:13

guard against broken mods returning invalid itemstack

e9b36f5d23414a7 by Glease 2021-06-21 06:21:25

Merge pull request #34 from GTNewHorizons/search-focus

  • Lock focus to text box in search gui

0e1ef1f18191008 by Martin Robertz 2021-05-21 20:08:54

No issue

bump version

5a5e3c2a0923b2c by DreamMasterXXL 2021-06-15 19:50:23

Lock focus to text box in search gui

638b58d02d95a5d by Glease 2021-05-21 18:30:59

Merge pull request #27 from GTNewHorizons/partySync

  • Party sync

3efc215a545e74d by Martin Robertz 2021-04-09 20:29:11

Merge pull request #32 from GTNewHorizons/ftbu-backup-compat

  • Wait for IO finish upon save

172f562dcc9cf55 by Martin Robertz 2021-04-18 09:28:37

Merge pull request #33 from GTNewHorizons/designer-fix

  • Fix NaiveLookupLogic not invalidating ref cache upon changes to the underlying map

793ed902f59d0f4 by Martin Robertz 2021-05-14 17:33:29

No issue

bump version

  • update gradle script

d905c8466ffad18 by DreamMasterXXL 2021-05-16 09:00:49

Fix NaiveLookupLogic not invalidating ref cache upon changes to the underlying map

a316c7b39cb6572 by Glease 2021-05-14 17:17:25

Wait for IO finish upon save

55d481bcfb90afb by Glease 2021-04-18 06:37:17

SyncPartyQuests rework

2525cfbbabda5e3 by SKProCH 2021-01-05 12:24:38

Add method to get player by his questing uuid

e64e7c68b79a49e by SKProCH 2021-01-05 12:22:57

Fix quest reset command do not update quests on clients

29d789da801facf by SKProCH 2021-01-05 12:22:09

Fix freaking bug with partial quests progress updates will not reset quest completition info on client

57919c0e247f4c1 by SKProCH 2021-01-05 12:21:26

Merge remote-tracking branch 'origin/1.7.10' into partySync

1a43807f025d3ac by SKProCH 2021-01-05 09:26:02

GitHub

Merge pull request #22 from GTNewHorizons/simpledatabase-optimize

  • Optimize SimpleDatabase#bulkLookup

4912ae3c65f2a0d by Martin Robertz 2021-01-04 21:11:59

Optimize SimpleDatabase#bulkLookup

6cba5ecd6bb49a8 by Glease 2020-01-03 02:53:39

Merge pull request #22 from GTNewHorizons/simpledatabase-optimize

  • Optimize SimpleDatabase#bulkLookup

4912ae3c65f2a0d by Martin Robertz 2021-01-04 21:11:59

Merge pull request #24 from GTNewHorizons/localizationMissing

  • Add missing betterquesting.toolbox.tool.delete.name in english locali…

738c3687a9db6fe by Martin Robertz 2020-01-01 20:22:25

Merge pull request #25 from GTNewHorizons/lockTraySave

  • Add saving lock tray state

c66dfbc26d63de8 by Martin Robertz 2020-01-02 17:10:30

Merge pull request #26 from GTNewHorizons/skipHome

  • Allow skip home and open quests gui at start

b6a0da11a3d6475 by Martin Robertz 2021-01-05 15:02:58

Merge pull request #28 from GTNewHorizons/lookup-logic-npe

  • fix no such element on empty database

98e2c2629f4ad53 by Martin Robertz 2021-03-12 10:21:55

Merge pull request #29 from johnch18/logComs

  • Added logging of quest completion

21057c8e2eda904 by Martin Robertz 2021-04-06 14:42:43

Merge pull request #30 from GTNewHorizons/command-check-progress

  • Add admin commands to check quest progress of a given player

4d83e3b53bf2571 by Martin Robertz 2021-04-06 14:56:35

Merge pull request #31 from GTNewHorizons/array-cache-out-of-bound

  • Fix array out of bounds

fe38a6d6ddccbc1 by Martin Robertz 2021-04-06 14:54:00

No issue

bump version

2eb6da6c3ae7382 by DreamMasterXXL 2021-04-06 15:58:32

Implemented requested change and removed unecessary import.

5b6d2f57d2cdecf by charles 2021-04-05 18:55:57

Add admin commands to check quest progress of a given player

e88c56973376187 by Glease 2021-04-04 16:41:03

Added logging of quest completion

0ccdad9f5554825 by charles 2021-04-03 16:14:02

Fix array out of bounds

3ab09bc6a7366aa by Glease 2021-03-13 09:13:21

fix npe on empty database

7a0ce811297691b by Skiftcha 2021-03-09 16:37:19

Merge remote-tracking branch 'origin/skipHome' into skipHome

63f72e4f063f870 by SKProCH 2021-01-05 08:56:48

Direct set skipHome setting instead of reinit all settings

756431db125856b by SKProCH 2021-01-05 08:56:26

remove unused constant

f86d4b8bb1e499e by Skiftcha 2021-01-04 21:11:16

Remove sort merge join from bulkLookup implementations

3f2aff3f8a9a3aa by Glease 2021-01-04 17:56:52

Merge branch '1.7.10' into skipHome

31f2bab9f32101d by SKProCH 2020-01-02 18:24:16

Add config option to skip home, and set bookmark on questline viewing

df28ea6e0c91896 by SKProCH 2020-01-02 18:14:07

Add saving lock tray state

33fb7d04dd942ef by SKProCH 2020-01-02 15:38:23

Fix locked quest line after quest line change

d36e51643a7f3d4 by SKProCH 2020-01-02 13:57:57

Add missing betterquesting.toolbox.tool.delete.name in english localization

742c2d39335a7dc by SKProCH 2020-01-01 20:19:35

Merge pull request #21 from GTNewHorizons/questSearch

  • Quest search

dd5faf59c729cb1 by Martin Robertz 2020-12-31 13:29:28

Merge pull request #23 from GTNewHorizons/questSearchCleanup

  • Cleanup

2d916307bfb0e0f by Martin Robertz 2020-12-31 13:28:54

No issue

bump version

8803d5e207ac98f by DreamMasterXXL 2020-01-01 00:06:21

Cleanup

98dc52c3fcef934 by bartimaeusnek 2020-12-31 12:49:41

Fix return missing

17db589b69ce1a0 by SKProCH 2020-12-31 12:12:52

Code refactor, quest search moved out to separate class GuiQuestSearch

c0d885896329a1b by SKProCH 2020-12-30 14:22:39

Add quest search

2b41e0c271478b4 by SKProCH 2020-12-29 10:34:09

Add button background support to PanelButtonCustom

329d9ca9931028a by SKProCH 2020-12-29 07:49:34

Add PanelButtonCustom. This is the button with any content (like canvas)

cd4ff82d4835460 by SKProCH 2020-12-29 07:40:41

Merge pull request #20 from GTNewHorizons/questlineCheckmarks

  • Fix checkmarks on questlines

1d6aafd03bc2e06 by Martin Robertz 2020-12-26 11:24:45

No issue

bump version

59a3eb1e1141288 by DreamMasterXXL 2020-12-26 11:41:47

Fixed mark of completion of the questline if it contains choice quests

5927db333fac3c8 by SKProCH 2020-12-25 08:40:19

Fix for hidden quests makes questline not completed

86a01f343d9bbb8 by SKProCH 2020-12-25 08:11:12