Skip to content
Snippets Groups Projects
  • est31's avatar
    ca8e56c1
    Environment: Time of day fixes and add serverside getter · ca8e56c1
    est31 authored
    -> Put access to time variables under the time lock.
    -> Merge both time locks, there is no point to have two locks.
    -> Fix the lock being released too early in Environment::setTimeOfDay
    -> Add serverside getter so that you don't have to get
    	the environment if you only have the server
    ca8e56c1
    History
    Environment: Time of day fixes and add serverside getter
    est31 authored
    -> Put access to time variables under the time lock.
    -> Merge both time locks, there is no point to have two locks.
    -> Fix the lock being released too early in Environment::setTimeOfDay
    -> Add serverside getter so that you don't have to get
    	the environment if you only have the server