Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Significantly improve this java project. #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

57 changes: 0 additions & 57 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .project

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Awesome game

Copyright Hector Peeters
Copyright Hector Peeters and Victor Vanthilt
VictorVanthilt marked this conversation as resolved.
Show resolved Hide resolved
72 changes: 0 additions & 72 deletions SlickDwarfFortressNXT.iml

This file was deleted.

Binary file removed bin/assets/Images.class
Binary file not shown.
Binary file removed bin/assets/Sounds.class
Binary file not shown.
Binary file removed bin/entities/Entity.class
Binary file not shown.
Binary file removed bin/entities/Worker.class
Binary file not shown.
Binary file removed bin/entities/pathfinding/Node.class
Binary file not shown.
Binary file removed bin/entities/pathfinding/Pathfinder$1.class
Binary file not shown.
Binary file removed bin/entities/pathfinding/Pathfinder.class
Binary file not shown.
Binary file removed bin/jobSystem/Job.class
Binary file not shown.
Binary file removed bin/jobSystem/JobManager.class
Binary file not shown.
Binary file removed bin/jobSystem/JobWindow$1.class
Binary file not shown.
Binary file removed bin/jobSystem/JobWindow.class
Binary file not shown.
Binary file removed bin/jobSystem/Jobs$JobType.class
Binary file not shown.
Binary file removed bin/jobSystem/Jobs.class
Binary file not shown.
Binary file removed bin/math/Vector2i.class
Binary file not shown.
Binary file removed bin/objects/Direction.class
Binary file not shown.
Binary file removed bin/objects/Door.class
Binary file not shown.
Binary file removed bin/objects/WoodenWall.class
Binary file not shown.
Binary file removed bin/util/Strings.class
Binary file not shown.
Binary file removed bin/world/Tile.class
Binary file not shown.
Binary file removed bin/world/TileType.class
Binary file not shown.
Binary file removed bin/world/World.class
Binary file not shown.
Binary file removed bin/world/WorldGenerator.class
Binary file not shown.
Binary file removed lib/PNGDecoder.jar
Binary file not shown.
Binary file removed lib/imgscalr-lib-4.2.jar
Binary file not shown.
Binary file removed lib/jinput.jar
Binary file not shown.
Binary file removed lib/lwjgl.jar
Binary file not shown.
Binary file removed lib/lwjgl_util.jar
Binary file not shown.
Binary file removed lib/natives-linux.jar
Binary file not shown.
Binary file removed lib/natives-mac.jar
Binary file not shown.
Binary file removed lib/natives-windows/META-INF/LWJGL.RSA
Binary file not shown.
30 changes: 0 additions & 30 deletions lib/natives-windows/META-INF/LWJGL.SF

This file was deleted.

28 changes: 0 additions & 28 deletions lib/natives-windows/META-INF/MANIFEST.MF

This file was deleted.

Binary file removed lib/natives-windows/OpenAL32.dll
Binary file not shown.
Binary file removed lib/natives-windows/OpenAL64.dll
Binary file not shown.
Binary file removed lib/natives-windows/jinput-dx8.dll
Binary file not shown.
Binary file removed lib/natives-windows/jinput-dx8_64.dll
Binary file not shown.
Binary file removed lib/natives-windows/jinput-raw.dll
Binary file not shown.
Binary file removed lib/natives-windows/jinput-raw_64.dll
Binary file not shown.
Binary file removed lib/natives-windows/lwjgl.dll
Binary file not shown.
Binary file removed lib/natives-windows/lwjgl64.dll
Binary file not shown.
Binary file removed lib/slick.jar
Binary file not shown.
Binary file removed res/sounds/click.wav
Binary file not shown.
Binary file removed res/sounds/startup.wav
Binary file not shown.
Binary file removed res/sprites/black.png
Binary file not shown.
Binary file removed res/sprites/bush.png
Binary file not shown.
Binary file removed res/sprites/cow.png
Binary file not shown.
Binary file removed res/sprites/diamond_ore.png
Binary file not shown.
Binary file removed res/sprites/floor.png
Binary file not shown.
Binary file removed res/sprites/grass_tile.png
Binary file not shown.
Binary file removed res/sprites/gray.png
Binary file not shown.
Binary file removed res/sprites/guy.png
Binary file not shown.
Binary file removed res/sprites/hourglas.png
Binary file not shown.
Binary file removed res/sprites/inProgress.png
Binary file not shown.
Binary file removed res/sprites/indicator.png
Binary file not shown.
Binary file removed res/sprites/iron_doorEW.png
Binary file not shown.
Binary file removed res/sprites/iron_doorNS.png
Binary file not shown.
Binary file removed res/sprites/iron_ore.png
Binary file not shown.
Binary file removed res/sprites/iron_wall.png
Binary file not shown.
Binary file removed res/sprites/select.png
Binary file not shown.
Binary file removed res/sprites/splash.png
Binary file not shown.
Binary file removed res/sprites/splash2.png
Binary file not shown.
Binary file removed res/sprites/stone.png
Binary file not shown.
Binary file removed res/sprites/stone_tile.png
Binary file not shown.
Binary file removed res/sprites/tree.png
Binary file not shown.
Binary file removed res/sprites/water_tile.png
Binary file not shown.
Binary file removed res/sprites/woodenWall.png
Binary file not shown.
Binary file removed res/sprites/wooden_doorEW.png
Binary file not shown.
Binary file removed res/sprites/wooden_doorNS.png
Binary file not shown.
Binary file removed res/spritesheets/gray.png
Diff not rendered.
Loading