TheOverfloater / pathos-public

Public release of Pathos Engine
MIT License
39 stars 9 forks source link

'Pos' and 'Maps' command #38

Open valina354 opened 2 months ago

valina354 commented 2 months ago

I was kinda annoyed at fact that theres no pos and maps command to check player pos and check maps in map folder so i did it on my engine and decided to pull request here, the code should be checked that its ok but at least from me using the commands they seem to work (one concern is they use windows API for the maps command because i cant use std:filesystem here due to no C++ 17)

TheOverfloater commented 2 months ago

I will need to adapt this to Pathos standards, as I avoid the use of STL in Pathos in general. Then I will merge the PR.