Commit Graph

  • 02e13d0182 Merge pull request #237 from Moneyl/fix-release-package-build-script Pieter-Jan Briers 2019-05-25 00:10:54 +02:00
  • fe483897a6 Fixes the release package build script moneyl 2019-05-24 17:45:41 -04:00
  • 54449038ef Merge pull request #220 from Moneyl/no-tscn Pieter-Jan Briers 2019-05-24 23:23:58 +02:00
  • b9f7c65c05 Use SetAnchorPreset instead of manually setting each anchor moneyl 2019-05-24 16:25:07 -04:00
  • 338a8e463e Move GUI size init into constructor moneyl 2019-05-24 16:24:32 -04:00
  • 9c9a9db9a0 Update submodule Pieter-Jan Briers 2019-05-24 22:00:16 +02:00
  • 51c323963c Merge pull request #236 from Moneyl/add-missing-bbox-aabb Pieter-Jan Briers 2019-05-24 21:57:54 +02:00
  • 7e703760c8 Merge pull request #233 from Acruid/19-05-16_ExamineImprovements Pieter-Jan Briers 2019-05-24 21:56:40 +02:00
  • 48b6a8c725 Merge pull request #232 from Acruid/19-05-22_PlatformErrorSpam Pieter-Jan Briers 2019-05-24 21:51:32 +02:00
  • 96daace170 Merge pull request #231 from Acruid/19-05-15_VerbVis Pieter-Jan Briers 2019-05-24 21:51:06 +02:00
  • 196ec030f5 Add aabb values and Collidable component to power objects moneyl 2019-05-23 15:46:43 -04:00
  • 377bd1890e Update submodule. moneyl 2019-05-23 15:43:16 -04:00
  • e40f9b20e3 Added a range check for examining entities. Now you can't examine things across the map. Made the examine window a little transparent so that you can see things behind it. This prevents the examine popup from occluding gameplay. Moved the ExamineEntity bind from Human to Common context so that it will always be available to clients. Ghosts can now examine things. Acruid 2019-05-16 14:41:43 -07:00
  • ce163bdd80 Removes error spam about missing Platform. Content.IntegrationTests now defaults to x64 platform. Acruid 2019-05-22 12:19:42 -07:00
  • d52e5ccbfb Verbs can now set themselves as invisible. Acruid 2019-05-15 12:49:29 -07:00
  • f489bee686 Merge branch 'master' into no-tscn moneyl 2019-05-19 02:14:24 -04:00
  • 8c6f6f3fb0 Merge pull request #227 from Moneyl/construction-null-step-crash-fix Pieter-Jan Briers 2019-05-18 23:24:55 +02:00
  • 877dcc996c Merge pull request #226 from Moneyl/empty-hand-crash-fix Pieter-Jan Briers 2019-05-18 23:23:56 +02:00
  • 7e30ffe007 Fixes server crash due to null construction step moneyl 2019-05-18 17:10:19 -04:00
  • 916b1521a0 Fixes server crash when clicking empty hand with full hand moneyl 2019-05-18 13:26:58 -04:00
  • bc3942127b Fixed construction menu default size being huge moneyl 2019-05-17 10:36:29 -04:00
  • 4bb02d64fb Remove storage menu dependence on tscn file moneyl 2019-05-17 00:07:24 -04:00
  • e40b775f7c Added properties for several ui controls to ApcWindow moneyl 2019-05-16 13:22:55 -04:00
  • ddcdeca4ea Removed construction menu dependence on tscn file moneyl 2019-05-15 17:37:44 -04:00
  • d81254e389 Interaction rework. (#225) Pieter-Jan Briers 2019-05-16 16:47:45 +02:00
  • b64643ecd6 Adds tutorial, remap some buttons to be more in line with SS13. Pieter-Jan Briers 2019-05-16 16:25:06 +02:00
  • c197278c6f Interaction rework. Pieter-Jan Briers 2019-05-16 15:51:26 +02:00
  • 1a5c4ad83c Give badmins access to round commands. Pieter-Jan Briers 2019-05-16 14:41:26 +02:00
  • 818ee83440 Remove IDisplayManager dependency from SS14Window, content changes. Pieter-Jan Briers 2019-05-16 14:28:34 +02:00
  • 91de6f80b1 Fix player list being blank when re-joining lobby. Pieter-Jan Briers 2019-05-16 14:18:33 +02:00
  • 792b219b04 Prevent server crashing without gamepreset override. Pieter-Jan Briers 2019-05-16 14:09:11 +02:00
  • 2b0ca2dd8b Moved APC controls creation into the ApcWindow constructor moneyl 2019-05-15 12:31:54 -04:00
  • a903ffb105 Allow admins to change round preset. Pieter-Jan Briers 2019-05-15 15:49:02 +02:00
  • bec187d997 Slight chatbox changes to fit existing code style and naming moneyl 2019-05-14 23:52:00 -04:00
  • 2917a87ce7 Removed APC gui dependence on tscn file moneyl 2019-05-14 23:23:00 -04:00
  • 3fa2e0c976 Removed chatbox dependence on tscn file moneyl 2019-05-14 17:40:55 -04:00
  • 51eae9d30c Merge pull request #3 from space-wizards/master moneyl 2019-05-14 16:52:00 -04:00
  • e68a5c8402 Move Escape Menu to Content. Pieter-Jan Briers 2019-05-14 15:19:41 +02:00
  • 304b4d8542 Update submodule Pieter-Jan Briers 2019-05-14 12:56:09 +02:00
  • cbca48ebbb Add online player list to lobby UI. Pieter-Jan Briers 2019-05-14 12:54:47 +02:00
  • a78a07d0c4 UI styling improvements. Pieter-Jan Briers 2019-05-14 09:57:51 +02:00
  • ad3b3c9f4f Add explicit placeholders to the lobby. Pieter-Jan Briers 2019-05-14 08:38:49 +02:00
  • 96fbde3413 Adds a UI element to act as placeholder. Pieter-Jan Briers 2019-05-14 01:19:25 +02:00
  • 88c29abe5e Transition lobby from tscn to C#, localization support for lobby. Pieter-Jan Briers 2019-05-14 00:23:58 +02:00
  • 331cfaa1c5 Update submodule. Pieter-Jan Briers 2019-05-14 00:23:02 +02:00
  • 9a1f37d476 Update submodule, switch to .NET Framework 4.7.2 Pieter-Jan Briers 2019-05-11 16:10:09 +02:00
  • 57bcb2a16d Make content UI scaling aware. Pieter-Jan Briers 2019-05-11 16:05:41 +02:00
  • fa8fbc49f5 Update submodule. Pieter-Jan Briers 2019-05-11 16:05:28 +02:00
  • c0edf2aeed Clean up NanoStyle: Pieter-Jan Briers 2019-05-08 23:19:17 +02:00
  • e0e5f6355c Merge pull request #2 from space-wizards/master moneyl 2019-05-08 16:18:02 -04:00
  • eacfa34c99 Fix parallax generation. Pieter-Jan Briers 2019-05-08 22:01:14 +02:00
  • 296288e99d Merge pull request #1 from space-wizards/master moneyl 2019-05-08 10:54:50 -04:00
  • 0ccefebc52 Entering text into lobby chat box does not release focus. Pieter-Jan Briers 2019-05-08 16:49:59 +02:00
  • 29304a7714 Handle existing players on restartround correctly. Pieter-Jan Briers 2019-05-08 16:42:36 +02:00
  • d15998ed16 Make sure SpeciesUI defaults to having a correct icon. Pieter-Jan Briers 2019-05-08 15:32:30 +02:00
  • 90620db5f8 Adds shoddy death match system. Pieter-Jan Briers 2019-05-08 09:55:36 +02:00
  • a014b40972 Update submodule Pieter-Jan Briers 2019-05-08 09:55:00 +02:00
  • 41b5c4dba2 Hide spam from storage component. Pieter-Jan Briers 2019-05-06 19:31:04 +02:00
  • 1fa63179d1 Fix character UI being broken. Pieter-Jan Briers 2019-05-05 23:14:40 +02:00
  • e35d5390db Storage system refactor & map init. Pieter-Jan Briers 2019-05-05 18:52:06 +02:00
  • 030f1f2a57 Commit new map file. Pieter-Jan Briers 2019-05-05 15:45:16 +02:00
  • 61eb340945 Update submodule Pieter-Jan Briers 2019-05-05 15:45:05 +02:00
  • b7d30f0870 Remove manual container ejection checking code. Pieter-Jan Briers 2019-05-05 13:09:21 +02:00
  • 23d8b92f94 Implement updates to containers for ContainerSlot. Pieter-Jan Briers 2019-05-05 13:08:56 +02:00
  • 5a5e201c7c Update submodule. Pieter-Jan Briers 2019-05-05 13:08:38 +02:00
  • 1d3f61de3c Update submodule, remove Godot references. Pieter-Jan Briers 2019-05-05 02:03:40 +02:00
  • c8cdde5d40 Remove Godot support. (#215) Pieter-Jan Briers 2019-05-05 02:01:19 +02:00
  • deaae06787 Remove Godot support. Pieter-Jan Briers 2019-05-05 01:54:28 +02:00
  • ff0f309f31 Merge branch 'master' of github.com:space-wizards/space-station-14 Pieter-Jan Briers 2019-05-04 23:29:21 +02:00
  • 89b77bbed8 Content-side integration tests. (#214) Pieter-Jan Briers 2019-05-04 23:29:11 +02:00
  • ec1a4c6601 Use Unicode ³ for lathes. Pieter-Jan Briers 2019-05-04 22:35:49 +02:00
  • 71e2e2c768 Update submodule Pieter-Jan Briers 2019-05-04 22:19:36 +02:00
  • dc2d3f94cb Fix constructionmenu layout. Pieter-Jan Briers 2019-05-04 19:18:24 +02:00
  • ea38075feb Update submodule Pieter-Jan Briers 2019-05-04 17:51:49 +02:00
  • e00d4f7b26 Fix macOS app bundles failing to start. Pieter-Jan Briers 2019-05-03 14:05:21 +02:00
  • cb7e5d4214 Content-side integration tests. Pieter-Jan Briers 2019-05-03 13:34:49 +02:00
  • 186138e9b5 Merge pull request #213 from Pireax/master Pieter-Jan Briers 2019-05-03 13:32:29 +02:00
  • 50780f5cf0 Fix locker colliding with items Pireax 2019-04-30 18:23:24 +02:00
  • f249c19eaf Fix a couple warnings. Pieter-Jan Briers 2019-04-29 13:12:50 +02:00
  • 77d92675e2 Fix player attachment events. Pieter-Jan Briers 2019-04-29 12:53:09 +02:00
  • 02e35502a1 Changed some function names on IMapGrid. (#212) Pieter-Jan Briers 2019-04-29 12:52:47 +02:00
  • dc3369d198 Update submodule Pieter-Jan Briers 2019-04-29 12:51:24 +02:00
  • 25b50ebb27 Changed some function names on IMapGrid. UnitTesting project is now filtered out of the code coverage. Acruid 2019-04-28 22:08:27 -07:00
  • 6e5680b3c2 Engineering lockers. (#210) Pieter-Jan Briers 2019-04-26 23:44:26 +02:00
  • fe0414eda7 Lathes (#207) Víctor Aguilera Puerto 2019-04-26 15:51:05 +02:00
  • 092539ae59 Update submodule Pieter-Jan Briers 2019-04-26 15:50:07 +02:00
  • b16768fd0b Moved dropping items over PlaceableSurfaces from AfterAttack to AttackBy (#209) DamianX 2019-04-25 22:22:51 +01:00
  • 8655dcaaf6 Fix typo in welder description. Pieter-Jan Briers 2019-04-22 16:55:27 +02:00
  • 66621de270 Fix being unable to focus chat with hotkey. Pieter-Jan Briers 2019-04-22 16:52:08 +02:00
  • a75ec704e6 Fix being unable to fire guns. Pieter-Jan Briers 2019-04-22 16:51:58 +02:00
  • 5f00394f4f Fix macOS launcher script Pieter-Jan Briers 2019-04-22 00:33:32 +02:00
  • d3daa83b82 Map System Code Refactor (#204) Acruid 2019-04-20 16:20:18 -07:00
  • 50f42d71a2 Interaction System Messages (#202) Acruid 2019-04-20 16:18:16 -07:00
  • 88d099a571 Update submodule Pieter-Jan Briers 2019-04-21 01:17:38 +02:00
  • 3e1f7d6d92 Fix compiler warnings. Pieter-Jan Briers 2019-04-19 23:44:28 +02:00
  • 4c08c31149 Update submodule. Pieter-Jan Briers 2019-04-19 23:44:18 +02:00
  • 29caf4cf53 Fix the thing (#203) Víctor Aguilera Puerto 2019-04-19 12:30:31 +02:00
  • 0598578ed9 Fix Jenkins. Pieter-Jan Briers 2019-04-17 23:34:57 +02:00
  • 747cb15888 OOC <-> Discord link. (#201) Pieter-Jan Briers 2019-04-17 23:31:43 +02:00
  • 903961771b Actual lockers (#195) PrPleGoo 2019-04-17 23:26:00 +02:00