Commit Graph

10 Commits

Author SHA1 Message Date
Charlie Nolan cb7d6f1c1b I don't see the problem. (#25783)
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
2024-06-09 11:42:24 +00:00
Adrer 01226e123a Makes all bitflags use bitshifting (#24179)
* Makes all bitflags use bitshifting

* Update contributing.md

* Updated spacing

* Defunct

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
2024-03-10 17:51:42 +00:00
GDN ee211e3f11 Digital Camouflage now makes you fully invisible to the AI (#21184)
* you are now invis hacking woooo

* Update code/modules/antagonists/changeling/powers/digitalcamo.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-06-14 21:43:28 +01:00
S34N 9f9f047ed3 Disposal sprite rework (#19238)
* initial

* 3/4ths

* pointers

* TCC disposal machine

* sprite update

* pacifistdalek

* pixel

* ticks one thing

* arrow

* darkened the disposal
2022-10-27 21:56:41 -05:00
SabreML 3b0d96a26a Invisivision (#15077) 2020-12-16 14:04:53 -05: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
Fox McCloud 52b37935f7 commit 2 2019-08-11 23:23:43 -04:00
Fox-McCloud d1e9166687 tweaks 2017-08-02 16:37:53 -04:00
SamCroswell b6cd6b4384 Rewrites HUD Handling for Glasses 2015-06-11 21:42:15 -04:00
Tigercat2000 993ad208a8 Overhaul global defines and vars
This commit overhauls the global.dm file, global_lists.dm file, and
defines.dm file into a tree system based on -tg-.

All defines have been split and distributed in code/__DEFINES/

Everything from global.dm and global_lists.dm has been split and
distributed in code/_globalvars

The _compile_options.dm file contains anything that absolutely, 100%, must
be initialized before world.dm.

Name definitions have been moved to code/_globalvars/lists/names.dm.

Other things to note
 - All instances of something.z == 2/1/3/5 have been replaced with easily
   configurable defines, labeled ZLEVEL_. The map include file can
   override these by defining custom ones in it's file, as it is at the
   top of the tree.
2015-05-12 20:48:38 -07:00