A e-amusement server emulator, targeting Dance Dance Revolution A
Go to file
2019-04-12 20:05:26 -05:00
butterflycore Broke out the server into multiple modules so we can make a webUI more easily. Modules: model (models), dao (database access), core (shared functionality like encryption and compression), and server (game server). 2019-02-03 18:50:31 -06:00
butterflydao Move the database file location to the commandline so that the config files inside the JAR shouldn't matter to end-users 2019-04-12 19:52:39 -05:00
butterflymodel Broke out the server into multiple modules so we can make a webUI more easily. Modules: model (models), dao (database access), core (shared functionality like encryption and compression), and server (game server). 2019-02-03 18:50:31 -06:00
butterflyserver Let new machines connect for the first time 2019-04-12 20:05:26 -05:00
butterflywebui Beginning to stub out a web UI module 2019-02-03 22:23:01 -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
.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 Beginning to stub out a web UI module 2019-02-03 22:23:01 -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 Beginning to stub out a web UI module 2019-02-03 22:23:01 -06:00

butterfly

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