This website requires JavaScript.
Explore
Help
Sign In
thijn
/
SqMod
Watch
1
Star
0
Fork
0
You've already forked SqMod
mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced
2026-04-21 03:27:22 +02:00
Code
Releases
Activity
Files
23fad5a58a8596178022663ca5961930a345f266
SqMod
/
source
T
History
Sandu Liviu Catalin
23fad5a58a
Merge pull request
#40
from Rasikh-Qadeer/master
...
Update Constants.cpp
2019-06-02 14:02:29 +03:00
..
Base
Discard instances of constant StackStrF parameters. This should always be non-const if possible.
2019-02-17 17:23:59 +02:00
Core
Handle new entities in pool changes.
2019-06-02 13:57:08 +03:00
Entity
Implement new API changes.
2019-06-02 00:39:06 +03:00
Library
Add a secondary seed function that fills the entire seed size. Even on x64 windows. Where long is 32 bit.
2019-05-21 21:14:19 +03:00
Misc
- GetWeaponSlot
2019-06-02 14:44:37 +05:00
Core.cpp
Implement logging callbacks to allow sharing of output with other mediums.
2019-05-01 18:00:24 +03:00
Core.hpp
Implement new API changes.
2019-06-02 00:39:06 +03:00
Logger.cpp
Improve the debug information provided by the logger. Include value, size, type and other useful information where possible.
2019-05-17 22:54:08 +03:00
Logger.hpp
Improve the debug information provided by the logger. Include value, size, type and other useful information where possible.
2019-05-17 22:54:08 +03:00
Main.cpp
Implement new API changes.
2019-06-02 00:39:06 +03:00
Makefile
Restructure some files.
2018-07-29 12:25:44 +03:00
Register.cpp
Back port changes to squirrel library. Separate mdoule speciffic changes and/or additions to squirrel into their own files.
2019-04-24 22:33:42 +03:00
SqBase.hpp
Supress some fall through warnings in GCC with markers. Later to be updated to attributes and include support for more compilers.
2019-05-24 22:17:24 +03:00