Commit graph

757 commits

Author SHA1 Message Date
Mike Moody
fb869034f2 fixing magic numbers
changing to local entity
making var names more friendly
2017-06-04 21:05:30 -07:00
Mike Moody
91db29e92f laser initial commit 2017-06-02 15:34:25 -07:00
David Rowe
019e92b2a3 Fix buttons not working with controllers 2017-05-27 11:27:18 +12:00
David Rowe
8a659955cc Delete old script 2017-05-26 13:02:26 +12:00
David Rowe
b1280ff810 Implement start/stop and reset button actions 2017-05-26 13:02:05 +12:00
David Rowe
f25a9dcede Add entities to capture stopwatch button clicks 2017-05-26 13:01:19 +12:00
David Rowe
504faf430d Fix rotation axes of stopwatch hands 2017-05-25 09:35:51 +12:00
Andrew Meadows
d705f529a0 use 'tractor' instead of 'spring' in JS files 2017-05-16 08:35:54 -07:00
Brad Hefta-Gaub
8ce31ccc89 Merge pull request #10385 from SimHacker/21280
Implemented chat interface script and tablet web page for worklist #21280
2017-05-12 12:29:40 -07:00
Anthony Thibault
c40e3d6ac9 Merge pull request #10272 from Triplelexx/21292
21292 - Implement a script to hand-raise while in desktop mode
2017-05-11 17:38:27 -07:00
Philip Rosedale
5f4625dbed Merge pull request #10232 from amvmoody/master
audience applause meter
2017-05-10 21:10:05 -07:00
Mike Moody
8daf9698bd works with new version from catlyn. 2017-05-09 03:44:29 -07:00
Ryan Huffman
773e4346f9 Update copyright in sphinx scripts
These were meant to be updated before the PR was merged, but I
overlooked it.
2017-05-08 15:59:29 -07:00
Ryan Huffman
b7af9e20c9 Merge pull request #10211 from Delamare2112/InteractionJS
Just the interaction JS scripts
2017-05-08 15:54:16 -07:00
Ryan Huffman
e670037198 Adjust copyright on Limitless Sphinx script 2017-05-08 15:49:42 -07:00
Don Hopkins
c6eb1aa4e8 Fixed silly bugs with /who response and drawing lines to identify avatars. DOH! 2017-05-05 23:32:05 +01:00
Don Hopkins
a9c1e2781e Implemented chat interface script and tablet web page for worklist #21280 2017-05-04 21:40:11 +02:00
Mike Moody
55fe2f9dc0 semicolons; 2017-05-02 22:53:00 -07:00
Mike Moody
01855c0d9c made the script work with the provided assets. 2017-05-02 21:40:23 -07:00
Mike Moody
d805f75d55 formatted code 2017-04-27 08:44:54 -07:00
Triplelexx
9b5f19399c create tablet-raiseHand.js 2017-04-25 00:45:06 +01:00
Thijs Wenker
9ea28ab8d6 remove Script.require-less code now that the release with Script.require is out. 2017-04-18 18:02:53 +02:00
Mike Moody
29d086d390 Fixed path to asset 2017-04-17 12:49:09 -07:00
Mike Moody
c240b24efd Fixing url and renaming a folder. 2017-04-17 12:45:07 -07:00
Mike Moody
e2fa72bae6 Adding in meter code and assets. 2017-04-17 12:28:04 -07:00
Thijs Wenker
588ddfde8d fix the Script.require based entity import functionality 2017-04-17 13:35:28 +02:00
Thijs Wenker
12ef157316 cr fixes and some more style/ESLINT/structure 2017-04-17 13:16:10 +02:00
Trevor Berninger
6b96cfad42 Just the interaction JS scripts 2017-04-13 13:04:28 -07:00
Thijs Wenker
5c3a746f62 beautify json 2017-03-31 19:20:45 +02:00
Thijs Wenker
6967197b62 Fix checkers, actually move the red checkers on the black squares to make it playable 2017-03-31 19:11:38 +02:00
Thijs Wenker
6470a08e8a move assets from lfs 2017-03-31 19:04:55 +02:00
Thijs Wenker
1f83ae53ba move assets and links to be local 2017-03-31 18:33:34 +02:00
Thijs Wenker
b8e7be087d removal of debug prints, style fixes, added headers 2017-03-31 17:51:23 +02:00
Thijs Wenker
4c09fbfe74 initial gameTable -> Assets to GIT-LFS 2017-03-31 17:26:09 +02:00
Thijs Wenker
dff67886d0 CR Changes - remove double constructor, use creation function instead 2017-03-22 17:28:10 +01:00
Thijs Wenker
b60534a855 - fix for multiple boppo's appearing after ESS restart (disconnect from message event instead of connect)
- default volume for sounds coming from ESS
2017-03-19 14:00:56 +01:00
Thijs Wenker
a8740614e2 CR Fixes 2017-03-18 01:22:06 +01:00
Thijs Wenker
535d4f5dea fixup links 2017-03-18 00:57:50 +01:00
Thijs Wenker
bdabc21d57 fix path issue 2017-03-18 00:12:13 +01:00
Thijs Wenker
2302b157f2 Boppo script for welcome area (will be in marketplace later) 2017-03-17 21:06:50 +01:00
Ryan Huffman
5b59939195 Merge pull request #9602 from huffman/feat/shortbow-entity-server
Add shortbow to marketplace scripts
2017-02-27 11:09:52 -08:00
Ryan Huffman
e47b1be9cf Update shortbow spawning to use precise picking to find the ground 2017-02-24 14:48:22 -08:00
Ryan Huffman
85099513cd Reduce enemy lifetime to 30s 2017-02-24 14:48:01 -08:00
Ryan Huffman
efd1a5c600 Update parameter name in getPropertiesForEntities 2017-02-23 16:38:28 -08:00
Ryan Huffman
0da9f72c42 Update spawn position/rotation of bows in shortbow 2017-02-23 16:05:12 -08:00
Ryan Huffman
4c310e1048 Update shortbow to use spawner entities to specify position/rotation at runtime 2017-02-23 16:02:56 -08:00
Ryan Huffman
c8ec5cbf5d Fix coding standard issues in shortbow 2017-02-23 13:15:14 -08:00
Ryan Huffman
dd895dc04a Fix js linting issues in shortbow 2017-02-22 16:49:22 -08:00
Ryan Huffman
619867293e Fix syntax error in spawnBow.js 2017-02-22 09:12:25 -08:00
Ryan Huffman
ae4879afeb Add minimum distance that you need to pull bow arrow back to shoot 2017-02-22 09:12:02 -08:00