-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated to SmSdk and 0.7.0.771 support
- Loading branch information
1 parent
733837f
commit 0ba38a5
Showing
103 changed files
with
4,263 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
#pragma once | ||
|
||
#define GAME_VERSION 066 | ||
#define GAME_VERSION 070771 | ||
|
||
#if !defined(GAME_VERSION) | ||
#error GAME_VERSION must be defined! | ||
#endif | ||
|
||
#if GAME_VERSION == 066 | ||
#if GAME_VERSION == 070771 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x599180 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x34DA90 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x54A850 | ||
#elif GAME_VERSION == 066 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x5A6A60 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x359490 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x55A640 | ||
#define OFF_AUDIO_MANAGER_PTR 0x128D720 | ||
#define OFF_DIRECTORY_MANAGER_PTR 0x128D8F0 | ||
#define OFF_GAME_SETTINGS_PTR 0x128D830 | ||
#elif GAME_VERSION == 065 | ||
#define OFF_LOAD_SHAPESETS_FUNCTION 0x5C4250 | ||
#define OFF_INIT_SHAPESET_MANAGER_FUNCTION 0x378170 | ||
#define OFF_INIT_LUA_MANAGER_FUNCTION 0x5784D0 | ||
#define OFF_AUDIO_MANAGER_PTR 0x12A7710 | ||
#define OFF_DIRECTORY_MANAGER_PTR 0x12A78F0 | ||
#define OFF_GAME_SETTINGS_PTR 0x12A7840 | ||
#endif |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "win_include.hpp" | ||
#include <SmSdk/win_include.hpp> | ||
|
||
class EngineConColor | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "win_include.hpp" | ||
#include <SmSdk/win_include.hpp> | ||
|
||
#include <cwctype> | ||
#include <string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.