ComicIronic
d490e1f970
Removed one line ifs and elses. ( #11389 )
2016-08-15 05:36:21 -05:00
JustSumBody
3c9e22cc9e
Fixes storing items in carved books ( #10839 )
2016-07-01 01:23:33 -05:00
ComicIronic
24e1c261b9
Moves w_class to defines. ( #10051 )
2016-05-14 19:37:06 -05:00
Sood
31ac9f6a5b
510 + btime mostly removed + screen overlays overhaul + Paradise sched improvements
2016-04-26 15:34:31 -07:00
xpcybic
eca0749cd1
Fix check in/out computer and intercom manuals ( #9567 )
...
* library fixes
* changelog
* Fix both search and upload
2016-04-26 00:47:38 -07:00
D3athrow
ce0842ceea
maybe prevent future sticky massacres.
2016-04-21 16:29:53 -05:00
Intigracy
f4f7164826
Wow I merged Intigracy's first how unwise ( #9213 )
...
attack_verb is now always present tense
removes an unused and unticked hydro.dm which has the old defines for plants n shit
2016-04-07 11:47:02 -05:00
unid15
f3ff0f65c1
Replace tool istypes() with macros
2016-03-13 18:39:44 +01:00
9600bauds
f78a22d0c5
SANITYPOCALYPSE
2016-02-04 21:45:20 -03:00
D3athrow
d285a4411d
domain
2016-01-28 12:55:04 -06:00
PJB3005
2d4e0080a3
Removes the autofix messages.
2016-01-21 19:34:04 +01:00
PJB3005
1a2f9ab059
All the EOLs are now LF.
...
Fuck you too 0D :^)
2016-01-16 23:28:07 +01:00
9600bauds
e8482e5d95
Ghosts can read books
2016-01-05 22:35:28 -03:00
unid15
f8da080ba1
adds clown glue
2015-12-31 14:06:18 +01:00
Sood
3177b3af13
Reverted admin debug changes, nulled references after qdels
2015-12-06 15:11:57 -08:00
Sood
3cdf89b675
qdel replacing del, time for bugs
2015-12-06 15:11:15 -08: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
PJB3005
3cca5692af
Removes the panic writer messages.
2015-11-20 03:17:06 +01:00
dylanstrategie
32e265a1a9
Requested fixes
2015-11-10 18:13:55 +01:00
dylanstrategie
57ba60e80c
Update bookcase code
2015-11-10 17:36:25 +01:00
Scott Taylor
f02164d860
Bug fixes and tiny tweaks.
2015-08-31 14:43:48 +10:00
PJB3005
878d6d4d91
More runtime fixes.
2015-08-19 01:07:08 +02:00
Zth
4f70dac92d
whoops
2015-08-11 02:29:09 +00:00
Zth
9164473025
tweaks
2015-08-11 02:29:08 +00: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
D3athrow
6f8f1ff08f
110% plagiarism
2015-06-13 20:18:43 -05:00
D3athrow
04aef89495
comment debug
2015-04-30 15:58:40 -05:00
D3athrow
b831e6f3af
Library bits
2015-04-30 15:57:09 -05:00
D3athrow
6323c84f2b
Fix library shit for reals
2015-04-30 02:14:25 -05:00
D3athrow
e59e09522b
fix library searching and ordering by ss13bn
2015-04-29 20:22:58 -05: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
NigglyWiggly
85cca2370f
I did a dumb thing
...
I think I fixed the dumb thing
2015-04-02 23:48:43 -04:00
NigglyWiggly
154aa4d8a0
Book stuff
...
Added new Bible variation, made an icon for the Kulten one. Made a new
version of the arcane tome, made icons specifically for spellbooks and
one-use spellbooks, added a couple extra book icons for general books,
and added some weebshit icons that I'll work on actually implementing
sometime later, but for now I just tossed them in the .dmi.
2015-04-02 12:29:54 -04:00
dylanstrategie
b0ffb0a283
Fix #3483
...
- Book binders can now be unanchored and moved with a wrench
- Book binders must be anchored to be used
Simple as that
2015-03-20 03:31:33 +01:00
D3athrow
57a940be1e
Fix the library computer for realsies.
2015-03-12 00:39:47 -05:00
D3athrow
fd1965f189
Should resolve some of the pagination issues of #3310
2015-03-11 03:04:29 -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
Rob Nelson
62f5af4068
Use the same icon for all library computers.
2015-03-04 11:39:02 -08:00
Rob Nelson
fba68a346e
rm old comments
2015-03-04 11:38:16 -08:00
Rob Nelson
3f232c0d68
Fix library computer menus not refreshing on click.
2015-03-04 11:31:05 -08:00
Rob Nelson
80178bb67d
Fix queries.
2015-03-04 01:11:28 -08:00
Rob Nelson
305bcdceb0
Fix some issues with migrations.
2015-03-04 00:30:33 -08:00
Rob Nelson
9acc302a6e
Add in basic admin toolkit on library checkout computers.
2015-03-03 15:05:21 -08:00
Rob Nelson
903ac329be
LIBRARY OVERHAUL
2015-02-24 18:54:56 -08:00
d3athrow
70578acdc7
Merge pull request #2781 from Angelite191/minorfixes
...
Minor bug fixes
2015-02-14 11:04:53 -06:00
D3athrow
994e53660a
Fix nigger library computer again
2015-02-08 23:50:48 -06:00
ComicIronic
4cbb67516a
Code cleanup 2: Hell's Kitchen
...
Made is_hot and is_sharp object procs, not global procs. Added sharpness vars for objects. Things use these procs OOP now.
Made all kitchen knives inherit from utensil/knife. This also fixes an issue with plastic knives, #2863 .
Forks now work with all food properly. Fuck oldcode.
Made some procs macros, moved a maths proc, shrunk unsorted.dm a little.
Removed a redundant get_turf_loc proc that was just get_turf.
2015-02-08 13:11:54 +00:00
Angelite191
c0578f25e0
Update lib_items.dm
...
polishing
2015-02-03 15:27:05 -05:00