Files
Paradise/SQL/updates
Luc f83ef617e9 Expands "genderless" to all species, adds body-type option, removes some gender checks (#23910)
* adds most body type support, removes some gender checks

* remove gender from species, accessories

* restore pick_list

* re-adds limitations on accessories

* Universal access to body hair

* remove unused var

* Update example config, some preference saving code

* updates tgui bundle

* oops

* Remove formatting

* hopefully undoes formatting changes

* dammit

* been meaning to fix this one for a while

* dgamer reviews

* move body_type into human_defines

* sql file changes

* update tgui

* Update db code

* bump versions

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-21 15:59:23 +00:00
..
2018-01-27 23:24:45 +05:00
2018-05-25 14:05:05 -04:00
2019-01-26 21:23:10 +00:00
2019-07-12 16:41:04 +02:00
2019-07-11 17:02:52 -04:00
2019-07-12 16:41:04 +02:00
2019-08-14 17:53:15 -07:00
2021-07-26 17:21:24 +01:00
2020-05-18 01:34:28 -06:00
2020-10-09 14:53:59 -04:00
2020-12-16 15:46:25 -05:00
2020-12-24 16:06:48 -05:00
2020-12-24 16:06:48 -05:00
2021-07-26 17:21:24 +01:00
2020-12-24 16:06:48 -05:00
2021-01-16 16:38:45 -05:00
2021-03-18 14:26:49 +00:00
2021-05-30 12:19:56 -04:00
2021-10-04 19:21:44 +01:00
2021-10-21 13:32:22 +01:00
2022-03-08 22:14:05 +01:00
2022-03-08 22:14:05 +01:00
2022-03-08 22:14:05 +01:00
2022-04-05 14:18:12 +01:00
2022-07-13 21:34:41 +01:00
2022-08-09 18:45:57 +01:00
2022-12-01 14:03:03 -06:00
2023-03-14 19:14:47 +00:00
2023-04-25 16:21:57 -05:00
2023-06-07 21:09:16 +01:00

UPDATING SQL

The contents of this directory contain update sql scripts for the paracode SQL database.

Files following the naming convention -.sql Files are designed to be run sequentialy, moving from version 2, to version 4 would require running the following SQL scripts. 2-3.sql 3-4.sql

Special Notes

  • 15-19 is considered as one version, but split into multiple files for simplicity and correct ordering. You MUST run them in order, and all of them between the game, or stuff will break horribly.

  • The same applies for 30-33 and 38-40