Commit graph

517 commits

Author SHA1 Message Date
griffi-gh e4ce6f290e remove notes about nightly from android 2023-06-04 15:31:23 +02:00
griffi-gh 01cf42b2bf This is deprecated but required to make cargo-apk work! 2023-06-04 15:30:47 +02:00
griffi-gh e70165ba00 change orientation 2023-06-04 15:29:53 +02:00
griffi-gh 45043ac04b update info around nightly in readme 2023-06-04 15:19:33 +02:00
griffi-gh d5e8b4c6b7 add raw-evt feature, fix clippy warnings
`raw-evt` is enable by default
forcing it off is required for kb input on android
mouse input is not supported without it yet though
2023-06-04 15:16:25 +02:00
griffi-gh 340a140ec9 Merge branch 'master' of https://github.com/griffi-gh/kubi 2023-05-28 23:46:20 +02:00
griffi-gh a9f17b878c use mold as linker on linux 2023-05-28 23:46:14 +02:00
griffi-gh fbe605041b oops, avx2 is not as widely available as i thought 2023-05-27 18:54:00 +02:00
griffi-gh 1625e9cce9 add note to readme about android 2023-05-21 12:41:09 +02:00
griffi-gh 31a959ba1a remove not used yet comment 2023-05-21 12:33:09 +02:00
griffi-gh 2dfc915d41 use ProgramCreationInput 2023-05-21 12:32:06 +02:00
griffi-gh 356455a15e remove geom shader macro 2023-05-21 12:29:01 +02:00
griffi-gh 1987354b83 fix warnings; remove unused imports 2023-05-21 12:24:45 +02:00
griffi-gh 33c306f47a statically link crt 2023-05-21 12:13:18 +02:00
griffi-gh 6718c56370 use libcubi as lib name 2023-05-21 12:08:29 +02:00
griffi-gh 061fe46f2a Merge branch 'master' of https://github.com/griffi-gh/kubi 2023-05-21 12:03:46 +02:00
griffi-gh cfba245e11 add ndk to deps, disable srgb by default 2023-05-21 12:03:41 +02:00
griffi-gh 072ffe6965
Add android build instructions 2023-05-21 06:53:47 +02:00
griffi-gh 6e61fd687a check at runtime 2023-05-21 04:54:02 +02:00
griffi-gh a3e5df0304 skip cursor lock on android 2023-05-21 04:24:54 +02:00
griffi-gh 3eddda0886 allow gilrs to fail (required for android support) 2023-05-21 04:23:10 +02:00
griffi-gh 8aaf64904b cross-platform assets 2023-05-21 04:17:28 +02:00
griffi-gh df3791af17 initial android support (fails on textures) 2023-05-21 03:14:04 +02:00
griffi-gh 50c25dac34 fix warnings 2023-05-21 02:16:34 +02:00
griffi-gh dc8229f929 use specific log version 2023-05-21 02:16:12 +02:00
griffi-gh 821cee541b add some android metadata 2023-05-20 16:43:00 +02:00
griffi-gh 0affc06e09 Fixed timestamps! (use them to fix networking) 2023-05-20 15:59:52 +02:00
griffi-gh 7ab7a36d85 oops 2023-05-20 15:17:33 +02:00
griffi-gh e8e3863d47 minor changes to netwrok code 2023-05-20 15:17:16 +02:00
griffi-gh 4dde1651ab reasonable total connections value 2023-05-20 14:59:48 +02:00
griffi-gh 14c66ee2eb add centered cube 2023-05-20 02:48:17 +02:00
griffi-gh 75c6d127b7 player position sync, refactor some stuff 2023-05-20 02:32:32 +02:00
griffi-gh 73940d61ff disable texture filtering experiment 2023-05-19 13:44:33 +02:00
griffi-gh 4bf2b350c6 wip 2023-05-19 13:22:32 +02:00
griffi-gh 03fbb774b5 add todo comments 2023-05-19 07:04:24 +02:00
griffi-gh 96a6693faa Big refactor + Early wip position sync /connect events in multiplayer 2023-05-19 07:02:20 +02:00
griffi-gh 3a50065cc5 Move ClientIdMap to shared, switch to with_capacity_and_hasher where possible 2023-05-19 04:35:16 +02:00
griffi-gh 56849a82cc test commit 2023-05-19 04:00:37 +02:00
griffi-gh ae4ed5d1f5 Oops, checkout already skips tag creation... 2023-05-19 03:51:32 +02:00
griffi-gh 3e34c19234 re-create tag manually to avoid force push 2023-05-19 03:45:50 +02:00
griffi-gh 8751ad99b7 remove commit field
should fix this:
```
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
```
2023-05-19 03:20:41 +02:00
griffi-gh 702cdf1ee6 should be working now 2023-05-19 03:16:56 +02:00
griffi-gh 6795f67481 switch to rickstaa/action-create-tag@v1 2023-05-19 03:00:31 +02:00
griffi-gh b832c9dbec hack: move tag before release 2023-05-19 02:44:15 +02:00
griffi-gh 7e08d2a4c1 fix release commit, prevent creating releases from prs 2023-05-19 02:34:14 +02:00
griffi-gh b038c65e74
Update README.md 2023-05-18 06:09:19 +03:00
griffi-gh 1856e10247 create zip files 2023-05-18 05:00:05 +02:00
griffi-gh 9a8ff135c7 add perms to build.yml 2023-05-18 04:48:02 +02:00
griffi-gh c9990eef6e nightly release workflow 2023-05-18 04:42:52 +02:00
griffi-gh 18d71d2edd move handshake into separate module 2023-05-18 04:34:33 +02:00