Joan Lung
2a61b5ac81
Merge pull request #25776 from Cyberboss/patch-32
...
Fixes a shutdown runtime
2017-04-02 19:05:59 -04:00
Joan Lung
4a2e37e8d2
Merge pull request #25777 from Cyberboss/CohesiveVaredits
...
Edits to the titlescreen sync with SS
2017-04-02 19:05:37 -04:00
duncathan salt
a96bfebc68
Merge pull request #25738 from coiax/minor-time-tweaks
...
Minor changes to some time procs
2017-04-02 02:10:32 -06:00
Cyberboss
578d347b40
Edits to the titlescreen sync with SS
2017-04-01 18:46:23 -04:00
Cyberboss
ee8fc197a7
Fixes a shutdown runtime
2017-04-01 18:42:34 -04:00
Cyberboss
db2d9c6e5d
Map splash transition will no longer be blank ( #25671 )
2017-04-01 19:39:32 -03:00
AnturK
e6803e64a2
Merge pull request #25580 from coiax/landmarks-refactor
...
Landmarks refactor, part 1
2017-04-01 13:26:03 +02:00
XDTM
b56d2b4db3
Fixes facehuggers ripping masks off protected mobs ( #25488 )
...
* Fixes facehuggers ripping masks off protected mobs
* it didn't give an error on my end but oh well
* i did it
2017-04-01 12:57:47 +13:00
Jack Edge
fc0d29b956
Minor changes to some time procs
...
- Lets you pass any value to gameTimestamp, allowing you to work out
what IC time it would be in (world.time + 3000).
- Puts the gametime_offset (currently 12 hours) in ticker, so it's not
just a fucking magic number in a function.
This would allow us, at a later date, to have the starting station time
randomised to be something other than 12:00.
2017-03-31 22:17:03 +01:00
Cyberboss
e3c31d2fa7
Roundstart Events. Fixes xeno egg announcement timer ( #25659 )
...
* Add support for roundstart events
* Fixes #25649
2017-03-31 20:20:40 +02:00
Remie Richards
d1b2be75ad
Fixes #24998 (Statues spawned by wizards are invisible) - Correctly ( #25638 )
...
* Fixes #24998 Correctly
* Fixes potential addition to non initialised overlays list
2017-03-31 09:33:44 -03:00
kevinz000
d17aacc8cd
Allows soft-disabling of flightsuit processing, moves subsystem defines to subsystems.dm ( #25513 )
2017-03-30 09:07:49 -03:00
Cyberboss
a8eefff531
Active turf visualization ( #25594 )
2017-03-30 08:39:10 -03:00
Cyberboss
ef5ac7dcc7
Adds feedback for the map a round was played on ( #25593 )
2017-03-30 08:37:02 -03:00
Cyberboss
ee0a2f7e36
Fixes spawned atoms not late initializing ( #25575 )
2017-03-29 19:16:13 -03:00
Jack Edge
2947b6679d
Converts Centcom
2017-03-29 18:08:30 +01:00
Cyberboss
7ad4aa7a19
Improve SStitle. No delay icon loading ( #25541 )
2017-03-28 15:40:37 -03:00
Jack Edge
fc89cc9c33
Removes unused monkeystart landmark type
2017-03-28 19:20:47 +01:00
MrPerson
aed556923d
Fixes hyperspace being black ( #25507 )
...
Fixes #25272
2017-03-27 00:12:38 -03:00
Cyberboss
7b9fd7e6fb
SNPC Refactor ( #25429 )
...
* Move the interactive file to the right spot
* Proper scheduling
* dOY
* Fix shit
2017-03-26 21:24:38 +02:00
Jack Edge
4e8badad73
Fixes some runtimes with soapstone messages
...
I'm not sure why they're not loading on main anymore, possibly some bad
JSON data? This stopped the warning locally, anyway.
2017-03-22 20:06:09 +00:00
Cyberboss
28547e6b6b
Fix new qdeletion spam ( #25344 )
2017-03-22 11:27:17 -03:00
kevinz000
51d3cd11f5
[READY]Refactors beams to use timers for recalculation, and new beam proc after drawing ( #25252 )
...
* now with timers!
* woops
* hmm this is better
* stoppable timers
* more timer stuff
* fix
* fix
2017-03-22 22:19:16 +13:00
Cyberboss
8023a02e57
Map loader optimizations ( #25316 )
...
* Cut out an unecessary locate call
* Remove an unecessary var
* Add an appropriate warning
* Move the CHECK_TICK to a more sensible place
* Change the default turf to /turf/open/space/basic
* Skip loading default turfs
* No need for CreateSpace anymore
* Improve the comment
2017-03-22 22:10:00 +13:00
Cyberboss
90ada23ae1
Fixes SSlighting locking up ( #25276 )
...
* Fix the ticklimit bug
2017-03-20 11:01:08 -03:00
Cyberboss
3889d0372d
Fix event cancellation ( #25200 )
...
* Fix event cancellation
* CANT
2017-03-18 18:15:10 +01:00
Leo
d13c00f17b
Merge pull request #25148 from Cyberboss/patch-35
...
Makes SSlighting fully initialize
2017-03-17 22:02:40 -03:00
Cyberboss
0bb7407503
Adds a configuration option for disabling preferred maps ( #25137 )
...
* Adds a config option to disable map voting
2017-03-17 12:50:26 -03:00
Joan Lung
58216c4189
Merge pull request #25192 from MrPerson/no_more_reverts_this_pull_request_has_a_family
...
Fixes non-dynamically lit areas being pitch black
2017-03-17 11:07:15 -04:00
MrPerson
b71e89ce10
Fixes non-dynamically lit areas being pitch black
...
Fixes #25179 (Legitimate closing of a pull request, thanks for this bug github)
Fixes #25164
2017-03-16 21:30:06 -07:00
Cyberboss
c09d61ae79
Runtime station fixes ( #25151 )
...
* Fixes spawning on runtimestation titlescreen
* Fix shuttle runtimes
2017-03-17 00:07:34 -03:00
oranges
8848d46b0c
Merge pull request #25141 from MrStonedOne/patch-332
...
Remove low priority from lighting
2017-03-17 15:42:20 +13:00
Cyberboss
b639f0c99e
Fixes admin latejoin disabling ( #25041 )
...
* Fixes admin latejoin disabling
* Fix alerts
2017-03-16 17:06:52 -04:00
Jordie
127d1f6daf
Combines legacy_population and sanitizes death queries ( #24914 )
...
* combines admin and player pop count and sanitizes death queries
* renames proc
* removes proc call to sql_poll_admins
* add tox- clone- and staminaloss to death table
* adds ip and port to legacy_population
* null ip and cid handling for bans
* sans colons
2017-03-16 13:01:52 +01:00
Cyberboss
5cee0d01a0
Makes SSlighting fully initialize
2017-03-15 18:12:56 -04:00
Kyle Spier-Swenson
d9ecddd4d4
Remove low priority from lighting
...
Since we are only running it every two ticks now it should get equal parts priority as everything else
2017-03-15 11:25:22 -07:00
Cyberboss
ea740fd160
Fixes problems with icon overlays ( #24530 )
...
* Fixes problems with icon overlays
* Rename this to prevent confusion
* Well somehow that fixed it
2017-03-14 19:28:05 +01:00
Kyle Spier-Swenson
99002e25a3
Fixes lighting of pixel shifted objects and reverts the hacky memleak fix + other lighting fixes ( #24963 )
...
* Revert "Lighting micro optimizations and fixes (#24939 )"
This reverts commit 78bbbfe20a .
* vg refactor stage 1
* Fix runtime in get_turf_pixel
* fix lighting on turfs
* Fix certain things reading light levels wrong.
* Made SS faster/better by making it split its tick allotment up between it's 3 tasks
* istypeless loops @pjb3005
/proc/typed_loop 6.826 6.830 6.858 190761
/proc/typeless_loop 5.582 5.586 5.620 190435
* lazy init lists
2017-03-14 19:27:23 +01:00
Cyberboss
012eaec1b9
Mob Initialization ( #24840 )
...
* Mob Initialization
* new_player Repath
* Fix the dme
* Fix the shit
* Fix a loc
* Fix another loc
* But, in my haste, I forgot the cola!
* Another loc
* ANOTHER LOC
* Further docs
* Where'd that s come from
* Fix shit
* Better
2017-03-13 20:21:12 +01:00
Cyberboss
dab1ea4785
Ports the job prioritize system from Yog ( #24901 )
...
* Partially orts the job prioritize system from Yog.
* Adds a cap for how many jobs can be prioritized at once.
* Fix shit
* station
2017-03-13 22:04:30 +13:00
Cyberboss
b5d944967b
Revert "Fixes badness caused by reverting the map optimization" ( #24976 )
...
* Revert "Fixes badness caused by reverting the map optimization"
* Updated
* Remove the shitty warning
2017-03-13 14:55:00 +13:00
Jordie
619c8f2d97
Merge pull request #24755 from Cyberboss/TheFuture
...
Ticking the map dm's will force that map to load
2017-03-11 20:58:16 +11:00
Cyberboss
2323ae8569
Fixes collect_minds ( #24919 )
...
* Fixes collect_minds
* My new_player repath isn't merged yet
* I wrote this....
* Ahh
2017-03-11 17:37:23 +11:00
oranges
536af36ef5
Merge pull request #24955 from Cyberboss/patch-24
...
Fixes badness caused by reverting the map optimization
2017-03-11 16:38:45 +13:00
Cyberboss
b88b2c5e82
Adds time display for map loading ( #24835 )
...
* Adds time display for map loading
* Bluh
2017-03-10 23:21:18 +01:00
Cyberboss
aed01f7ef4
Fixes badness by reverting the map optimization
2017-03-10 17:18:08 -05:00
Cyberboss
04c28abbd9
Moves lighting SS to last in init order ( #24822 )
2017-03-10 23:14:31 +01:00
Cyberboss
608d217562
Fixes my shit ( #24870 )
2017-03-10 23:02:37 +01:00
Lzimann
3dd6722c07
Fix conflict
2017-03-10 01:39:22 -03:00
Lzimann
5a618297ce
Replaces the default output with the to_chat wrapper.
2017-03-10 01:32:05 -03:00