Commit Graph

12 Commits

Author SHA1 Message Date
Razharas 348e93cb62 Merge pull request #12919 from MrStonedOne/patch-61
Fixes asay and dsay not being ran thru log_admin
2015-11-09 23:19:16 +03:00
Kyle Spier-Swenson c3cdb96b68 Update _logging.dm 2015-11-08 01:16:06 -08:00
Tkdrg 20fe2e4bb5 Removes PDA chatrooms
Nobody used them, and they were cluttering PDA Topic() needlessly.
Rest in peace, my child. You were too good for this world.
2015-11-07 23:51:48 -03:00
Shadowlight213 ef8598e7d1 Changes asay and dsay logging so they are seperate logging types. 2015-11-03 20:07:55 -08:00
MrPerson 471d69fcf7 Change many ERROR() calls into thrown exceptions
This requires a 508 beta version to use. If Travis fails this he's a bitch

Exceptions will generate a stack trace, which is way easier to see and more helpful in actually solving this kind of crap. Also logs all the arguments, src, line, and file automatically.
Removed any dubiously helpful information in the exception names so the runtime condenser won't see each one as a different runtime. If the information is critical to solve these bugs (camera one maybe?), then I'll just make these warnings.
Thrown exceptions crash the currently running proc. Yes that means there's useless returns in a bunch of these, sue me. spawn()'s are to let the proc continue.

Almost all of these are difficult to trigger, but I did test playsound. And frankly even if they do cause bugs by crashing procs, big whoop
2015-07-23 08:19:08 -07:00
tkdrg 56c3f61e35 Merge remote-tracking branch 'upstream/master' into upboat
Conflicts:
	code/__HELPERS/_logging.dm
2014-11-03 22:38:21 -03:00
tkdrg f8260a9a84 Adds logging and moderation to newscaster comments 2014-11-01 20:01:52 -03:00
tkdrg 3a862deb6b Adds chatroom logging (both admin and IC). 2014-10-29 01:20:53 -03:00
Aranclanos 2a338abd58 Added NOTICE() for world.log messages that aren't errors or warnings.
The message that SDQL2 query outputs will now properly state the ckey of the user.
2014-10-14 20:06:37 -03:00
Jordie0608 a1de281338 Removes log_adminwarn 2014-09-11 17:35:28 +10:00
Miauw d41e02c5b5 Finishes up warning and error standardization. 2014-03-22 17:20:43 +01:00
Miauw 520b114293 fixes shit 2014-03-09 18:31:43 +01:00