Files
Paradise/SQL/updates
S34N fe1d30fd2f Character-based rebindable custom emotes (#18506)
* 1

* 2

* 3

* make it (mostly) work

* character-based emotes

* bump SQL version

* where did you go little s

* no more raw json

* partial AA review

* makes it not coded as stupidly

* donor exclusive emotes 4-7

* ship it

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Update code/datums/keybindings/emote.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* spacings

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2022-07-30 12:14:02 +01: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

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