mse / RSOD (public) (License: CC0 and other licenses) (since 2025-03-01) (hash sha1)
Free software FPS engine
List of commits:
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
Commit 3fc75eb3ce6186e4fe34a155b138ac6bfaea74e4 - Add -DNO_OPENGL3, which seems to help with building for Windows
Author: MSE
Author date (UTC): 2024-07-03 17:32
Committer name: MSE
Committer date (UTC): 2024-07-03 17:32
Parent(s): ecb869a7849857e06f83b3e58a7abc118badcf95
Signer:
Signing key:
Signing status: N
Tree: dc06c2a144a2ac5da183cd36c4af25e399852cd0
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
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mse/RSOD

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mse/RSOD

Clone this repository using git:
git clone git://git.rocketgit.com/user/mse/RSOD

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main