CosyClub / ProjectTempo

Rave Cave, A rhythm based MMO where players rock out together!
3 stars 0 forks source link

Demo Merge? #94

Closed qqii closed 6 years ago

qqii commented 6 years ago

Windows seems a little more strict about includes and casting when using std::forward.

This quick hack should be pulled into lib-tempo? I think both client and server should deal with logic.

qqii commented 6 years ago

SystemJank should be renamed moved, along with lifted game logic from the server into lib-tempo.

qqii commented 6 years ago

win error:

1>C:\Users\qqii\Documents\Programming\c++\retarded\src\lib-tempo\src\component\ComponentStageRotation.cpp(9): error C2079: 'DIRECTIONS' uses undefined class 'std::array<glm::ivec2,4>'
1>C:\Users\qqii\Documents\Programming\c++\retarded\src\lib-tempo\src\component\ComponentStageRotation.cpp(9): error C2371: 'tempo::DIRECTIONS': redefinition; different basic types
1>C:\Users\qqii\Documents\Programming\c++\retarded\src\lib-tempo\include\tempo/component/ComponentStageRotation.hpp(15): note: see declaration of 'tempo::DIRECTIONS'
1>C:\Users\qqii\Documents\Programming\c++\retarded\src\lib-tempo\src\component\ComponentStageRotation.cpp(9): error C2440: 'initializing': cannot convert from 'initializer list' to 'int'
1>C:\Users\qqii\Documents\Programming\c++\retarded\src\lib-tempo\src\component\ComponentStageRotation.cpp(9): note: Too many braces around initializer for 'int'