TemporalOroboros
3ac4cf85db
Cleaner BoundUserInterfaces ( #17736 )
2023-07-09 02:02:17 +10:00
metalgearsloth
68480af109
Update content vectors to numerics ( #17759 )
2023-07-08 14:08:32 +10:00
TemporalOroboros
bc3f42d822
ECS Arcade Machines ( #16791 )
2023-06-15 21:25:25 +10:00
Leon Friedrich
921e2ee57d
BUI changes required for Engine PR ( #10608 )
2022-08-21 03:38:30 +10:00
metalgearsloth
45bd1edd5b
Revert "Update submodule to 0.34.0.0 ( #10356 )" ( #10359 )
2022-08-06 16:48:21 +10:00
Leon Friedrich
e06ea56eb2
Content BUI changes for engine PR ( #10308 )
2022-08-06 14:59:02 +10:00
mirrorcult
ec4d4688c7
Seal/abstract/virtual everything ( #6739 )
2022-02-16 18:23:23 +11:00
wrexbe
cea1b21832
Fixing some warnings ( #6250 )
...
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com >
2022-01-21 10:38:35 +01:00
wrexbe
5ceb2372bf
Clean up some warnings ( #6088 )
...
* Clean up some warnings
* Remove nullable enable
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
2022-01-09 22:10:36 -06:00
Tomeno
44e904fe5f
Block Game Ghosts ( #5321 )
...
Co-authored-by: T <tomeno@lulzsec.co.uk >
2021-11-13 21:43:54 +01:00
Visne
bf493c39b7
Replace most VBox/HBoxContainers with BoxContainers ( #4274 )
2021-07-18 18:39:31 +02:00
Galactic Chimp
392b820796
Removed old Loc.GetString() use instances ( #4155 )
...
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com >
2021-06-21 02:13:54 +02:00
DrSmugleaf
ff1a2d97ea
Re-organize all projects ( #4166 )
2021-06-09 22:19:39 +02:00
Visne
d97dd4400d
Implement fluent for some Menu files ( #3893 )
2021-05-21 15:39:33 +02:00
mirrorcult
e4169ecf0d
Fix minsizes for all windows that needed it ( #3648 )
...
* fix minsizes
* fix scanner height, minsize->setsize for some
2021-03-15 09:38:08 +01:00
DrSmugleaf
902aa128c2
Enable nullability in Content.Client ( #3257 )
...
* Enable nullability in Content.Client
* Remove #nullable enable
* Merge fixes
* Remove Debug.Assert
* Merge fixes
* Fix build
* Fix build
2021-03-10 14:48:29 +01:00
AJCM-git
4cb59a0c5e
Updates blockgame localization ( #3430 )
2021-02-27 10:25:55 +01:00
Remie Richards
85916b87b4
Fluent Localisation Fixes ( #3344 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2021-02-22 01:07:46 +01:00
Pieter-Jan Briers
b898443f28
WPF layout ( #3346 )
2021-02-21 12:38:56 +01:00
Acruid
ca4fd649fe
Massive Namespace Cleanup ( #3120 )
...
* Engine namespace changes.
* Automated remove redundant using statements.
* Simplified Graphics namespace.
* Apparently the container system stores full type names in the map file.😞 This updates those names.
* API Changes to LocalizationManager.LoadCulture.
* Update submodule to v0.3.2
2021-02-11 01:13:03 -08:00
chairbender
803eda40c3
Fix "stuck" drag/drop controls using ControlFocusExited ( #2828 )
...
* #1449 use new ControlFocusExited override for drag/drop controls to avoid getting
"stuck" dragging when the control lost focus mid drag, also use the renamed
KeyboardFocusEntered/Exited methods.
* Update Content.Client/UserInterface/ActionMenuItem.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
* Update ActionMenuItem.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2021-01-13 23:20:23 +01:00
metalgearsloth
9788cf8ead
Fix some string crimes ( #2638 )
...
* Fix some string crimes
* fuk
* stringbuilder score
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com >
2020-12-08 11:58:55 +01:00
Morshu32
6b413033d1
Execute BlockGame game actions only if _running is true, added localization functions and italian strings to the blockgame UI ( #2601 )
...
* BlockGamePlayerAction are only executed if _running is true, added italian localization file for blockgame UI
* Added localization functions and files for BlockGame arcade. Removed unused public variable added in the previous commit.
* Added new line to end of file blockgame.yml
* Update Content.Client/Arcade/BlockGameMenu.cs
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
* Moved EndLeft,EndRight and SoftdropEnd actions out of the condition as per suggestion by Paul.
* Added Loc.GetString() to "Nanotrasen" and "Nanotrasen Block Game" to enable transliteration of the name in other alphabets as per suggestion of Remie.
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com >
2020-11-27 21:36:04 +11:00
DrSmugleaf
5c0cf1b1a0
Use 'new' expression in places where the type is evident for content ( #2590 )
...
* Content.Client
* Content.Benchmarks
* Content.IntegrationTests
* Content.Server
* Content.Server.Database
* Content.Shared
* Content.Tests
* Merge fixes
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2020-11-27 21:00:49 +11:00
DrSmugleaf
749cd11d33
Add readonly where it is missing and fix those field names according to their modifiers ( #2589 )
2020-11-22 00:02:00 +11:00
Paul Ritter
d8f5bffaa0
Arcade polish ( #2333 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com >
2020-10-30 11:25:26 +01:00
Pieter-Jan Briers
0475142969
You can move the block game window now.
2020-10-10 01:07:59 +02:00
Paul Ritter
84ce845ea3
Nanotrasen Block Game is here ( #2131 )
...
* tetris!
* softdropping & left,right key holding
* started work on the ui
* playable state
* there you go exp
* multiuser rework
* ui update refactor
* blockgame™️
* highscores, keybindings, ui refactor
* speed adjusts
leveling
* highscorebackground tweak
speed tweak
* NULLABLE
* yes
2020-09-26 15:25:22 +02:00
Paul Ritter
2a1b90a0eb
Arcade fun - Ports over /vg/s SpaceVillain arcade game ( #2125 )
...
* arcade fun
* stuff
* removed unused using statements
added sound feedback
win check fix
reworked ui a bit
* description rework
* windowopen bug fixed
* adds rewards, cool!
* for unusualcrow
* fixes
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2020-09-23 14:30:31 +02:00