* Added lazy events
* remember to compile before changing your code
* Converted on_z_transition and on_post_z_transition to lazy events
* add todo
* fix oops
* fix another oops
* and anotha one
* Moved unit tests to the proper place
* starting the crusade against relative pathing
* new() part1
* new() part 2
* FOR VALHALLA
* you sneaky buggers
* part 5: the reckoning
* chapter 6: rejuvination
* chapter 7: age of conflict
* dammit travis
* Progress
* Hooks
* Not cult without magic I swear
* Fixes and finishes it
* Cleanup
* Bigger text and a last to_chat(world)
* Hitler
* Update dynamic_rulesets_roundstart.dm
* Makes a group jaunt spell
1. Adds invocation to jaunt and group jaunt
2. Creates an adminbus group jaunt spell, gives everyone jaunting for double the time of regular jaunt with a double cooldown as well in a 3 tile range
3. Group jaunting makes an image so all jaunters can see each other
* Adds hud icon
* Create event system to handle image directional updating
If you had multiple spells that could be channeled you could freak the system out by some convoluted combination of using each one.
While it was previously thought to be sane, not intercepting attacks after spells were cast were causing some insane behaviors, (such as picking up food after using matter eater on it), so now a spell being cast successfully will intercept attacks.
* Part 2
Pmuch works
* Final part
Adding helpings to properly take charge and remove the spell channeling in certain cases like logout
* Bugfix
* This might be important too
* Addressing comments
* Removing this line
* YOU FUCKING ABSOLUTE MADMAN
* A bit of update
Drop item hotkey removes spell channeling before dropping things
* Converts matter eater to spell channeling system
Message given to dropping spell channeling with drop verb
* Modifying is valid target for matter eater
* Better animated icon
* theoretical holomap base code
* Sprite
* Holomaps!
* changelog
* fucking changelogs
* Stuff!
* Optical Material Scanner rework.
Makes optical material scanners work as auto-updating holomap on your
eyes.
Abstracted mesons and materials scanners to a
/obj/item/clothing/glasses/scanner subtype.
Kept typed loops.
* Changelog update.
A lot of fixes that became intertwined.
- rscadd: "BEAMS! Emitters now put out a constant beam of energy, which is far less laggy that the old bullet-based method. They also look cooler."
- rscadd: "Prisms can combine emitter beams that multiply the damage."
- rscadd: "Infrared triggers use the same system as emitters."
- rscadd: "Burst HE pipes have their own sprite"
- rscadd: "High-performance event observers (needed for beams)"
- rscadd: "Supermatter audio alerts"
- rscadd: "Added radiation floor decals."
- bugfix: "Burst pipes are no longer baleeted by their own explosions."
- bugfix: "Pipes are given time to release pressure before the next round of pressure checks."
- bugfix: "Explosions are slightly delayed to avoid choruses of simultaneous explosions"
- bugfix: "Gas miners no longer melt."