Datraen
d69f9557ce
Make cameras great again
2016-11-17 10:42:52 -05:00
Spades
d16ed00228
Fixes Sol Gov and CentCom stamp names
...
This was irritating me.
- "solgov stamp" is now "Sol Government rubber stamp"
- "centcomm rubber stamp" is now "CentCom rubber stamp"
2016-10-23 15:39:42 -04:00
Spades
2330968176
Replaces Station Administrator
2016-10-06 22:38:02 -04:00
Neerti
828dacf485
Centralizes weight class definitions
...
A lot of new defines are now in inventory_sizes.dm, which contains;
All the size identifiers (the thing that tells the game if something is bulky, or w/e).
Storage costs for all the sizes, which are exponents of two, as previously.
A few constants for inventory size.
Also changes all storage item's capacity definitions by basing it off of how many 'normal slots' exist for it. This allows one to change the definition for all of the defines in the file, and everything will follow along without needing to change 500 files. In testing, I made all ITEMSIZE_COST_* defines doubled, and nothing had broke.
The benefit of doing all of this is that it makes adding new weight classes in the future much simpler, and makes knowing how much space a container has easier, as seeing ITEMSIZE_COST_NORMAL * 7 means it can hold seven normal items.
2016-09-22 00:51:51 -04:00
Spades
9c78d6a2a1
Naming inconsistencies fixed
...
The short naming of central command has been really inconsistent across
the game's files. This has always annoyed the shit out of me.
CentComm and Centcomm and Centcom are now all CentCom, specifically with
that capitalization. Why one M instead of two M's? Because Comm with two
'M's = Communications. Hence, Telecomms, NOT Telecoms. Telecoms is
incorrect. CentCom was also chosen because CentCom with one M and this
casing is most found throughout the game's files.
Speaking of Telecomms, I corrected one instance in the game where it's
Telecom. Like I said, this is not correct. There was only one
inconsistency.
Likewise, Nanotrasen has been changed to NanoTrasen. Nanotrasen only
appears 20 times, where NanoTrasen appears 62. NanoTrasen is clearly the
preferred, correct naming.
2016-09-13 16:36:43 -04:00
Yoshax
f7c459d796
Merge pull request #2357 from SinTwo/framecleanup2
...
Frame Cleanup + Machinery Code Cleanup
2016-08-28 18:31:16 +01:00
SinTwo
a2a2f58e93
Fixes #2352
2016-08-27 13:44:32 -04:00
SinTwo
fa92cdeeda
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into framecleanup2
2016-08-23 18:33:51 -04:00
SinTwo
eabefc538a
Revert "Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade"
...
This reverts commit 6bb5409349 , reversing
changes made to f6a83d5ee0 .
2016-08-15 12:58:00 -04:00
SinTwo
6bb5409349
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade
...
Conflicts:
code/modules/admin/holder2.dm
2016-08-15 12:26:53 -04:00
SinTwo
045c393683
Revert "Revert "Frame Cleanup""
...
This reverts commit 82722ba42f .
2016-08-13 19:55:57 -04:00
NullSnapshot
06ddbfc98d
gets rid of unneeded code in adminpaper
...
minor change to paper.dm fixes the issue adminpaper needed the code in.
2016-08-12 21:58:15 +01:00
Yoshax
de38b055b4
Adds ability to put the SolGov logo on the admin faxes
2016-08-12 21:58:08 +01:00
NullSnapshot
e987e2f0c4
allows check_rights to accept either mobs or clients.
2016-08-12 21:48:52 +01:00
NullSnapshot
3345ac5cd1
gets rid of some text macros.
2016-08-12 21:36:17 +01:00
NullSnapshot
d81bfe3c3e
adds footer and changes fax challenge to an md5 of the game ID.
2016-08-12 20:07:15 +01:00
NullSnapshot
e881c77c8f
refactors admin faxes to allow for more simple to use fax creation and replying.
...
Admins also gain the ability to initiate faxes.
And mods can send and receive faxes now.
2016-08-12 19:58:52 +01:00
SinTwo
f50adb9554
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade
...
Conflicts:
code/_helpers/time.dm
code/modules/economy/ATM.dm
2016-08-09 15:46:24 -04:00
Yoshax
82722ba42f
Revert "Frame Cleanup"
2016-08-06 00:27:03 +01:00
Yoshax
afa7878abb
Merge pull request #2263 from SinTwo/frame_cleanup
...
Frame Cleanup
2016-08-05 21:14:35 +01:00
SinTwo
07b4eb2d95
final fixes, tweaks, and cleanups
2016-08-03 14:09:12 -04:00
SinTwo
4f7ea573c1
world time fix
2016-07-30 03:19:47 -04:00
SinTwo
0086d61d56
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade
...
Conflicts:
code/modules/client/client procs.dm
nano/templates/robot_control.tmpl
2016-07-27 16:11:55 -04:00
SinTwo
66c3a007a9
frame cleanup fixes
2016-07-23 23:45:24 -04:00
Anewbe
612a6f8328
Merge pull request #2149 from SinTwo/item_state
...
Item State Cleanup
2016-07-23 15:53:36 -05:00
Peter Mörck
88c82dfe65
New stamps for warden and cargo.
...
Add new stamps for warden and cargo.
Replace the stamps in their areas to the corresponding new ones.
Give captain a deny stamp.
2016-07-23 15:42:08 +01:00
SinTwo
4bff201f8b
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into item_state
...
Conflicts:
code/game/objects/items/devices/telecrystal.dm
icons/mob/suit.dmi
icons/obj/clothing/suits.dmi
2016-07-22 23:39:19 -04:00
redstryker
2e25267791
Adds SolGov logo to Paperwork and SolGov Stamps
2016-07-21 15:29:08 -04:00
SinTwo
7192bf08fd
item_state cleanup
2016-07-11 22:31:32 -04:00
SinTwo
fbfa773f56
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade
...
Conflicts:
nano/css/icons.css
nano/css/shared.css
2016-06-25 19:58:21 -04:00
SinTwo
4fa126b7e7
a whole lot of nanoui upgrades
2016-06-24 00:43:16 -04:00
SinTwo
244fb40de8
Fixes part 1
2016-06-20 23:32:18 -04:00
SinTwo
32e9c4a34b
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoUI
...
Conflicts:
code/game/machinery/adv_med.dm
2016-06-20 11:51:25 -04:00
SinTwo
1e2136781c
Adds NanoUI for multiple computers.
2016-06-20 11:48:52 -04:00
Spades
c89752a369
Fax, Prayer, and Emergency Comms
...
Resolves #1862
2016-06-14 16:32:13 -04:00
SinTwo
1b80af361e
Fixes fax runtimes at startup.
2016-06-02 15:10:33 -04:00
SinTwo
5d25d72593
Frame Fixes
2016-06-01 14:32:56 -04:00
Datraen
beda3185eb
Reverts the second mob clean up because of incomplete implementation.
...
This caused an error that would then cause machinery to hang on the server, and was reproduced successfully.
2016-05-04 00:24:55 -04:00
SinTwo
5ae20ceb8b
Buildables v1.2 ( #1517 )
...
* Removes text2path, adds constructability to a few things, adds a locker_painter.dm, and several fixes.
* Fixes Maps due to working on ancient versions.
* Path error.
* Adds a missing ..()
2016-05-03 22:18:12 +01:00
Kelenius
98badae45f
Merge branch 'master' into cleanupTwo
2016-04-21 11:41:32 +03:00
Neerti
96e52f5af0
Merge pull request #1229 from SinTwo/construction_update
...
Construction update
2016-03-26 15:45:19 -04:00
Datraen
357fd67a65
Merge pull request #1159 from Kelenius/playingWithTravis
...
Attempts to port bay's travis update attempts
2016-03-26 13:18:55 -04:00
SinTwo
b356f5cf21
Construction Update
2016-03-25 16:02:36 -04:00
Mark9013100
03d1fbcf10
Gives the QM a proper stamp
2016-03-24 14:52:55 -04:00
Kelenius
df5a0d7941
Mob inventory cleanup
...
Replaces three item removal procs with one
Adds a proc to delete an item on the mob
2016-03-24 01:23:08 +03:00
Kelenius
e883863f4b
Merge branch 'master' into playingWithTravis
2016-03-23 17:12:11 +03:00
Neerti
a9ad84da4b
Merge pull request #1191 from Kelenius/inventoryCleanup
...
Mob inventory cleanup
2016-03-22 21:42:27 -04:00
Datraen
fe9d3fd4c4
Merge pull request #1027 from Kelenius/mobCleanup
...
Changes types of ghosts and eyes
2016-03-18 13:50:47 -04:00
Kelenius
afbc235b96
Mob inventory cleanup
2016-03-15 16:39:40 +03:00
Kelenius
3fdda5e8c5
Fixes issues travis found
2016-03-11 11:59:51 +03:00