Commit Graph

4981 Commits

Author SHA1 Message Date
cib
506ffbc836 Removed some wild debugging messages. 2012-06-22 22:22:26 -07:00
caelaislinn
fda643647a removed New() debug message
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-23 15:19:55 +10:00
caelaislinn
b7e22da1d5 more artifact tweaks
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-23 15:18:26 +10:00
cib
b1774030df Issue #1366: Optimized UpdateDamageIcon 2012-06-22 22:10:26 -07:00
caelaislinn
66769fec4f arty tweaks
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-23 14:49:22 +10:00
caelaislinn
bd0bdb2506 Merge branch 'master' of https://github.com/Baystation12/Baystation12 2012-06-23 11:44:40 +10:00
caelaislinn
16a9b2109f anomaly tweaks and fixes
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-23 11:43:02 +10:00
SkyMarshal
46f202fa99 Merge pull request #1367 from CIB/master
Implemented socket_talk, a quick way for inter-process communication
2012-06-22 17:01:05 -07:00
cib
688e8e0ac0 Refined the socket_talk protocol for debugging purposes. 2012-06-22 16:00:45 -07:00
SkyMarshal
f3b9285f05 Guns now have a different message for when they are fired by the auto-fire-mode. 2012-06-22 14:27:21 -07:00
cib
7b0b71dc4e Fixed a compile error. 2012-06-22 14:11:18 -07:00
SkyMarshal
616be6eed8 More while loop stuff, removed shitloads of unnecessary curly brackets in the map reader, fixed ED-209 projectiles 2012-06-22 14:10:48 -07:00
cib
02e7f30a9e Refined the BYOND-side socket_talk interface 2012-06-22 13:37:50 -07:00
SkyMarshal
668f81c329 Some tweaks and fixes for UL and any while loops I find, as well as removing generally bad procs. 2012-06-22 12:50:45 -07:00
caelaislinn
0e21ed125a artifacts can be harvested and reused in a portable emitter, restructured artifacts, artifact analyses should go a lot smoother and faster now, additional bugfixes in general, moves some icons around to hopefully fix some bugs, additional strange rock formations should spawn now, dbs should work now, reworked the anomaly lab, redacted
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-23 04:16:09 +10:00
Cael_Aislinn
81714b9b0b more arty tweaks
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2012-06-23 01:42:36 +10:00
Cael_Aislinn
952f240d4e fix for unable to find pad >.>
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2012-06-23 01:32:30 +10:00
Cael_Aislinn
835b1f2567 some more fixes
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2012-06-23 01:17:21 +10:00
Cael_Aislinn
6b61a58d2d fixes for (hopefully) some of the bugs that came up over the last few rounds
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2012-06-23 00:59:27 +10:00
Albert Iordache
167372833b Boosted the minimum and max power of light tubes 2012-06-22 15:46:54 +03:00
cib
610353c2a2 Started implementing the socket_talk API 2012-06-22 01:10:39 -07:00
Albert Iordache
506eb57979 Merge pull request #1358 from caelaislinn/master
anom tweaks
2012-06-21 23:35:17 -07:00
caelaislinn
d5821ddb99 artifact tweaks, added artifact catalogue database to anom lab
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 16:31:43 +10:00
Albert Iordache
4b5cc15d6b Merge pull request #1356 from caelaislinn/master
anomaly tweaks
2012-06-21 23:17:55 -07:00
cib
a61f2b1a4c Removed ticker debugging again. 2012-06-22 08:15:25 -07:00
cib
265c086491 And forgot a file. 2012-06-22 07:12:33 -07:00
cib
f2313852d7 Added admin reporting. 2012-06-22 07:01:03 -07:00
cib
18d305341c Merge branch 'master' of github.com:Baystation12/Baystation12 2012-06-22 06:51:15 -07:00
cib
bbf735a00b Moderators can now identify antagonists. 2012-06-22 04:46:05 -07:00
cib
19cf03546c Master controller debugging for crashes.
Warning: This can cause up to 100 writes to a file per second, which may cause notable CPU consumption. Should remove this, or replace it with a C DLL at some point.
2012-06-22 04:18:00 -07:00
caelaislinn
b79d5253b0 gloves now prevent on-touch artifacts from activating, anomaly suits are pressure resistant, fixed door in anom lab
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 16:09:09 +10:00
caelaislinn
3210012cf9 slight artifact tweaks
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 14:31:15 +10:00
caelaislinn
c1561be2f8 readded missing file. somehow it unticked during a merge and didn't get pushed?
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 14:22:13 +10:00
CIB
09d035bcca Merge pull request #1348 from CIB/master
Master controller crash debugging
2012-06-21 19:20:10 -07:00
SkyMarshal
dba2b81756 Fix for cael's derp. MAKE SURE YOU TICK YER FILES. 2012-06-21 18:10:15 -07:00
SkyMarshal
800c4a406a Merge pull request #1345 from SkyMarshal/BugFixes
Traitor objective system update.  Ultralight update and speed boost.
2012-06-21 18:05:16 -07:00
SkyMarshal
9418a1c8a6 Traitor objective system update. 2012-06-21 17:51:06 -07:00
caelaislinn
c6ae41d7dc slight bugfixes
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 07:26:14 +10:00
caelaislinn
124a511de1 Merge branch 'master' of https://github.com/Baystation12/Baystation12 2012-06-22 07:16:43 +10:00
caelaislinn
9d68386d53 new scientist alt-titles
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 07:13:45 +10:00
SkyMarshal
569cd2f0df Damned constants. Also: Moved more stuff into #defines. 2012-06-21 14:12:27 -07:00
Hawk-v3
7abb3d8244 Merge pull request #1340 from SkyMarshal/BugFixes
UltraLight optimizations, removes derpy footprint code for now, moves access levels into #defines.
2012-06-21 14:09:14 -07:00
caelaislinn
797227e3ab cleaned up some cameras
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 07:03:55 +10:00
caelaislinn
fd0a501eff added new ore type which you can mine for artifacts, added new tool specifically for mining artifacts
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 07:03:28 +10:00
caelaislinn
854ca4c516 ported much of alfie's anomaly code from luna, cut down and bugfixed much of said code, added new findable artifacts, tweaked existing artifacts, added anomalous artifact analysis (more to come later, possibly)
Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
2012-06-22 07:02:56 +10:00
SkyMarshal
59b29b7eb4 Whoops! 2012-06-21 13:41:18 -07:00
SkyMarshal
730461840f UltraLight optimizations, and moving of access levels into a defines. (Pre-processor stuff is fun) 2012-06-21 13:35:34 -07:00
SkyMarshal
f39676cacb Removes the unfortunately derpy bloody footprints. 2012-06-21 11:10:05 -07:00
Miniature
938a24d5a9 Merge pull request #1338 from Miniature/master
Commented out a bunch of reaction checks that never result in any reactions.
2012-06-21 09:54:42 -07:00
Miniature
489999d8b7 Commented out a bunch of reaction checks that happened when reagents only decreased in volume, since there's no reactions that require less than a certain amount of reagent, and none that add new reagents when they decay (and that should be done with add_reagents, which does check for reactions anyway) 2012-06-22 02:21:19 +09:30