Modifications to crew monitoring computer, procqueue and html_interface.

- procqueue: You can now schedule procs to be executed at some point in the future.
- Crew monitoring: see issue #10498
- html_interface: fix for Nanotrasen-style windows, refactor Javascript files and move them in their own folder
- Includes changelog entry for the crew monitoring changes.
This commit is contained in:
NullQuery
2015-07-12 13:37:18 +02:00
parent 0c831feefe
commit a3efc91ab9
13 changed files with 312 additions and 83 deletions

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="html_interface.css" />
<script type="text/javascript">var hSrc = "[hsrc]";</script>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="bootstrap.min.js"></script>
<script type="text/javascript" src="html_interface.js"></script>
</head>