-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6255de8
commit fdc4915
Showing
3 changed files
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
DONE | ||
|
||
Make a preview release | ||
|
||
Tested on MacOSX and Linux. Fine. | ||
DONE | ||
|
||
TODO | ||
|
||
Tested on windows. Some minor compile errors to fix up. | ||
|
||
Hold on test.exe runs really slow in debug, what's going on? | ||
|
||
YOJIMBO_ALLOCATE_ARRAY was being used for super-large primitive arrays, and is very slow in debug. | ||
|
||
Removed. Replaced with allocator.Allocate( sizeof(T) * count ) | ||
|
||
Perf is back to normal. | ||
|
||
Fixed some issues with some tests not having enough iterations and very rarely failing under packet loss. | ||
|
||
Really should add a queue test. I broke it and it was hard to track down (breakage only showed up in stress test with 64 clients) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters