Commit graph

66 commits

Author SHA1 Message Date
AngelRionCervi
3c253a7c4b Added graphic element to show the picking pattern (#142)
* added picking pattern

* removed all changes to helpers
2019-06-10 08:55:46 +02:00
ArturPhilibin
e7e93121c6 Changed picking system back to 1-2-2-... eventually theyll realise theres no such thing as balanced teams... until then :) (#140)
Also removed empty socket.on('disconnect' callback
2019-05-28 22:45:03 +02:00
AngelRionCervi
a7c9072048 reworked and fix minimized drawer (#137)
* added icons imgs for minimized drawer

* added 1 css class for imgs in minimized drawer

* rework minimized drawer a bit

* remove some console.log i forgot about

* modified sources of icons for when the drawer is minimized and so removed the function to get them

* added the icons path to the json representing the gather instance

i dont even know what im doing

* setup icons path

* linked icons from gather_pool.js to the front end ..?

i'm kinda lost here
2019-03-25 08:42:15 +01:00
ArturPhilibin
a6a945281a New picking system (#133)
* Changed picking system to 1-1-1-2-1-1-2-1

* removed code committed by accident from customizable picking system branch

* changes picking order logic to handle cases where teams are larger than 6v6

* add a safety check on the picking logic to prevent a team ever growing beyond the team size limit regardless of the picking order defined

* add a safety check on the picking logic to prevent a team ever growing beyond the team size limit regardless of the picking order defined
2019-02-14 21:22:03 +01:00
ArturPhilibin
3d3323fe13 Refactored approach to showing offline users (#131) 2019-02-14 21:21:29 +01:00
ArturPhilibin
4553d8aee0 Styled gatherer names with italics if they are no longer on the gather (#127)
page.
Displays a somewhat inaccurate (but in the afk gatherers favour) idle
timer in the gatherer info panel.
2019-01-10 18:15:14 +01:00
ArturPhilibin
4b2d67f524 Adding progmod gathers (#124)
* basic implementation of filtered servers and progmod gathers, need to refactor the changes ive done to servers, want to add them to the gather object instead of that ugly copy on the frontend

* refactored server list by attaching them to the gather object allowing them to be filtered by gather type rather than a global list

* fixed issue where page would crash if there were fewer than 2 server options
2018-12-29 14:43:05 +01:00
Absurdon
2531d82221
Removing references to discordBot 2018-11-20 20:22:53 +01:00
Absurdon
30af1ecfe6 Removing the discord bot 2018-11-18 22:32:11 +01:00
Absurdon
ec17c604b9 Changed picking rotation
* Teams are now picked 1-2-1-1-1-1-1-1-1-1
2018-11-18 15:11:23 +01:00
keatsandyeats
166028cb2e Reword discord bot's messages 2017-06-22 13:13:35 -04:00
Absurdon
edbbddfe0c added discord bot 2017-06-22 15:47:29 +02:00
Absurdon
dc485dc9b6 Fixed logial flaw that made gathers reset on to few votes 2017-04-06 15:11:05 +02:00
Absurdon
9433deab83 Fixed wrong function used to reset election timeout 2017-03-01 15:23:00 +01:00
Chris Blanchard
277dde3ddb Added invite gathers and enabled notifications 2016-04-19 00:59:05 +01:00
Chris Blanchard
fd9a9e94fb Address react warnings vis implementing unique keys 2016-04-19 00:59:05 +01:00
Chris Blanchard
e35aebc802 Completed 7 player gather implementation 2016-04-19 00:59:05 +01:00
Chris Blanchard
1363826137 Got it working to a point... 2016-04-19 00:59:05 +01:00
Chris Blanchard
f44e7ac65c Add gather type 2016-04-19 00:59:05 +01:00
Chris Blanchard
356bd7fe85 Added gather name and description 2016-04-19 00:59:05 +01:00
Chris Blanchard
c37b70721c Added more events 2016-01-02 21:32:26 +00:00
Chris Blanchard
ae5b566eef Make server votes toggleable, rename map and server vote methods in gather 2015-12-25 08:01:08 +00:00
Chris Blanchard
cc95d9789e Make map votes togglable 2015-12-25 07:50:27 +00:00
Chris Blanchard
46b007f102 Implemented multiple votes for maps and servers 2015-10-03 18:17:31 +01:00
Chris Blanchard
ea3e20f9c0 Fixes #60 2015-10-03 16:55:42 +01:00
Chris Blanchard
2eb33f3809 Restructured app 2015-10-02 15:53:11 +01:00
Chris Blanchard
192921ad0f Move to lobby if regathering fixes #31 2015-10-01 11:31:29 +01:00
Chris Blanchard
d34132d84b Reduce cooldown to 3 minutes 2015-09-29 11:43:17 +01:00
Chris Blanchard
489d9e7892 Return cooldown times on gather model 2015-09-27 16:37:34 +01:00
Chris Blanchard
80e62037aa Implemented user cooldowns in gather model 2015-09-27 16:36:06 +01:00
Chris Blanchard
953dbded23 Reduce vote time to 60s 2015-09-27 12:11:54 +01:00
Chris Blanchard
85815293b6 Node v4.1 ready 2015-09-25 22:23:30 +01:00
Chris Blanchard
cac0338e01 Store time when gather is completed 2015-09-20 13:00:15 +01:00
Chris Blanchard
cd1ca3ec23 Most voted captain gets 2nd pick as alien fixes #39 2015-09-20 00:50:03 +01:00
Chris Blanchard
e13faee4cd Up regather threshold to 8 fixes #40 2015-09-20 00:48:51 +01:00
Chris Blanchard
5337789772 Fix election timeout bug and tidy up fixes #34 2015-09-20 00:48:07 +01:00
Chris Blanchard
04ee21d04c Reduce voting timer to 2 minutes 2015-09-18 22:16:35 +01:00
Chris Blanchard
6dc379f33f Implemented regather event 2015-09-17 14:56:44 +01:00
Chris Blanchard
51964138c5 Implemented picking mechanism in UX 2015-09-16 16:16:00 +01:00
Chris Blanchard
eef26b30c0 Implemented logic for ordered captain selection of team 2015-09-16 15:47:15 +01:00
Chris Blanchard
2f07de1d1c Implemented picking turn method 2015-09-16 12:44:34 +01:00
Chris Blanchard
8621546cf9 Reformat gather 2015-09-15 21:36:08 +01:00
Chris Blanchard
54e67d14f7 Clean up 2015-08-11 13:02:31 +01:00
Chris Blanchard
affa015258 More cleanup 2015-08-11 12:59:19 +01:00
Chris Blanchard
d850a3e34c Clean up 2015-08-11 12:55:04 +01:00
Chris Blanchard
1ae14e7912 Arrows! 2015-08-11 00:44:54 +01:00
Chris Blanchard
9baac3d301 Fix potential bug where removeUser event doesn't actually remove user 2015-08-10 23:41:04 +01:00
Chris Blanchard
132f8019b1 Use latest node and fix tests 2015-08-09 16:29:15 +01:00
Chris Blanchard
ef456896de Run everything with --harmony 2015-08-09 15:56:23 +01:00
Chris Blanchard
6072e124df Added babel 2015-08-09 15:38:34 +01:00