Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-01-03 | Update copyright statements to 2022 | RĂ©mi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-12-15 | [Net] ENet poll now only service the connection once. | Jordan Schidlowsky | |
It used to call `enet_host_service` until all events were consumed, but that also meant constantly polling the connection leading to potentially unbounded processing time. It now only service the connection once, and instead consumes all the retrieved events via `enet_host_check_events`. | |||
2021-07-29 | [Net] Implement lower level ENet wrappers. | Fabio Alessandrelli | |