This website requires JavaScript.
Explore
Help
Sign In
Deukhoofd
/
PkmnLib
Watch
1
Star
0
Fork
0
You've already forked PkmnLib
Code
Issues
Pull Requests
Releases
Wiki
Activity
185
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Deukhoofd
9ac60dfa42
Ensure no invalid move pointer is passed to LearnMove.
2020-04-22 10:32:28 +02:00
CInterface
C Interface for Pokemon.
2020-04-18 13:43:05 +02:00
extern
Added ScriptBuilder that gives us access to conditional compilation and metadata attributes.
2020-02-19 09:07:44 +01:00
src
Ensure no invalid move pointer is passed to LearnMove.
2020-04-22 10:32:28 +02:00
tests
Implements Change Effectiveness script hook in AngelScript.
2020-04-19 13:41:41 +02:00
.clang-format
Initial commit.
2019-12-29 15:29:52 +01:00
.drone.yml
Another attempt at fixing Windows build.
2020-04-12 11:52:07 +02:00
.gitignore
Initial commit.
2019-12-29 15:29:52 +01:00
angelscript.supp
Fixes for valgrind failure.
2020-02-06 16:25:55 +01:00
CMakeLists.txt
Removed unused conan option to fix Windows build.
2020-04-21 10:34:09 +02:00
conanfile.py
Don't link C libraries statically by default for Windows, as this isn't needed if another library has their own C libraries already has them statically linked.
2020-04-12 11:20:16 +02:00
Description
No description provided
5
MiB
Languages
C++
91.8%
CMake
8.2%