Commit Graph

14 Commits

Author SHA1 Message Date
Firecage 754491ce4c Changes relatives paths into absolute paths and makes some if()'s better 2016-01-17 01:36:56 +02:00
AnturK 979d7851b9 Adds human icon helper 2015-12-26 16:42:41 +01: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
Remie Richards c49bf89b15 Ports /vg/ chem weighted colour averaging 2015-05-12 23:55:35 +01:00
Remie Richards cb19fba5fb Adds DrawPixel() and DrawPixelOn(), The former is an Interface for DrawBox(), the latter an Interface for DrawPixel(), They allow drawing of 1 pixel on an icon. 2015-04-19 23:20:50 +01:00
Orange Borg e301667369 Remove an infinite loop in getFlatIcon
It's unlikely that this could ever be triggered but it's worth doing

Credit to report from
https://github.com/ParadiseSS13/Paradise/issues/596
2015-04-01 00:10:24 +13:00
Remie Richards 9efa69145d Fixes #7852, Drones now have 3 vision modes to choose from: Static, Blank (Black icons) and Rougelike colour lettering. 2015-02-21 15:41:45 +00:00
Remie Richards 59c7c7968d Reorgansies Drones into multiple files. Drones now have 2 skins to choose from (With easier support for more). Drones now see static instead of other mobs (Except Drones) 2015-02-20 14:21:25 +00:00
Firecage fab981f72e absolute paths for files in _HELPERS folder and one file in _onclick folder 2014-08-16 13:19:46 +02:00
YotaXP d48407c88e getFlatIcon gives overlays the direction of their owner when south. 2014-03-12 15:16:29 -04:00
YotaXP 35ba26b3ea Fixed coloring, overlays on overlays, and blood trails. 2014-02-18 16:54:22 -05:00
YotaXP ee58c42570 Long overdue fixes to the Polaroid cameras.
- Mobs lying down are captured properly.
- Hair and other coloring is captured properly.
- Darkness is now captured, though other area effects are not.
- Object layering is much more accurate, though still not perfect.
- Objects that were missing should now be visible.
- Objects that should not have been visible should now be gone.
- Some objects (like blood trails) are not yet captured properly.
2014-02-17 21:41:56 -05:00
elly1989@rocketmail.com 7b720a20b6 >Moved most of the helper procs into code/__HELPERS. If you see ANYTHING generic enough to be a helper proc just throw it in there and help purge the copypasta 5ever
>Replaced dd_text2list, dd_text2listcase, tg_text2listcase and tg_text2list with text2list and text2listEx. text2list will return a list of each and every character in the string if you set separator=""
>added return_file_text(filepath) which returns text from a file after doing some checks: does the file exist? is the file empty? It prints helpful error messages to the world.log if it runs into problems
>Replaced dd_file2list(filepath, seperator) with file2list(filepath, seperator). It just calls text2list(return_file_text(filepath), seperator). rather than copypasta
>Replaced time_stamp() so it's not as retarded
>Lots of the world setup stuff uses file2list now, rather than file2text -> sanity -> text2list
>Added error() warning() testing() procs. These print messages to world.log with a prefix. e.g. ## ERROR: msg.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4948 316c924e-a436-60f5-8080-3fe189b3f50e
2012-10-24 14:39:36 +00:00