Commit graph

3970 commits

Author SHA1 Message Date
Mm2PL
4387e7bd69 Rename execfile -> import 2023-02-13 12:22:53 +01:00
Mm2PL
6e67890152 Thank you clang-format for at least having a diff 2023-02-13 00:15:20 +01:00
Mm2PL
0cbac04529 nice CI, Mm2PL 2023-02-13 00:10:13 +01:00
Mm2PL
ebadbf08c9 Apply #4369 2023-02-13 00:06:01 +01:00
Mm2PL
50dacdec04 git commit --allow-empty 2023-02-12 23:48:57 +01:00
Mm2PL
3ece8c8ed1 Merge remote-tracking branch 'origin/master' into feature/lua_scripting 2023-02-12 23:40:56 +01:00
Mm2PL
d7ac6d65fb absolute include path 2023-02-12 23:14:46 +01:00
Mm2PL
be487a4976 Rename LuaApi -> LuaAPI (p2) 2023-02-12 23:08:17 +01:00
Mm2PL
32580cd1c3 Rename LuaApi -> LuaAPI (p1) 2023-02-12 23:05:50 +01:00
Mm2PL
8a6e7b6170 Pin lua version to 5.4.4 2023-02-12 22:59:33 +01:00
Mm2PL
95536f4166 Remove erroneous mention of lua loadfile 2023-02-12 22:58:08 +01:00
Mm2PL
9e92a795c3 Fucking off-by-one error 2023-02-12 22:48:09 +01:00
Mm2PL
f3ee061f7f Make load() only usable in debug mode 2023-02-12 22:46:32 +01:00
nerix
e377c30192
Add Crashpad Support on Windows (#4351)
* feat: crashpad on windows

* feat: inline it

* feat: more crashpad

* chore: remove qBreakpad

* fix: add mention to crashpad

* refactor: version string

* feat: add crashpad module

* refactor: build crashpad from source

* fix: minor adjustments

* chore: add changelog entry

* fix: formatting and include

* fix: format

* build: use flags similar to release profile

* ci: build with crashpad on windows

* ci: recurse submodules

* ci: always include crashpad

* fix: try 7z

for some reason zstd just doesn't run

* fix: wrong path for symbols

* fix: copy

pls don't build

* ci: use new cache key

* fix: missing pragma

* ci: add workflow without crashpad

* docs: elevate changelog entry

* fix: add link to cmake issue

* fix: windows include issue

Someone (crashpad) includes Windows.h before winsock2.h

* fix: working directory

* fix: another working directory
2023-02-12 20:36:58 +01:00
Wissididom
8e24a29c85
Fix Ubuntu builds preventing create-release from building (#4368) 2023-02-12 00:20:54 +01:00
nerix
c9a9e44e1f
Add HTTP & SOCKS5 proxy support (#4321)
This can be configured using the `CHATTERINO2_PROXY_URL` environment variable.
The behaviour is similar to curl's CURLOPT_PROXY
2023-02-11 23:16:51 +00:00
Wissididom
98c2ff5607
Separate Ubuntu .deb packages per Ubuntu release (#4357)
Our .deb packages are now very Ubuntu-specific and are packages based on our CI builds.
2023-02-11 22:50:01 +00:00
Daniel Sage
cf80ae8434
Disable ImageExpirationPool during testing (#4363)
* Disable ImageExpirationPool during testing

* Update CHANGELOG.md

---------

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-02-11 19:20:46 +00:00
nerix
5179567334
Use QEnterEvent for QWidget::enterEvent on Qt 6 (#4365)
* fix: use concrete QEnterEvent on Qt 6

* chore: add changelog entry
2023-02-11 18:13:29 +01:00
Mm2PL
e899599034
Move CHANGELOG to Dev category 2023-02-11 16:09:33 +01:00
Mm2PL
d5d4335587
Experiment 2023-02-11 12:57:22 +01:00
Mm2PL
6b476f2826
Update docs 2023-02-11 12:57:16 +01:00
Sam Heybey
1d3ca0bfa3
Use AssocQueryString instead of directly querying the registry (#4362)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-02-10 21:21:09 -05:00
Mm2PL
87605077cb
Remove unused PluginController::callEvery{,WithArgs} 2023-02-11 00:06:46 +01:00
Mm2PL
d38187f794
Remove sending part of the multipart emoji workaround (#4361) 2023-02-09 16:45:53 +01:00
nerix
829c48d79a
Attempt to catch std::bad_function_call when adding a channel point reward (#4360)
* fix: attempt to catch std::bad_function_call

* chore: add changelog entry

* fix: spelling mistake

Co-authored-by: Leon Richardt <git@leon.dev>

---------

Co-authored-by: Leon Richardt <git@leon.dev>
2023-02-09 00:43:52 +01:00
Mm2PL
a40d29a514
docs: make sure all code blocks have an appropriate language
[no ci]
2023-02-09 00:33:32 +01:00
Mm2PL
9ac0844921
FUCK OFF 2023-02-09 00:13:53 +01:00
Mm2PL
86c872d4af
Add proper support for logging from lua 2023-02-09 00:11:56 +01:00
Mm2PL
b1031c7211
Add lua::{peek,push} support for enums with magic_enum 2023-02-08 23:57:59 +01:00
Mm2PL
da05115506
Add lua::toString which converts value to a string 2023-02-08 23:57:32 +01:00
Mm2PL
d945663162
Add lua::{peek,push} support for std::string 2023-02-08 23:56:27 +01:00
Mm2PL
0a9fa2fe09
Clean up header generation code 2023-02-08 00:38:04 +01:00
Mm2PL
1cd1822fcc
don't break the whole feature by attempting to clean up logging 2023-02-08 00:36:45 +01:00
Mm2PL
c4ec7b8e27
diff cleanup 2023-02-08 00:31:56 +01:00
Mm2PL
f12b964f59
Use Plugin destructor to call lua_close in most cases
reloading still needs manual closing
2023-02-08 00:03:01 +01:00
Mm2PL
26a5a24eea
Add missing #ifdef CHATTERINO_HAVE_PLUGINS 2023-02-07 23:00:17 +01:00
Mm2PL
bc0d30615a
FUCK OFF PRETTIER YOU PIECE OF SHIT 2023-02-07 22:01:29 +01:00
Mm2PL
0f0481955d
Tell clang-tidy that L is a fine name for a local pointer 2023-02-07 22:00:07 +01:00
Mm2PL
2cf18fbf93
Clean up includes in PluginController.{c,h}pp 2023-02-07 21:57:07 +01:00
Mm2PL
09fed407d2
Remove useless new line in src/CMakeLists.txt 2023-02-07 21:54:27 +01:00
Mm2PL
123dc87681
Add missing new line in CommandController.cpp 2023-02-07 21:52:00 +01:00
Mm2PL
ffa6729ede
Remove unused include in CommandController.cpp 2023-02-07 21:51:39 +01:00
Mm2PL
456c7f80a8
Rename constant C2LIB -> c2lib 2023-02-07 21:50:30 +01:00
Mm2PL
55d8a31b49
Get rid of REPLACEMENT_CHARACTER constant 2023-02-07 21:49:47 +01:00
Mm2PL
8e67327abc
Clean up NOLINT comments 2023-02-07 21:49:37 +01:00
Mm2PL
d4bdcc7da2
Add all the missing .path() calls 2023-02-07 21:42:03 +01:00
Mm2PL
ef70112386
Fix double plugin initialization problem 2023-02-07 21:41:00 +01:00
Mm2PL
9b231dc3e9
Improve chatterino.lua logs + remove . and .. from plugin search 2023-02-07 21:39:37 +01:00
Mm2PL
e9aa136bbe
Validate info.json harder and show what's wrong 2023-02-07 00:34:03 +01:00