Commit Graph

574 Commits

Author SHA1 Message Date
ZomgPonies 06bbfcf150 Final Nations patch before live testing. This is going to be painful. 2014-05-27 20:09:10 -04:00
ZomgPonies 3c9dbcc822 First commit for nations gamemode, setting up the framework I'll be using. 2014-05-26 20:02:20 -04:00
Zuhayr 05809ec585 Changed by-species icon sheets to by-clothing species-specific icon sheets.
Conflicts:
	code/modules/mob/living/carbon/human/update_icons.dm
	code/modules/mob/living/carbon/species.dm
2014-05-26 13:30:47 -04:00
Jeremy Liberman b3d3f5df8c Mutiny fix prereqs for directives
Conflicts:
	code/game/gamemodes/mutiny/directives/alien_fraud_directive.dm
	code/game/gamemodes/mutiny/directives/bluespace_contagion_directive.dm
	code/game/gamemodes/mutiny/directives/financial_crisis_directive.dm
	code/game/gamemodes/mutiny/directives/ipc_virus_directive.dm
	code/game/gamemodes/mutiny/directives/research_to_ripleys_directive.dm
	code/game/gamemodes/mutiny/directives/tau_ceti_needs_women_directive.dm
	code/game/gamemodes/mutiny/directives/terminations_directive.dm
	code/game/gamemodes/mutiny/directives/test_directive.dm
	code/modules/mob/mob.dm
	code/modules/mob/new_player/new_player.dm
2014-05-25 22:34:39 +02:00
ZomgPonies 5ffb4a15ed Moar armalis fixes 2014-05-14 23:00:13 -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
ZomgPonies 5d7257e651 This worked better before 2014-05-01 22:28:32 -04:00
suethecake aa33563ba7 Few bugfixes - namely species hair still having do coloration = 0 and the tail rendering over equipment. Tajaran and Unathi sprites are also now black to facilitate more vibrant colors.
Trying to color them while dark green and brown-grey ended up in odd colorations. Quality of life change.

Conflicts:
	code/modules/mob/new_player/sprite_accessories.dm
	icons/mob/human_face.dmi
	icons/mob/human_races/r_def_tajaran.dmi
	icons/mob/human_races/r_tajaran.dmi
2014-04-29 14:08:32 -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
Mloc-Argent fcdcef5931 human: move organ generation into a species proc
New proc: /datum/species/create_organs
Called in set_species when no organs exist or it's forced.
Also shuffled set_species around a bit, adding a var to human/new to
specify a species to start as.
Should fix the adminspawn vox organ runtime.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>

Conflicts:
	code/game/machinery/cloning.dm
	code/modules/mob/living/carbon/human/human.dm
	code/modules/mob/new_player/new_player.dm
	code/modules/organs/organ.dm
2014-04-28 21:09:45 -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
alex-gh 02aab3f779 Temporary revert for the new say code. 2014-04-24 10:28:52 +02:00
Ccomp5950 2d34d142a7 Say code fixes.
Lobby players won't hear stuffs
Universal hearing with animals won't be a thing.
Players won't hear stuff if they are sleeping, though somethings might slip through...

Conflicts:
	code/modules/mob/living/carbon/human/say.dm
	code/modules/mob/living/simple_animal/simple_animal.dm
	code/modules/mob/new_player/new_player.dm
2014-04-20 09:30:18 -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
SparklySheep 1acab2a20a Adds a few new hairstyles and adds a fix for the red IPC hairstyle as well. Please check to see if this doesn't break anything.
Conflicts:
	baystation12.int
	icons/mob/human_face.dmi
2014-03-11 06:04:10 -04:00
RKF45 e7e7001aae New preferences
Conflicts:
	code/modules/mob/new_player/preferences_setup.dm
2014-02-02 01:58:16 -05:00
Loganbacca 6f655a1686 Added underwear rendering to character setup screen
Also culled unused underwear names from global_lists.dm

Conflicts:
	code/modules/mob/new_player/preferences_setup.dm
2014-02-01 18:34:49 -05:00
ZomgPonies bd946b0ab1 Fixes for new species 2014-01-28 16:33:02 -05:00
Zuhayr f2f9616f2b IPC hairstyles.
Conflicts:
	code/modules/mob/new_player/sprite_accessories.dm
	icons/mob/human_face.dmi
2014-01-28 15:14:55 -05:00
Rob Nelson f44ff1d7aa Standardize FAT
Conflicts:
	code/modules/client/preferences.dm
	code/modules/mob/living/carbon/human/life.dm
	code/modules/mob/living/silicon/robot/robot.dm
	code/modules/mob/living/simple_animal/constructs.dm
	code/modules/mob/mob.dm
	code/modules/mob/mob_grab.dm
2014-01-21 22:57:10 -05:00
Rob Nelson 1b2d09bb2d More fixings.
Conflicts:
	code/game/machinery/computer/medical.dm
2014-01-20 01:09:03 -05:00
Rob Nelson db21525feb SAY HELO TO DNA2, N3X15'S AWFUL FUCKING RECODE OF DNA
Conflicts:
	baystation12.dme
	code/game/gamemodes/setupgame.dm
	code/game/objects/items/weapons/dna_injector.dm
	code/modules/mob/living/carbon/human/human.dm
	code/modules/mob/living/carbon/human/human_defines.dm
	code/modules/mob/new_player/new_player.dm
2014-01-20 00:43:19 -05:00
ZomgPonies d40ebc5cc5 Revert "Tradeband and Gutterspeak now have a different font than Tradeband."
This reverts commit b5906bba39.

Conflicts:
	code/modules/mob/living/carbon/human/human.dm
2014-01-15 06:54:46 -05:00
SkyMarshal b5906bba39 Tradeband and Gutterspeak now have a different font than Tradeband.
Fixes #4143

Conflicts:
	code/modules/mob/living/carbon/human/human.dm
	code/modules/mob/new_player/new_player.dm
2014-01-09 21:05:36 -05:00
ZomgPonies 6dd2336ae2 Fixed the way Dionas get their names. Should help fluff. 2014-01-07 04:20:57 -05:00
Zuhayr e09a00fe0e Fixed a duplicate definition bug with WHITELISTED.
Conflicts:
	code/modules/client/preferences.dm
	code/modules/mob/living/carbon/species.dm
	code/modules/mob/new_player/new_player.dm
	code/setup.dm
2014-01-06 23:59:21 -05:00
ZomgPonies c8e12ffb4d Assistant limiter tweak 2013-12-30 12:21:41 -05:00
ZomgPonies 3b346dea27 Assistant Limiting 2013-12-30 12:20:08 -05:00
ZomgPonies 1a3dc5ab2f 5 New Hairstyles 2013-12-20 22:21:01 -05:00
ZomgPonies fa8f3abea5 Adding tourist outfits for observer ghosts 2013-12-18 00:22:32 -05:00
ZomgPonies f60b0e610b AntagHUD for admins and ghosts (who cannot respawn) 2013-11-30 06:39:04 -05:00
ZomgPonies 89d8abada2 Cleaner way of getting round-start observers animals 2013-11-29 08:20:36 -05:00
ZomgPonies 29114f7bb3 Added appearance bans granularity option 2013-11-24 02:47:56 -05:00
Fox-McCloud 3c8f618380 Minor Tweaks
Fixes various minor issues here and there (including improper items for
chemistry repair), allows coloration of Tajaran, Unathi, and Skrell
hair+facial hair, and adds a few new food items.
2013-11-03 00:34:20 -04:00
ZomgPonies 4630518535 Player menu overhaul! 2013-11-01 08:17:05 -04:00
ZomgPonies b2b3faebc0 Removed Skellingtons, stupid idea 2013-10-31 03:50:44 -04:00
ZomgPonies f1fd068104 Making human a standardized species 2013-10-30 10:32:33 -04:00
ZomgPonies d249e3b0c7 Grey Species snowflake code 2013-10-30 05:45:38 -04:00
ZomgPonies 0d42f95633 Fixes 2013-10-22 03:41:32 -04:00
ZomgPonies 9cd09df68d Slime people commit 2013-10-20 21:15:51 -04:00
ZomgPonies ad3322a436 Clown crown and cape fixes 2013-10-20 00:41:36 -04:00
ZomgPonies 29a73ce80e Fixed new clickcode bugs 2013-10-14 01:28:00 -04:00
ZomgPonies 5daf979b72 Pretty much all new click code 2013-10-12 14:44:36 -04:00
ZomgPonies 396a56466f New ghosts 2013-10-12 14:43:18 -04:00
ZomgPonies aa79d1323b Added Vox and Kidan as unlockable Karma species 2013-10-04 02:57:42 -04:00
ZomgPonies ac87641781 DB based job/species whitelist system 2013-09-29 20:59:20 -04:00
ZomgPonies fcbdb53bbb Bunch of FAT fixes 2013-09-24 19:00:40 -04:00
ZomgPonies b37821e854 Re-added custom items 2013-09-12 15:44:39 -04:00
ZomgPonies c1222034ee BS12 -> Ponies merge 2013-09-09 10:51:16 -04:00
ZomgPonies a784670e21 Lowering string count 2013-09-06 13:07:54 -04:00