lwjgl/src/java/org/lwjgl/examples/spaceinvaders
Michael Pfaff 68e2ca0b76
Part 1/2
- Remove applet
- Remove webstart
- Refactor all generation to the `target` folder
- Remove eclipse-update
- Update java version in `.tool-versions`
- Update `.gitignore`
- Remove unused `res` folder
- Only macOS builds work currently
- TODO: finish the aforementioned changes to all other targets
- `build.sh` runs in headless mode to avoid the focus stealing and
  performance issues on macOS
2022-03-22 21:26:50 -04:00
..
AlienEntity.java updated and added license where needed 2008-04-07 18:36:09 +00:00
Entity.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Game.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
ShipEntity.java updated and added license where needed 2008-04-07 18:36:09 +00:00
ShotEntity.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
SoundManager.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Sprite.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
Texture.java Ported codebase to Java 1.5. 2010-09-28 21:11:35 +00:00
TextureLoader.java fixed issue with signed/unsigned code dialog popping up 2010-10-12 15:34:26 +00:00