Commit Graph

881 Commits

Author SHA1 Message Date
28f6cb8f97
Readd jmalloc to vcpkg.json 2024-09-09 18:55:05 +03:00
ef307a5492
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound 2024-09-09 18:40:47 +03:00
Kae
8457c2e954
Merge pull request #110 from Lonaasan/main
[Small Addition] Added respawnInWorld Command
2024-09-09 20:52:06 +10:00
Kae
f59f6be5d3 oop 2024-09-09 20:35:08 +10:00
Kae
95b13f670d code clean-up 2024-09-09 20:32:23 +10:00
lonaasan
227585f1dc [bugfix] removed check in setRespawnWorld due to the nature of NULL 2024-09-09 11:35:40 +02:00
lonaasan
732fc2a9d7 [Revision] Applying the recommended changes from pull request #110 (return current value if no argument given, moving the methods to their correct location) 2024-09-09 11:27:14 +02:00
lonaasan
98a395721e [Small Addition] added respawnInWorld Command 2024-09-09 09:53:11 +02:00
Kae
06b865fb84
Merge pull request #109 from floydinator-git/main
add assets.exists
2024-09-07 14:35:17 +10:00
floyd
fc1b97c4bc
Update StarAssets.cpp 2024-09-07 00:03:07 -04:00
Kae
6133d5beb1
Merge pull request #108 from Lonaasan/main
[Small Addition] Added custom OpenSB help text categories and descriptions
2024-09-07 13:27:21 +10:00
lonaasan
57e9d13e6a Added custom OpenSB help text categories and descriptions 2024-09-06 23:29:02 +02:00
Kae
90db1e0fba add Player::currentState 2024-09-02 22:18:09 +10:00
Kae
efa57d3081 UniverseClient: log packet type when a packet throws an exception 2024-09-02 22:18:03 +10:00
Kae
ac7577b4df Rename Keypad enums
noticed keypad binds were named like this in SE (probably due to using the names given by SDL there) and it's nicer anyway. better do this sooner than later.
2024-09-02 22:17:26 +10:00
Kae
566b0f4d36
make barstound rarer 2024-08-28 13:04:08 +10:00
Kae
3c9c65fa38 fix sapling infinite loop 2024-08-25 20:29:22 +10:00
Kae
e3462c3c69 Update StarUniverseServer.cpp 2024-08-25 20:28:50 +10:00
Kae
f0a08aea22 win: console if launching with debugger 2024-08-25 20:28:42 +10:00
Kae
8332536399 fix compilation 2024-08-22 12:52:59 +10:00
Kae
4496cc17af
Merge pull request #101 from Bottinator22/main
Post-processing layer support for mods
2024-08-22 12:43:12 +10:00
Bottinator22
474fad6534
Update client.config.patch 2024-08-21 19:25:41 -07:00
Bottinator22
ab48b22b96
Add files via upload 2024-08-21 19:24:55 -07:00
Bottinator22
08dd7d72d7
Update StarClientApplication.hpp 2024-08-21 19:23:11 -07:00
Bottinator22
b0d3c88834
Update StarClientApplication.cpp 2024-08-21 19:22:25 -07:00
Bottinator22
8937f0d816
Update StarRenderer_opengl.hpp 2024-08-21 19:21:50 -07:00
Bottinator22
50c987b1c4
Update StarRenderer_opengl.cpp 2024-08-21 19:21:02 -07:00
Kae
483908abef
Merge pull request #100 from OpenStarbound/SilverSokolova-patch-1
Elaborate on dungeon air vs ground error message
2024-08-21 17:23:14 +10:00
Kae
25386deef4
Use formatting for that exception msg 2024-08-21 17:20:49 +10:00
SilverSokolova
d9ca18198e
Elaborate on dungeon air vs ground error message 2024-08-21 00:21:51 -05:00
Kae
b2f8ac594a Update StarPortraitWidget.cpp 2024-08-20 19:58:20 +10:00
Kae
76a00ac5c9 Update StarInventory.cpp 2024-08-18 14:15:07 +10:00
Kae
d7065e7611 Update StarThread_unix.cpp 2024-08-14 16:51:58 +10:00
Kae
295ed51126 Update StarThread_unix.cpp
my brain is kind of fried at the moment
2024-08-14 13:45:17 +10:00
Kae
86a1de4fbd Update StarThread_unix.cpp 2024-08-14 13:30:44 +10:00
Kae
10c4cff2ed Update StarThread_unix.cpp 2024-08-14 13:26:40 +10:00
Kae
cadd5b32ff Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound 2024-08-14 11:06:26 +10:00
Kae
1a5507f019 Update StarClientApplication.hpp 2024-08-14 11:06:23 +10:00
SilverSokolova
33e5476ab3
player.facialMask and player.facialHair stuff 2024-08-13 19:47:45 -05:00
Kae
8bef4abdbc Connection changes 2024-08-13 16:23:01 +10:00
SilverSokolova
b39072f071
Update openstarbound.md 2024-08-11 13:25:54 -05:00
Kae
4e236740f6 Update StarLogging.cpp 2024-08-08 13:06:42 +10:00
Kae
ffc1f95789 nicer error logging for BTree Repacker
recoverAll was really just sitting there
2024-08-08 12:09:47 +10:00
Kae
b2afd65144 Fix WorldStorage accessing null entityMap if a broken world throws an exception on load
happened to me when trying to repair a broken world file
2024-08-08 11:59:38 +10:00
Kae
dc37c9bdb8 Check if object matspace is a biome metamaterial when removing old matspaces
#95
2024-08-05 10:07:22 +10:00
Kae
cb547d0bc6 Improve Windows stack output 2024-08-04 21:22:50 +10:00
Kae
9b3bf5ae82
Merge pull request #94 from RohanBhattacharyya/main
Fix LeftStick movement StarClientApplication.cpp
2024-08-04 08:33:35 +10:00
Rohan
8f0c327ffa
Fix LeftStick movement StarClientApplication.cpp
It no longer has that drift. The drift is caused by the controller, and this simply turns up the threshold of where the game actually accepts the input as a movement.
2024-08-03 11:42:20 -07:00
Kae
6321a7d75d Update StarClientApplication.cpp 2024-08-03 18:54:49 +10:00
Kae
20de634a06 Improve Discord activity info
requested by Omeruin!
2024-08-03 18:51:19 +10:00