PopeDaveThe3th
58c7fa9a0d
Fairly Sizable Fed Lore Drop ( #26600 )
...
* the fedening
* Federation -> TSF
* Update outfit_admin.dm
* Update outfit_admin.dm
* i forgor
* few more
2024-09-03 13:04:56 +00:00
DGamerL
bad8b31afa
Changes all .len to length() where applicable ( #25174 )
...
* Globals work
* Double access works
* All other things
* Revert "All other things"
This reverts commit 6574442eb6 .
* More changes that compile and work
* IT WORKS AAAAAA
* Changes even more .len to length()
* Apply suggestions from code review
* Update code/datums/mind.dm
* Update code/__HELPERS/sorts/InsertSort.dm
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
* Update code/__HELPERS/sanitize_values.dm
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: Deniz <66401072+Oyu07@users.noreply.github.com >
2024-04-19 17:32:09 +00:00
DGamerL
b2275d1ce8
Changes all instances of pick(list(....)) to pick(....) ( #25017 )
...
* That's a lot of files
* More changes
* Removes mention
* Thanks to Funny for helping with the text
2024-04-12 11:54:33 +00:00
Rerik007
6805e816a4
fix bot emag in ion storm ( #24424 )
2024-03-06 14:36:50 +00:00
PollardTheDragon
69a49cfe18
Ion Storm Event - Laws Updated ( #23278 )
...
* Laws Updated...
* Laws Updated Again
* Grammar
* Tab Fix
* More Ions ...Laws Updated.
* Fixed Indentation, Static
* Removed static from Laws list
* Laws updated - fixes, added three more
* Spellcheck
* Spacing Fix
2023-12-31 10:20:12 +00:00
Luc
0bd97b3e73
Refactors false alarms ( #22010 )
...
* rework anomalies
* oh yeah, events, too.
* does remaining events
* fixes most issues
* oops
* this too
* ensures traders actually fake announce properly
* fix tear
* missing return
* And another missing return
2023-09-18 13:15:34 +01:00
Henri215
e711cd5921
Fixes lots of common spelling mistakes ( #20086 )
...
* Fixes common spelling errors: "atleast", "infront", "succesfully", "alot"
* recieve -> receive
* spelling mistakes: percieve, wierd, posession, seperate, succesful
* Spelling mistakes: noticable, concious, enviroment, existance, foward, interupted, independant
* tgui rebuild
* lets make this run
* "succeded" mispelling
* reverting money spam change
2023-01-08 20:12:31 -05:00
warriorstar-orion
77f576a5ca
Recategorize in-game announcements by priority. ( #19639 )
2022-12-19 17:02:22 +00:00
SteelSlayer
7131a3f2e2
Fixes Dreamchecker warnings in the codebase ( #17422 )
2022-02-23 08:36:02 +01:00
SabreML
cfc09eef49
Ion law observer message
2021-10-12 12:17:56 +01:00
S34NW
b22ded5a93
What happened to you, AI?
2021-05-02 13:34:53 +01:00
AffectedArc07
f5f97882cf
BRUTAL Part 1 - No proc var/ in procs
2021-02-01 14:10:08 +00:00
joep van der velden
0971bbedb6
Replaces the seconds and minute procs with the defines
2020-06-25 23:06:00 +02: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
AffectedArc07
928a8f0e04
Makes the code pass dreamchecker ( #13161 )
...
* Initial Commit - Trying to add DC to Travis
* Forgot to chmod
* This took too long
* Farie Fixes
* Fixes new code
* Job factions are fucking smelly
* Loadouts work again
* Runtime fixes
2020-04-11 15:59:16 -06:00
datlo
3417bec98c
Ion storms are no longer announced by default ( #13266 )
...
* No announcement on ion storm and borgs affected
* Remove unlinked borg ion
2020-04-10 21:22:01 -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
Desolate
c974e29a3c
global lists global defined
2018-10-02 15:52:46 -05:00
datlo
79643cb587
Make ion laws more specie inclusive
...
Replaced instances of "Human" in ion laws by "Crew" to be more
compatible with the default Crewsimov and Corporate lawsets.
2018-07-01 12:16:26 +02:00
Fox McCloud
f521f2765c
Removes All Modes
2018-05-11 17:55:45 -04:00
Sam
fca8a46c49
Fixes errant improper capitalised references
2017-06-14 08:00:18 +01:00
Markolie
ffc74cda0a
Announcement fixes, change most command announcements to event announcements
2016-10-25 15:21:16 +02:00
Tigercat2000
71e5344a98
Mass replace
2016-07-07 19:34:02 -07:00
Tastyfish
7d259d35c7
Ports SNPCs
2016-04-09 00:10:01 -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
25195208a9
Ports tg simple_animal bots
2016-03-28 00:22:04 -04:00
Krausus
9916142b4c
Re-implements static ion laws
...
Also fixes a minor typo in the randomized laws
2015-06-05 06:16:54 -04:00
Fox-McCloud
b6ee1342e9
Redoes the Ion Storm Event and Toy AI
2015-06-04 00:06:16 -04:00
Krausus
93ef1d7e4f
Fixes minor typo in ion law generator
2015-05-18 02:22:07 -04:00
Markolie
3f7e07101f
Mercenary --> Syndicate Operative
2015-03-03 18:48:58 +01:00
Markolie
4dd857e022
Ion storm event update
2015-03-03 18:43:55 +01:00
Markolie
8726bad5b0
Z-level check refactor
2015-02-16 20:33:28 +01:00
Markolie
ad167dc541
Announcement system overhaul, crew monitor system overhaul, add portable crew monitor
2015-02-16 19:03:29 +01:00
Markolie
956f2ba703
Event overhaul from Bay, atmos fixes
2015-01-21 23:05:59 +01:00
Fox-McCloud
098998ac89
Science Station
2015-01-18 21:43:40 -05:00
Markolie
bd11c78235
Replace every instance of NanoTrasen with Nanotrasen.
2014-11-29 21:01:29 +01:00
Necaladun
ce4066c936
Minor map tweaks and NGS-> NCS
2014-06-27 05:30:52 +09:30
ZomgPonies
2fd3ad5802
NSS Cyberiad to NGS Cyberiad
2014-06-21 17:02:35 -04:00
Rob Nelson
02d01626fb
Fix M_FAT'd strings.
2014-01-21 23:00:16 -05:00
Rob Nelson
f44ff1d7aa
Standardize FAT
...
Conflicts:
code/modules/client/preferences.dm
code/modules/mob/living/carbon/human/life.dm
code/modules/mob/living/silicon/robot/robot.dm
code/modules/mob/living/simple_animal/constructs.dm
code/modules/mob/mob.dm
code/modules/mob/mob_grab.dm
2014-01-21 22:57:10 -05:00
alex-gh
244646f135
Fixed bug with the ion storm performance optimisation
2013-12-03 19:08:59 +01:00
alex-gh
5ceb13d028
Lessened the bot emag chance in ion storms
2013-12-02 14:12:06 +01:00
alex-gh
16273b0c47
Moved events endured counter
2013-12-02 12:08:22 +01:00
alex-gh
9f45b83bcc
Only check bot emagging ever 20th tick (Performance optimisation)
2013-12-02 11:57:49 +01:00
ZomgPonies
cd4eab628f
Added events to end-round scoring
2013-11-26 07:36:18 -05:00
EmperorJon
4ff64c1190
Changes to some AI Ion Storm Laws.
...
Told to do so by Ispil.
2013-06-19 01:57:38 +01:00
Cael_Aislinn
4500be323c
removed unused event files, added some new events from unused ones, restructured/tweaked some event procs
...
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au >
2013-02-10 21:12:40 +10:00