inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

TreeAPI make classes syncable #372

Closed a-teammate closed 7 years ago

a-teammate commented 7 years ago

Improve the gluegenerator in order to sync class singletons

TODO:

a-teammate commented 7 years ago

This can be merged. Today evening?

Fohlen commented 7 years ago

WHOOPWHOOP. Party 👍

a-teammate commented 7 years ago

Hm the ci is failing bc of some rights problem of the ui-console-submodule. could you look into this and maybe improve the structure in a way we do not have a folder called "interface", next to one named "interfaces"? :D

aschaeffer commented 7 years ago

I forgot to move the interface folder into interfaces. interface contains one interface, but I'd like to have an interfaces folder which can contain multiple interface folders: HUD (lightweight), Menu (lightweight), Console (lightweight) and Web-UI (the interface repo; containing more complex things like server browser, texture browser and so on).

a-teammate commented 7 years ago

hm ok, so the failing appveyor and jenkins builds are something else now.

I think i can fix the appveyor one, dunno about jenkins.

a-teammate commented 7 years ago

kk i'll fix VARN_NOSYNC shortly (its as simple as switching the SharedVar back to an int :) )

a-teammate commented 7 years ago

The last commit is untested though, since I'm on the laptop currently

aschaeffer commented 7 years ago

Thx, it seems the VARN_NOSYNC is working again.