Pretendo Super Mario Maker secure server
Go to file
2022-01-03 15:37:15 -05:00
.gitignore Course world goes online 2021-09-12 00:08:32 -04:00
add_to_buffer_queues.go course ratings working (needs more testing) 2021-10-03 03:17:24 -04:00
change_meta.go Super Mario Maker (WiiU) boots! 2021-08-22 18:43:25 -04:00
check_rate_custom_ranking_counter.go implemented course ranking display 2021-10-02 22:03:59 -04:00
complete_attach_file.go Upload and course world now use the database 2021-09-26 19:45:53 -04:00
complete_post_object.go Course world goes online 2021-09-12 00:08:32 -04:00
connect.go Course world goes online 2021-09-12 00:08:32 -04:00
ctr_pick_up_course_search_object.go Cleaned up a lot of duplicate code for metadata 2022-01-02 09:59:06 -05:00
database.go Made all loops consistent 2022-01-03 15:37:15 -05:00
datastore_id_generator.go Added DataStoreIDGenerator to make IDs 2021-09-26 19:44:26 -04:00
deliver_message.go added DeliverMessage 2021-09-30 22:06:23 -04:00
followings_latest_course_search_object.go Cleaned up a lot of duplicate code for metadata 2022-01-02 09:59:06 -05:00
get_application_config_string.go Cleaned up getApplicationConfigString 2021-09-12 20:59:01 -04:00
get_application_config.go Found max course upload value 2021-12-26 21:40:15 -05:00
get_buffer_queue.go Added user starred courses list 2022-01-01 22:47:57 -05:00
get_course_record.go World record tracking 2021-09-30 08:13:27 -04:00
get_custom_ranking_by_data_id.go Made all loops consistent 2022-01-03 15:37:15 -05:00
get_deletion_reason.go stubbed GetDeletionReason 2021-12-31 09:24:51 -05:00
get_meta.go Cleaned up a lot of duplicate code for metadata 2022-01-02 09:59:06 -05:00
get_metas_multiple_param.go Made all loops consistent 2022-01-03 15:37:15 -05:00
get_metas_with_course_record.go course uploading implemented 2021-09-01 09:39:18 -04:00
get_object_infos.go Made all loops consistent 2022-01-03 15:37:15 -05:00
init.go moved godotenv to init function 2021-10-05 09:40:03 -04:00
main.go stubbed GetDeletionReason 2021-12-31 09:24:51 -05:00
prepare_attach_file.go upload URL moved to env variable 2021-10-05 09:19:51 -04:00
prepare_get_object.go Upload and course world now use the database 2021-09-26 19:45:53 -04:00
prepare_post_object.go upload URL moved to env variable 2021-10-05 09:19:51 -04:00
rate_custom_ranking.go course ratings working (needs more testing) 2021-10-03 03:17:24 -04:00
rate_objects.go course uploading implemented 2021-09-01 09:39:18 -04:00
README.md Super Mario Maker (WiiU) boots! 2021-08-22 18:43:25 -04:00
recommended_course_search_object.go Cleaned up a lot of duplicate code for metadata 2022-01-02 09:59:06 -05:00
register.go Updated ConnectionIDCounter increment 2021-11-21 20:59:07 -05:00
suggested_course_search_object.go Made all loops consistent 2022-01-03 15:37:15 -05:00
types.go Upload datetime now handled 2021-10-05 09:46:12 -04:00
upload_course_record.go World record tracking 2021-09-30 08:13:27 -04:00
utility.go Cleaned up a lot of duplicate code for metadata 2022-01-02 09:59:06 -05:00

Super Mario Maker - Secure

Pretendo Super Mario Maker secure server

About

Only handles WiiU at this point. Only has enough implemented to get the Super Mario Maker app booting. Lots of things are not implemented Does not actually authenticate users atm!