Vitaly Novichkov

Results 1153 comments of Vitaly Novichkov

This project isn't so active and it got into a very long hiatus (It doesn't have any significant updates after 2014, except for small bug fixes, the tool's UI tweaks,...

> Why a separate include/ directory? In the future (next commits), I will put here public headers which will be used by user applications to use the library. Typical library...

On my end there are different errors happen: `R_PPC_PLTREL24 (18)` and `R_PPC_LOCAL24PC (23)` ``` ERROR: Unsupported relocation type 18 ERROR: Unsupported relocation type 23 ERROR: fixRelocations failed. ``` And ye,...

Ye, just now I found the last library where -fPIC was been enabled, and I disabled it, and thing got been built finally. Before that I tried one of exapmles...

You can use macros to detect c++ standard and disable features aren't supported for older/newer standards ``` __cplusplus This macro is defined when the C++ compiler is in use. You...

1) Okay 2) Yeah, therefore is needed to put the PGE File Library as submodule or ExternalProject of CMake build. I'll check out the whole stuff at evening, for this...

The support for level files is almost completed, the one thing is still need is: * -[x] On side of PGE Editor fix a crash of LunaTester that unreasonable happens...