Compare commits

..

16 Commits
ueb03 ... main

Author SHA1 Message Date
47a4af1cc0
add .gitignore 2025-01-16 11:30:29 +01:00
61b60cfbaf
add .gitignore 2025-01-15 21:03:49 +01:00
0nlineSam
a2a1ede6b7 Updated jabref to hash 6af91b9 2025-01-11 12:30:11 +01:00
b157c2c194
shell.nix: switch to stable
build with JavaFX broken on unstable
2025-01-11 09:22:05 +01:00
b094db4615
shell.nix: pinned nixpkgs 2025-01-11 08:50:36 +01:00
0nlineSam
a81d9ed65e Import dicegame 2025-01-09 12:22:17 +01:00
cfecc02cad
import news example b 2024-12-07 12:09:18 +01:00
c41072785c
import news example 2024-12-07 10:30:42 +01:00
64c1d0e743
import ueb05_news_example 2024-11-24 17:07:25 +01:00
73a279f24a
shell.nix: docs 2024-11-24 14:15:11 +01:00
944138280d
shell.nix: Gradle runs JabRef 🚀 2024-11-24 13:06:49 +00:00
1c34fe3715
shell.nix: IntelliJ runs JabRef 🚀 2024-11-24 13:04:42 +00:00
154e774296
import jabref with submodules 2024-11-23 18:45:52 +01:00
c5d4d2d059
add shell.nix 2024-11-23 18:11:20 +01:00
a150ed4958
rm built files 2024-11-23 18:10:57 +01:00
Artem Semenovykh
415abbc47b import jabref 2024-11-16 11:43:42 +01:00
14284 changed files with 1488589 additions and 978 deletions

6
.gitignore vendored
View File

@ -1,4 +1,2 @@
/bin/
/out/
/classes/
.DS_Store
.DS_Store
/classes

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>10.18.2</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<option name="locations">
<list>
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="5232a701-ef57-4b8f-b1df-ed9fcf2cc548" type="LOCAL_FILE" scope="All" description="Ueb 01 Checkstyle">$PROJECT_DIR$/ueb01_checkstyle_config.xml</ConfigurationLocation>
</list>
</option>
</component>
</project>

7
.idea/misc.xml generated
View File

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PDMPlugin">
<option name="skipTestSources" value="false" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="openjdk-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

2
.idea/modules.xml generated
View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Boulder Dash.iml" filepath="$PROJECT_DIR$/Boulder Dash.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/sq_2024.iml" filepath="$PROJECT_DIR$/.idea/sq_2024.iml" />
</modules>
</component>
</project>

11
.idea/sq_2024.iml generated Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/classes" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

2
.idea/vcs.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="" vcs="Git" />
</component>
</project>

2
boulder-dash/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/bin/
/out/

8
boulder-dash/.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

6
boulder-dash/.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="openjdk-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

8
boulder-dash/.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Boulder Dash.iml" filepath="$PROJECT_DIR$/Boulder Dash.iml" />
</modules>
</component>
</project>

6
boulder-dash/.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

Some files were not shown because too many files have changed in this diff Show More