Commit Graph

4 Commits

Author SHA1 Message Date
Werner
59e7377798 UDP Logging (#1997)
This implements UDP Logging with GELF.
It will allow full text search over all the logs and attributes sent over GELF to the log server.
2017-04-01 23:47:00 +03:00
PsiOmegaDelta
6e69442545 Replaces 'in world' arguments.
Arguments acquired from 'in world' cannot be GCd for several minutes due to a hidden reference from usr to the argument itself.
This replaces all 'in world' arguments with 'in range(world.view)', with the notable exception of "View Variables".
2015-11-21 11:06:08 +01:00
GinjaNinja32
3a952d26df Replace ';' with '; // do nothing' for clarity 2015-09-10 04:00:37 +01:00
GinjaNinja32
4e6b316a9e Improved VV and callproc implementation 2015-07-02 09:26:10 +01:00