A e-amusement server emulator, targeting Dance Dance Revolution A
Go to file
2019-01-30 22:32:31 -06:00
gradle/wrapper Return the response for services.get successfully! Time to implement more modules and methods 2019-01-04 20:08:30 -06:00
lib Use a Kotlin kbinxml implementation instead of shelling out to Python for the conversions 2019-01-18 15:28:27 -06:00
src/main Let all versions of Ace run on the server, not just 042300. Add the concept of a homedir so this can be run from a JAR on something like an EC2 instance with the cardconv.py sitting in the homedir 2019-01-30 22:32:31 -06:00
.gitignore Use a Kotlin kbinxml implementation instead of shelling out to Python for the conversions 2019-01-18 15:28:27 -06:00
build.gradle Make this runnable from a JAR file properly. Make database path a hibernate config value. Ban new machines by default. Actually reject banned machine requests. 2019-01-29 19:50:26 -06:00
gradlew Initial commit, just stubbing out a bunch of very basic architecture and request handling stuff 2019-01-03 01:44:50 -06:00
gradlew.bat Initial commit, just stubbing out a bunch of very basic architecture and request handling stuff 2019-01-03 01:44:50 -06:00
LICENSE Initial commit 2019-01-03 01:42:12 -06:00
README.md Ace can boot into 'online' mode, now! Removed some of the information from the shop class that we need to hardcode, as the facility.get request can prevent the game from booting online and ever requesting playerdata 2019-01-13 03:25:37 -06:00
settings.gradle Initial commit, just stubbing out a bunch of very basic architecture and request handling stuff 2019-01-03 01:44:50 -06:00

butterfly

An e-amusement server emulator, targeting Dance Dance Revolution A.