Commit graph

416 commits

Author SHA1 Message Date
griffi-gh ea7fc85c6d This is deprecated but required to make cargo-apk work! 2023-06-04 15:30:47 +02:00
griffi-gh 3c9da07bc0 change orientation 2023-06-04 15:29:53 +02:00
griffi-gh 7b214b8ebb update info around nightly in readme 2023-06-04 15:19:33 +02:00
griffi-gh 601e55fb9f 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 c919aeb81b Merge branch 'master' of https://github.com/griffi-gh/kubi 2023-05-28 23:46:20 +02:00
griffi-gh db2bb1b53e use mold as linker on linux 2023-05-28 23:46:14 +02:00
griffi-gh 1c2f21d028 oops, avx2 is not as widely available as i thought 2023-05-27 18:54:00 +02:00
griffi-gh 184fca2726 add note to readme about android 2023-05-21 12:41:09 +02:00
griffi-gh 864ae29b3b remove not used yet comment 2023-05-21 12:33:09 +02:00
griffi-gh fe29489f7a use ProgramCreationInput 2023-05-21 12:32:06 +02:00
griffi-gh e42475570b remove geom shader macro 2023-05-21 12:29:01 +02:00
griffi-gh 3f77dfc099 fix warnings; remove unused imports 2023-05-21 12:24:45 +02:00
griffi-gh c8ff48d34b statically link crt 2023-05-21 12:13:18 +02:00
griffi-gh c48afa107f use libcubi as lib name 2023-05-21 12:08:29 +02:00
griffi-gh b3a85a85aa Merge branch 'master' of https://github.com/griffi-gh/kubi 2023-05-21 12:03:46 +02:00
griffi-gh 986c80111f add ndk to deps, disable srgb by default 2023-05-21 12:03:41 +02:00
griffi-gh 2c4009f35c Add android build instructions 2023-05-21 06:53:47 +02:00
griffi-gh 3159273495 check at runtime 2023-05-21 04:54:02 +02:00
griffi-gh f33d1589b3 skip cursor lock on android 2023-05-21 04:24:54 +02:00
griffi-gh ec7cddec8d allow gilrs to fail (required for android support) 2023-05-21 04:23:10 +02:00
griffi-gh 0c0619a54b cross-platform assets 2023-05-21 04:17:28 +02:00
griffi-gh 09920a2e55 initial android support (fails on textures) 2023-05-21 03:14:04 +02:00
griffi-gh 51919ed327 fix warnings 2023-05-21 02:16:34 +02:00
griffi-gh edd43d3684 use specific log version 2023-05-21 02:16:12 +02:00
griffi-gh 2745a8c823 add some android metadata 2023-05-20 16:43:00 +02:00
griffi-gh aeaa3d175f Fixed timestamps! (use them to fix networking) 2023-05-20 15:59:52 +02:00
griffi-gh 76ec9fba32 oops 2023-05-20 15:17:33 +02:00
griffi-gh 7fbee66880 minor changes to netwrok code 2023-05-20 15:17:16 +02:00
griffi-gh 991601dfaf reasonable total connections value 2023-05-20 14:59:48 +02:00
griffi-gh 8e2bc5d35d add centered cube 2023-05-20 02:48:17 +02:00
griffi-gh 78689bbe1c player position sync, refactor some stuff 2023-05-20 02:32:32 +02:00
griffi-gh af356565a3 disable texture filtering experiment 2023-05-19 13:44:33 +02:00
griffi-gh b18756bb7e wip 2023-05-19 13:22:32 +02:00
griffi-gh 8d7b51707f add todo comments 2023-05-19 07:04:24 +02:00
griffi-gh 163298fe38 Big refactor + Early wip position sync /connect events in multiplayer 2023-05-19 07:02:20 +02:00
griffi-gh c0ce1c71d9 Move ClientIdMap to shared, switch to with_capacity_and_hasher where possible 2023-05-19 04:35:16 +02:00
griffi-gh cb18be7e2a test commit 2023-05-19 04:00:37 +02:00
griffi-gh 0edcc475ea Oops, checkout already skips tag creation... 2023-05-19 03:51:32 +02:00
griffi-gh 7b438de4f1 re-create tag manually to avoid force push 2023-05-19 03:45:50 +02:00
griffi-gh bbbd57516d 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 5dc6687461 should be working now 2023-05-19 03:16:56 +02:00
griffi-gh 6f2f37308e switch to rickstaa/action-create-tag@v1 2023-05-19 03:00:31 +02:00
griffi-gh 3936fbd40e hack: move tag before release 2023-05-19 02:44:15 +02:00
griffi-gh bc373dc05b fix release commit, prevent creating releases from prs 2023-05-19 02:34:14 +02:00
griffi-gh 0129f87825 Update README.md 2023-05-18 06:09:19 +03:00
griffi-gh 8c45e6c45c create zip files 2023-05-18 05:00:05 +02:00
griffi-gh 60ae7177b8 add perms to build.yml 2023-05-18 04:48:02 +02:00
griffi-gh 928fd2956c nightly release workflow 2023-05-18 04:42:52 +02:00
griffi-gh 13c6fce6e5 move handshake into separate module 2023-05-18 04:34:33 +02:00
griffi-gh 22f38298a0 always request latest gl, set min physical size to 640x480 2023-05-18 04:26:05 +02:00