Ethem Kurt

Results 28 issues of Ethem Kurt

If there are too many ray bounces, the color result is an average of the albedo and grey, which does not look right in my opinion. I tried setting reflection...

In `rt::sqrt` when NaN is passed to `val`, it will be in an infinite loop.

sampctl fails to ensure "filterscripts" while the compiled pawn modules exist in the filterscripts directory. How to reproduce this bug: 1. Clone https://github.com/sampctl/filterscripts.git 2. Go to `./filterscripts/filterscripts/admin-system/` 3. Ensure packages...

bug

# Working example ```c ASSERT_SAME("Hello world", "Hello world"); ``` # Failing example ```c ASSERT_SAME("Hello world!", "Hello world!"); ```

If we want all clients to behave the same in context of how they should draw on their drawing boards, then we need a standard for how to programmitcally implement...

documentation

Clients can send as many draw commands in a given time as they want, so the problem is that if a client running on powerful hardware starts sending draw commands,...

enhancement

This could be used to display in what game states lobbies are when lobbies entries are being listed.

API

This feature is for people that do not give a crap about joining specific lobbies or creating new lobbies. This feature lets a user enter its preferences, then decide to...

feature-request

The `keep-alive` message is being used to keep connections between clients and servers open. It would be great to extend it to measure round trip time between connections, which is...

API

One reason why could be useful is that clients could for example implement drawing with pressure sensitivity, which could be used to draw lines with dynamic width. The current implementation...

feature-request