<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/COFL.git/src/main/java/de/torui/coflsky/commands/models, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/'/>
<entry>
<title>Add TFM Purchase UI to Mod (#78)</title>
<updated>2023-02-17T16:32:26+00:00</updated>
<author>
<name>matthias-luger</name>
<email>58751503+matthias-luger@users.noreply.github.com</email>
</author>
<published>2023-02-17T16:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=8f3bce7d6fe41e85f2654f7557bbb564305e58b5'/>
<id>8f3bce7d6fe41e85f2654f7557bbb564305e58b5</id>
<content type='text'>
* Add TFM Purchase UI to Mod

* fix up opening flips by hotkey
fix up flip message in tfm ui

* readded check if the auction should be drawn
mod doesnt crash anymore if a non flip auction is opened

* added /cofl set gui command
changed gui title

* added /fc toggle command
dont store toggle locally

* rename purchaseOverlay config
removed unused code
renamed gui command to /cofl set ahbuygui

* fix message not available if flip opened by mouse
fix old message shown for non flip auctions

* added /cofl setGui command
added cofl purchase gui

* Add sound on flip

* Fixed new flip sound
Optimized cofl gui
Removed flickering of default mc gui
Move mouse to middle on screen open

* remove unused code

* remove debug code

* don't open guis if not in skyblock

* fix sound being null

* fix bed flips
fix opening /cofl blocked

* remove logging

* Rewrote cofl gui to render before the chest gui opens

* - fix bed flips
- invalidate best flips after open

* - fix scrolling

* - fix description not updating
- case insensitive commands
- fix up , at the end of the message

* - add gui if item was already bought
- fix bug that invalidated too many flips
- added missing "break"

* fix merge error

* add .vscode to gitignore
formatting

* fix formatting issue

* - remove comment
- remove emty line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add TFM Purchase UI to Mod

* fix up opening flips by hotkey
fix up flip message in tfm ui

* readded check if the auction should be drawn
mod doesnt crash anymore if a non flip auction is opened

* added /cofl set gui command
changed gui title

* added /fc toggle command
dont store toggle locally

* rename purchaseOverlay config
removed unused code
renamed gui command to /cofl set ahbuygui

* fix message not available if flip opened by mouse
fix old message shown for non flip auctions

* added /cofl setGui command
added cofl purchase gui

* Add sound on flip

* Fixed new flip sound
Optimized cofl gui
Removed flickering of default mc gui
Move mouse to middle on screen open

* remove unused code

* remove debug code

* don't open guis if not in skyblock

* fix sound being null

* fix bed flips
fix opening /cofl blocked

* remove logging

* Rewrote cofl gui to render before the chest gui opens

* - fix bed flips
- invalidate best flips after open

* - fix scrolling

* - fix description not updating
- case insensitive commands
- fix up , at the end of the message

* - add gui if item was already bought
- fix bug that invalidated too many flips
- added missing "break"

* fix merge error

* add .vscode to gitignore
formatting

* fix formatting issue

* - remove comment
- remove emty line</pre>
</div>
</content>
</entry>
<entry>
<title>Add Proxy support to the cofl mod (#85)</title>
<updated>2023-01-26T16:04:15+00:00</updated>
<author>
<name>Abhiram555</name>
<email>63419731+abhithedev200@users.noreply.github.com</email>
</author>
<published>2023-01-26T16:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=19f6d6eacf3df61c3079d342482df3ae4a2c3e15'/>
<id>19f6d6eacf3df61c3079d342482df3ae4a2c3e15</id>
<content type='text'>
* Implement basic proxy functionality

* Finish the api key management

* Finished the hypixel api key support

* Fixed a check, for some reason intelij didn't update my code

* Only upload request if the upload is enabled, else just do the request

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement basic proxy functionality

* Finish the api key management

* Finished the hypixel api key support

* Fixed a check, for some reason intelij didn't update my code

* Only upload request if the upload is enabled, else just do the request

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue #81 (#82)</title>
<updated>2023-01-18T22:27:35+00:00</updated>
<author>
<name>Abhiram555</name>
<email>63419731+Sasuke449@users.noreply.github.com</email>
</author>
<published>2023-01-18T22:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=2297be65c50d36916e6efc690ad297a149590e1f'/>
<id>2297be65c50d36916e6efc690ad297a149590e1f</id>
<content type='text'>
* Remove the useless relocation in gradle

* Implement the getMods command

* Update src/main/java/de/torui/coflsky/commands/models/ModListData.java

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove the useless relocation in gradle

* Implement the getMods command

* Update src/main/java/de/torui/coflsky/commands/models/ModListData.java

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/countdown (#54)</title>
<updated>2022-04-11T22:02:21+00:00</updated>
<author>
<name>Äkwav</name>
<email>16632490+Ekwav@users.noreply.github.com</email>
</author>
<published>2022-04-11T22:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=e3aedc3ffea344fbdda63aeb8a3fae8af9b1e681'/>
<id>e3aedc3ffea344fbdda63aeb8a3fae8af9b1e681</id>
<content type='text'>
* v1

* fixes #20

* code review comments

* update version

* fix aliases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* v1

* fixes #20

* code review comments

* update version

* fix aliases</pre>
</div>
</content>
</entry>
<entry>
<title>Feature/support new flips (#47)</title>
<updated>2022-01-24T19:00:02+00:00</updated>
<author>
<name>Torui</name>
<email>44932079+ToruiDev@users.noreply.github.com</email>
</author>
<published>2022-01-24T19:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=1caa3e1840e51800200458b776712f38b470d772'/>
<id>1caa3e1840e51800200458b776712f38b470d772</id>
<content type='text'>
* added rudimentary support for the new flips

* Keypress

* send "clicked" command

* maybe fix the ConcurrentModificationException

* add synchronized to relevant pieces of code

* premature optimization

* change timings to 50 seconds

* switched to config file

* workaround for #48

* change debounce mechanism

* cofl track

* fix #49

* fix command not getting data serialized

* .

* add id on claim

* unset hotkey

* Apply suggestions from code review

remove tab from empty line

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added rudimentary support for the new flips

* Keypress

* send "clicked" command

* maybe fix the ConcurrentModificationException

* add synchronized to relevant pieces of code

* premature optimization

* change timings to 50 seconds

* switched to config file

* workaround for #48

* change debounce mechanism

* cofl track

* fix #49

* fix command not getting data serialized

* .

* add id on claim

* unset hotkey

* Apply suggestions from code review

remove tab from empty line

Co-authored-by: Äkwav &lt;16632490+Ekwav@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>rename de.torui.coflsky.core to commands in for refactor</title>
<updated>2021-11-05T19:17:35+00:00</updated>
<author>
<name>Florian Rinke</name>
<email>develop@torui.de</email>
</author>
<published>2021-11-05T19:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/COFL.git/commit/?id=e533c7f6f9860479f5f472280d6fce8b87d8d0b8'/>
<id>e533c7f6f9860479f5f472280d6fce8b87d8d0b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
