SL22W03: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
<br />
<br />


* cutepony:
*cutepony:
** Render inventory images by using 'Render Doc'
**Render inventory images by using 'Render Doc'
** Probably could be done with the same render-api that is used for chunkli
**Probably could be done with the same render-api that is used for chunkli
** Add new API-calls for the render-client. Insert items into render-client inventory. Tell client to render & upload etc.
**Add new API-calls for the render-client. Insert items into render-client inventory. Tell client to render & upload etc.
* Learning IntelliJ
*Learning IntelliJ
** '''Bug:''' Compiler differences between javac and internal intellij compiler
**'''Bug:''' Compiler differences between javac and internal intellij compiler
** '''Bug:''' Sometimes invalid error messages, recompile maven (clean+install) + CTRL+F9 on project
**'''Bug:''' Sometimes invalid error messages, recompile maven (clean+install) + CTRL+F9 on project
** Added AHK Script to jump to given code line from stacktrace
**Added AHK Script to jump to given code line from stacktrace
*** '''Bug:''' IntelliJ will interpret the key-input instantly even if the active search (CTRL+N) has not finished. Makes it jump into the wrong file or not jump at all
***'''Bug:''' IntelliJ will interpret the key-input instantly even if the active search (CTRL+N) has not finished. Makes it jump into the wrong file or not jump at all
***'''Lambda lookups probably still broken? As class is named Something.lambda.java:60'''




* Implementation for TradeMoneyPop
*Implementation for TradeMoneyPop
* First implementation of Account transaction
*First implementation of Account transaction
* '''Bug: PageState hashcode & equals not finished'''
*'''Bug: PageState hashcode & equals not finished'''
* Bug: BoardHtml hashcode changed on render
*Bug: BoardHtml hashcode changed on render
* Bug: PopupStack/PageState not cloned correctly on each screen interaction
*Bug: PopupStack/PageState not cloned correctly on each screen interaction
*  
*


<br />
<br />


* (Azure Sponsored Content )
*(Azure Sponsored Content )
** Server setup speedrun any%
**Server setup speedrun any%
** IntelliJ project setup & maven  
**IntelliJ project setup & maven
** Minecraft spigot imports & first plugin
**Minecraft spigot imports & first plugin
**   <br />
**<br />


*'''Implement redstone-clock-detector?'''
*'''Implement redstone-clock-detector?'''

Revision as of 01:06, 25 January 2022

◄ SL22W02 | SL22W04 ►


  • cutepony:
    • Render inventory images by using 'Render Doc'
    • Probably could be done with the same render-api that is used for chunkli
    • Add new API-calls for the render-client. Insert items into render-client inventory. Tell client to render & upload etc.
  • Learning IntelliJ
    • Bug: Compiler differences between javac and internal intellij compiler
    • Bug: Sometimes invalid error messages, recompile maven (clean+install) + CTRL+F9 on project
    • Added AHK Script to jump to given code line from stacktrace
      • Bug: IntelliJ will interpret the key-input instantly even if the active search (CTRL+N) has not finished. Makes it jump into the wrong file or not jump at all
      • Lambda lookups probably still broken? As class is named Something.lambda.java:60


  • Implementation for TradeMoneyPop
  • First implementation of Account transaction
  • Bug: PageState hashcode & equals not finished
  • Bug: BoardHtml hashcode changed on render
  • Bug: PopupStack/PageState not cloned correctly on each screen interaction


  • (Azure Sponsored Content )
    • Server setup speedrun any%
    • IntelliJ project setup & maven
    • Minecraft spigot imports & first plugin

  • Implement redstone-clock-detector?