HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
897 stars 756 forks source link

HPM Hooks generator is not able to parse pointed variables #2423

Closed hemagx closed 5 years ago

hemagx commented 5 years ago

Describe the bug HPM Hooks generator is not able to parse pointed variables. Error produced:

Error: unable to parse 'char(* atcommand_interface::atcmd_output)[(255+1)]'
Error: unable to parse 'char(* atcommand_interface::atcmd_player_name)[(23+1)]'

To Reproduce Steps to reproduce the behavior:

  1. Execute make hooks

Expected behavior To no parse errors to appear.

System specs (please complete the following information):

Plugins used or source modifications Non-applicable.

MishimaHaruna commented 5 years ago

This was fixed in #2467