farie82
cdc762975c
Makes for loops use GLOB.human_list. Should improve performance a bit. Fixes blood contract affecting dead crew ( #13691 )
...
* Replaces all human in X to GLOB.human_list
* crew monitor
* no playerlist converts
* forgot to stage there...
2020-07-21 16:43:24 -04:00
Fox McCloud
c8a7607129
Purges a Bunch of In World Calls ( #13641 )
...
* Purges a Bunch of In World Calls
* tweaks and fixes also typeless lists
* typeless
* fixes
* tweak
2020-06-22 06:56:19 -06:00
Fox McCloud
70b46d8aea
Life refactor ( #13471 )
...
* Life Refactor WIP
* part 2
* part 3
* runtime fix
* newlines
* tweaks
* perspective checks
* fixes
* remote view tweaks
* more fixes
* robot fixes
* better updating
* cleaned up icon procs
* less proc call overhead
* performance gains
* more optimization
* shorter lists, removal of unecesary code
* gene OOP and dna styling cleanup
* oops
* axe disabilities
* typeless loop
* various tweaks and fixes
* brain checks
* runtime fixes
* cryo vision fixes
2020-06-03 19:43:30 -06:00
farie82
604daa05e1
Adds a new logging system and a logging view ( #13115 )
...
* Super early initial commit
* Why do I keep comitting this
* in between
* In between
* Sort fix. Transfer fix. HTML and more
* Scrolling + define values change
* Search fixes and time input fixes
* Minor tweaks. Fuel tank inclusion. Fixes
* derp
* Extra logging to fuel tank
* minor stuff
* add the message to admins for fueltanks
* Don't keep mob/atom references + fixes
* line fixes?
* Review improvements
* pois comment
2020-03-21 17:28:20 -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
AffectedArc07
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
AffectedArc07
ec790efeaa
SSticker
2019-04-30 16:47:47 +01:00
datlo
673ecd288e
antag clowns can toggle clumsy on and off
2019-02-19 20:33:36 +00:00
tigercat2000
917e4f89e2
Merge pull request #9954 from variableundefined/WinRateTrack
...
Add in shadowling win rate tracking & improve parsability of other round win rate tracking
2018-10-23 17:10:26 -07:00
variableundefined
d3d112acf7
Improve win rate tracking for internal playerbase. Add in shadowling win rate tracking.
2018-10-23 17:53:50 +08:00
Purpose
1378705c4b
removes a revolution spawn
2018-10-21 17:34:03 +01:00
Mars
984339ce42
Merge-conflict fix + check for null rather than type.
2018-10-12 18:59:54 +02:00
Mars
d9b60a7bfb
Fix merge conflict
2018-10-09 09:41:37 +02:00
Desolate
4c062212ab
refactors global lists.
2018-10-06 08:02:45 -05:00
Desolate
c974e29a3c
global lists global defined
2018-10-02 15:52:46 -05:00
Crazy Lemon
ca26739109
Merge pull request #9477 from variableundefined/SSPortShuttle
...
Port Shuttle to StonedMC
2018-10-01 01:13:42 -07:00
variableundefined
bc22544919
Port Shuttle to StonedMC
2018-09-02 22:22:33 +08:00
nicetoolbox
0440ddb5c6
Prevent rev victory from happening instantly
2018-09-01 17:20:04 -07:00
Mars
4fa906951a
Use of the flexible macro
...
Mostly regex to catch every \ref with the same formatting, with their
reference and display name.
2018-08-16 20:04:53 +02:00
Mars
b5b09b435c
No hard-coded format in the macros anymore
2018-08-16 11:51:52 +02:00
Mars
e8d92b3ced
More flexible macro
2018-08-16 11:37:03 +02:00
Mars
4d3c3b29e4
Quick Regex replace action
...
Used Regex to replace all hrefs with \ref and the same displayed text
with the corresponding UID macros
2018-08-15 23:57:46 +02:00
Tayyyyyyy
170266d827
More pronouns
2018-05-25 18:34:23 -07:00
Tayyyyyyy
497072d4d1
Update pronoun usage
2018-05-25 18:34:22 -07:00
Fox McCloud
8c7b543415
The Great Conflictening 2.0: Removes /obj/item/device
2018-04-25 23:07:35 -04:00
tigercat2000
2364b0332b
Convert a bunch of name/(ckey) to key_name + ISO-8601 timestamps
2018-04-19 15:08:59 -08:00
Sam
932cae0224
Loyalty implant -> Mindshield Implant
2017-04-09 16:50:51 +01:00
Markolie
02c4cd26f4
Final fixes
2017-03-05 16:42:14 +01:00
Markolie
e6b39c3185
Fixes
2017-03-05 14:31:26 +01:00
Mieszko Jędrzejczak
1b506aaf9f
Switches over to the new system
2017-01-17 13:57:07 +01:00
Crazylemon64
6a7f7394a8
Ports over the status effect unification
2016-10-23 15:45:35 -07:00
Tigercat2000
58103757cc
Merge remote-tracking branch 'upstream/master' into GAMEMODE_CODE_AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
...
Conflicts:
code/game/gamemodes/newobjective.dm
code/game/gamemodes/objective.dm
2016-08-10 14:16:42 -07:00
Tigercat2000
9f3cdb43f7
special_role/objective refactor
...
Refactored most instances of special_role setting/checking to use new
SPECIAL_ROLE_X defines in code/__DEFINES/gamemode.dm
Removed relative pathing from objective.dm and split large if statements
into multiple, plus a bunch of styling fixes
Refactored every instance of `istype(ticker.mode` into a GAMEMODE_IS_X
define in code/__DEFINES/gamemode.dm. Done primarily for when someone gets
around to making gamemode code less AWFUL
2016-08-01 21:29:19 -07:00
Crazylemon64
bf2bcbce67
Removes most hard-coded z level checks
2016-07-31 21:29:03 -07:00
Crazylemon64
ae43de3652
Integrates the z level manager with the space transition system
2016-07-29 19:11:36 -07:00
Tigercat2000
71e5344a98
Mass replace
2016-07-07 19:34:02 -07:00
Kyep
55d0472268
Initial checkin
2016-06-25 00:35:00 -07:00
Fox-McCloud
4f5b4f4677
cleanup
2016-05-02 00:43:24 -04:00
Fox-McCloud
3dd9a6d744
Updates Revolution
2016-04-21 06:36:35 -04:00
Tigercat2000
78f53553f8
Reduce lines by removing blank lines added by PJ's script
2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3
Replace most (if not all) output << operators with to_chat(user, message)
...
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.
Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Tastyfish
0e0225b1ee
Fixes several midround antag assignments not asking ghosts first
2016-03-07 03:03:45 -05:00
TheDZD
5a8ffbd198
Jobban Tweaks
2016-02-09 16:35:30 -05:00
Tastyfish
ef79569075
Fixed continuous rounds
2016-01-30 20:33:45 -05:00
Crazylemon
23e8b1277f
Wave 2 of tweaks, probably needs a little more
...
Ripped out the preferences_savefile.dm because it's obsolete and we
don't use it
2015-12-27 06:32:25 -08:00
Aurorablade
ccd6d2641b
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into HudRefactor
2015-12-17 22:43:09 -05:00
Aurorablade
95d8b50345
hud_updateflag purge!
...
EXTERMINATUS BITCH
2015-12-13 17:16:14 -05:00
Aurorablade
c590958f2d
Hud refactor
2015-12-10 01:01:54 -05:00
Tigercat2000
356835aa99
Merge remote-tracking branch 'upstream/master' into I_WILL_FUCKING_NUKE_THIS_GODDDDAMMMNIIITTT
...
Conflicts:
code/game/gamemodes/heist/heist.dm
code/game/gamemodes/malfunction/malfunction.dm
code/game/gamemodes/revolution/revolution.dm
code/modules/admin/verbs/randomverbs.dm
2015-12-03 11:03:01 -08:00
Tigercat2000
e60799474b
tgshuttles unfinished
2015-12-03 10:59:06 -08:00