Skip to content

Commit

Permalink
Port scaling + others from rsc+, bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
conker-rsc authored and lmsv-mx123 committed Aug 25, 2023
1 parent 2cc77e5 commit 710d5a0
Show file tree
Hide file tree
Showing 28 changed files with 3,697 additions and 889 deletions.
3 changes: 3 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
<classpathentry kind="lib" path="lib/json-20201115.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.11.2.jar"/>
<classpathentry kind="lib" path="lib/flatlaf-3.1.1.jar"/>
<classpathentry kind="lib" path="lib/jna-platform-5.13.0.jar"/>
<classpathentry kind="lib" path="lib/jna-5.13.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Thumbs.db
/[Bb]uild/
/[Dd]ist/
/[Dd]oc/
out/
# Ignore files created by posix people
*~
# Ignore vim swapfiles
Expand Down
Binary file modified assets/2001tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gear_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon_warn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
</manifest>
<fileset dir=".">
<include name="${assets.dir}/**" />
<include name="${main.src.dir}/Client/FlatLaf/*.properties" />
<include name="LICENSE" />
</fileset>
<zipgroupfileset dir="lib" includes="*.jar" excludes="junit-*.jar,hamcrest-core-*.jar" />
Expand Down
Binary file added lib/flatlaf-3.1.1.jar
Binary file not shown.
Binary file added lib/jna-5.13.0.jar
Binary file not shown.
Binary file added lib/jna-platform-5.13.0.jar
Binary file not shown.
Loading

0 comments on commit 710d5a0

Please sign in to comment.