mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
|
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled
SourcePawn scripting / build (ubuntu-latest, linux) (push) Has been cancelled
SourcePawn scripting / build (windows-latest, win) (push) Has been cancelled
In the current ongoing effort for sourcemod to fully support 64 bits, we are introducing "virtual address".
# Explanation
Because SourcePawn does not yet support a 64 bits-wide type it's been impossible for any plugins to hold addresses in regular 32-bits wide variable.
A first attempt at solving this issue was made in commit
|
||
|---|---|---|
| .. | ||
| admin-flatfile | ||
| adminmenu | ||
| basebans | ||
| basecomm | ||
| basecommands | ||
| basevotes | ||
| funcommands | ||
| funvotes | ||
| include | ||
| playercommands | ||
| testsuite | ||
| admin-flatfile.sp | ||
| admin-sql-prefetch.sp | ||
| admin-sql-threaded.sp | ||
| adminhelp.sp | ||
| adminmenu.sp | ||
| AMBuilder | ||
| antiflood.sp | ||
| basebans.sp | ||
| basechat.sp | ||
| basecomm.sp | ||
| basecommands.sp | ||
| basetriggers.sp | ||
| basevotes.sp | ||
| clientprefs.sp | ||
| compile.sh | ||
| funcommands.sp | ||
| funvotes.sp | ||
| mapchooser.sp | ||
| nextmap.sp | ||
| nominations.sp | ||
| playercommands.sp | ||
| randomcycle.sp | ||
| reservedslots.sp | ||
| rockthevote.sp | ||
| sounds.sp | ||
| sql-admin-manager.sp | ||