Commit Graph

179 Commits

Author SHA1 Message Date
AffectedArc07 7ea6f190c5 Changelog Overhaul (#13051)
* Changelog Overhaul

* SQL Update

* This is why I hate merge conflicts

* Comment Correction

* Farie Fixes + Tested with blank DB

* Colours + Titles

* Colour tweaks

* I fell victim to my own CI Chains!

* Cleans up the remains of the old changelogs

* Fixes formatting

* Kyet Changes

* Date
2020-05-18 01:34:28 -06:00
AffectedArc07 210f8badf4 Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors

* 3532 compile fixes later, got runtimes on startup

* Well the server loads now atleast

* Take 2

* Oops
2020-03-20 21:56:37 -06:00
Kyep 57d79c6eef cleanup 2020-01-06 15:32:55 -08:00
Kyep ad44e867be forum button linking 2020-01-04 16:05:42 -08:00
Kyep db82363bfb Adds forum-based link config setting 2019-11-13 20:41:28 -08:00
Kyep 93b4cb9efe Option to activate forum account when clicking 'forum' button 2019-10-19 23:56:29 -07:00
Coul 991966aa3c fix hotkey help button 2019-09-13 01:52:48 -04:00
Couls e8352f576b QoL adjustments
F2 F3 F4 buttons have been restored
when numpad targetting is off you can use numpad 1-4 to change intents
pressing shift before any of the intent buttons doesn't change intents(for people with shift+1-4 macros)
backspace now sets the focus to the chat bar
2019-07-12 18:09:37 -04:00
Couls e16b495170 More testmerge fixes and improvements
Shift middle click locks your direction again
Spacepods now move again(literally one letter fixed this)
Holster hotkey is back!(H to holster and unholster)
Hotkey Toggle button has been removed from the bottom bar and verbs
2019-07-09 07:59:12 -04:00
Couls 5f492e8488 Update interface.dm 2019-04-26 05:48:13 -04:00
Couls 5b8c344491 Fix resting 2019-04-26 01:24:30 -04:00
Couls 896340e1fd Use our quick equip instead of TGs implementation(for my sake) also a bunch of misc stuff 2019-04-24 02:04:43 -04:00
Couls 317e0acccb SQL entry for hotkey mode 2019-04-23 03:06:46 -04:00
Couls 7eb7d723f9 Implement keybinding system and remove old hotkey modes 2019-04-23 01:31:03 -04:00
Mark van Alphen 74b44e324f Fix AZERTY hotkey not switching between hotkey mode and regular mode properly 2019-04-20 18:57:46 +02:00
Mark van Alphen 91e6cb9347 Fix hotkey mode button 2019-04-07 18:42:08 +02:00
Mark van Alphen aa58a88296 Switch to client-side hotkey toggling 2019-04-05 22:45:05 +02:00
AffectedArc07 d7b11a51ff Fixes changelog button 2019-02-10 18:24:04 +00:00
AffectedArc07 2d4dfb55b7 Darkmode fixes 2019-01-30 17:34:12 +00:00
AffectedArc07 29b1fa7bf9 Commit 1 (For debug) 2018-12-30 09:39:51 +00:00
uraniummeltdown c506f48704 adds me button to chatbar 2018-12-13 08:58:00 +04:00
Purpose 0ee31d50b9 more tweaks 2018-10-07 21:14:25 +01:00
Purpose bc983cc444 white donation text 2018-10-07 17:33:00 +01:00
Crazy Lemon fb5247b045 Merge pull request #9413 from Ty-Omaha/button
Adds a Discord button & stylizes the Karma Shop and Donate buttons
2018-09-29 17:48:48 -07:00
Fox McCloud d61aa67f95 Fixes 128x128 Scaling 2018-09-26 16:23:16 -04:00
Crazy Lemon fc243fcf47 Merge pull request #9406 from Fox-McCloud/4K
Adds support for Perfect Scaling on 4K Monitors
2018-09-25 01:39:58 -07:00
Unknown 2a07f50f55 icon scaling settings 2018-08-29 17:44:44 +02:00
Ty-Omaha 1a1882287d button stuff 2018-08-24 14:46:01 -04:00
Fox McCloud 5a85a6b581 Adds support for Perfect Scaling on 4K Monitors 2018-08-23 16:33:47 -04:00
Isaac c28311790c individualize the window title from other servers 2018-05-04 07:48:20 -05:00
naisudev 621aeefbae on your browser -> in your browser (wiki) 2017-10-30 22:19:36 +02:00
naisudev e83b34b971 code readability, 5 px dist, 30 px dist(info,wiki) 2017-10-29 13:16:34 +02:00
naisudev 8e7807d785 Rephrasing, standardization 2017-10-29 01:16:59 +03:00
naisudev 96331a0c99 Source Code -> source code 2017-10-29 00:49:02 +03:00
naisudev 8eb925005e adds the GitHub button 2017-10-28 22:58:21 +03:00
naisudev 729976ea90 adds the github verb 2017-10-28 22:57:50 +03:00
Tigercat2000 bbca8405ef -tg- Move Refactor
This commit ports /tg/'s move refactor.

The throwing system has been replaced entirely, removing the necessity
of throw_at_fast and resolving multiple outstanding issues, such as
crossbows being unusable.

Spacedrifting has also been upgraded to function with the new throwing
system. It is now it's own process.

Tickcomp has been killed, and the config values have been adjusted to
more or less match live Paradise.

All mobs now share a common Bump() proc. There are only four mobtypes
which do not, including humans and simple animals. With the exception
of mob types that do not ever want to Bump() or be Bumped(), they should
call the parent proc.

Human movement slowdown has been moderately tweaked in how it stacks effects;
It shouldn't be significantly different from a player perspective.

Mobs will now spread fire if they bump into another mob. I don't want to set
the world on fiiiire, I just want start a flame in your heart~

For player facing changes: Input delay has been reduced by roughly ~50ms for
any direction keys, by advantage of a previously unknown flag on byond verbs
which allow them to operate independently from the tick rate of the server.
You may need to clear your interface.dmf file if you have a custom skin for
this change to function.
2017-05-25 06:35:01 -07:00
Crazylemon64 a60aba8617 Ports MSO's CID randomizer 2016-12-22 10:44:44 -08:00
Fox-McCloud 562df95271 Merge remote-tracking branch 'upstream/master' into strips-out-media 2016-08-17 18:18:56 -04:00
Crazylemon64 2f459c1abd Keeps the host-tracker in while the media manager still exists 2016-08-15 08:45:56 -07:00
Crazylemon64 dfff61da58 Removes a lot of extra interface defines 2016-08-15 06:26:25 -07:00
Fox-McCloud ba136b8cfd further removal 2016-08-14 18:25:14 -04:00
Krausus 16500f0f27 Adds admin ghost click shortcuts
Also refactors extra mob info code into its own proc.
2016-07-25 23:16:21 -04:00
Krausus 687bf5fcde Puts the to_chat in interface.dm (#4837) 2016-07-01 01:14:40 -04:00
tigercat2000 732c3b4ae5 Goonchat (#4744)
* bicon regex run

* Remove all \black

* Goonchat from /vg/ / Goon

Whoo!
Special thanks to @Tastyfish for the macro2html thing so all of our
horrible color macros keep working and don't fail horribly <3

* Fixes and changes n stuff

- Made ping sane again (the fuck PJ)
- Updated chat CSS
- Fixed like one problem with a color macro

* whoops

* Restore /vg/'s pingloop stuff (used to avoid fucking up is_afk)

* Strip problematic tags from tcomm scripts

- <audio>
- <video>
- <iframe>
- <script>

* Fix human examine icon

* Name hotkey elements

* Removed old stylesheet
2016-06-23 16:56:15 -04:00
Matt Milosevic 49d7390614 Tweaks some things regarding the change notification 2016-05-31 12:52:56 +02:00
Fox McCloud 5395a0515d Merge pull request #4365 from CrAzYPiLoT-SS13/changelog_change
Adds unread changes notification
2016-05-25 19:24:44 -04:00
Tastyfish 7efe0beb94 Fixes a few runtimes 2016-05-23 19:23:18 -04:00
Matt c2ce4d1a95 Adds unread changes notification 2016-05-05 19:29:01 +02:00
HugoLuman c72a6e40e7 Update stylesheet.dm 2016-04-20 15:12:40 -07:00