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)
Remove browser launch from package-steam edb75b8fd4499e49f4a7893b0acf23bde9c8e5f9 MSE 2024-07-31 23:42:42
Work around a minimap regression acc3a99e8b96af34179824bcef7a11b0d539a499 MSE 2024-07-18 23:44:57
Check noautosave flag 185b4817614429cd43e8cdc1237fa5c9e635eff9 MSE 2024-07-12 01:04:06
Make MSAA a setting (default 0) e236f9370b87befa80f03118bd269ced22953868 MSE 2024-07-12 00:44:19
Use maxTurn for AI rotation speed b43198bfbc9a9cfe88caf6dabb40aaf55fa5e7b6 MSE 2024-07-05 17:34:02
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
Commit edb75b8fd4499e49f4a7893b0acf23bde9c8e5f9 - Remove browser launch from package-steam
Author: MSE
Author date (UTC): 2024-07-31 23:42
Committer name: MSE
Committer date (UTC): 2024-07-31 23:42
Parent(s): acc3a99e8b96af34179824bcef7a11b0d539a499
Signer:
Signing key:
Signing status: N
Tree: f4f7d55ce89d5a0675096b078a2cf6bf99ffd67d
File Lines added Lines deleted
package-steam 0 2
File package-steam changed (mode: 100755) (index 4d559fd..e3ce6d4)
... ... steamcmd +login $username +run_app_build $(pwd)/package-steam-build.vdf +run_app
9 9
10 10 if [ $? = 0 ]; then if [ $? = 0 ]; then
11 11 echo Upload successful. Please set the default branch live for ALL APPS through the Steamworks App Admin panel. CHECK DEMO STATUS echo Upload successful. Please set the default branch live for ALL APPS through the Steamworks App Admin panel. CHECK DEMO STATUS
12 xdg-open "https://partner.steamgames.com/apps/builds/1827200"
13 xdg-open "https://partner.steamgames.com/apps/builds/1942620"
14 12 else else
15 13 echo Failed to upload to Steam: $? echo Failed to upload to Steam: $?
16 14 fi fi
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