Chloe
bcb856a302
update android binaries
2024-11-11 15:14:32 -07:00
Justin
39dc184b88
2.207 patch updates ( #1140 )
...
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
* Update gdTimestampMap.hpp
* Update CMakeLists.txt
* Add files via upload
2024-11-09 19:55:51 +01:00
dankmeme01
4c4770bfd3
add 2.207 support
2024-11-09 02:13:17 +01:00
dankmeme01
e26fe954a6
update netlibs (fix crashes on macos wine and old wine/proton)
2024-07-07 15:00:03 +02:00
qimiko
1ec8316877
blessings to the ci
2024-06-06 05:13:42 -07:00
mat
cdbed58178
Merge pull request #833 from geode-sdk/new-index-but-better
...
merge new index
closes #712
2024-06-03 12:15:35 -03:00
qimiko
6b52da266c
fat libs for macos
2024-06-03 05:38:49 -07:00
qimiko
188ae45af2
update the libs or something
2024-06-02 17:59:13 -07:00
kynex7510
29b98b3b4b
Delete duplicates
2024-06-02 00:04:55 +02:00
kynex7510
8ea2d759cc
Revert "Revert "Merge branch 'main' into new-index-but-better""
...
This reverts commit be89e09e4b
.
2024-06-02 00:04:09 +02:00
kynex7510
be89e09e4b
Revert "Merge branch 'main' into new-index-but-better"
...
This reverts commit 19ab68d202
, reversing
changes made to f95daab2fe
.
2024-06-02 00:00:23 +02:00
matcool
19ab68d202
Merge branch 'main' into new-index-but-better
2024-06-01 18:56:22 -03:00
matcool
2c6ffb6bdf
update all the libs
2024-06-01 18:50:29 -03:00
kynex7510
827c28ad38
Remove win32 libs
2024-06-01 23:24:23 +02:00
dankmeme01
cf6f688e71
add glew32.lib
2024-06-01 23:19:15 +02:00
dankmeme01
3823134c6c
add windows libs
2024-06-01 23:13:06 +02:00
kynex7510
6d5a5cacd8
Update macos curl
2024-05-31 20:10:40 +02:00
kynex7510
bf7e86988c
Fix win32 build
2024-05-31 13:28:12 +02:00
kynex7510
25fc6b00ae
Remove useless lib
2024-05-31 13:27:13 +02:00
kynex7510
6671e72edf
Add android32 libs
2024-05-31 12:06:31 +02:00
kynex7510
8ccf7b8af7
Update libs
2024-05-31 11:53:04 +02:00
qimiko
c4a682b991
update macos fmod for 2.2
2024-04-28 15:17:02 -07:00
qimiko
dd440433db
force fPIC for openssl on android32
...
see openssl pull request 22181 for details (just used the changes from there)
2024-03-01 17:29:47 -07:00
qimiko
1fb12f2d12
enable fPIC for openssl
2024-03-01 17:06:25 -07:00
qimiko
6cd6e4d0af
linker magic
2024-03-01 16:45:57 -07:00
qimiko
8998041e1c
update android curl to v8.6.0
...
also includes nghttp2 v1.60.0 for http2 support
2024-03-01 16:32:24 -07:00
qimiko
2be5854913
update android openssl to v3.2.1
2024-03-01 16:23:12 -07:00
matcool
ba88e12cb0
add android stub fmod binaries
2024-01-25 22:04:20 -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
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
mat
b0d85e5d43
add prebuilt libs for android arm64
...
thanks @kynex7510 for the libssl and crypto :-)
2024-01-01 15:08:45 -03:00
altalk23
11a175a078
add android64 libcocos
2023-12-23 17:33:16 +03:00
altalk23
cab63073c2
add android64 to headers
2023-12-23 16:10:23 +03:00
matcool
0e7c95f03b
update gdstring.lib
...
btw i finally made public the script i used for this!
check it out:
https://gist.github.com/matcool/3261e808bfc2785436b4ff2a3807b2e7
2023-12-21 15:08:43 -03:00
matcool
ed89655583
update windows .lib files
2023-12-20 14:08:25 -03:00
altalk23
0ed0e25401
update android stub
2023-12-20 19:47:17 +03:00
qimiko
041a98ee4d
implement loader for android
...
compilation still won't work, pending implementations for gdstl/codegen/tuliphook. the first two should be mostly done already. may also be good to get FileWatcher, crashlog, and the file picker implemented but they aren't necessary
the libcurl.a and libssl.a files were built using
https://github.com/ibaoger/libcurl-android . they are placed in the link/android folder because putting them in the link folder confused the macOS build.
once built, the geode binary should be loaded after nativeSetApkPath is ran (otherwise the directory setup crashes). in the future it would be nice if the internal mod also did save data path redirection, as base GD is incapable of doing this
Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
2023-06-05 17:42:22 -07:00
altalk23
c89df7b992
rename monostate ctors to zero ctors & make it platform independent
2023-03-06 00:52:39 +03:00
HJfod
ab0030136a
make CC_DLL not link
...
also remove uses of GEODE_ADD for docs
2023-02-02 00:03:01 +02:00
HJfod
6fe40e9c31
add gd string symbol fix on windows through cmake + fix dependencies
2023-01-31 21:19:43 +02:00
HJfod
f32aaa8b12
add better support for dependencies
...
- create_geode_file now redirects to a new function called setup_geode_mod
- setup_geode_mod auto-links loader
- setup_geode_mod invokes CLI (if v1.4.0+) to automatically check your dependencies and install them + link their headers and libs to your project
- fix Result::expect not working on non-copiable types
- add in-memory functions for file::Zip and file::Unzip
- ComparableVersionInfo now always returns false if major versions dont match
2023-01-31 14:48:34 +02:00
matcool
e78f4ff910
update glew, add its lib and fmod.lib
2022-12-11 14:43:34 -03:00
alk
9a51843727
Add msvcstl ( #81 )
...
* implement gd::string for windows
Co-authored-by: matcool <26722564+matcool@users.noreply.github.com>
2022-11-22 15:59:46 +03:00
HJfod
0a0a34eb5c
some minor changes
...
- add Mod::getPackagePath as a replacement for Mod::getPath
- add new geode/config directory for mods' config files
- add Mod::getConfigDir for getting the mod's config directory
- add libfmod.dylib and auto-move it in actions
- add open save directory button to mod settings popup
2022-10-23 15:23:55 +03:00
HJfod
46e3a071d3
whole of geode except without history
2022-07-30 19:24:03 +03:00