[Plugin] PawnPlus
#2

PawnPlus v0.9 released!

Hooking
  • Proper native hooks (pawn_add_hook). The original function can be directly called by calling the native again inside the hook, modifying freely the arguments or return value.
  • Filters reimplemented using the new system.
  • Maximum amount of hooks increased to 1024 (was 256).
Callbacks
  • Changed how dynamic callbacks work, resulting in higher compatibility with other plugins. Hooking amx_FindPublic is no longer necessary.
  • New options for callbacks, specifying the presence of return value or allowing modification of input arguments.
  • The base public function must be provided now in order to register dynamic callbacks (for providing the index and default return value).
Collections
  • Added linked lists. Created by linked_list_new, a linked list is similar to the standard list, but its elements are kept as separate objects in the memory, linked together via references to neighboring links. Iterators to linked lists remain valid even when the list is modified.
Other
  • Task which is currently being completed will not be fully deleted.
  • Caching of callback and hook handler names, resulting in speed increase.
  • pawn_get_args for obtaining all arguments provided to the function.
  • Fixed signed characters conversion in strings.
  • Partial implementation of GCA. Optional arguments are checked at runtime and several cached values are accompanied by validity checks.
  • Generic syntax is now optional (define PP_SYNTAX_GENERIC).
  • amx_public_var fixed.
Reply


Messages In This Thread
PawnPlus - by IllidanS4 - 13.10.2018, 23:53
Re: PawnPlus - by IllidanS4 - 13.10.2018, 23:56
Re: PawnPlus - by IllidanS4 - 20.10.2018, 11:48
Re: PawnPlus - by IllidanS4 - 29.10.2018, 19:21
Re: PawnPlus - by fiki574 - 31.10.2018, 10:00
Re: PawnPlus - by kristo - 31.10.2018, 14:39
Re: PawnPlus - by iAmir - 01.11.2018, 08:26
Re: PawnPlus - by cSharp - 01.11.2018, 15:37
Re: PawnPlus - by TommyB - 01.11.2018, 18:44
Re: PawnPlus - by J0sh... - 02.11.2018, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)