* Special folder cleanup
moved mam_body_markings and mam_taur to regular mob list for easier
locating. moved tail.dmi and wing.dmi to special
* oh
* this too.
* ports #423
alphabetatizes sprites because it was messy
* tweak special folder name to be clearer
* Travis appeasement
* Revert "Revert "Huge Sprite Rework""
* Compilation of all feedback fixes
This commit contains all the suggested fixes so far and the changes we
came up with through discussion about the code.
For example, genitals **may** now use alternate icons for aroused
states, but does not have to, this is decided by a boolean variable in
the sprite accessory itself, defaulting to not using alternate icons.
Genital icon_state names now follow a new format to match these new
options in a modular way for all kinds of genitals.
* Conflict solving
reformats all the taurs to use the TAUR layer instead of the BODY_FRONT
layer. Same for the new Eevee sprites.
* Committing the old, unfixed file.
This will cause errors if used, but at least it won't cause conflicts.
* Contains fixed sprite names
The shepherd taur body should STILL have a hole in the body due to a
pixel error.
I have forgotten which pixes these are, so.... **le shrug**
* Anger commit
Commiting this in anger. I WILL make it work damnit!
* Proper name fixes.
Also renames the taur cow to no longer have an incorrectly duplicate
icon_state.
* Shepherd taur pixel fix
Fixes the missing pixels from the taur body that caused a hole to appear
when viewed from the sides.
* Conflict resolution
This PR will cause some sprite-breaking overlay errors.
But it's the only way to handle the conflicting .dmi.
So I'll make a separate PR to fix the sprites later.
* Fixes global lists
Now they use whatever weird new system we got for them.
* Adds eevee ears and tail
* Adds eevee neck fur sprite
* Adds an eevee taur sprite
* adds the code for Eevee and it's taur body
allows players to choose said things
* The Worst Kind of Fix
Doesn't actually fix, instead completely replaces the previous verb that
was named as an EMOTE without being one for real.
Now we use a real emote, shamelessly cribbed together from what I
understood from the custom emote and the base emote procs.
Testing seems to indicate success, now even for simple_mobs, since this
is implemented on the mob/living level. (Should it be on the mob level?
I honestly don't know if basic mobs should have this emote?)
* Removed uneeded prompt
This looks like the same problem the "me" emote has, fixed now. Maybe I
should do the same to the "me" emote later...
* Adds changelog
For players to notice.
* bigger box
* even bigger
well not really, but it's better anyway
* fuck i didn't tick these
* bigger /me input
double emote size as well, stop complaining about cutoffs and don't make
me regret this
* cleanup
This is a big one, I reworked:
Vagina sprites, Breast sprites, both onmob and item, and some Taur
sprites
How Taur sprites are layered, finally making genitals show for Nagas as
they should.
How colours are chosen (Humans can enable/disabled matching genitals to
their skintones, everyone else has to pick a colour).
Vaginas and Breasts now follow the same naming convention for sprites
that penises use, so all genital organs can be rendered using the same
piece of code. This means that breast sizes have dropped to
single-letter variants, since those are what we got sprites for (Because
the cup-size is now the Size of the obj).
Breasts now have shapes! So far we only got the "pair" shape, but we got
code-support for other variants.
Vaginas can now also be chosen and will render properly, meaning we now
have more of them to choose from (Some of them terrifying). They don't
really use a size, but there's code support for it if sprites would be
made for it.
Breast items now change their size and color to the owner's when/if they
somehow lose the organs (gibbing for example). Both Breasts and Vaginas
change their description to match what the object is set to look like,
sprites are lacking in that area however.
Minor variable error in the penis-description code fixed.
Taur sprites renamed to use the correct layers. Shephard sprite bug
fixed where there was a missing 2 pixels in the middle of the body.
* Cloning-Genitalia-Fix
Fixes the issue with genitals not being re-created with cloning. This
should make it so other methods of coming back also gives the organs
your DNA says you should have, such as podding people.
* Sanity checks and fixes
Removed the OLD sanity check for drawing eyes. It was refusing to draw
eyes if you had ANY disability. 's far as I know, blind people still
have eyes and so do mute people.
Also, put a sanity check in give_genitals, just in case a species has
DNA with genitals but is a NOGENITALS species. Somehow. IT COULD HAPPEN,
ALRIGHT?! ^^
* TRAVIS LOVE ME AGAIN
This commit fixes the problem that made Travis hate me previously. Even
though THAT part of the code had not been changed...
Anyway, it looks more neat now, so that's good.
Does not add the other human emotes, since they seem a bit odd to put
in.
Slimes needs custom emotes for... reasons. You all know why, don't make
me say it in writing! >_<
* fixed runtime in air.dm
fix was made in LINDA_turf_tile.dm though
* fixes runtime in corpse.dm
* fixes runtime in species.dm
* automatically restarts the MC sometimes
When the timer SS crashes, here's the fix
hardcoded with love
* supermatter area icon
* better admin logs
* better mentorhelp message for admins
* fixes map
* sensible fixes
* this too
* some more
* fixes chair icons
reverted to state before tg pull
* fixes telecomms icons
revert to state before tg pull
* fixes research icons
reverted to before tg pull
* de-whitewashed the stools
* fixed missing broadcaster sprites
* always load from the savefile
helps custom servers who don't want to fuck with the config, this will
never not be wanted with the system we have
* stop it, ghosts
* fixes limb augmentation
https://github.com/tgstation/tgstation/pull/25446
* removes lag
* re-adds sounds
* exception
* makes travis happy
* Ghost-role arousal fix
Fixes it so ghost role spawners respect arousal preferences of the
ghost.
* Arousal should respect species traits
This is *currently* having no effect, as no species at the time of
writing uses NOGENITALS species trait. But good for future species I
think.
* Arousal-fix-fixed
Made on_species_gain do the arousal check and apply it properly. Moved
equip to happen AFTER the ckey is assigned, as I couldn't check the
clients prefs before that and it just defaulted to TRUE.
Problem: Human ghost-roles are already human and would not use
on_species_gain. I had 2 fixes for this: Either I made them do so
anyway, doing set_species with human. This is probably redundant and
might break things in some unexpected way....
2nd possible fix is what I am pushing now, just making an else statement
for that situation.
-Messed around with another air proc I saw runtiming on server.
-Attempted to fix overlays even further. Test run successful but you never know with random chances that hopefully are now as low as the test run let me see.
-Meddled around with transit space. 2 directions were missing a corrective step against negative rng output.
-Added otie snouts.
-Improved contrast in the corvid markings.
-Added tail wag sprites for husky and otie.
* map tweaks/shuttle engines
* helpers and defines
* global/onclick
* controllers and datums
* mapping
* game folder
* some other stuff
* some modules
* modules that aren't mobs
* some mob stuff
* new player stuff
* mob living
* silicon stuff
* simple animal things
* carbon/ayylmao
* update_icons
* carbon/human
* sounds and tools
* icons and stuff
* hippie grinder changes + tgui
* kitchen.dmi
* compile issues fixed
* mapfix
* Mapfixes 2.0
* mapedit2.0
* mapmerger pls
* Revert "mapedit2.0"
This reverts commit 74139a3cacea10df7aafca06c0a10bd3daf3a481.
* clean up vore folder + 2 hotfixes
* admin ticket refinement
* Blob tweaks and LAZYADD
* LAZYADD IS LAZY
* Magic strings purged
* DEFINES NEED HIGHER PRIORITIES
* Only a sleepless idiot deals in absolute TRUE|FALSE
* u h g
* progress bar fix
* reverts ticket logs
* there's always that one guy
* fixes and stuff
* 2/27 fixes
* game folder stuff
* stats
* some modules again
* clothing stuff
gets vg clothing out of the main files
* everything not mobs again
* mob stuff
* maps, tgui, sql stuff
* icons
* additional fixes and compile errors
* don't need this anymore
* Oh right this isn't needed anymore
* maint bar re-added
* that doesn't need to be here
* stupid events
* wtfeven
* probably makes Travis happy
* don't care to fix the grinder atm
* fixes vending sprites, changes turret
* lethal, not lethals
* overylays are finicky creatures
* lazy fix for bleeding edgy (#252)
* map tweaks/shuttle engines
* helpers and defines
* global/onclick
* controllers and datums
* mapping
* game folder
* some other stuff
* some modules
* modules that aren't mobs
* some mob stuff
* new player stuff
* mob living
* silicon stuff
* simple animal things
* carbon/ayylmao
* update_icons
* carbon/human
* sounds and tools
* icons and stuff
* hippie grinder changes + tgui
* kitchen.dmi
* compile issues fixed
* mapfix
* Mapfixes 2.0
* mapedit2.0
* mapmerger pls
* Revert "mapedit2.0"
This reverts commit 74139a3cacea10df7aafca06c0a10bd3daf3a481.
* clean up vore folder + 2 hotfixes
* admin ticket refinement
* Blob tweaks and LAZYADD
* LAZYADD IS LAZY
* Magic strings purged
* DEFINES NEED HIGHER PRIORITIES
* Only a sleepless idiot deals in absolute TRUE|FALSE
* u h g
* progress bar fix
* reverts ticket logs
* there's always that one guy
* fixes and stuff
* 2/27 fixes
* game folder stuff
* stats
* some modules again
* clothing stuff
gets vg clothing out of the main files
* everything not mobs again
* mob stuff
* maps, tgui, sql stuff
* icons
* additional fixes and compile errors
* don't need this anymore
* Oh right this isn't needed anymore
* maint bar re-added
* that doesn't need to be here
* stupid events
* wtfeven
* probably makes Travis happy
* don't care to fix the grinder atm
* fixes vending sprites, changes turret
* lethal, not lethals
* overylays are finicky creatures
* auto vote runtime error fix
* part 1
* adds a wolf pai sprite
modified fox sprite that doesn't make your eyes bleed
* missed a painful sprite
* part 2
* ptwhatever
* save
* conflict resolution pt1
* conflict resolution pt2
* almost done with the preferences shit
* fixes missing arousal HUD
* file rename
* even more
* keep the panic commits coming
* forgot one
* wew, gonna go make some small changes
* s o o n
* LOOC admin and player toggles
* fixed backpacks and taurs clipping on the preview
* fixed penis length saving
* typo fix
* arousal fix
* icon tuning
* final
* first series of updates
* datums
* games folder
* admin and atmosia stuffs
* moar
* mob updates borg riding
* sprites and stuff
* fixes for various things
* oops. some missed fixes