-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #798 from openmultiplayer/amir/no-exceptions
New way of handling ParamCast errors instead of throwing exceptions.
- Loading branch information
Showing
7 changed files
with
1,376 additions
and
1,285 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...lude/Server/Components/Pawn/pawn_impl.hpp → ...Server/Components/Pawn/Impl/pawn_impl.hpp
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
1,366 changes: 1,366 additions & 0 deletions
1,366
SDK/include/Server/Components/Pawn/Impl/pawn_natives.hpp
Large diffs are not rendered by default.
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
1,280 changes: 0 additions & 1,280 deletions
1,280
SDK/include/Server/Components/Pawn/pawn_natives.hpp
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
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
Submodule pawn-natives
updated
3 files
+110 −55 | Internal/NativeCast.hpp | |
+14 −18 | NativeFunc.hpp | |
+2 −1 | test.cpp |