Age | Commit message (Collapse) | Author |
|
Caused unwanted inlining in some cases.
|
|
This is to make the function order match better.
|
|
|
|
Didn't realize that `TMenuList`'s `operator=` was actually implicit.
|
|
them
|
|
This will be needed for later.
|
|
|
|
`TTcpSocket` is now fully matched. Up next is `TProtocol`.
|
|
I might do `test_connection()` next, if not, `TProtocol` will be next.
|
|
Forgot that it's actually a member function.
|
|
oof, this caused `send(u8 *)` to not match, but making it return a
`short` caused it to suddenly match.
|
|
I've done most of it, still have to do `test_connection()`, and
`open()`.
|
|
That was way easier than I expected, I thought it'd take a lot longer
than this.
|
|
|
|
Shoutouts to fuziqersoftware for pointing this out.
|
|
Boy, that took way too long to match, mainly due to regalloc issues in
`update_stream()`.
|
|
Still need to implement, and match `resolve_domain()`, but it's a good
starting point for decompiling the netcode.
|
|
rather than a bool
This is needed for matching other stuff.
|
|
working
I feel this is a good starting point for working on the protocol related
code.
|
|
|
|
|
|
getter function names
|
|
|
|
|
|
|
|
oof, my system crashed in the middle of builing `TMainTask.cpp`, causing
it to corrupt the source file, meaning I had to redo this function again.
Thank god I'm using version control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
names
|
|
|
|
|
|
|
|
|
|
`all_parents_unqueued_for_destruction()`
|
|
`queue_destruction_for_each_node()`
|
|
|
|
|
|
|
|
|
|
|
|
`render_shadows_for_each_node()`
|
|
|
|
|