DrSmugleaf
220bc49488
Update RELEASE-NOTES.md
2023-03-06 11:23:37 -08:00
Pieter-Jan Briers and GitHub
23fd4e1843
Refactor MSBuild spaghetti, new configurations. ( #3807 )
2023-03-06 11:12:08 -08:00
DrSmugleaf
fb3c783fc4
Version: 0.91.0.0
2023-03-06 10:00:56 -08:00
DrSmugleaf
c713b6e062
Update RELEASE-NOTES.md
2023-03-06 09:47:22 -08:00
Pieter-Jan Briers and GitHub
de00d2aca2
Integration test logging improvements ( #3814 )
2023-03-05 22:52:31 +01:00
metalgearsloth
674fc0d1c0
Version: 0.90.0.0
2023-03-05 12:19:32 +11:00
Pieter-Jan Briers
48874b2773
Version: 0.89.1.0
2023-02-24 20:51:29 +01:00
Pieter-Jan Briers
d6cbdd221c
WebView fixes and improvements.
...
Re-organize initialization so that User-Agent CVar actually works.
Add web.headless CVar to not load CEF even on graphical client.
Clean up init logic to not rely on static IoC, and clean up loggers used too.
2023-02-24 00:29:31 +01:00
metalgearsloth
06c64b3be8
Version: 0.89.0.0
2023-02-22 12:44:02 +11:00
Pieter-Jan Briers
69ccacbd50
Console command to dump NetSerializer type map.
2023-02-18 21:51:45 +01:00
ElectroJr
82c31e5710
Version: 0.88.1.0
2023-02-18 12:23:18 -05:00
ElectroJr
4c9f4a4a11
release notes + MinDraggableWidth tweaks
2023-02-18 12:22:12 -05:00
Pieter-Jan Briers
ed6b73c413
Fix C# interactive outside content-start.
2023-02-18 15:49:55 +01:00
Pieter-Jan Briers
7bf493f127
Rename benchmark migrations to fix CS8981.
2023-02-18 15:44:32 +01:00
Pieter-Jan Briers
a2822f78ab
Fix mapped string serializer max size check.
...
Check assumed string length == UTF-8 length... Sight...
2023-02-16 00:52:29 +01:00
Pieter-Jan Briers
82035524b9
Fix custom MIDI soundfonts on Windows.
...
Hasn't ever worked, as far as I can tell.
2023-02-16 00:16:49 +01:00
moonheart08
efe7bd9dfd
Version: 0.88.0.0
2023-02-15 17:06:08 -06:00
Moony and GitHub
f29f57aa7c
Merge pull request #3742 from juliangiebel/2023.1.28-rich-text
...
Rich Text refactor
2023-02-15 16:41:33 -06:00
juliangiebel
ef6a34e1a7
Update engine changelog
2023-02-15 21:29:35 +01:00
metalgearsloth
f569f8e334
Version: 0.87.1.1
2023-02-16 01:09:59 +11:00
ElectroJr
b95f37f93c
Version: 0.87.1.0
2023-02-14 23:50:31 -05:00
ElectroJr
c0472b8aff
release notes
2023-02-14 23:50:12 -05:00
Leon Friedrich and GitHub
4980d00a67
Fix commands not syncing on reconnect ( #3786 )
2023-02-15 15:44:24 +11:00
ElectroJr
d165a93fbe
Version: 0.87.0.0
2023-02-13 01:32:37 -05:00
ElectroJr
d06832c473
release notes
2023-02-13 01:32:18 -05:00
Leon Friedrich and GitHub
807bf3ff10
Add TryGetWidget() and replace GetOrNewWidget() functions. ( #3776 )
2023-02-13 17:28:39 +11:00
Leon Friedrich and GitHub
b587052396
Add IWritableDirProvider.OpenSubdirectory() ( #3775 )
2023-02-13 13:45:28 +11:00
ElectroJr
ce86891741
Version: 0.86.0.0
2023-02-12 12:02:15 -05:00
ElectroJr
e99fadf501
add missing release note
2023-02-12 12:01:58 -05:00
Leon Friedrich and GitHub
41990fd4a9
Add support for singleplayer commands ( #3694 )
2023-02-13 03:54:08 +11:00
Leon Friedrich and GitHub
10dea3f3a3
Modify light rendering cvars ( #3765 )
2023-02-13 03:51:45 +11:00
metalgearsloth and GitHub
72b5735349
Add a cvar for FOV color ( #3741 )
2023-02-12 08:56:45 +11:00
Pieter-Jan Briers and GitHub
0d8032e3df
Warn on startup if .yaml files detected. ( #3764 )
2023-02-12 08:12:27 +11:00
Pieter-Jan Briers
1aa9ced157
Removed OpenTK DllMap code.
...
Wasn't necessary anymore.
2023-02-10 22:57:28 +01:00
Pieter-Jan Briers
579e2bf3d7
SDL fix client starting in fullscreen
2023-02-10 16:19:30 +01:00
Pieter-Jan Briers
a0a0601b2a
Log SDL2 log category.
2023-02-10 16:02:50 +01:00
Pieter-Jan Briers
bf18ee5ef0
Log SDL2 video driver backend.
2023-02-10 15:51:31 +01:00
Pieter-Jan Briers
87c9f77b5a
Handle SDL_QUIT event.
2023-02-09 13:42:34 +01:00
Pieter-Jan Briers
2bb6c826c9
Replace ResourceManager content root RWLock with atomic array swap.
2023-02-08 14:18:18 +01:00
Pieter-Jan Briers
1f1f58a182
Revert .yaml file extension changes.
...
This reverts commit d8d2993d7f .
This reverts commit a7d79eed2d .
This reverts commit 58c79b2c7b .
See https://github.com/space-wizards/space-station-14/pull/13971
2023-02-07 22:27:37 +01:00
metalgearsloth
f143ee6358
Version: 0.85.2.0
2023-02-07 17:31:31 +11:00
Pieter-Jan Briers
a4a7e754af
GetKeyName improvements
...
Rewrote most of the related code, moved code out of windowing API backends.
SDL2 backend now handles key map change events correctly.
2023-02-06 23:11:53 +01:00
Pieter-Jan Briers
4c48a2b378
keyinfo command completions.
2023-02-06 23:11:53 +01:00
Pieter-Jan Briers
fa0d852286
Changelog entries for last couple commits.
2023-02-05 17:51:07 +01:00
ElectroJr
2440eb168b
Version: 0.85.1.1
2023-01-23 22:19:01 -05:00
ElectroJr
0ddcadbdbc
release notes
2023-01-23 22:18:45 -05:00
ElectroJr
f8ba9fe517
Version: 0.85.1.0
2023-01-23 19:08:35 -05:00
ElectroJr
9e40ec8869
release notes
2023-01-23 19:08:18 -05:00
metalgearsloth
e729f71aa9
Version: 0.85.0.1
2023-01-21 13:47:42 +11:00
metalgearsloth
e479b85dbb
Version: 0.85.0.0
2023-01-20 11:27:37 +11:00