Master

Merged
#12 · Created  · Last updated

Merged pull request

Fix memory leak in onPlayerCommand

3303346·Author: Nelson Gomez·2018-07-19

Description

  • Change platfrom toolset to VS2013

  • Set LibraryPath to default to fix "cannot open file 'uuid.lib'" issue.

  • Use "calloc" and "memset" instead of "malloc" and "ZeroBuffer".

  • Add c99_snprintf.h for VS2013(and lesser) to fix print issue.

  • Fix warning D9030.

  • Unreferenced local variable.

  • Forcing value to bool 'true' or 'false'.

  • Warnings fix.

  • Fix wrong lib output path.

0 attachments

0 comments

Loading commits...