[quakenet] <Dune> still into OOP-light code like Teeworlds', matricks?
10:55
[quakenet] <Dune> or your tastes changed
10:56
[quakenet] <matricks> not really, there is a couple of things I would have changed now but those I would have changed back then as well if I had the time
10:57
[quakenet] <matricks> looking through the code, there is a couple of peice in there I don't like
10:57
[quakenet] <matricks> like the CEntity::TickPaused() function should get removed
10:57
[quakenet] <matricks> clearer ownership of systems
10:57
[quakenet] <heinrich5991> and it should actually pause the tick? :)
10:58
[quakenet] <matricks> well, should have two different ticks
10:58
[quakenet] <matricks> ServerTick and .. erh.. PlayTick?
10:59
[quakenet] <matricks> I do like how simplistic everything is tho :)
11:00
[quakenet] <Dune> yeah, Teeworlds is easy to understand :)
11:00
[quakenet] <matricks> I like how the threaded graphics and everything turned out actually
11:01
[quakenet] <matricks> that core loop becomes quite clean with that approach
11:01
[quakenet] <matricks> next step would be to remove the IGraphics interface and let the command buffers be the actual interface
11:01
[quakenet] <matricks> would reduce virtual calls a lot
11:05
[quakenet] <Dune> Oy planned a roadmap meeting at 7 btw, dunno if you heard. Maybe Ubu summoned you :)
11:06
[quakenet] <matricks> Ubu emailed me, I've answered his email and my plane leaves at 7:50 sooooo...
11:06
[quakenet] <matricks> There was a lot of talk about design etc
11:07
[quakenet] <matricks> I layed out the designing rules that guided me when I did the design way back
11:07
[quakenet] <matricks> many of the new stuff goes against those rules, but in the end, after quake 1 there was 2, 3, 4 and champions etc
11:08
[quakenet] <matricks> I'm sure he will share the email with everyone
11:08
[quakenet] <matricks> also, I personally don't have much todo with teeworlds anymore and it's up to you guys to decide what todo with it
11:08
[quakenet] <matricks> I only pay for the domain :)
11:11
[quakenet] <Dune> well, you still have guru status :)
11:12
[quakenet] <matricks> A guru is just an old dude sitting on a top of a mountain talking weird for a couple of years
Mirror the function signature from the official glcorearb.h file.
Errors caused with building master:
src/engine/client/backend_sdl.cpp(19): error C2182
src/engine/client/backend_sdl.cpp(19): error...