Commit graph

1636 commits

Author SHA1 Message Date
matcool
ddc10d633e
fix sha3 library on mac 2023-08-03 17:34:56 -03:00
matcool
bbf2608ac2
Switch libraries for sha3 256, move implementation to source file
The previous library we used (picosha3) returned a wrong hash for one
particular file. Though this was quite rare (we only found 1 such file),
it was a bug with the library regardless.
The current sha3 library now comes from
https://github.com/stbrumme/hash-library
2023-08-03 17:24:04 -03:00
ConfiG
2233b94542
fix release drafter 4 2023-08-03 22:28:35 +03:00
ConfiG
e10f81db39
fix release drafter 3 2023-08-03 22:14:20 +03:00
ConfiG
123b5a20e2
oops forgot to remove this 2023-08-03 22:12:25 +03:00
ConfiG
018b8ee9c5
Merge remote-tracking branch 'origin/main' 2023-08-03 21:55:50 +03:00
ConfiG
b48cbc31b0
fix release drafter 2 2023-08-03 21:55:24 +03:00
mat
93769d1da6
bump version 2023-08-03 15:45:13 -03:00
ConfiG
1eb1cd1456
fix release drafter 2023-08-03 21:41:23 +03:00
ConfiG
e3c2ca7417
fix mac build
workaround by using convertToWorldSpace instead of convertToWorldSpaceAR and setting the anchor point to 0,0
2023-08-03 21:27:57 +03:00
ConfiG
0ebc391309
i forgot to change the name. 2023-08-03 21:02:01 +03:00
ConfiG
ebab230bf5
Merge remote-tracking branch 'origin/main' 2023-08-03 21:00:02 +03:00
ConfiG
0d25fb8be8
split build and draft workflows 2023-08-03 20:59:26 +03:00
ConfiG
8ce12278aa
new cool tabs 😎 2023-08-03 20:33:42 +03:00
HJfod
29d7df15e6 update changelog 2023-08-03 20:27:17 +03:00
HJfod
be63f59aa7 Merge branch 'main' of https://github.com/geode-sdk/geode into main 2023-08-03 20:02:00 +03:00
HJfod
7a0ade2bf6 update index to be pimpl
also remove the ability for multiple sources from it
2023-08-03 20:01:37 +03:00
mat
c6cbad12eb
Fix github sha variable 2023-08-03 13:43:41 -03:00
mat
26cf592bb9
Update dev release body 2023-08-03 13:29:23 -03:00
HJfod
0236b02ea1 jag tror att denna är exaktare 2023-08-03 17:41:49 +03:00
ConfiG
755075ae04
add .idea to gitignore 2023-08-03 15:15:08 +03:00
ConfiG
228a37fd7f
change "updates to Geode" to "Geode updates" 2023-08-03 13:37:42 +03:00
hjfod
4074ac6cfd add swedish translation for installer (not sure if it's 100% correct) 2023-08-03 09:36:34 +03:00
ConfiG
821880c9eb
fix installer internal file structure
its too triggerring ok
2023-08-03 01:54:26 +03:00
ConfiG
e921466745
fix xinput 2023-08-03 01:23:00 +03:00
ConfiG
46d2c8cd23
fix actions 2023-08-03 01:04:49 +03:00
ConfiG
d4543c518c
merge Build and Clean Up Resources
like they were supposed to be oops
2023-08-03 00:59:55 +03:00
ConfiG
b07834b086
actions (#199) 2023-08-03 00:56:07 +03:00
HJfod
b2d677111a Merge branch 'main' of https://github.com/geode-sdk/geode into main 2023-08-02 19:43:10 +03:00
HJfod
0a6d31ebb6 make all mods including disables ones be unzipped
this makes it so disabled mods' resources are loaded
2023-08-02 19:42:31 +03:00
ConfiG
25d9ab04fd
fix ci 2 2023-08-02 18:30:08 +03:00
ConfiG
aa74bb0ecb
fix ci 2023-08-02 18:27:38 +03:00
ConfiG
e68d5f4683
try clang-cl+ninja+ccache on windows 2023-08-02 18:14:55 +03:00
ConfiG
363d27395c
fix some warnings 2023-08-02 18:04:37 +03:00
ConfiG
2b1becc233
silence warnings from dependencies 2023-08-02 17:34:36 +03:00
altalk23
4f6265ae32 Merge branch 'main' of https://github.com/geode-sdk/geode 2023-08-02 15:58:51 +03:00
altalk23
fe8cb42129 change getSaveDir and implement autoupdate macos 2023-08-02 15:58:37 +03:00
ConfiG
ee606c8f7d
change "Create a draft release" to "Draft Release" 2023-08-02 14:04:24 +03:00
ConfiG
52b4a58692
fix actions 3 2023-08-02 14:01:42 +03:00
ConfiG
a9114c8ba7
change "Delete resource cache file" to "Clean Up Resources" 2023-08-02 14:00:29 +03:00
ConfiG
454d0f5f71
fix actions 2 2023-08-02 13:58:15 +03:00
ConfiG
0aa5b11152
require admin perms in windows installer 2023-08-02 13:55:53 +03:00
ConfiG
6d7464b3a9
fix actions
i did not do that correctly lmao
2023-08-02 13:55:26 +03:00
ConfiG
718d008c5b
clean up job names 2023-08-02 13:53:50 +03:00
ConfiG
7788387cd5
disable ccache on windows
cant get it to work
2023-08-02 13:49:56 +03:00
ConfiG
751df06736
msvc ccache friendliness 2023-08-02 03:51:25 +03:00
ConfiG
4ecea520fe
set CMAKE_BUILD_TYPE in codegen on ci 2023-08-02 02:35:35 +03:00
ConfiG
b265250c51
set CMAKE_BUILD_TYPE to RelWithDebInfo maybe 2023-08-02 02:28:53 +03:00
ConfiG
8d26d879a0
fix cmake configure command 2023-08-02 02:14:34 +03:00
ConfiG
25bafae278
try to use ninja on win actions 2023-08-02 02:06:20 +03:00