Files
GS13NG/code/controllers/subsystem
Kyle Spier-Swenson 811517ecb2 [ready]Timer queuing tweaks: binary sorted inserts and rolling buckets. (#33098)
* Timer queuing tweaks: binary sorted inserts and rolling buckets.

Client time timers now uses a binary search algorithm for its sorted inserts.

Processing now uses a binary sorted insert, rather then sorting it with sortTim during bucket_shifts.

Buckets now automatically wrap around rather then get regenerated every minute. (Rolling queue)

* Fixes some queue management bugs.

* Fixes a Order of Operations goof up in the ticks<->ds macros.

@ninjanomnom your pain is my success

* Remove debug line

* Fixes some binary insert bugs, fixes client time timers, moved id over to GUID

* Fixes initialization-time timers fucking everything up
2017-12-08 15:02:18 -06:00
..
2017-11-09 11:04:50 -06:00
2017-11-20 10:14:32 -06:00
2017-11-26 05:11:09 -06:00
2017-09-19 07:00:08 -05:00
2017-11-24 14:12:53 -06:00
2017-09-28 21:37:53 -05:00
2017-10-29 10:28:36 -05:00
2017-11-17 01:44:12 -06:00
2017-12-03 12:56:03 -06:00
2017-11-24 12:59:17 -06:00
2017-09-28 21:37:53 -05:00
2017-11-22 14:28:25 -05:00
2017-10-29 10:28:36 -05:00