Commit Graph

24 Commits

Author SHA1 Message Date
Scott Thomas
af04340315
Update README.md 2021-07-30 21:35:22 -06:00
kidfearless
4be595269c
Merge pull request #3 from hermansimensen/master
Support for CSS
2020-10-06 10:54:47 -06:00
hermansimensen
54f3d26fd2 css support 2020-10-06 18:44:57 +02:00
KiD Fearless
153e7b10ce Potential memory leak fix 2019-12-24 09:23:08 -07:00
KiD Fearless
3ca6c6dc54 INCLUDE_VERSION 2
Added preprocessor compiler error if the plugin is compiled on an outdated version of the include.

Attempted to transfer ownership of native handles again.

Don't save empty entities.

Added extra safe guards for possible memory leak locations.
2019-12-18 08:02:33 -07:00
KiD Fearless
c5c8ae1b5e Update Version 2019-12-13 19:10:36 -07:00
KiD Fearless
547fda776f Merge branch 'master' of https://github.com/kidfearless/Stripper-Dump-Parser 2019-12-13 19:08:57 -07:00
KiD Fearless
280010d2e1 Hopefully fix Array index out-of-bounds exception 2019-12-13 19:08:53 -07:00
kidfearless
da9664db6f
Update README.md 2019-12-09 15:16:09 -07:00
KiD Fearless
54af8e7b89 V2.0 Release 2019-12-09 14:25:19 -07:00
KiD Fearless
85dabcae61 #2
Don't transfer arraylist ownership to the plugin calling natives.

3rd party plugins should still responsible for closing the entity outputlist, but sourcemod will see these handles coming from the dump_parser plugin instead of the calling plugin.
2019-11-29 19:47:15 -07:00
KiD Fearless
fe6f9660f2 Add some older includes 2019-10-11 18:56:44 -06:00
KiD Fearless
636e037fe9 set output arraylist as final return value 2019-08-26 14:44:53 -06:00
KiD Fearless
aeb39bd5ac Properly Clone ArrayList 2019-07-16 09:07:39 -06:00
KiD Fearless
2e8f1eb938 Update binaries 2019-07-15 20:58:43 -06:00
KiD Fearless
b1ebfeb9d9 Update ReadMe 2019-07-15 20:57:15 -06:00
KiD Fearless
cac0849874 Merge branch 'master' of https://github.com/kidfearless/Stripper-Dump-Parser 2019-07-15 20:52:48 -06:00
KiD Fearless
327bb24465 v1.8 update remove stripper_dump dependancy mostly
Fixed Invalid Memory Access error on cloned entities.

Plugin now uses OnLevelInit for it's dump files. This helps remove a lot of dependency from stripper plugins but doesn't work with late loading. If the plugin is loaded late without stripper functionality then it will disable any natives for that map.

Credits to nosoop for his SplitStringOnNewLine function

Disabled debug
2019-07-15 20:52:42 -06:00
kidfearless
6fabccf528
Update README.md
Added ToDo
2019-07-13 19:50:40 -06:00
KiD Fearless
61eac831ff Increased MEMBER_SIZE to 128
There's some crazy mappers out there who would use all of it too.
2019-07-13 19:38:46 -06:00
KiD Fearless
7b15885baf Added any[] versions of GetDumpEntity
Stocks have been updated to use the any[] versions. Entity enum structs can be passed directly through the natives if desired.
2019-07-13 19:37:53 -06:00
KiD Fearless
c79876d57e Better compatibility with output info plugins
Fixed spelling mistake
Commented out native errors
2019-07-09 19:35:32 -06:00
KiD Fearless
8cf826af69 Initial commit 2019-07-07 12:37:00 -06:00
KiD Fearless
468c8ccdcb Initial commit 2019-07-07 11:10:23 -06:00