Commit Graph
438 Commits
Author SHA1 Message Date
Alffd ef1b44b955 Terms of service click through. 2018-05-25 03:40:16 -04:00
Kyep f048e8b1db jobs_highpop 2018-05-08 19:51:23 -07:00
tigercat2000andGitHub 0fbbe22318 Merge pull request #8939 from MINIMAN10000/developer-quickstart
Added developer express start
2018-04-27 22:37:35 -07:00
MINIMAN10000 6534d82bf7 Added developer express start 2018-04-27 17:38:28 -07:00
tigercat2000 c03621c508 Completely Overhaul Logging
This is a merged port from /tg/station and Virgo on logging standards.
The diary has been replaced with GLOB.world_game_log, diaryofmeanpeople
is gone (because it wasn't actually used) and a whole bunch of logging
procs have been changed to optimize Splunk.
2018-04-19 15:07:59 -08:00
tigercat2000 bc4fb3d79b Nightshifts & Randomized Station Time
This commit adds the Nightshift lighting mode from /tg/. From 19:00 to
07:00 in station time, the station will go into a reduced-lighting mode,
with dimmed lights across the station.

In conjunction with this, there is a new configuration option to start
the shift time at a random time other than 12:00, so that players are
more likely to experience a night shift (as opposed to having to have a
7 hour round).
2018-03-25 23:01:04 -07:00
tigercat2000 b14faa19c3 Merge remote-tracking branch 'upstream/master' into SMC
# Conflicts:
#	code/__DEFINES/flags.dm
2018-03-22 15:35:12 -07:00
Kyep 89fe91f29c Updates an example config comment 2018-03-09 01:18:31 -08:00
tigercat2000 c609f25a09 Styling fixes 2018-03-03 00:10:49 -08:00
uraniummeltdown a3a0e83908 adds sql update file
fixes clientfps not saving
2018-01-27 23:24:45 +05:00
Kyep 20431f119d Tiger request 2018-01-13 18:02:01 -08:00
Kyep 3ea937e4eb Adds option to limit sling unhatched duration 2018-01-09 02:10:27 -08:00
Kyep 1c3b1957cb Fixes merge conflict 2017-11-28 22:39:01 -08:00
naisudevandGitHub 200a75e885 added githuburl to config 2017-10-28 22:49:52 +03:00
Kyep b519615e18 Removes peacekeepers 2017-10-20 10:23:07 -07:00
Fox-McCloud d5de4f1775 forgot this 2017-08-16 22:10:23 -04:00
Fox-McCloud e1200d6a1e Merge remote-tracking branch 'upstream/master' into peacekeeper-borgs 2017-08-16 22:08:07 -04:00
KasparoVy ff6f7f9644 Updates SQL Version
Includes my query.

Thanks Tigercat2000 and Allfd.
2017-07-22 20:14:30 -04:00
tigercat2000andGitHub 3818d57f3d Merge pull request #7755 from Allfd/sqlcontrol
SQL version control
2017-07-22 10:49:16 -07:00
Alffd 352fde7eed SQL version control 2017-07-16 19:53:09 -04:00
Fox-McCloud 93abbe25a4 BURNNNNNNN 2017-07-15 23:43:51 -04:00
Fox-McCloud cb35d1f6e9 Binsult.ogg 2017-07-15 12:12:59 -04:00
SamandGitHub dbb9dbfe61 Update admins.txt 2017-06-21 12:10:11 +01:00
SamandGitHub c14c8f9179 Fixes the 'standard' admins file
So many people mess this up and can't find it, because the example is wrong.
2017-06-21 12:01:47 +01:00
Fox-McCloud 44fd7f812b ta-dah 2017-06-10 19:27:45 -04:00
Fox-McCloud e805ae4d88 no secborg yes peacekeeper 2017-06-04 12:54:56 -04:00
Crazylemon64 017a3b83b2 Adds a patch to movement delay 2017-05-25 17:31:47 -07: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
Fox McCloudandGitHub ae352da0ea Merge pull request #6604 from Kyep/job_security
Supports +2 Security Officer slots
2017-05-16 02:09:33 -04:00
Tigercat2000 a7506f0aa6 Add config option to completely disable karma 2017-04-21 17:06:43 -07:00
Crazy LemonandGitHub b951941c6a Merge pull request #6784 from FalseIncarnate/fluff
FullofSkittles Custom pAI & Silicon Fluff Tweaks
2017-04-04 18:56:51 -07:00
Fox McCloudandGitHub 656b4285a0 Merge pull request #6698 from Kyep/gateway_listeningpost
Converts "Listening Post" away mission into a space ruin
2017-03-26 19:07:36 -04:00
FalseIncarnate 57eadb3a0e Removes real_name restriction for silicon sprites
Also adds code support for custom maint drones.  Whether or not we want
to let people get custom drone sprites is up to the head admins, but the
code is there for it. Maint drones have a new verb which attempts to
equip their custom sprite, if one exists for that player, which can only
be used once.
2017-03-18 01:37:50 -04:00
FalseIncarnate 5a4ac30071 FullofSkittles Custom pAI & Silicon Fluff Tweaks
Adds in FullofSkittles's custom pAI

Adds support for custom pAI sprites

Tweaks code for custom cyborg, AI, and hologram sprites to be more
standardized, which made adding pAI support that much easier. I guess
this could also be extended later on if we wanted to support custom
maint drone sprites...

As a result of the changes, the custom_sprites.txt file will need to be
updated to the new standardized format (been working with Alffd on that
anyways so he's aware). I have taken the liberty of updating the example
custom_sprites.txt to explain and match this new format for our
downstreams and other coders.

🆑
rscadd: Adds FullofSkittles's custom pAI sprites. Thanks FoS!
/🆑
2017-03-15 21:34:49 -04:00
Kyep 38b9b2ebe3 Nukes Listening Post 2017-03-06 00:29:26 -08:00
Kyep 710c33f074 Removes broken 'challenge' away mission
This mission:
- Doesn't actually work, and hasn't for a long time. It isn't currently
in the rotation, and for good reason.
- Is fundamentally badly designed, having no random elements, and being
easy to cheese. E.g: it contains syndie mobs whose bullets get stuck on
glass walls, while you can shoot them freely.
- Is a loot pinata, containing a Syndie L6 SAW machinegun, deathsquad
armor, a unica auto-revolver, amongst other things.

🆑 Kyep
rscdel: Deleted 'challenge' away mission.
/🆑
2017-03-04 04:16:24 -08:00
Kyep 1c7996745b Supports +2 more security officer slots
Changes security officer job slots from 5 to 7.
No map changes, as brig already has 8 sec lockers (plus an additional
one in arrivals). Plus, I don't want to conflict with Free's PR.

🆑 Kyep
tweak: changed security officer job slots from 5 to 7. /🆑
2017-02-25 18:26:41 -08:00
Fox McCloudandGitHub 616a0ff8d1 Merge pull request #6446 from Kyep/terrorspiders-PR3
Terror Spiders 3 - Awaymission & AI
2017-02-25 17:04:30 -05:00
Kyep d61ff509b5 Completely deletes clown planet awaymission 2017-02-20 21:24:14 -08:00
Fox McCloudandGitHub 13919abcac Merge pull request #6475 from Krausus/SHUT_IT_DOWN
Adds config options to shut down Dream Daemon instead of rebooting the world
2017-02-18 23:45:32 -05:00
allfd 6c37baa16f Updates configs from server 2017-02-18 17:33:54 -05:00
Krausus a4ab111354 Adds shutdown-instead-of-reboot config options
These basically exist so we can set the server up to automatically kill
itself instead of rebooting.
2017-02-17 01:33:06 -05:00
Kyep 7c6d08b4bf PR 3, you are go for launch 2017-02-14 00:59:17 -08:00
Markolie a50a3d59b9 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into lavaland_megafauna
# Conflicts:
#	code/__DEFINES/is_helpers.dm
#	code/_globalvars/lists/objects.dm
#	code/game/machinery/turrets.dm
#	config/example/config.txt
#	goon/browserassets/css/browserOutput.css
#	icons/obj/library.dmi
#	icons/turf/floors.dmi
2017-01-20 23:43:35 +01:00
Tigercat2000 836d07189c Added config toggle + admin verb to disable OOC emoji (not PM) 2017-01-11 09:54:15 -08:00
Markolie f4c4bfe288 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into lavaland_megafauna
# Conflicts:
#	code/__HELPERS/unsorted.dm
#	code/_globalvars/lists/objects.dm
#	code/controllers/verbs.dm
#	code/game/gamemodes/cult/ritual.dm
#	code/game/gamemodes/cult/runes.dm
#	code/game/objects/items/stacks/sheets/sheet_types.dm
#	code/modules/mob/spirit/mask/mask.dm
#	code/modules/mob/spirit/viewpoint.dm
#	icons/effects/96x96.dmi
#	icons/effects/effects.dmi
#	icons/mob/actions.dmi
#	icons/obj/weapons.dmi
#	icons/obj/wizard.dmi
#	icons/turf/floors.dmi
2017-01-06 16:36:46 +01:00
Fox McCloudandGitHub f915b24de4 Merge pull request #5547 from Crazylemon64/cid_randomizer_rip
[s] MSO's CID randomizer buster
2017-01-04 19:12:46 -05:00
Crazy LemonandGitHub 7e0183f23f Merge pull request #5224 from Kyep/jobs_unlock_system
Playtime Tracking
2017-01-03 18:06:28 -08:00
Kyep 65d342e12b Tiger 2016-12-31 22:55:02 -08:00
Markolie 01f2c85347 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into lavaland_megafauna
# Conflicts:
#	code/__DEFINES/misc.dm
#	code/game/dna/genes/goon_powers.dm
#	code/game/dna/genes/vg_powers.dm
#	code/game/objects/effects/overlays.dm
#	code/game/objects/structures/crates_lockers/closets.dm
#	code/game/objects/structures/crates_lockers/closets/statue.dm
#	code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm
#	icons/mob/back.dmi
#	icons/obj/storage.dmi
2016-12-23 19:32:19 +01:00