Commit graph

156 commits

Author SHA1 Message Date
griffi-gh b760a0f5b8 Revert "mess around with srgb (wip)"
This reverts commit 4f37e7bfc6.
2023-07-09 01:40:40 +02:00
griffi-gh 4f37e7bfc6 mess around with srgb (wip) 2023-06-04 19:38:46 +02:00
griffi-gh bbea1659e1 Add touch controls, switch to tinymap for keyboard input 2023-06-04 18:39:55 +02:00
griffi-gh 48497c6e17 update android metadata 2023-06-04 15:44:27 +02:00
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 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 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 c48afa107f use libcubi as lib name 2023-05-21 12:08:29 +02:00
griffi-gh 986c80111f add ndk to deps, disable srgb by default 2023-05-21 12:03:41 +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 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 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 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 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
griffi-gh f6e2f961c6 player movement, player connect events 2023-05-18 03:58:40 +02:00
griffi-gh 95ed5f67b4 fix generate_visualizer_data 2023-05-17 13:11:26 +02:00
griffi-gh 11554c6b4b update workflow 2023-05-17 12:30:14 +02:00
griffi-gh 97260cb327 fix builds with nightly, update readme 2023-05-16 13:42:55 +02:00
griffi-gh 7ec922e480 enable more nightly stuff if nightly flag is active 2023-05-16 12:47:07 +02:00
griffi-gh 3e828855e6 Use git glium 2023-05-16 12:27:57 +02:00
griffi-gh 33a5b8c6ef add vsync option 2023-05-16 12:20:09 +02:00
griffi-gh c142b2fd47 add fullscreen mode, release shader compiler after loading shader prefabs 2023-05-16 12:08:56 +02:00
griffi-gh 41a97cbcef add pre_startup stage, use msaa settings in window init 2023-05-16 11:30:24 +02:00
griffi-gh 46a5da3b26 update deps, add options for some graphics-related settings, fix some warnings 2023-05-16 11:21:01 +02:00
griffi-gh 7251dacedc handle disconnect 2023-03-14 01:36:34 +01:00
griffi-gh 5d8f253c3c enable keepalive 2023-03-13 02:34:09 +01:00
griffi-gh db1a48f876 update 2023-03-13 02:24:37 +01:00
griffi-gh 4361eff76f separate networking, fix warnings 2023-03-13 01:56:33 +01:00
griffi-gh 6375b397e9 send block updates across network 2023-03-12 17:58:24 +01:00
griffi-gh 30b636c88e remove irrelevant comment 2023-03-12 16:38:01 +01:00
griffi-gh aee4e5a2bf "fast decompress" turned out to be slower lol (stashed) 2023-03-11 17:19:03 +01:00
griffi-gh 4d0f8038be fix client 2023-03-09 18:00:32 +01:00