Commit Graph

11 Commits

Author SHA1 Message Date
PJB3005
3cca5692af Removes the panic writer messages. 2015-11-20 03:17:06 +01:00
Rob Nelson
d06af93a29 Fix research tree
All functions tested and working.
2015-09-18 01:35:48 -07:00
Rob Nelson
d8a7173a92 Fix some performance issues on startup. 2015-08-16 18:35:42 -07:00
D3athrow
d59f6a07b0 comment out panicwriter and saytesting 2015-07-20 16:04:48 -05:00
D3athrow
41d7df01fd just fuck my shit up 2015-07-18 02:30:51 -05:00
clusterfack
e4084756dc Add midnight rollover to station time
Fixes #5329
2015-07-13 14:27:10 -05:00
eswordthecat
9c9ec79f28 remove extra spaces. 2015-03-23 04:05:38 +08:00
eswordthecat
a1526c01ef Make worldtime2text accept timestamp (if null set to default world.time). 2015-03-22 23:27:42 +08:00
ESwordTheCat
e549eeb17d Fixed broken time definitions, 7179b422d9 2014-06-11 05:01:36 -08:00
Rob Nelson
4b2b52ea7c Add some parts of genetics 2.0 2014-04-29 18:45:15 -07:00
elly1989@rocketmail.com
7b720a20b6 >Moved most of the helper procs into code/__HELPERS. If you see ANYTHING generic enough to be a helper proc just throw it in there and help purge the copypasta 5ever
>Replaced dd_text2list, dd_text2listcase, tg_text2listcase and tg_text2list with text2list and text2listEx. text2list will return a list of each and every character in the string if you set separator=""
>added return_file_text(filepath) which returns text from a file after doing some checks: does the file exist? is the file empty? It prints helpful error messages to the world.log if it runs into problems
>Replaced dd_file2list(filepath, seperator) with file2list(filepath, seperator). It just calls text2list(return_file_text(filepath), seperator). rather than copypasta
>Replaced time_stamp() so it's not as retarded
>Lots of the world setup stuff uses file2list now, rather than file2text -> sanity -> text2list
>Added error() warning() testing() procs. These print messages to world.log with a prefix. e.g. ## ERROR: msg.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4948 316c924e-a436-60f5-8080-3fe189b3f50e
2012-10-24 14:39:36 +00:00