Commit Graph

4 Commits

Author SHA1 Message Date
Bubblegumdrop
60e282929f Add a "SafeUDPpacket" and "SafeUDPpacketV" class.
I'm trying to merge UDPpacketVBuffer and SafeUDPpacketV.

Seems pretty messy so far... hopefully this is fruitful.
2022-01-16 14:40:20 -05:00
Bubblegumdrop
dcbd011582 Uncommitted changes.
Quite a bit going on in here.

- Messing with shaders
- Move ShaderProgram to std::unique_ptr

These are part of efforts to clean up the ShaderProgram class to have a
better interface.

- Working on shell-ing out commands.

This is pointless but getting me in the state of thinking about the
system as a whole - e.g. "stop" at the "prompt" should "stop the
server," so the prompt thread will need to communicate with the main
thread. We already have event signalling in place for this.

- Triangle strip cube

Performance testing reasons. Not being used for now.

- Remove TCP stuff from UDPbase. It only does UDP now.
2022-01-13 12:15:07 -05:00
Bubblegumdrop
0fbcdbbabb Investigating strange crash.
I don't think it was actually crashing, the server is programmed to exit
on Return (empty line) at the prompt.
2022-01-09 09:53:05 -05:00
Bubblegumdrop
0cad56c8c6 Client and Server communication functionality repaired.
test_UDPpacketVBuffer for testing.
2022-01-08 23:36:08 -05:00