JimTheCactus
b23f424ed1
Added check for blank on name entry
...
Since cancel just returns a blank this checks for that and doesn't raise an error.
2014-07-27 14:43:53 -04:00
Zuhayr
ebb9f724aa
Hydroponics rewrite, details will be in PR. Big commit.
...
Conflicts:
baystation12.dme
code/controllers/master_controller.dm
code/game/gamemodes/events/spacevines.dm
code/game/machinery/seed_extractor.dm
code/modules/mob/living/carbon/brain/posibrain.dm
code/modules/mob/mob.dm
code/modules/reagents/Chemistry-Reagents.dm
code/modules/reagents/reagent_containers/food/snacks/grown.dm
icons/obj/hydroponics.dmi
maps/tgstation2.dmm
2014-07-25 11:10:01 -04:00
ZomgPonies
8fc1cc3024
Remove RadioChatter toggle as redundant and broken. Ghosts can use GhostRadio toggle while players can turn off their headsets ICly.
2014-07-24 16:35:22 -04:00
ZomgPonies
ce04d9551c
Added NT Recruiter and Sec Pod Pilot karma jobs
2014-07-13 22:34:06 -04:00
GinjaNinja32
56615e9170
Fix Change UI verb
2014-07-13 07:13:10 -04:00
ZomgPonies
ab32000c2a
Finally fixes lobby jukebox
2014-06-29 16:44:42 -04:00
ZomgPonies
399e4909d6
The death of assistants. Long live civilians!
2014-06-27 17:57:18 -04:00
ZomgPonies
cb9b6fca4d
Replacing civilian with support department. Still need to make changes on MySQL schema.
2014-06-26 19:42:14 -04:00
ZomgPonies
23d6889a28
Trying to fix lobby jukebox
2014-06-25 13:19:56 -04:00
ZomgPonies
096cae4dd4
Hopefully cut down on ressource size and speed up loading
2014-06-23 04:29:22 -04:00
ZomgPonies
900c130f7f
Ambassador karma unlocks
2014-06-20 07:22:02 -04:00
ZomgPonies
8c4c889dd6
Fix ahelp sound toggle option
2014-06-19 19:24:23 -04:00
ZomgPonies
a8b755da1a
Version 1 of the ahelp overhaul
2014-06-19 19:18:50 -04:00
ZomgPonies
2db1c0c5ab
Fixes streaming music bug
2014-06-17 11:03:10 -04:00
ZomgPonies
ed36dbd6d9
2 new karma jobs -- Brig Physician and Magistrate
2014-06-15 23:40:47 -04:00
ZomgPonies
e9dbeeab7e
Preferences fixes
2014-06-10 03:32:14 -04:00
Fira
df5293770d
Added GhostRadio -- Allowing ghosts to spy on radio from anywhere
...
Conflicts:
code/modules/client/preferences.dm
code/modules/client/preferences_toggles.dm
code/setup.dm
2014-06-04 01:48:53 -04:00
ZomgPonies
958a4064de
Bleh
2014-06-03 23:55:19 -04:00
ZomgPonies
4b8f0020d6
Trying to fix people not hearing radio?
2014-06-03 22:52:12 -04:00
Hubblenaut
f2721ca8a6
Wheelchairs spawn on footless characters
...
Conflicts:
code/modules/client/preferences.dm
2014-06-03 18:48:57 -04:00
ZomgPonies
2a2cfacc44
Need to text2num all integers in DB
2014-06-03 18:43:28 -04:00
ZomgPonies
e08ae134f7
Bleh
2014-06-03 17:59:42 -04:00
ZomgPonies
369d1b32a0
Forgot a bit of sanitation
2014-06-03 17:51:02 -04:00
ZomgPonies
f9cb8cd414
Let's just sanitize the text fields in case :)
2014-06-03 16:48:44 -04:00
ZomgPonies
7aae02db38
Final MySQL playersave system
2014-06-03 16:33:57 -04:00
ZomgPonies
048ac0994d
2nd commit of MySQL conversion. So close to the finish line.
2014-06-03 03:31:06 -04:00
ZomgPonies
59f63f6413
First commit converting playerfiles to MySQL
2014-06-02 22:02:15 -04:00
ZomgPonies
d14b50ba65
Fix preferences menu maybe
2014-05-26 16:24:39 -04:00
ZomgPonies
96ee35e5de
Added Mechanic karma job, builds and repairs spacepods, works under the CE
2014-05-19 06:49:35 -04:00
Jeremy Liberman
bd249e3a53
Mutiny Mode
...
Conflicts:
code/__HELPERS/time.dm
code/controllers/hooks-defs.dm
code/controllers/hooks.dm
code/game/machinery/computer/card.dm
code/game/machinery/podmen.dm
code/modules/admin/player_panel.dm
code/modules/client/preferences.dm
code/modules/mob/living/carbon/brain/brain_item.dm
code/modules/mob/living/carbon/human/death.dm
code/modules/mob/living/login.dm
code/modules/mob/mob.dm
code/modules/security levels/keycard authentication.dm
code/setup.dm
icons/mob/mob.dmi
2014-05-15 01:01:54 -04:00
Rob Nelson
9d53cfa446
Moved Vox DMI to a subfolder, added species-based random-naming, fixed preview.
...
Tested.
Conflicts:
code/game/gamemodes/vampire/vampire_powers.dm
code/game/gamemodes/vox/heist/heist.dm
code/modules/admin/verbs/one_click_antag.dm
code/modules/events/heist.dm
code/modules/mob/living/carbon/species.dm
code/modules/mob/mob.dm
code/modules/mob/new_player/new_player.dm
code/modules/mob/new_player/preferences_setup.dm
2014-05-14 04:32:18 -04:00
Ccomp5950
8097d25b26
Bugfix: Brand new players will have a client.player_age of 0
...
Before: When a client is created it's player_age variable is set to "Requires Database", then a select query is ran against the database to see if they have been seen before if they have logged in before this will have a row for them and it will set player age. However if there is no row for them it doesn't change player_age from default.
After: Before we check for an entry in the database we set their player_age to zero, we already checked we have a database connection so we know we will be able to pull this information and if we can't then it means they are a new player. Set their player_age to zero and be done with it.
What this does: Brand new players will no longer be able to bypass the jobs minimal age limit.
2014-05-13 00:15:11 -04:00
Ccomp5950
7c97361d86
Jobs you can't select are struckthrough instead of just being red.
...
Before: It's going to be kinda confusing when a new player goes to setup their jobs and they see this: http://i.imgur.com/miK9Isk.png
Specifically "unavailable occupations are in red" and then a list of days till they can play that role but also RED [NEVER] which to a new player migth cause confusion thinking
they can never play that role.
After: Remove the red and add a strikethrough ( http://i.imgur.com/BQ90xr6.png ) to show "these jobs are unavailable" while making the other jobs look, well more available.
Conflicts:
code/modules/client/preferences.dm
2014-05-13 00:14:00 -04:00
Ccomp5950
15c889f186
Code for new bots allowing admins to PM Players via IRC and vice versa.
...
Conflicts:
code/modules/ext_scripts/irc.dm
2014-05-12 04:45:13 -04:00
Ccomp5950
970525d065
Adds Mentors.
...
Adds a config option MENTORS which sets the variable config.mods_are_mentors
Adds a rights level of R_MENTOR which gets msay, private message, aghost, notes, and a new proc for checking for new players (requires database support).
If the confic option for mentors is set then
the ckeys listed in moderators.txt file will instead be set as mentors, you can still make moderators by adding them in admins.txt
staffwho will show Mentors instead of Moderators as the heading above the listing of non-admins.
Also: Players now get a message gently reminding them to click the name of the staff member to reply instead of ahelping over and over.
Conflicts:
code/controllers/configuration.dm
code/game/verbs/who.dm
code/modules/admin/admin_ranks.dm
config-example/config.txt
2014-05-04 21:37:37 -04:00
ZomgPonies
db136cc457
Fixed a savefile bug with saving skin colors for taj etc
2014-05-04 20:41:29 -04:00
Brian Cook
ce40b74fd7
Improved GUI for requesting pAI
...
Made the pAI Request Module and the pAI Availability List pretty.
Conflicts:
code/modules/mob/living/silicon/pai/recruit.dm
2014-04-29 20:46:43 -04:00
Brian Cook
a93f864ae3
Refined GUI more
...
pAI background updated and no longer externally referenced. Corrected
stray typos. Added more power on/off lights for certain downloaded
modules.
2014-04-29 20:39:24 -04:00
suethecake
8245876226
FIX 2 ELECTRIC BOOGALOO
2014-04-29 14:09:12 -04:00
suethecake
fdf3c669f8
Fixes small issues in save files.
2014-04-29 14:08:56 -04:00
suethecake
10b7a2e8d9
Initial commit containing all the necessary code files that allow Tajaran, Unathi, and Skrell to change both their hair and body color to match. NO MORE GREEN/GREY!
...
Conflicts:
code/modules/client/preferences.dm
code/modules/mob/living/carbon/human/human_defines.dm
code/modules/mob/living/carbon/species.dm
code/setup.dm
2014-04-29 13:58:56 -04:00
Ccomp5950
13a72f4a04
Crash fix attempt: Moving NanoUI resource file sending away from client/New()
...
it's going in mob/Login() instead.
Conflicts:
code/modules/client/client procs.dm
code/modules/mob/login.dm
2014-04-28 18:51:57 -04:00
d3athrow
dd1613f6c4
you can set the volume of the jukebox now, preferences tab -> set volume
...
Conflicts:
code/modules/media/mediamanager.dm
2014-04-19 18:58:56 -04:00
DJSnapshot
843ac65077
Undershirts and rolling down jumpsuits!
...
Conflicts:
code/modules/client/preferences.dm
code/modules/client/preferences_savefile.dm
icons/mob/human.dmi
icons/mob/uniform.dmi
2014-04-19 16:17:14 -04:00
Necaladun
f7246e3a40
Swap NT Rep and Customs Officer costs
...
30 for NT Rep, 15 for Customs Officer to represent their importance.
2014-04-15 00:37:27 +09:30
ZomgPonies
b46d780611
Fix Jukebox stopping radio
2014-03-19 00:21:58 -04:00
Rob Nelson
5c8ddf2a31
YOOOOO0U. YOU GOT WHAT AH NEEEEEEEED
...
Conflicts:
code/__HELPERS/game.dm
code/game/machinery/alarm.dm
code/game/machinery/doors/firedoor.dm
code/modules/client/preferences_toggles.dm
code/setup.dm
maps/tgstation.2.1.0.0.1.dmm
2014-03-11 02:28:58 -04:00
Rob Nelson
8fb14a26e9
Initial commit of media suite
...
Conflicts:
baystation12.dme
code/controllers/configuration.dm
code/game/area/areas.dm
code/modules/client/client defines.dm
2014-03-10 19:01:41 -04:00
ZomgPonies
f0aa94356a
Savefiles out of date
2014-03-03 00:08:12 -05:00
ZomgPonies
ee85462e08
Fuck fonts forever always
2014-02-28 16:03:49 -05:00