This website requires JavaScript.
Explore
Help
Sign In
cyberpresidentvanellope
/
Bubberstation
Watch
1
Star
0
Fork
0
You've already forked Bubberstation
mirror of
https://github.com/Bubberstation/Bubberstation.git
synced
2026-01-02 13:02:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7b110f177b3f92356dd5352c678bda83c8eb9a39
Bubberstation
/
code
/
modules
/
admin
History
Cael Aislinn
7b110f177b
Merge pull request
#199
from Carn/Issue197
...
IMPORTANT: Fixes Issue
#197
- "Camera Range Display" verb now uses obj/machinery/ca...
2013-04-01 22:40:01 -07:00
..
DB ban
Fixed manual appearance bans accepting a duration. Tidied up and improved a SQL query.
2013-03-28 16:26:44 +00:00
permissionverbs
Removed the infra_sensor define for noddie.
2012-11-15 20:35:37 +00:00
verbs
Merge pull request
#199
from Carn/Issue197
2013-04-01 22:40:01 -07:00
admin_investigate.dm
- Put the update IDE proc into process(), so it's more manageable.
2013-02-10 00:16:13 +00:00
admin_memo.dm
Admin ranks now use bitfields for permissions. Rather than checking the name of the rank, adminverbs will now check holder.rights to see if it has certain bits turned on.
2012-11-02 10:23:04 +00:00
admin_ranks.dm
Game Panel is now available to all admins regardless of rights (spawning from that panel requires +SPAWN, and changing game mode requires +ADMIN)
2012-11-11 06:40:00 +00:00
admin_verbs.dm
- Cleaned up false walls a bit and fixed some issues with using a welding tool with it. Fixes Issue 1288.
2013-02-28 23:22:37 +00:00
admin.dm
Adds name/appearance bans. They're based on jobban code, but prevent the banned player from using their preset names and appearances.
2013-03-28 15:51:35 +00:00
banappearance.dm
Fixed manual appearance bans accepting a duration. Tidied up and improved a SQL query.
2013-03-28 16:26:44 +00:00
banjob.dm
- 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.
2013-01-06 16:38:45 +00:00
create_mob.dm
Fixes issues with pen bbcode. Replacetext did not work correctly after I changed text2list - (It was missing 'needles' at the beginning of 'haystacks').
2012-10-27 21:21:17 +00:00
create_object.dm
Fixes issues with pen bbcode. Replacetext did not work correctly after I changed text2list - (It was missing 'needles' at the beginning of 'haystacks').
2012-10-27 21:21:17 +00:00
create_turf.dm
Fixes issues with pen bbcode. Replacetext did not work correctly after I changed text2list - (It was missing 'needles' at the beginning of 'haystacks').
2012-10-27 21:21:17 +00:00
holder2.dm
Merged listen_ooc, seeprayers, STFU_ghosts, STFU_radio, deadchat, sound_adminhelp, ghostears, ghostsight, canplaysound, midis, no_ambi and lobby_music into client.prefs.toggles as bitflags.
2012-11-21 05:58:04 +00:00
IsBanned.dm
Added a fix in IsBanned() that alters the SQL statement based on whether an ip and computer id was passed into the IsBanned() proc.
2012-12-22 17:24:06 +00:00
NewBan.dm
Re-added the default-vote config option for voting. For every client connected more than the total votes, it will add 1 to the default vote option (No restart or the current game-mode).
2012-09-24 11:40:41 +00:00
newbanjob.dm
Re-added the default-vote config option for voting. For every client connected more than the total votes, it will add 1 to the default vote option (No restart or the current game-mode).
2012-09-24 11:40:41 +00:00
player_notes.dm
Re-added the default-vote config option for voting. For every client connected more than the total votes, it will add 1 to the default vote option (No restart or the current game-mode).
2012-09-24 11:40:41 +00:00
player_panel.dm
Added Cheridan's slime sprites to replace roros. Replaced all mentions of roro/metroid with slime. Once Cheri has the rest of the sprites/Phol gets mutant race sprites I'll start work on redoing metroid/slime code with Giacom and adding breeding.
2012-11-29 04:12:22 +00:00
topic.dm
Adds name/appearance bans. They're based on jobban code, but prevent the banned player from using their preset names and appearances.
2013-03-28 15:51:35 +00:00
ToRban.dm
>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
2012-10-24 14:39:36 +00:00