Commit Graph
2009 Commits
Author SHA1 Message Date
Cerebulon b414ac04ea Don't overwrite that when pasting actually 2022-04-11 10:14:02 +01:00
Cerebulon 599c2c8c57 Adds a bunch of new bags and replaces nearly all bag sprites 2022-04-11 10:07:58 +01:00
SpookertonandGitHub eafc8fabb6 Merge pull request #8504 from Atermonera/c420
C4 still explodes if the turf its placed upon changes
2022-04-09 11:02:59 +01:00
atermonera 4368e99055 fiddlybits 2022-04-04 23:02:21 -08:00
Greenjoe12345andGitHub a19ddfce0e Merge branch 'master' into swordsandbow 2022-04-03 21:00:59 +01:00
spookerton 7eedbedba5 removes some legacy procs, adds some other procs
NUFC

removed add_lspace — unused
removed add_tspace — unused
removed invertHTML — unused
removed hsl2rgb — unimplemented

removed hex2num — replaced with define
removed num2hex — replaced with define
removed add_zero — replaced with pad_left
removed add_zero2 — replaced with pad_left
removes hex2rgb — replaced with behavior of rgb2num()
removes hex2rgb_r — replaced with behavior of rgb2num()
removes hex2rgb_g — replaced with behavior of rgb2num()
removes hex2rgb_b — replaced with behavior of rgb2num()
removes assorted inline list(rgb) > hex — replaced with behavior of rgb()
removes assorted inline rand > hex — replace with random_hex_text

added hex2num define
added num2hex define
added random_hex_text
added generate_padding
added pad_left
added pad_right
2022-04-03 14:19:45 +01:00
atermonera 56a8fd834e C4 still explodes if the turf its placed upon changes 2022-04-02 19:13:04 -08:00
AtermoneraandGitHub 83ac485925 Merge pull request #8496 from Spookerton/spkrtn/sys/out-with-the-old-2
remove some obsolete defines
2022-04-02 17:46:13 -08:00
AtermoneraandGitHub 0921064401 Merge pull request #8492 from Spookerton/fenodyreeav/material-armor-crafting
adds material armor crafting recipes
2022-04-02 17:41:04 -08:00
AtermoneraandGitHub 3adb6b548a Merge pull request #8486 from Spookerton/spkrtn/fix/movable-destruction
cleans up atom/movable/Destroy + adds walk(src, 0)
2022-04-02 17:39:09 -08:00
AtermoneraandGitHub a3b8f0fd5f Merge pull request #8481 from Spookerton/spkrtn/fix/8451
adds client helpers, fixes an oversight from 8451
2022-04-02 17:36:43 -08:00
Greenjoe12345 bb24579a29 weapons 2022-04-03 02:27:16 +01:00
SpookertonandGitHub a8f3898901 Merge pull request #8419 from Sypsoti/changelingredux-1
New Changeling Menu
2022-04-01 18:26:26 +01:00
SpookertonandGitHub f06dcc071e Merge pull request #8470 from Verkister/patch-89
Some admin log "usr" fixes
2022-04-01 18:25:29 +01:00
spookerton 2dda71ecf0 remove ATAN2 define 2022-03-31 19:23:29 +01:00
spookerton 602cc67d2b removed CLAMP define 2022-03-31 19:21:58 +01:00
spookerton b61156cefe adds client helpers, fixes an oversight from 8451 2022-03-30 15:04:29 +01:00
spookerton 5212706f3d cleans up atom/movable/Destroy + adds walk(src, 0) 2022-03-30 15:04:11 +01:00
spookerton 209caf444c adds material armor crafting recipes 2022-03-30 15:03:27 +01:00
atermonera c7f1880394 Revert "What was supposed to be another straightforward major system overhaul that once again spiraled out of control (#8220)"
This reverts commit 4d8c43f106.
2022-03-29 16:01:32 -08:00
VerkisterandGitHub 18079439b9 Update mind.dm 2022-03-25 18:31:41 +02:00
CerebulonandGitHub 474a8c43cf Decl Music and Ported Music + Licenses (#8221)
* Decl music + ported music

* Bugfixes and not

* unit test

* debug shit + some fixes

* More Changes

* Removes some unused/extra songs in case it was a file size issue

* Nuke crash-prone songs

* Add cynosure defines

* It Just Works Now + Finished Headphone code/sprites

* requested tweaks/debug removal

* recheck dme
2022-03-12 19:45:36 -08:00
Sypsoti 658d6dbc0f fixes missing html tag 2022-03-05 19:22:45 -06:00
Sypsoti d7d4a4b3ed menu refreshes each time it's reopened and removing changeling status now actually removes it. 2022-03-05 13:58:53 -06:00
Sypsoti 8f9757e0a3 begins to add evolution tree window 2022-03-04 18:56:14 -06:00
AtermoneraandGitHub f603223d88 Adds antag subsystem to handle antag datum init (#8383)
* Adds antag subsystem to handle antag datum init. Moves antag datum defines to a module. Antagging new_players via traitor panel moves their created bodies to appropriate spawnpoints.

* Un-oopsies some unnecessary init order changes
2022-01-27 20:08:10 -08:00
Cerebulon f038314ee1 Adds a roof to indoor rain sounds 2022-01-17 04:07:35 +00:00
AtermoneraandGitHub 4d8c43f106 What was supposed to be another straightforward major system overhaul that once again spiraled out of control (#8220)
* get_tool_quality has numerical meaning

* Basic tools set tool quality

* Toolspeed is replaced by tool quality checks

* Addresses assorted results from live test

* Extra cleanup
2022-01-16 15:52:55 -08:00
0232be9531 Repaths obj/effect/effect, datum/effect/effect [MDB_IGNORE] (#8312)
* Repaths obj/effect/effect, datum/effect/effect

* linter fixes

* No new

Co-authored-by: Atermonera <forslandm@gmail.com>
2022-01-16 00:14:39 -08:00
AtermoneraandGitHub cff34e64a1 Adds event regions to GameMaster events (#8334)
* Configures gm events to be selectable by "region"

* Configures event regions for existing events

* Configures event selection to filter by region
2022-01-15 23:52:00 -08:00
atermonera e5abe10a84 Fixes ghost stacks lingering in the fridge 2021-11-21 22:18:37 -08:00
Ghost ActualandGitHub 12b1a29efe Donk-Soft! (#8305)
* Initial port

* Various fixes

* Doomguy Costume Addition

Halloween just around the corner, I wanted to add a costume that uses the new toy guns.

* Merge conflict, fixes
2021-10-04 22:14:46 -08:00
SchnayyandGitHub 671a9bf3b6 Merge pull request #8296 from Atermonera/crafting_reqs_fix
fixes crafting reqs not storing parts in the result
2021-09-16 08:32:24 -05:00
atermonera 6e6f558638 fixes crafting reqs not storing parts in the result 2021-09-12 12:06:29 -08:00
Schnayy 4fbeb64ae5 round start multitool 2021-09-11 08:59:45 -05:00
MistakeNot4892andGitHub f14907cdb9 Merge pull request #8203 from Cerebulon/food2021
Food Expansion
2021-09-03 11:55:26 +10:00
AtermoneraandGitHub 5a261195ea Refactors crafting to support requirement alternatives (#8184)
* Refactors crafting to support requirement alternatives
Adds recipe for spears

* adds lint

* Tweaks recipe processing
2021-09-02 16:51:41 -09:00
MistakeNot4892andGitHub 6425be0fa8 Merge pull request #8260 from Cerebulon/clothes-aug2021
Adds a Whole Buncha More Clothes
2021-09-01 10:04:13 +10:00
Cerebulon a567381931 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into food2021 2021-08-31 18:31:58 +01:00
Cerebulon 707396462f Adds a Whole Buncha More Clothes 2021-08-29 05:46:49 +01:00
Cerebulon f5fb5d4a3c New Labcoat Sprites 2021-08-22 19:52:20 +01:00
Cerebulon 2368c341c0 and the rest 2021-08-09 23:24:00 +01:00
Cerebulon cc9d9d498a Fixes blank ID sprite for HoP/Secretary 2021-07-22 01:47:48 +01:00
Leshana e3cb292c7b Fix compiler warning from unused var. 2021-07-01 18:35:30 -04:00
AtermoneraandGitHub 959511918c Replaces DEFAULT_WALL_MATERIAL with MAT_STEEL, where applicable (#8156)
* Replaces DEFAULT_WALL_MATERIAL with MAT_STEEL, where applicable

* floorbot compiles
2021-06-29 20:28:16 -07:00
NovacatandGitHub 80c6493979 Medicine Tweaks (#8157)
* Medicine Tweaks

Mostly, these are based off of notes I have been collecting over the past year or so, and I just got the motivation to actually act on those notes.

- Adminordrazine buffed again
- Myelamine buffed slightly, to reduce the chances of a standard clotting injector failing to treat IB
- Bicaridine Overdose slightly more effective at treating IB
- Inaprovaline metabolizes slower, to make it more useful in its role of patient stabilization
- Bone repair autoinjector changed to a 5u autoinjector with 5u of osteodaxon. Considering how osteodaxon works, 10u is overkill and leaves the patient feeling the side effects for longer than they should.
- Clone loss autoinjector added, patterned off the new bone repair autoinjector. 5u of Rezadone to deal with clone loss. Added to uplink as well as random unknown autoinjector spawners.

* Adjusted percentages and comments

* More Tweaks
2021-06-27 20:49:52 -09:00
AtermoneraandGitHub 671b5e7ea4 Closet appearance decls correctly use the repository (#8154)
* Closet appearance decls correctly use the repository

* GET_DECL
2021-06-27 20:45:23 -09:00
MarinaGryphonandGitHub 593246b595 Linter diagnostics + bans non-var relative pathing (#8150)
* Linter diagnostics + bans non-var relative pathing

* Enable DreamChecker Annotations

* make it executable

* update hashFiles

* oops

* tries to fix it... again

* trying again

* path

* repath

* fix perms

* fixes weird capitalisation issue
2021-06-20 13:14:29 -09:00
LeshanaandGitHub 1df8a81f63 Configure some VV bitfields and fix editor (#8139)
* Fix unwanted line wraps in vv bitfield editor.

* Configure vv bitfields for appearance_flags, vis_flags, and sight.
2021-06-20 10:59:21 -09:00
AtermoneraandGitHub beaf109060 Refactors posters to use decls (#8128)
* poster

* Moves decls_repo init forward

* Moves decl_repository init even further forwards
2021-06-18 19:14:49 -07:00