v0.1.0
- Added a small bit to the SQL statement so I can update the database structure later on, without it breaking the ban system until it updates.
Removed the infra_sensor define for noddie.
Compile fix.
Merge branch 'incremental_tg' r5514 (11/1/2013) into bs12_with_tgport
Ported BS12 player info system.
>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.
Fixes #2091 Adds missing topic() code for page selection on player notes, properly alphabeticalizes.
Merge branch 'incremental_tg' r5067 into bs12_with_tgport
Return of Moderator II Added MOD permissions that cover moderator verbs without admin ones. Ported our notes system.
Merge pull request #3054 from comma/manup
- Moved access definitions for jobs to the job datum. In addition, I added an extra access definition: minimal_access and access. Minimal access is intended for servers with large populations. All jobs have the bare minimum access they need to survive. access, on the other hand, is a far more generous list of accesses, intended for servers with lower populations, where players are expected to do more than just the job they were assigned. Also for servers which don't want to allow people to hide in their own ultra secure departments, where no one can get to them.
Fixes issues with pen bbcode. Replacetext did not work correctly after I changed text2list - (It was missing 'needles' at the beginning of 'haystacks'). >dd_replacetext and dd_replacetext_case are now replacetext and replacetextEx respectively. >replacetext and replacetextEx works using strings only; it doesn't convert it into a list and then back into a string.
Merge branch 'incremental_tg' r5200 into bs12_with_tgport
Merge remote-tracking branch 'remotes/git-svn' into bs12_with_tgport
Commenting out ninja mode, as it is broken.
Merge branch 'BEF-staging'