Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit 100c507

Browse files
committed
[Deprecation] Implement mip-mini, refactor client structure to comply to certain standards (partially).
1 parent 13b6d84 commit 100c507

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2088
-709
lines changed

Client/.idea/Client.iml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/.idea/inspectionProfiles/Project_Default.xml

+865
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/.idea/runConfigurations.xml

-10
This file was deleted.

Client/.idea/workspace.xml

+97-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Client/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
<dependencies>
3838
<dependency><groupId>commons-io</groupId><artifactId>commons-io</artifactId><version>2.11.0</version></dependency>
3939
<dependency><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId><version>2.9.0</version></dependency>
40-
<dependency><groupId>org.jetbrains</groupId><artifactId>annotations</artifactId><version>RELEASE</version><scope>compile</scope></dependency>
40+
<dependency>
41+
<groupId>org.jetbrains</groupId>
42+
<artifactId>annotations</artifactId>
43+
<version>24.0.0</version>
44+
</dependency>
4145
<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl</artifactId></dependency>
4246
<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl-assimp</artifactId></dependency>
4347
<dependency><groupId>org.lwjgl</groupId><artifactId>lwjgl-glfw</artifactId></dependency>

0 commit comments

Comments
 (0)