Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Add -DNO_OPENGL3, which seems to help with building for Windows | 3fc75eb3ce6186e4fe34a155b138ac6bfaea74e4 | MSE | 2024-07-03 17:32:43 |
Add sheen to water edge | ecb869a7849857e06f83b3e58a7abc118badcf95 | MSE | 2024-07-02 23:33:16 |
Copy globals from multiple convos on new game (enables 3D title screens) | b7af9cf230da946e04edf1e3e2ed6731b9bfcfbc | MSE | 2024-07-02 04:52:46 |
Work around world floor regression | 46115bf455166ca407a8e99babbb0b0ea6f6bf5b | MSE | 2024-06-22 06:38:58 |
Make static models destroyable | 82b787e2bc63b07d67cac610098580e7aafc054f | MSE | 2024-06-22 06:14:32 |
Make static avatars killable | 76f5731a518512057d7868e6c3f4d24825d74005 | MSE | 2024-06-22 03:26:48 |
Add support for weapon-dependent avatar prims | 4b59a1911ce1f13caddfe187db737914491ba6fe | MSE | 2024-06-20 06:00:45 |
Hide FPS in non-debug builds | 3994b75c7c8ccf67d8d9437582d2533fb4d13dc4 | MSE | 2024-06-19 04:45:32 |
De-hardcode data path for shaders | 648b298f390f039c44f4f23aa8fdd2e5d2650df6 | MSE | 2024-06-16 19:01:24 |
Hide reserve ammo count when there is none | 09c6e3131b04936949f1310e5fd15179b29c5c4f | MSE | 2024-06-12 23:02:55 |
Change rm -f to | 6f4ab08d92f2c99975c7bfa63b3777b4e087af4e | MSE | 2024-06-12 22:13:28 |
Cleanup | feb8a188b14d20819df87ae9ca4f67dec6be07ff | MSE | 2024-06-12 03:43:12 |
Allow setting mono font via init.json | ba70f7a9da5ba2fcfe77d09a8d489de19dfb0061 | MSE | 2024-06-12 03:37:19 |
Add support for particle damage/impact | ed57530ab69e9c32ac19c0c6a36cb6102791b7c6 | MSE | 2024-06-12 00:25:18 |
Add agent linear velocity to projectiles | 2e254d93065e60a6e76dab321aa64aaad72dede7 | MSE | 2024-06-11 16:34:15 |
Add weapon particle support | dc972a7f2cc0019d663b3284a1e49c3be313c74f | MSE | 2024-06-09 20:21:23 |
Initial commit | c4f36c095752bd4e7090caf48320d041fb2328bb | MSE | 2024-06-09 02:33:29 |
File | Lines added | Lines deleted |
---|---|---|
Makefile | 1 | 1 |
File Makefile changed (mode: 100644) (index 3630496..25dbc40) | |||
... | ... | SDL2_TAR=$(SDL2_DIR).tar.gz | |
12 | 12 | SDL2_WIN_TAR=SDL2-devel-$(SDL2_VER)-mingw.tar.gz | SDL2_WIN_TAR=SDL2-devel-$(SDL2_VER)-mingw.tar.gz |
13 | 13 | ||
14 | 14 | # Bullet | # Bullet |
15 | BULLET_OPTIONS=-DUSE_DOUBLE_PRECISION=ON -DBUILD_CPU_DEMOS=OFF -DBUILD_OPENGL3_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF -DBUILD_EXTRAS=OFF -DBUILD_UNIT_TESTS=OFF | ||
15 | BULLET_OPTIONS=-DUSE_DOUBLE_PRECISION=ON -DNO_OPENGL3=ON -DBUILD_CPU_DEMOS=OFF -DBUILD_OPENGL3_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF -DBUILD_EXTRAS=OFF -DBUILD_UNIT_TESTS=OFF | ||
16 | 16 | BULLET_VER=3.09 | BULLET_VER=3.09 |
17 | 17 | BULLET_DIR=bullet3-$(BULLET_VER) | BULLET_DIR=bullet3-$(BULLET_VER) |
18 | 18 | BULLET_TAR=$(BULLET_VER).tar.gz | BULLET_TAR=$(BULLET_VER).tar.gz |