Commit graph

196 commits

Author SHA1 Message Date
matcool
5037a9b7cb bring back pch if sccache is disabled 2024-02-12 10:22:17 -03:00
HJfod
1daa671980 update tuliphook and changelog 2024-02-12 15:01:19 +02:00
ConfiG
3fec377e96
Improve actions build speed by using sccache, removes PCH (#493)
---------

Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
2024-02-11 15:58:46 -03:00
ConfiG
6b82740fb3
only link delayimp on win + accidental commit 2024-02-07 13:02:51 +03:00
ConfiG
2c8d6fd636
explicitly link against delayimp 2024-02-07 10:54:16 +03:00
ConfiG
722c75aef9
update tuliphook 2024-02-07 10:38:34 +03:00
ConfiG
3e65e4b346
move bindings above geode 2024-02-05 10:48:17 +03:00
mat
e2150cc785
update json
fixes dumping invalid json
2024-02-04 19:08:01 -03:00
ConfiG
4682366d5d
disable cache for bindings 2024-02-05 00:10:41 +03:00
ConfiG
0f1719a2d7
bindings download only 2024-02-04 23:33:59 +03:00
ConfiG
e5a2326b1d
fix -DGEODE_BINDINGS_REPO_PATH 2024-02-04 23:12:50 +03:00
ConfiG
2e20cccf22
Run codegen on configure and move it to bindings (#484) 2024-02-04 22:45:52 +03:00
mat
0731f44e68
update json for better errors 2024-02-04 15:55:00 -03:00
ConfiG
342487993e
silly nbsp 2024-02-03 22:27:26 +03:00
ConfiG
c2ea744d67
use file(MAKE_DIRECTORY) instead of make_directory 2024-02-03 21:11:37 +03:00
qimiko
2f97fc671d
rename breakpad cmake option 2024-02-03 04:40:44 -07:00
qimiko
91b4ec4469
add breakpad package to cmakelists 2024-02-02 02:40:07 -07:00
iAndyHD3
ded1138f79
add missing precompile header check (#464) 2024-01-28 12:59:44 -03:00
matcool
d7326a0540 update json 2024-01-25 21:20:21 -03:00
mat
aedd7ccfb6
update json 2024-01-25 18:00:10 -03:00
altalk23
4cd08e1ca9 remove try blocks 2024-01-24 17:17:42 +03:00
altalk23
69b9b2d559 update tuliphook and crashlog 2024-01-24 13:47:21 +03:00
altalk23
98e1519d82 fix tuliphook android32 2024-01-22 18:37:18 +03:00
altalk23
5b7823d1f1 remove 0x from GEODE_COMP_GD_VERSION 2024-01-22 17:59:18 +03:00
altalk23
2ebd2f014c add GEODE_COMP_GD_VERSION 2024-01-22 17:58:22 +03:00
altalk23
8eb033c48c update android stubs & version 2024-01-22 17:45:02 +03:00
Cvolton
e23b051a3d
Add 2.204 support (#422) 2024-01-17 14:09:08 -03:00
matcool
635fe1bb00 works on 2.203 2024-01-11 12:55:54 -03:00
matcool
7ba832c9ee debug maybe works now, and other things 2024-01-09 16:59:57 -03:00
matcool
198948319b compiles for 2.202/2.2011 whatever we'll call it 2024-01-08 16:48:21 -03:00
altalk23
e19c28adc1 update json 2024-01-07 15:06:04 +03:00
mat
cca77af31c enable test mods again 2024-01-04 09:47:08 -03:00
mat
3187a07181 fix json not actually importing 2024-01-03 20:08:05 -03:00
mat
b9a09f73d5 update json library, changes namespace to matjson
very breaking change! though not annoying to upgrade. this change was
done because matjson is not really meant to be a "do everything" json
library, so taking up the very common `json` identifier was troublesome.
2024-01-03 18:04:43 -03:00
mat
10f7726a5c
Update Tuliphook 2024-01-02 17:51:30 -03:00
mat
b5799f380c
Update tuliphook 2024-01-01 18:37:11 -03:00
mat
953e9504a0 get it working on fmtlib 10.1.1 2023-12-29 20:59:06 -03:00
matcool
570a3b5904 bring back ccobject* logging by wrapping code and downgrading to 10.0.0 2023-12-29 10:54:19 -03:00
mat
c57db81910 remove log components, just format directly with fmtlib 2023-12-25 15:18:38 -03:00
altalk23
db4c76f7f7 fix trysavegame 2023-12-23 13:32:44 +03:00
matcool
425cf514de change cpm to use latest commit always 2023-12-22 22:01:30 -03:00
matcool
11134fd074 fix windows paths breaking sometimes 2023-12-22 09:28:55 -03:00
altalk23
5d07b2ab7d Geode android compiles gg girls and girls 2023-12-21 19:42:01 +03:00
altalk23
6ce1838570 Merge branch 'main' of https://github.com/geode-sdk/geode 2023-12-21 17:16:05 +03:00
altalk23
7b793a4d1d get codegen sources to compile 2023-12-21 17:13:39 +03:00
mat
6381d49c20
Merge pull request #383 from geode-sdk/2.0.0-dev
update bindings to use new 2.200 version
2023-12-21 11:12:58 -03:00
HJfod
f22ff185dc update bindings to use new 2.200 version 2023-12-21 15:18:41 +02:00
HJfod
08763d9600 Merge branch 'main' into 2.0.0-dev 2023-12-20 21:38:35 +02:00
HJfod
ed9844f31a use env variable for bindings path if provided 2023-12-20 21:36:55 +02:00
matcool
bb2dbc91b1 Merge branch 'main' of github.com:geode-sdk/geode 2023-12-20 14:34:09 -03:00