Commit Graph

53 Commits

Author SHA1 Message Date
ComicIronic
d490e1f970 Removed one line ifs and elses. (#11389) 2016-08-15 05:36:21 -05:00
Intigracy
5d148f119e fixes wages config not working (#10740) 2016-06-23 19:34:22 -05:00
ComicIronic
53040e7e83 Moves string overlays to use images. (#10686)
* Moves string overlays to use images.

* Fixed overlays being missed in replace due to unexpected string characters.
2016-06-20 17:27:24 -05:00
D3athrow
9499aeaa62 stupid 2016-05-15 12:30:39 -05:00
D3athrow
7346b40080 i'm stupid 2016-05-15 12:26:25 -05:00
D3athrow
6f40db333a fix runtime that broke scoreboard 2016-05-15 12:26:02 -05:00
sood
e7ef0eeb1d WAGES (#9310)
* WAGES

* Accounts DB shows wages.

* wep

* more work, need to fix link to panel doing nothing

* Economy panel

* Changelog

* Fixes

* whoops

* no schedule

* aaaa

* changelogs pls
2016-05-14 00:29:40 -07:00
Sood
31ac9f6a5b 510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements 2016-04-26 15:34:31 -07:00
Intigracy
c564031d35 Cargo is now seperate on the many menus
clowns and mimes added to the jobban menu
removes duplicate IAA entry on the jobban menu
2016-03-27 20:03:02 -07:00
PJB3005
f46f02dc9e Goon-style chat.
Credits to goon for most of the work.
2016-03-27 17:23:07 +02:00
BestName
d9028df2a1 Changes 'NanoTrasen' to 'Nanotrasen' 2016-02-06 14:12:20 +02:00
PJB3005
2d4e0080a3 Removes the autofix messages. 2016-01-21 19:34:04 +01:00
unid15
f8da080ba1 adds clown glue 2015-12-31 14:06:18 +01:00
PJB3005
99bf59d80e Adds a to_chat() proc, to pave the way to a non shit chat. 2015-11-25 15:55:15 +01:00
Kurfursten
e08f3c0d79 Editing 2015-11-22 05:35:37 -06:00
PJB3005
3cca5692af Removes the panic writer messages. 2015-11-20 03:17:06 +01:00
DeityLink
e7e586d90b more economy stuff 2015-10-18 03:46:56 +02:00
DeityLink
7835ac11a5 Economy part 1 2015-10-11 12:32:39 +02:00
DeityLink
65874499db Merch Computer Revamp and Paintings 2015-10-04 09:27:40 +02:00
D3athrow
d59f6a07b0 comment out panicwriter and saytesting 2015-07-20 16:04:48 -05:00
D3athrow
41d7df01fd just fuck my shit up 2015-07-18 02:30:51 -05:00
ComicIronic
51a37b1e48 Machinery money changes
A lot of code standardising for the way machines handle trying to take money from a user.
All machines can now be set to connect to the accounts database in initialize().
reconnect_database(), connect_account(), and scan_card() have all been moved to the machine level.
Merch computer now reads your equipped ID, not your mind account. Fixes #2854.
All machines getting your ID using get_id_card() now check all your slots, with hands being prioritised over the ID slot.
Removed a pointless human-only proc that was causing befuddlement.
2015-06-06 16:08:34 +01:00
D3athrow
3ba32f7cff Fix #4423 2015-05-12 19:44:48 -05:00
clusterfack
e053bd704c IN WORLD
Removes a bunch of in worlds from the code.
Deity please stop adding more it wounds me.
2015-05-12 02:13:48 -05:00
DrCelt
6056bf7271 Finally fixed the issue where a new station account could bankrupt
central command
The Station Account is now worth 5000, in line with all the departments.

PINs are now 4 digits & Account Numbers are now 5 digits.
2015-04-13 21:01:59 +01:00
D3athrow
01d2471fc9 Merge branch 'color_replace_2_electric_boogaloo' into Bleeding-Edge
Conflicts:
	code/ATMOSPHERICS/pipe/pipe_dispenser.dm
	code/game/machinery/computer/HolodeckControl.dm
	code/game/machinery/embedded_controller/embedded_controller_base.dm
	code/modules/mining/money_bag.dm
	code/modules/mob/living/carbon/carbon.dm
	code/modules/mob/living/silicon/mommi/mommi.dm
	code/modules/mob/living/simple_animal/friendly/farm_animals.dm
	code/modules/research/destructive_analyzer.dm
	code/modules/research/rdconsole.dm
	code/modules/research/xenoarchaeology/machinery/analysis_base.dm
	code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm
	code/modules/research/xenoarchaeology/tools/ano_device_battery.dm
2015-04-12 16:40:59 -05:00
ComicIronic
d0e9eedd25 drop_item and click code.
drop_item now has a first arg, which is the item to drop.
Hand processing now uses drop_item properly, which fixes #3874, #3796.
Also fixes #3486.
2015-04-12 00:56:43 +01:00
D3athrow
571b235626 Exploit prevention, prevents non-AI silicons from manipulating machines on a different zlevel. 2015-03-15 16:58:41 -05:00
ComicIronic
34bab36581 Changes to drop_item.
The drop_item arg is now the loc placed, not the child of the loc or whatever.
Removed a few lines of items being placed into themselves, on themselves, into other things manually, into their users, etc.
Cleans up the fix for MoMMI recharger silliness.

This took about 2 hours of non-stop manual searches.
2015-03-08 21:37:34 +00:00
D3athrow
18b50b394a Fixes #1669 Standardize game year dates. 2015-02-17 15:28:57 -06:00
D3athrow
f31a38db96 Compile fixes for you travis 2015-02-12 13:43:01 -06:00
D3athrow
91f94b4cc0 emag act for accounts database 2015-02-12 13:30:08 -06:00
D3athrow
72fde47f91 micro optimization, Cut() to len = 0 2015-01-31 00:40:13 -06:00
eswordthecat
6550f9b08d Remove centcomm_account_db assignment from gameticker. 2015-01-22 11:56:53 +08:00
ririchiyo
2c69c0dc15 There's no way this done yet. 2015-01-12 08:45:52 -05:00
Chris
a6c108fcaa Sanity for funtimes 2015-01-06 14:46:48 -06:00
Chris
0aa36b7ff5 no id card.
ghosts on the computer
no lungs!
mob movement sanity
divide by zero sanity
air alarm sanity
chem sanity
incorporeal move sanity
disease sanity
reagents sanity
2015-01-06 00:19:31 -06:00
DeityLink
5f8f657773 PDA update fixing 2014-12-10 03:52:12 +01:00
d3athrow
469916c38a Fix POS not opening the menu when you slap with your ID and make it not show the [user] attacked the thing with your ID as well. 2014-07-16 11:59:34 -05:00
ESwordTheCat
84a8b2056d Batch 2. 2014-05-25 03:45:41 -08:00
ESwordTheCat
27bf471db9 Fix compile errors. 2014-05-24 05:13:02 -08:00
Erthilo
b96f2a9d7a Change in machines to in world again. 2014-05-04 21:41:08 +01:00
Erthilo
492388c399 Let process inherit the default. 2014-05-04 21:08:46 +01:00
Erthilo
b5e8cacf9b Fix commit mistakes, remove world << debug. 2014-05-04 21:04:00 +01:00
Erthilo
2da080af7c Fixes EFTPOS not connecting to accounts. Also sets account security to 0 for random people to allow for stealing using ID cards. 2014-05-04 17:50:34 +01:00
Rob Nelson
5961f4f6ba Fix POS terminals using the wrong fucking icon. 2014-04-28 00:41:45 -07:00
Rob Nelson
a5b8d9a9d7 More POS usability fixes. 2014-04-26 19:49:09 -07:00
Rob Nelson
612fbb3637 Make some ease-of-use changes to PoS terminals. 2014-04-25 22:10:15 -07:00
Rob Nelson
97fa9848f6 Add missing shit 2014-04-25 02:35:41 -07:00
Rob Nelson
a2657f7ce1 Multiple fixes for ATMs, equipment lockers, and supply shit. Tested.
Signed-off-by: Rob Nelson <nexisentertainment@gmail.com>
2014-04-20 22:25:44 -07:00