Commit Graph

4 Commits

Author SHA1 Message Date
9fbe3b54ad v8.3.0a
FIXED THE MUSIC SYSTEM FINALLY AFTER THE 7TH REWRITE.

THANK YOU SO MUCH, @arieshi255 !!!

+ Made music system CONSIDERABLY more accurate, and virtually immune to server lag as we now base ticks off the game engine's real time clock in seconds, with an accuracy of up to 100ns.

+ Changed ChangeBGM function to accept a true or false, determining whether to stop the music and change it on the fly, or wait for the current song to finish.

+ Disabled debug info (getting real world time) from going into global chat.

+ Optimised music system's loop code to skip over index 0 (console) as the server console should never receive sound commands anyways.
2025-08-19 01:58:06 -04:00
2fcde193c2 Reapply "v8.2.0c"
This reverts commit f623d5091a.
2025-07-23 04:17:47 -04:00
f623d5091a Revert "v8.2.0c"
This reverts commit 110ce2f2f3.
2025-07-23 04:17:17 -04:00
110ce2f2f3 v8.2.0c
- Move some functions to their respective include files
+ Added stats tracker to display server metrics IN MAP
+ Add nodejs script for getting system stats into mysql server
2025-07-23 04:16:45 -04:00