Nerd Lord
7c8a138f60
Sneaks in a new book sprite that's totally white colored, no blue dot.
2015-12-29 16:01:14 -05:00
Kyle Spier-Swenson
49e112b189
Fixes lib machines spamming refreshes when printing
2015-12-23 14:20:42 -08:00
KorPhaeron
d8a37204e7
Makes burn_state use defines
2015-12-13 05:36:55 -06:00
Kyle Spier-Swenson
0e4c9b79f3
Update lib_machines.dm
2015-12-06 08:40:47 -08:00
Kyle Spier-Swenson
d97bd880b9
Fixes library computers pager...... 3rd time's the charm
2015-12-06 07:48:52 -08:00
Kyle Spier-Swenson
02b4ce079a
Fixes library computer's next page not working.
2015-11-30 18:40:42 -08:00
Jordie
da0c466f82
Merge pull request #13149 from Firecage/toolspeed
...
Adds toolspeed
2015-11-29 21:06:15 +11:00
Kyle Spier-Swenson
184b7ea5ce
Fixes library computers thinking they already built their menu
2015-11-22 14:49:29 -08:00
Firecage
c933363062
Adds the toolspeed var and adds it to most usages of tools which has a timer
2015-11-21 19:24:14 +02:00
Cheridan
4c899d2b34
Merge pull request #13063 from Incoming5643/subtypesof
...
Adds subtypesof(path)
2015-11-19 16:31:09 -06:00
Incoming
1f9f0dfc40
Adds subtypesof(). It's shorthand for typesof(path) - path.
...
Replaces typesof(path) - path with subtypesof(path) in obvious places. I was a bit conservative, there's probably a few more places that could use this.
2015-11-16 18:55:57 -05:00
Kyle Spier-Swenson
ad2cf316e5
Fixes compile error in library computers from me coding while too high
2015-11-16 13:01:34 -08:00
Kyle Spier-Swenson
405b8b8284
Fixes some more compile errors in library computers
2015-11-15 15:37:36 -08:00
Kyle Spier-Swenson
aa3040003a
Fixes library computers missing a var breaking compiling.
2015-11-15 15:18:39 -08:00
Kyle Spier-Swenson
818dc2e9b4
Makes external archive only show pages of 250 books
...
250 because any less seemed like you would have to page too much to browse the archive.
All actions preserve the current page.
Page splitting and calculation is cached on first load of the external archive for that computer (has to be per-computer because the html is cached and it needs to have the src arg)
2015-11-15 15:13:35 -08:00
Vincent
e4c307af79
You saw nothing
2015-11-01 11:40:14 -05:00
Vincent
8acfb8db3c
Grumble grumble doesn't work in new must be in initialize
2015-11-01 11:40:13 -05:00
Vincent
7bb3c14883
Error checking, consolidation, sql sanity
2015-11-01 11:40:13 -05:00
Vincent
c1d3ddb6e7
Adds database-fed random bookshelves.
2015-11-01 11:40:12 -05:00
bear1ake
f697ae90f5
removes a bunch of .0
2015-09-10 20:57:30 +09:00
Firecage
4688c2c969
Fixes proc arguments
2015-07-15 23:52:35 +02:00
Ikarrus
8759f56f6f
Squashed Commits
2015-06-27 00:09:16 -06:00
Iamgoofball
a8ec1c76df
Merge branch 'master' of https://github.com/tgstation/-tg-station into graphics
...
Conflicts:
code/ATMOSPHERICS/atmospherics.dm
code/game/machinery/computer/computer.dm
code/game/objects/items/weapons/explosives.dm
code/game/objects/structures/crates_lockers/closets/fireaxe.dm
code/game/objects/structures/musician.dm
code/game/objects/structures/tables_racks.dm
code/game/objects/structures/window.dm
2015-06-23 12:54:26 -07:00
Iamgoofball
a00e11520c
Merge branch 'master' of https://github.com/tgstation/-tg-station into graphics
2015-06-14 15:42:15 -07:00
xxalpha
b2e84a0d3c
Put drop_item() calls inside ifs. Replaced some drop_item() with unEquip(
2015-06-14 20:11:40 +01:00
Iamgoofball
c2256d41fc
BAR NOW SHOWS UP ON THE OBJECT YOU'RE INTERACTING WITH
2015-06-13 13:58:08 -07:00
Jordie0608
5ef93b2225
overlays for computers
2015-06-13 20:07:48 +10:00
Firecage
3a826fe13c
Changes alot of datum/ to /datum/
2015-05-31 02:40:54 +02:00
phil235
752032628f
Remove kitchen/utensil/spoon. Changes /kitchen/utensil stuff to simply be /kitchen.
...
Butchering spiders now is done in one step, not leg after leg. Changed simple_animal/harvest proc.
Kitchen knives are now weapon/kitchen/knife.
Fixes eating omelette with fork.
Changed some code to use is_sharp() instead of multiple type checks (spacevines and leather code).
Removes utensil/knife (we already have kitchen/knife).
2015-04-27 23:54:28 +02:00
kingofkosmos
1d14471d00
Ellipses to waiting messages. Warning-spanclasses to failing messages with an exclamation mark.
2015-04-24 20:50:50 +03:00
Miauw
ba2a1c8f19
Adds a verb_exclaim var. Fixes #8478 .
...
Also makes saymods transmitted through the radio system for upcoming NTSL integration.
2015-03-22 18:55:59 +01:00
Miauw
1873143e63
Initial say cleanup commit.
2015-03-18 19:23:31 +01:00
Remie Richards
5fc7af7fbf
attackby() now has an argument containing the parameters of the click that called it. Items placed on tables now center their icon where the user clicked. this is NOT true for racks, since racks look organised in their sprite.
...
Items reset their pixel_x and pixel_y values on pickup.
2015-02-19 13:02:43 +00:00
MrStonedOne
dda1bd3b2d
Merge branch 'lib-sucks-no-homo' of https://github.com/MrStonedOne/-tg-station into lib-sucks-no-homo
...
Conflicts:
code/modules/library/lib_machines.dm
2015-02-18 18:26:39 -08:00
MrStonedOne
c0af9cc320
Merge remote-tracking branch 'upstream/master' into lib-sucks-no-homo
...
Conflicts:
code/modules/library/lib_machines.dm
2015-02-18 18:23:05 -08:00
MrStonedOne
5addddb1d4
Merge remote-tracking branch 'upstream/master' into lib-sucks-no-homo
...
Conflicts:
code/modules/library/lib_machines.dm
2015-02-18 18:20:16 -08:00
MrStonedOne
6a9ea4c9ec
Ports tkdrg's library computer caching system.
...
This helps mitigate lag caused by the computer grabbing meta information about almost **two thousand books** over sql on EVERY load of the library computer interface
2015-02-18 18:03:39 -08:00
phil235
f93ee8b99b
Fixes book management console and Robotics RnD console dropping a circuitboard not set to the correct computer build_path.
2015-01-14 14:04:21 +01:00
phil235
822f871e5b
Merge branch 'LibraryComputer' of https://github.com/phil235/-tg-station into LibraryComputer
2015-01-11 15:55:26 +01:00
phil235
658c82e403
Merge branch 'master' of https://github.com/tgstation/-tg-station into LibraryComputer
...
Conflicts:
_maps/map_files/TgStation/tgstation.2.1.3.dmm
2015-01-05 22:17:04 +01:00
Xhuis
88105318a6
Defines allowed books in main bookcase define
2014-12-31 23:08:23 -05:00
Xhuis
c17e25aafa
Polishes code with lists
2014-12-31 22:00:08 -05:00
Xhuis
a003cdc347
Lets you put hollowed books in bookcases
2014-12-30 19:18:08 -05:00
Iamgoofball
8c2df5fc4f
adds a commemorative comment as per request by Miauw
2014-12-30 13:57:13 -08:00
phil235
de336b5db4
derp
2014-12-30 21:53:54 +01:00
phil235
1dd8be6ca6
Added circuitboard design for library console
...
Removed debug message and fixing two lines
Added a changelog.
2014-12-30 21:37:43 +01:00
phil235
9c5c01fb6f
Changed library consoles into actual computers.
2014-12-30 17:11:20 +01:00
Xhuis
27e3640bdd
Fixes monkeys being able to read books
2014-12-14 13:06:33 -05:00
Hornygranny
af3f1aa4d8
Merge remote-tracking branch 'remotes/upstream/master' into emagrefactor
...
Conflicts:
code/game/machinery/deployable.dm
code/game/objects/items/weapons/storage/lockbox.dm
code/game/objects/structures/crates_lockers/closets/secure/secure_closets.dm
code/modules/clothing/glasses/hud.dm
code/modules/mob/living/silicon/robot/robot.dm
2014-12-09 16:03:45 -08:00
Razharas
7758a0afed
Ok now explosions shall work properly
...
Changed severity to target, make items not destroy themselves on
severity lower than 1, all that stuff
2014-12-05 23:21:48 +03:00