1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
Commit graph

16 commits

Author SHA1 Message Date
SirStendec
b9d23accf0 Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
SirStendec
38c87840af This is a maintenance commit with no released build.
* Added: `npm run font` command for editing the Fontello icon font. Use it to get started, then start the development server with `npm start` and changes will automatically save when you click `Export Font` from Fontello.
* Changed: The list of Fontello icons is now extracted from our Fontello config file so that it doesn't have to be manually updated.
2019-09-29 15:49:29 -04:00
SirStendec
75c317eb16 Add build command that outputs stats.json for bundle analysis. 2018-04-05 15:43:12 -04:00
SirStendec
9ac7e8a209 Developer improvements. Start using babel as the parser for eslint to add support for webpack's dynamic import syntax. Move most babel config into the babel build file to make sure nothing weird happens with eslint. Commit package-lock. Clean up gitignore a bit. Fix linting issues with the webpack build files. 2018-03-15 16:59:10 -04:00
SirStendec
262757a20d 4.0.0 Beta 1 2017-11-13 01:23:39 -05:00
SirStendec
8310f89aa0 3.5.266. Yeah. This is me remembering to commit again, but only because I told someone to make a pull request. 2016-08-09 20:45:28 -04:00
SirStendec
c167a8b626 3.5.78 to 3.5.83. It's been so long since I've commited. I'm a bad person. Added grouping for hosted channels, and a menu to select which channel you visit. Added weights for selecting which socket server to use. Added server time offset calculations. Refactored a LOT of how chat badges and chat line rendering and history processing works behind the scenes. Removed a ton of duplicate code. Added basic adjacent chat message lookups. Need better server support. 2015-11-19 02:45:56 -05:00
SirStendec
10da2b4fd5 3.5.41 to 3.5.50. Viewer list sorting is now optional. CSS is now embedded in the script to prevent loading issues. Started testing new socket server. Added chat batching option to display new messages in batches for performance reasons. Changed socket server rotation logic. Added error checks for Stream Latency. Socket protocol now uses ok instead of True. Added deploy and clear_cache commands to gulp for convenience. 2015-11-01 17:28:19 -05:00
Kane York
36ac3e576f Start writing socket server in Go 2015-10-24 19:59:34 -07:00
SirStendec
36630f8da1 Removed compiled script files from repository, added them to gitignore. 2015-08-14 12:32:05 -04:00
SirStendec
fc21671b2c Way too much stuff for one commit. I'm a terrible person. 2015-02-24 00:33:29 -05:00
SirStendec
c9bd39de8a Fix issue where a new WebSocket() call can crash the script if it fails. Fix positioning of theater mode status and action overlay. 2015-01-27 17:05:51 -05:00
SirStendec
343a9c927b Convert all files to UNIX line endings. Why do I never pay attention to that when starting a project? ;_; 2015-01-20 01:53:18 -05:00
SirStendec
73df7bceae Fix typo in gitignore. 2015-01-15 13:57:17 -05:00
SirStendec
f1377bc989 Initial commit for modular FrankerFaceZ rewrite. 2015-01-12 17:58:07 -05:00
SirStendec
664a19bbd3 Initial commit. 2014-03-27 22:44:11 -04:00