X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=shm_utils%2Fmon-umurmurd%2FCHANGES;h=9b4f7686c6a310b717b134251628f84c624f5d81;hb=39e9f7ff9fff1437907b4ce5874218ba1fa11fc3;hp=8ba9821f321de455eb96c6015b362ffeee71afa8;hpb=38d77b3cbee831144dcfdb2b79c93bc6d494f7fe;p=umurmur.git diff --git a/shm_utils/mon-umurmurd/CHANGES b/shm_utils/mon-umurmurd/CHANGES index 8ba9821..9b4f768 100644 --- a/shm_utils/mon-umurmurd/CHANGES +++ b/shm_utils/mon-umurmurd/CHANGES @@ -1,14 +1,19 @@ +* BUG_FIX: Fix the screen not clearing when last person exits the server + + +* Code clean up + + * Added more client data 99% of the useful client data shown -* removed memcpys (requested by fatbob) +* rework Sharedmemory_update() to not use memcpy (requested by fatbob) * Using a more modern unix sharedmemory API. this requires linking with librt.so (requested by fatbob) * Added away to know if umurmurd is not connected/updateing the shm_t struct. I use 8bit timer with rollover protection see check_serverTick() and where I use the function near bottum of mon-umurmurd.c - for how to use this. + for how to use this. * code clean up and some comments added * ~95% of the useful client data shown * outputs a more meaningful idle and online time, both are reported in secs (error reported by fatbob) - \ No newline at end of file