sm64ex-coop/build-windows-visual-studio
MysterD 9d3390f4b2 Added mod registration system
Allows mods to register themselves so that mismatches don't occur. This
does not automagically detect when someone modified the game, so the
mods will have to insert a function like this into their patch:

static void __attribute__((constructor)) _register_this_mod() {
    network_register_mod("mod name here");
}
2020-10-04 16:41:55 -07:00
..
behavior_table Gave each BehaviorScript an ID 2020-08-09 16:21:12 -07:00
scrap Added Visual Studio project (code-editing only, no build/debug) 2020-07-30 18:12:05 -07:00
x64/Debug Force synchronizing of level changes 2020-08-02 23:02:29 -07:00
sm64ex.sln Added Visual Studio project (code-editing only, no build/debug) 2020-07-30 18:12:05 -07:00
sm64ex.vcxproj Added mod registration system 2020-10-04 16:41:55 -07:00
sm64ex.vcxproj.filters Added mod registration system 2020-10-04 16:41:55 -07:00
sm64ex.vcxproj.user Added Visual Studio project (code-editing only, no build/debug) 2020-07-30 18:12:05 -07:00