Commit graph

1882 commits

Author SHA1 Message Date
Cvolton
b44184c081
fix profile page fix misaligning profiles 2024-03-11 00:37:12 +01:00
Cvolton
005d245351
add CCMenuItem::activate fix 2024-03-11 00:37:03 +01:00
HJfod
e9c17a7c3d change cache design to be shared 2024-03-10 22:21:18 +02:00
HJfod
b21fa5bc8a remove multi result and just use single result 2024-03-10 21:39:24 +02:00
HJfod
ff5af54b07 cache server icon results 2024-03-10 13:26:47 +02:00
HJfod
e74e56e8ff change datetime parsing to use std::get_time for mac and android compat 2024-03-10 12:21:30 +02:00
HJfod
be5e892cbe Merge branch 'main' into new-index-but-better 2024-03-10 11:26:13 +02:00
HJfod
eeb998b4c8 impl links in mod metadata 2024-03-09 22:59:12 +02:00
dankmeme01
52ea6ea51c fix minor memory leak in AsyncWebRequest 2024-03-09 12:10:42 +01:00
HJfod
d0d55744ee change colors to use ccc3 in ModPopup 2024-03-08 15:18:35 +02:00
HJfod
e633021d46 add update checking in ModPopup 2024-03-05 18:25:35 +02:00
HJfod
5e76da13f6 add ObjWrapper 2024-03-05 18:25:25 +02:00
HJfod
581af3b9ce Merge branch 'main' into new-index-but-better 2024-03-05 12:19:36 +02:00
Ashton
709a6a3b3b
Fix a duplicated node ID (#574) 2024-03-05 02:02:09 +01:00
HJfod
2105441f0c Merge branch 'main' into new-index-but-better 2024-03-04 22:47:35 +02:00
camila314
ba6483404b you can now update the bytes of a patch 2024-03-03 15:23:26 -06:00
HJfod
a152b60059 change full date format to unambiguous Mon DD YYYY 2024-03-03 00:45:26 +02:00
HJfod
04d4df1326 shrink the stat value labels a bit 2024-03-03 00:45:03 +02:00
HJfod
38852566a6 impl uploaded at and updated at stats 2024-03-03 00:28:06 +02:00
HJfod
abe41a79a3 fetch mod info from server on installed mods 2024-03-02 21:57:40 +02:00
HJfod
0a17fcc985 Merge branch 'main' into new-index-but-better 2024-03-02 18:39:58 +02:00
HJfod
f365dc4861 improve look of ModPopup + add versions tab 2024-03-02 18:39:02 +02:00
HJfod
9117ad9cec make axis alignment even for stats 2024-03-02 18:09:30 +02:00
HJfod
82b4885eb7 add stats to ModPopup 2024-03-02 18:06:04 +02:00
HJfod
35fcdb4df3 make AxisLayout pimpl + add default scaling options 2024-03-02 17:20:25 +02:00
HJfod
be0880f49c add CCNode::setScaledContentSize, CCNode::getScaledContentWidth etc. 2024-03-02 13:36:06 +02: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
HJfod
6414737b0c initial mod popup work! :) 2024-03-01 17:05:20 +02:00
HJfod
65f6158774 refactor to move all ModItems to one monolithic class rather than subclasses 2024-03-01 15:01:22 +02:00
HJfod
5e8306ac65 new tabs idea 2024-02-29 22:35:33 +02:00
HJfod
78fe601066 dim disabled mods a bit 2024-02-29 22:28:06 +02:00
HJfod
72fa718a76 better restarting ui 2024-02-29 21:37:09 +02:00
HJfod
dac16a40cb allow disabling a mod if you enabled it by accident and vice versa 2024-02-29 17:03:18 +02:00
HJfod
d8864975a3 give geode a boost in local sorting 2024-02-29 16:45:07 +02:00
HJfod
16fdddb06e mod items now use layouts (Wayouts imo) 2024-02-29 16:43:23 +02:00
HJfod
da2bf3e0d3 refactor UI code to be more dry + move restart to developer rather than replacing the view menu 2024-02-29 11:21:48 +02:00
HJfod
1eab0bcb27 delete unused sprites 2024-02-28 22:19:46 +02:00
HJfod
4d40321177 add tags popup (not functional cuz need server support first) 2024-02-28 22:18:25 +02:00
HJfod
eed99d16c5 update default logo to just N/A + move featured to a star icon next to the title rather than glow since we can't enforce mod logo shape 2024-02-28 21:33:58 +02:00
HJfod
c7d64beb7a add filters and clear filters button 2024-02-28 19:57:43 +02:00
HJfod
fd5802afa0 remove unnecessary filters sprite since gd has a better one now 2024-02-28 19:57:29 +02:00
HJfod
f9eb5c6bd9 increment search buffering time a tiny bit 2024-02-28 19:41:11 +02:00
HJfod
435484b6ae impl searching local mods 2024-02-28 19:38:20 +02:00
HJfod
65645fe753 impl searching on server 2024-02-28 01:30:39 +02:00
HJfod
54ac66ef7c use new awesome ColorProvider utility 2024-02-28 00:27:43 +02:00
HJfod
b356a7670a remove old bad Colors utility 2024-02-28 00:27:35 +02:00
HJfod
36ef4979ed add new ColorProvider utility 2024-02-28 00:27:19 +02:00
HJfod
5109acf725 move page number & list actions to ModsLayer rather than the list itself 2024-02-27 23:32:54 +02:00
HJfod
fe4dbd96ed add left alignment option to TextInput 2024-02-27 23:32:37 +02:00
HJfod
547c0474db fix AnchorLayout making targets not ignore anchor point for position 2024-02-27 23:32:03 +02:00
HJfod
055f05ca55 move ModList into its own header + source 2024-02-27 13:03:50 +02:00
matcool
41102fee4a we have GEODE_STR already 2024-02-26 22:59:06 -03:00
matcool
ba91dfa6a4 maybe fix mac 2024-02-26 22:45:05 -03:00
matcool
b9f8c38dca add custom user agent 2024-02-26 22:36:46 -03:00
Fleeym
a673fda267 allow for gd '*' when parsing server response 2024-02-27 03:14:01 +02:00
matcool
b2ced73010 actually encode url params 2024-02-26 21:38:36 -03:00
HJfod
62862fca12 Merge branch 'new-index-but-better' of https://github.com/geode-sdk/geode into new-index-but-better 2024-02-27 01:17:44 +02:00
HJfod
909317146d featured mod glow :3 2024-02-27 01:16:24 +02:00
HJfod
7467eecb00 add separators to mods list 2024-02-27 01:00:18 +02:00
HJfod
708d1ec873 refactor a bit; works like a charm :3 2024-02-27 00:55:33 +02:00
matcool
10edd35475 fix build on non windows 2024-02-26 19:03:04 -03:00
HJfod
2689320116 le new index :3 2024-02-26 22:14:53 +02:00
HJfod
dd57a39157 Merge branch 'main' into new-index-but-better 2024-02-26 18:28:11 +02:00
HJfod
058f3546dc remove old index + UI fully 2024-02-26 18:27:42 +02:00
HJfod
456c1895be finish Promise 2024-02-26 18:27:33 +02:00
HJfod
463cebf0c4 finish new web requests api 2024-02-26 18:26:34 +02:00
matcool
d139049b89 prevent updater from hanging, also copy pdb 2024-02-26 12:31:18 -03:00
matcool
a5475bda11 add missing GEODE_DLL 2024-02-26 11:58:40 -03:00
Fire
c94e350cdf
Fix Wine crashing when launching via terminal (#501) 2024-02-26 09:37:27 -03:00
Talis
6ee63091de
Fix the failed to set locale on devices that don't have us english (like my phone) (#566) 2024-02-26 13:50:43 +03:00
dankmeme01
bba9b6c7ed
impostor playlayer fix (#562) 2024-02-25 23:17:44 +03:00
HJfod
6c6a4b1211 add "go to page" button by clicking page number 2024-02-25 20:14:46 +02:00
HJfod
44ae5c83c7 Merge branch 'main' into new-index-but-better 2024-02-25 18:44:36 +02:00
mat
04405cbc20
silly chloe relying on pch 2024-02-25 12:18:42 -03:00
altalk23
f0465ba5b2 readd fods removed stuff for abi 2024-02-25 13:53:49 +03:00
altalk23
500d346b16 geode_dll <3 2024-02-25 11:02:18 +03:00
altalk23
28bd75793e sure you go girl 2024-02-25 11:00:47 +03:00
altalk23
0e1b0e4b91 sorry for the 0 people who were including these headers manually 2024-02-25 10:53:52 +03:00
altalk23
1d444ed05e sorry for the 2 people that manually includes the jsontest headers 2024-02-25 10:44:09 +03:00
altalk23
afd54a64e4 fix dispatch 2024-02-25 10:38:46 +03:00
altalk23
f33f116ced fix the old test mod stuff 2024-02-25 10:21:27 +03:00
altalk23
9a47d611cc fine 2024-02-25 10:04:29 +03:00
altalk23
3ede15b6e2 if i fixed the includes 2024-02-25 10:01:27 +03:00
altalk23
d8ac85b44a i cant believe this was that easy 2024-02-25 10:00:57 +03:00
altalk23
c7a1f76f1a push pop nest fix 2024-02-24 22:11:41 +03:00
altalk23
76f0c66a36 Merge branch 'main' of https://github.com/geode-sdk/geode 2024-02-24 22:08:14 +03:00
altalk23
baf3a6b306 implement progress visual to index unzip 2024-02-24 22:08:07 +03:00
matcool
76a615cea2 recreate and undither base circle textures 2024-02-24 15:54:00 -03:00
matcool
ee274195fe how did fod compile this 2024-02-24 14:25:14 -03:00
qimiko
b082dd1a9c
remove deprecated permissions 2024-02-23 21:13:52 -07:00
HJfod
2db556dc20 new mods list design is done :3 ready to impl new index!! 2024-02-24 02:09:02 +02:00
HJfod
e82ea3eddd finish Promise class + add Promise-based events 2024-02-24 02:08:42 +02:00
HJfod
44cd7ec63f remove default value from parameter in updateAnchoredPosition to fix overload resolution 2024-02-24 02:08:23 +02:00
qimiko
06235634bd
add android fmod initialization check
relates to geode-sdk/android-launcher#13
2024-02-23 16:13:36 -07:00
HJfod
7a4b6ddad2 does not compile! had to commit for laptop access 2024-02-23 13:28:32 +02:00
HJfod
9db76274b5 hash for string_view 2024-02-23 13:28:22 +02:00