mat
88b52c7759
bump version and changelog
2024-06-24 10:27:02 -03:00
Cvolton
9c6841e10b
delete other related dlls ppl sometimes have
2024-06-24 14:33:34 +02:00
Cvolton
d9c76107f9
make installer delete standalone msvcp dlls
2024-06-24 12:29:55 +02:00
Cvolton
98c0eae228
Revert "create on_mod listeners in separate threads"
...
This reverts commit fd3c9c6f7a
.
2024-06-24 12:28:27 +02:00
Cvolton
fd3c9c6f7a
create on_mod listeners in separate threads
2024-06-24 00:59:23 +02:00
Cvolton
a654f343a8
use on_mod(Loaded) for a few more things
2024-06-23 23:45:02 +02:00
matcool
736a61e291
installer now writes over any other mod loader
...
fixes #472
2024-06-23 18:17:21 -03:00
Cvolton
d1e2919bba
installer: clean up stuff from 2.204
2024-06-23 22:13:58 +02:00
Cvolton
116af49a50
delete update dir on install
2024-06-23 22:05:50 +02:00
Cvolton
5ca4b571c7
add info level to notification
2024-06-23 21:46:52 +02:00
Cvolton
89ed81ac62
replace exclamation with update dot if update available
2024-06-23 21:46:43 +02:00
SpaghettDev
83f8a32a3f
More web options (HTTP version, accept encoding, transfer body, follow request, range) ( #943 )
2024-06-23 16:45:12 -03:00
mat
f6260a503a
update tuliphook
2024-06-23 16:09:24 -03:00
Cvolton
83bb3c2ff2
fix missing version check for incompats
2024-06-23 17:40:25 +02:00
Cvolton
58863246af
fix install confirmation popup not showing stuff
2024-06-23 17:23:36 +02:00
David K
54da3b0283
Better compression for installer on windows ( #950 )
...
Installer goes from 41.7mb to 34.5mb, nice!
2024-06-23 11:42:18 -03:00
dankmeme01
f06a7414bb
cleanup many creates promoting better modern c++ coding practices
2024-06-23 11:36:16 +02:00
qimiko
00799b6b5b
android getgameversion impl
2024-06-22 17:46:55 -07:00
qimiko
b0b6ee17b1
add libunwind for new mods
2024-06-22 17:18:09 -07:00
mat
3bea619456
disable update-site for now
2024-06-22 18:44:12 -03:00
altalk23
9de409abe6
Revert "dont use android_stl=c++_shared on mods, for now"
...
This reverts commit 100dbdc511
.
2024-06-22 14:18:38 +03:00
altalk23
699f85d41b
enable c++ shared for android32
2024-06-22 14:03:46 +03:00
altalk23
cfb682ef79
Reenable can_catch hook for android64 (fully fixes exceptions)
2024-06-22 14:01:02 +03:00
HJfod
8cfe1aac74
include smjs pr in changelog
2024-06-22 12:17:36 +03:00
HJfod
ed8bbeef31
update changelog & version for 3.0.0
2024-06-22 12:17:09 +03:00
SMJS
184abd397a
Moved the inverse border ( #941 )
2024-06-22 02:16:05 -07:00
qimiko
1f5ebf93e2
left align it for fod
2024-06-22 01:56:01 -07:00
qimiko
581e2d3a93
replace versions tab for now
2024-06-21 21:40:36 -07:00
altalk23
518f94144d
Don't save data if mod is uninstalled with save
2024-06-21 14:32:31 +03:00
altalk23
b72bb9e6d0
display commit hashes for the loader mod
2024-06-21 12:03:21 +03:00
altalk23
4859320b85
changelog & version for beta.5
2024-06-21 11:30:40 +03:00
altalk23
4509607853
remove the custom setting missing warning
2024-06-21 11:13:54 +03:00
altalk23
7742b57c49
even hackier one-of abi fix
2024-06-21 11:10:23 +03:00
altalk23
8e753a3034
refix the one-of impl with hacky way
2024-06-21 10:50:13 +03:00
altalk23
5ed0ed5ba6
i hate exposing structs
...
why arent settings opaque pointers aaaaaaa (fixed the abi break on custom settings users)
2024-06-21 10:43:59 +03:00
altalk23
d88a93e3cd
fix eventlistenerpool abi break on windows
2024-06-21 09:53:01 +03:00
qimiko
2cd0990aa1
display mods not on current platform
2024-06-20 18:57:49 -07:00
qimiko
9095005613
more details button for problems
2024-06-20 18:24:14 -07:00
mat
84a9dfa9d5
remove mod count from user agent
2024-06-20 19:18:58 -03:00
altalk23
5bbdf71175
update changelog & version
2024-06-20 23:47:51 +03:00
altalk23
e796711f6e
quick fix events crash
2024-06-20 23:46:09 +03:00
altalk23
f918f1310c
fix compilation
2024-06-20 23:02:06 +03:00
altalk23
ea96e2c658
make some classes final
2024-06-20 23:00:04 +03:00
altalk23
c66ddd56ac
remove forgotten debug log
2024-06-20 22:39:11 +03:00
Fleeym
7db53890ba
whoops didn't update the whole changelog
2024-06-20 22:05:06 +03:00
Fleeym
94618337ea
update changelog
2024-06-20 22:03:09 +03:00
mat
101fc946a0
remove outdated comment
2024-06-20 15:40:43 -03:00
altalk23
c50196b31f
align comments
2024-06-20 21:36:28 +03:00
altalk23
ec1d846a69
Fix delayload xmm0
2024-06-20 21:35:10 +03:00
dankmeme01
2824c17e89
some cleanup and improvement for windows crashlog
...
* added special case for calls of unimplemented functions on wine
* make the "Faulty Mod" string display the name and the version
* make faulty mod detection slightly smarter (for C++ exceptions and wine unimpl stubs searches through the stack instead of just checking the 1st entry)
2024-06-20 19:17:24 +02:00