This was supposed to be 1 or 2 (2 preloads uploaded resources) in the repo and set to 0 in [`server_side_modifications.dm`](https://tgstation13.org/parsed-logs/basil/server_side_modifications.dm) but i messed that up when i switched it from a test merging pr to something mergable.
* Adds test run
* Add OVERRIDE_LOG_DIRECTORY_PARAMETER
* Fails travis if a test run fails
* Fix travis looping
* Move the unit tests behind a define
* Fix various test run things
* Remove the DEBUG check because that's just you shooting yourself in the foot
* Adds readability spacing. Makes RunUnitTests a generic proc
* Remove unit tests
Adds define to run the world in a reduced memory usage mode by skipping the creating of the space zlevels loading only centcom and runtime station. Mainly for lummox.
* wip
* wip2
* makes code actually compile on 511 + fixes
* versioning
* s
* adds python conversion script, schema change and removes 'force ' from item_used_for_combat
* fix to compile
* forgot to actually commit this
* Find references fix.
Made it go from taking years to hours
Removed Datum based recursion, this was unneeded.
Fixed it calling a proc for what ended up being a costly noop millions of times (this was a moderate speed up as it would call DoSearchVar on every fucking number or string or null in a things vars list.)
Fixed it calling itself on the vars list. luckily it only checked keys, so this didn't stack overflow.
I'm intentionally leaving the debugging stuff in right now so that its on the record somewhere. I'll remove that when I pr line by line profiling as its own separate thing
* Remove debugging stuff
* i forgot
* Wizard datum
* This can go in this one actually
* Old proc
* Delete equipment
* Academy wizard datum
* didn't notice the spawn before
* otufit
* Some special_role removal
Player Notes can now fade out over time so admins don't accidentally ban players for 4 year old notes
Deleted messages now remain in the database and are instead just hidden from view.
Two things relating to messages I've been meaning to do for ever.
* Ports Paradise Job exp system
* changed to use json_decode and json_encode as recommended by oranges
* updates changelog
* Reee cyberboss
* Changes to use a seperate table
* Updates database changelog
Changes to use mediumint
* Back to wip we go.
Changes sql stuff to how mso suggested
Attempts the changes requested in the other pr.
* work on stuff.
* work on stuff.
* Renamed proc for time remaining.
Fixed updating time amounts.
Added delay to fix firing at roundstart
* exp is now stored in a global list, and only updated to the db at round end.
* some stuff
* Added button to toggle exempt status on a player.
Still need to make it update the db
* REEE Jordie.
Undoes delaying exp updating to round end.
Adds the updating filtering to the update_exp_client proc which is used again
* Lowers a bunch of the times needed.
* Makes tracking per job instead of per department.
Department time is now calculated from job time.
* Whoops forgot to update master first. Lemme save this
Reverb should play cheeki breeki to people
* I think I did this right.
Too tired to test atm.
Busy rewatching twintails ni narimasu
* Removes var from proc arguments
Fixes database stuff
* Does some requested changes.
Makes special_role be tracked instead of bundled under special.
* Done, but need to refactor how it handles ghost roles.
* Less false data wew
* Changes
* Updates db version
More changes
* More changes
* More changes
* revision fix
* OOPS
* fix schemas
* Makes SQL error logging handled by Execute
Gang role tracking now strips out the gang name and is generic.
* Adds a database versioning schema table
All it does right now is warn admins when the version in the db gets behind
the defined version in the compile options file
This also moves the db connection warning messages to the
CheckSchemaVersion proc in world, out of the roundid proc
as it's the first db proc called in a world round
* Update database_changelog.txt
* Update tgstation_schema.sql
* Update tgstation_schema_prefixed.sql
* TGS3
* Fix line endings
* Enable 16-bit long topics
* Cleans up topic socket usage
* Reduces and refines the IRC status throttle
* Increase the CP status delay to a reasonable amount
* Fixes the testmerge command not having a keyword
* Clean up rebooting a bit
* Get error codes from windows when symlinking fails
* Clean up world announces
* Aborting compilation will kill the DD process
* Add support for changing the project name
* Removes the log page
* Add support for compile cancellation
* Version bumps and docs
* Add merge-pr repo CL command
* Fixes DM cancel command's help message
* Refactor command line to show better formatted help text
* Corrects a typo
* Multi-key game options must be manually edited
* Moving of the server installation from the control panel
* Fix a bug with server moving
* Corrects webclient disposal syntax
* Service now handles the PR Json the game uses properly
* PR listing command for CL
* Fixes reversed testmerge and update help entries
* Windows scheduling to help avoid reboot crashes
* Generalization of chat infastructure
* Brings a file name in line with everything else
* Shutdown exceptions no longer keep the service online
* Enable provider switching on the backend. More thread safety
* Support for switching, password encryption and defaults.
* Removes boilerplate on log writing
* Discord integration
* Update the installer dependencies
* Version bump
* Adds support for getting the latest byond version
* Fixes issue with not being able to set discord channels
* Fix being able to reconnect if chat is disabled
* Extra validation for interface types
* Add the Chat page for the control panel
* Various cleanup
* Set read ACL on the data directory
* Remove redundant namespace usage
* Fixes some buttons not updating the server page
* Future proof against upcoming removal of repo data directory
* Normalize Main declaration
* Update the IRC library
* Enables CTCP
* Removes useless hack
* Logging + enable IRC private messages
* Jobs config
* And finally the maps config
* Save the last config panel visited
* Not gonna use these
* Minor formatting cleanup
* Fixes the chat page not refereshing after clicking reconnect
* Fixes server page not initializing correctly
* Repo now defaults to tgstation github when not found
* Revert "Set read ACL on the data directory"
This reverts commit 15b0021ec51532bca14690a884caa81e811fbc46.
* Design the admin config page
* Prep format the repo's admin_ranks.txt
* Add a negative permissions field
* IRC now RFC quits before disconnecting
* Turns out that fixed the disconnect lag
* Updates the admin ranks config api to work for us
* Done with this config shit
* @optimumtact
* Fix this
* Fix the .wxs
* Try to get md5/sha1 working.
* Add FCIV to appveyor
* Generalize the command class
* Revert "Generalize the command class"
This reverts commit 5c61f6df58d66f0fea4170c8aee0cd5beaa99b5d.
* ITS THE FUCKING SEX NUMBER!!!!
* Final touches
* No THESE are the final touches
* Do not advertise
* Revert "Do not advertise"
This reverts commit f64281d486f9ca27e39f19635ab4deacb2d7e1ac.
* Hopefully the last version bump for long time
* Fix line endings
* Fix default dbconfig.txt
* Fix Discord not checking the right admin channel
* Fix discord listening on ALL channels instead of configured ones
* Package the discord fixes for @JamieH
* Format the testmerge data a little better
* Apply 7 character clamping of commit strings
* Fold admin hard reboot into regular reboot list
* Backward ahelp compatibility with the adminbus bot
* Removes an unecessary semicolon
* Fix stray merge conflict in the config
* Fix Newtonsoft being included by the commandline
* Improve byond update logging
* Chat cleanup
* Fixes some setup non-errors from being displayed
* Repository no longer counts being busy as being valid
* Repository no longer valid while cloning
* Fixes a nudge socket change issue
* Frontend cleanup
* Fixes CanStart race condition
* Fixes compile cancel delays
* Various fixes
* More fixes
* Better readme
* More readme
* Fix a config command description
* Add missing repo status command
* Never delete the backups
* Log the compiles
* More logging
* Stuff
* A thing happened, but I'm not sure what
* Tiny
* INB4 second squash
* Version bump
* Shallow clones should speed things up
* Regular clones
* This is how it's set on travis
* Fix this dupe
* Add backup tag support to backend and command line
* Add some missing repo commands, fix GetHead. Fix reset on branches
* Remove the interfaces for commit and push
* Remove that generate changelog checkbox
* Yeah, that's a misunderstanding
* Make changelog pushing a config, with no way to enable for now
* Add Reset and Recompile option
* Update readme
* Repo page cleanup
* Fixed NudgePort message possible repeating
Fixed Reset and Recompile option always being visible
* Fixed compilation copy not overwriting files
Fixed compiler trying to unecessarily delete the whole A/B folder
Improved game folder initialization speed
* Selectively stage the html folder
* Make the restriction a config
* Switch to using LibGit2Sharp+SSH
* WIP SSH support
* Removes some success chat messages
* Make repo authentication purely file based
* Quick IRC fix
* Should all work in theory...
* More fine grained
* Remove the username thing
* Use the right default email for tgstation-server
* Update the readme
* That's worthy of a version bump
* Speling
* Makes it do as the readme says
* Fix testmerge list not having a scrollbar
* Trying out commit message based deployment [TGSDeploy]
* Whoops
* Testing
* Better
* Version Bump [TGSDeploy]
* Need to set the var at parent scope [TGSDeploy]
* Use the commit message
* Try this [TGSDeploy]
* Try just this
* This maybe? [TGSDeploy]
* >like [TGSDeploy]
* Wildcard, bitches [TGSDeploy]
* Saner title [TGSDeploy]
* Readme update
* This should loin ya
* Fix it [TGSDeploy]
* Readme, cleanup, and doc updates
* Improve DD crash handling
* Version bump [TGSDeploy]
* TGS3 Config Changes
* Line endings
* Map config code change
* Missed a few
* Security and Visibility selectors for the Server page
* Fixes OCD
* Fax it
* Fixes
* Version bump [TGSDeploy]
* eh
* The word comment has lost it's meaning to me
* This is a terrible name but whatever
* Support config changes
* This is part of the code so it belongs with the code
* ExportService now has a return value
* Copying of the logs dir during compile for #27674
* Version bump [TGSDeploy]
* Removes some uneedful
* Moves daemon config to BYOND folder, much safer
* Fix a config comment translation miss
* Fix project settings issue
* Fix config apply button not showing up after repo clone
* Fix anchoring for Backup Tags: label
* Version Bump [TGSDeploy]
* Nudge port only listens while server is running
* Fix some instances of the control panel crashing when the service stops
* Add start menu shortcuts
* Remove the actual server
* Remove appveyor
* Fix gitignore
* And this
* Readd HTTPS_Get for now
* Readd legacy support
* Fix
* Fix this stuff
* Last thing
* Line endings
* Final touches
* Dat newline
* More stuff
* Where'd that go?
* Real final touches
* Ups the player and station name length limits
I think they could use a buff in length, as I've seen captains have pretty creative names get cut in half and the joke ruined, and the name limit is really fucking small like come on goddamn
* changes
commit 5ab47a85f7
Author: duncathan <dunc2403@dunc2403.com>
Date: Sat Aug 29 03:29:23 2015 -0600
disables TESTING; it should not be enabled by default
commit 2cc7226ea8
Author: duncathan <dunc2403@dunc2403.com>
Date: Sat Aug 29 03:27:55 2015 -0600
adds ways to check references while qdel'ing; removes redundant compile option
commit 4409db7f0b
Author: duncathan <dunc2403@dunc2403.com>
Date: Sat Aug 29 00:19:25 2015 -0600
makes the game compile if TESTING is defined in compile options
commit e11befbbfa
Merge: 22ffbca20ba307
Author: Cheridan <derpheim@yahoo.com>
Date: Fri Aug 28 07:20:03 2015 -0500
Merge pull request #11356 from Aranclanos/listnull
Fixes the brand intelligence event not triggering the uprising under …
commit 22ffbca5a2
Author: sybil-tgstation13 <sybil@tgstation13.org>
Date: Fri Aug 28 05:43:08 2015 +0000
Automatic changelog compile
commit d824f7b35f
Merge: 7f0f74f3737234
Author: Cheridan <derpheim@yahoo.com>
Date: Fri Aug 28 00:21:23 2015 -0500
Merge pull request #11382 from Ergovisavi/bot_swarm
Adds "Swarmers" - Simple mob side antagonist
commit 3737234b9c
Merge: 9572bd6ba1a268
Author: Ergovisavi <rtothev@gmail.com>
Date: Tue Aug 25 05:48:37 2015 -0700
-Adds swarmer as a language, makes them only able to speak to each other
-Fixes a few structures/machines taking non brute/burn damage from attack_animal
-Adjusts girders to be a little less resistant to explosions
-Span classes all the swarmer messages, bumps their health up to 40
-Adds ability for swarmers to dismantle machines and disable cameras. Some are obviously protected.
commit 7f0f74f100
Merge: d8f8f896ab2443
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 23:53:58 2015 -0500
Merge pull request #11380 from bgobandit/salicyclicassblastusa
Fixes burn kits containing salicyclic acid pills. Adds new burn medication.
commit d8f8f89203
Merge: 68002be460c2c2
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 23:46:57 2015 -0500
Merge pull request #11386 from Aranclanos/rapiddupe
Fixes the admin message not appearing under certain conditions when t…
commit 68002bed99
Merge: eebbed3d27a736
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 16:50:33 2015 -0500
Merge pull request #11315 from CorruptComputer/why
Removes dmm2tgm from map merger
commit eebbed3a6b
Merge: 1769bc23749dca
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 12:10:40 2015 -0500
Merge pull request #11405 from Aranclanos/floortilesfirst
Floor re-organization step 1
commit 1769bc2f8d
Merge: d7eca4f20023f7
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 12:06:28 2015 -0500
Merge pull request #11104 from phil235/BuckleMulebot
Mob buckled to mulebots
commit d7eca4f327
Merge: be6cc6a90f54ba
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 01:00:01 2015 -0500
Merge pull request #11340 from phil235/CoinFlipThrowFix
Fixes the do_after progress bar appearing on a coin when flipping+throwing it
commit be6cc6adf9
Merge: 9c9bf4ad211992
Author: Cheridan <derpheim@yahoo.com>
Date: Thu Aug 27 00:48:54 2015 -0500
Merge pull request #11392 from phil235/SinguloCableNetRebuildFix
An attempt to reduce singulo lag from power wires destruction. 2nd attempt.
commit 9c9bf4a858
Merge: 3278a396277a80
Author: Aranclanos <aranclanos@hotmail.com>
Date: Thu Aug 27 01:06:03 2015 -0300
Merge pull request #11393 from Ergovisavi/has_wumbo_gone_too_far
Fixes infinite wumbo-ing
commit 3278a3926b
Merge: 38e6a091f37141
Author: Cheridan <derpheim@yahoo.com>
Date: Wed Aug 26 07:52:31 2015 -0500
Merge pull request #11358 from phil235/XenoFeatures1
Facehugger inhands, xeno tweaks, and monkey bugfixes
commit 3749dcacb3
Author: Aranclanos <aranclanos@hotmail.com>
Date: Wed Aug 26 06:47:27 2015 -0300
Creates type paths for all types of floors in floor.dmi, first step for the floor organization.
commit 38e6a09cf9
Merge: 4f1a3df9cfb246
Author: Aranclanos <aranclanos@hotmail.com>
Date: Wed Aug 26 06:27:31 2015 -0300
Merge pull request #11351 from Core0verload/nodirt
Removes dirt from walking on tiles
commit 6277a80cdb
Author: Ergovisavi <rtothev@gmail.com>
Date: Tue Aug 25 14:02:48 2015 -0700
-Fixes infinite wumbo-ing
commit d211992ddc
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Tue Aug 25 20:22:30 2015 +0200
Make it so the code doesn't rebuild (propagate_network()) the wire network X times when singulo/explosion destroys a line of X cables at once.
commit 6ab2443255
Author: bgobandit <bandit@mailinator.com>
Date: Tue Aug 25 13:46:05 2015 -0400
Adds oxandrolone, a new burn medication designed to work upon ingestion. Adds oxandrolone to burn kits. Adds changelog.
commit 9572bd6aa6
Author: Ergovisavi <rtothev@gmail.com>
Date: Tue Aug 25 03:24:34 2015 -0700
-First revision of Swarmer mob, hud, icons, etc
-Adds functionality of ignored damage types to simple mobs
-Adds functionality of melee damage types to simple mobs
commit 460c2c290c
Author: Aranclanos <aranclanos@hotmail.com>
Date: Tue Aug 25 05:31:02 2015 -0300
Fixes the admin message not appearing under certain conditions when the rapid dupe experimentator relic is used.
All objects from said relic will spawn at the same time now.
commit 2c56462e97
Author: bgobandit <bandit@mailinator.com>
Date: Mon Aug 24 22:45:37 2015 -0400
I sure do love me some copypasta
commit 132adf3f00
Author: bgobandit <bandit@mailinator.com>
Date: Mon Aug 24 21:45:18 2015 -0400
adds silver sulf syringes instead of kelotane pills
commit ce8722b868
Author: bgobandit <bandit@mailinator.com>
Date: Mon Aug 24 21:36:50 2015 -0400
Fixes burn kits containing salicyclic acid pills.
commit 1f37141b8b
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Mon Aug 24 22:53:45 2015 +0200
Alien humanoids and monkeys can now use "me".
Alien hivemind chat now uses <span class='alien'> (dark purple). Also the alien queen name now appears bigger in the hivemind chat.
commit 5cecd7e9fe
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Mon Aug 24 19:54:51 2015 +0200
Simplifies plasmavessel/on_life() a bit, and make xeno on weeds also heal clone damage.
commit cb1cd5b1e7
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Mon Aug 24 17:07:09 2015 +0200
Monkey and aliens now all use carbon/examine().
Fixes monkeys being able to strip and uncuff people while handcuffed themselves.
Add an inhand sprite for facehuggers (taken from Xhuis) (but they don't appear for large queens, it'd look ugly).
Xenos now regenerate plasma on alien weed even when injured but at half the normal rate.
Moved queen/large/update_icons() to humanoid/update_icons.dm
commit 20ba3071ed
Author: Aranclanos <aranclanos@hotmail.com>
Date: Mon Aug 24 07:52:54 2015 -0300
Fixes the brand intelligence event not triggering the uprising under certain conditions.
Adds a new proc for the list helpers, removeNullsFromList() It does what it says.
commit 9cfb246e4f
Author: c0 <Core0verload@users.noreply.github.com>
Date: Mon Aug 24 11:33:52 2015 +0300
Removes dirt from walking on tiles
commit 20023f79d7
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Sun Aug 23 21:39:22 2015 +0200
Mobs buckled to mulebots now pass through plastic flaps.
All ventcrawler and tiny sized mobs also pass through them now.
commit 27b7e3b6f6
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Sun Aug 23 20:55:41 2015 +0200
Beds no longer use this trick in Move() so neither should the mulebot.
commit 90f54ba95c
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Sun Aug 23 19:34:09 2015 +0200
Fixes the do_after progress bar appearing on a coin when flipping+throwing it.
commit d27a736f7e
Author: CorruptComputer <NGupton98@gmail.com>
Date: Fri Aug 21 16:57:27 2015 -0500
Fixes#11301
commit e16c03f010
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Sat Aug 8 22:10:25 2015 +0200
woops, now buckling succeeds if you are on the mulebot's turf.
commit 1c51550559
Author: phil235 <antoine_hernandez62@hotmail.fr>
Date: Sat Aug 8 21:43:30 2015 +0200
Changes how mulebots handle loading mobs. It now buckles them to the bot.
You can no longer load objects containing mobs or with mobs buckled to them.
You can no longer pass through plastic flaps by getting on a mulebot.
Some simplification in mulebot code (buzzing sound code)
Loading is now instantaneous and the mode BOT_LOADING is removed.
The mulebot can no longer do certain stuff while off.
Removing unneeded comments.
Fixes mulebot loading/unloading being possible through border windows.
Fixes mulebot not dropping its loaded cargo when qdel'd (wasn't a problem for explosion but for alien acid for example)
Misc:
+Fixes unreported issue with initializing lighting on a specific zlevel
+Fixes two similar issues with moveElement and moveRange. Where fromIndex or toIndex could be adjusted incorrectly in certain conditions. Potentially causing bad-sorts, or out of bound errors.
+Rewrites listclearnulls(list/L) to no longer iterate through L.len elements for every null in the list (plus 1). i.e. went from L.len*(number_of_nulls+1) list-element reads (best-case), to L.len list-element reads (worst-case)
+New proc/getElementByVar(list/L, varname, value) which finds the first datum in a list, with a variable named varname, which equals value. You can also feed it atoms instead of lists due to the way the in operator functions.
+Fixes an unreported issue with Yota's list2text rewrite. Under certain conditions, the first element would not be converted into a string. Causing type-mismatch runtimes.
+New global map_ready variable. This is not fully implemented yet, but will be used to avoid duplicate calls to initialize() for map objects.
+All turfs now maintain references to all lights currently illuminating them. This will mean higher memory use unfortunately, due to the huge number of turfs. However, it will speed up updateAffectingLights significantly. I've used list husbandry to reduce baseline memory usage, so it shouldn't be any worse than some past atmos modifications memory-wise.
-Removed 'quadratic lighting', can add this back at some point. Sorry.
+modified the way lum() works slightly, to allow turfs to have overridden delta-lumen. i.e. space cannot be illuminated more than its default ambiance. This allowed removal of some iffy special-snowflake lighting areas implemented by somebody else.
+Lighting images in the dmi can now use arbitrary naming schemes. It is reliant on order now. This allows the dmi to be replaced by simply dropping in a new dmi.
-Removed all subtypes of /area/shuttle. Shuttles now create duplicate 'rooms' of /area/shuttle. (More on this later). This will conflict with most maps. Guide on how to fix to follow.
+All verbs/tools relating to world.tick_lag were refactored to use world.fps. However old config text for setting tick_lag will still work (it converts the value to fps for you)
+MC stats improved using smoothing. They now have their own tab so they dont get in the way when you're playing as an admin.
-removed the push_mob_back stuff due to conflicting changes. Sorry Giacom.
_OK, NOW THE ACTUAL INTERESTING STUFF_
Following systems moved over to subsystem datums:
air_master
garbage_manager
lighting_controller
process_mobs (aka Life())
nanomanager
power
sun
pipenets
AFK kick loops
shuttle_controller (aka emergency shuttle/pods), supply_shuttle and other shuttles
voting
bots
radio
diseases
events
jobs
objects
ticker
Subsystems hooks and variables should be commented fairly in-depth. If anything isn't particularly clear, please make an issue.
Many system-specific global variables have been refactored into
All tickers which previously used world.timeofday now use world.time
some subsystems can iterate before round start. this resolves the issue with votes not working pregame