Kind2/base/Word
Rheidner Achiles 57887f5520
add tab window to KL (#280)
* KL: init draft interface

* KL: fix images

* KL: put icons

* added score in local

* KL: divisors

* KL: add lateral buttons

* KL: background

* KL: init hero portraits

* KL: add lateral header buttons

* KL: minor styles fixes

* KL: add real keys in card user

* KL: fix negative margin

* KL: ready button

* KL: interface functionality

* KL: fix draft height problems

* KL: port the remaing parts from cardplayer

* KL: remove order of card users in interface

* KL: add bottom buttons on draft interface

* KL: add a little animation

* KL: draw filter interface

* KL: add filters prop to game

* KL: fix height and overflow

* KL: init filter functionality

* KL: fix filter reversing

* added role and b64 images to heroes

* BoardBuilder: change mouse cursor do 32x32

* KL: fix name bug

* KL: allow game to init

* KL: fix board position in html

* KL: set initial player pos in canvas board

* KL: undo scrollbar

* KL: add functional role filter

* KL: fix initial positons in canvas board

* KL: players now choose initial coordinates ingame

* show bases

* fix allies choosing same coord

* draw indicators to player know where clicked in base

* fix indicatos for users know base location

* add delay before game start

* refactor code

* remove actions when not in preparation moment

* fix arena board

* fix automatic coord choose

* fix lava board

* show skill description

* change cursor in buttons which does not work yet

* draw top of interface

* draw user hud interface

* add skills hud interface

* add cast list interface

* clean draw play code

* improve cross browser

* fix ap bars positioning

* fix ap bars positioning 2snd part

* animate ready button

* KL: delete draft for draft interface file

* KL: shows turns left to player come back to life

* KL: do ready button animation

* KL: add light indicator in card player if player is ready

* KL: add hover in header buttons

* KL: let skill lits all have same width

* KL: init tab window creation

* KL: add pressed tab buttons in tab window

* KL: finnish add skill tab in tab window

* KL: put table in stats tab

* KL: start organize play's draw files

* KL: fix some identation

* KL: end stats tab tables

* Kind: remove + sign in word show

* KL: change row qtt to 10

* KL: implement tab shadow

* KL: init recap tab

* KL: put order in draft skills tab on user card

* Merge branch 'master' into rheidner/interface

* KL: fix life_bar in recap graph

* KL: end recap tab

* KL: fix recap heals

Co-authored-by: Derenash <eyer.derenash@gmail.com>
2021-08-19 10:50:50 -03:00
..
bit_length Add remaining Word primitives 2021-04-10 23:56:55 +02:00
cmp Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
count_ones Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
div fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
is_neg Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
leading_ones Remove dead code 2021-04-14 00:11:18 +02:00
leading_zeros Remove dead code 2021-04-14 00:11:18 +02:00
mul Major update to Kaelin Effects 2021-07-02 08:03:56 -03:00
nat_log2 UwU 2021-02-19 20:15:26 -03:00
pow Add remaining Word primitives 2021-04-10 23:56:55 +02:00
shift_left Fix missing implementation and refactor some shifts 2021-05-03 18:05:34 +02:00
shift_right Fix missing implementation and refactor some shifts 2021-05-03 18:05:34 +02:00
signed_shift_right Fix missing implementation and refactor some shifts 2021-05-03 18:05:34 +02:00
sqrt fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
to_size Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
trailing_ones Remove dead code 2021-04-14 00:11:18 +02:00
trailing_zeros Remove dead code 2021-04-14 00:11:18 +02:00
abs.kind fix word to_ind and abs 2021-04-20 17:12:22 -03:00
add.kind UwU 2021-02-19 20:15:26 -03:00
adder.kind Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
and.kind Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
bit_length.kind standardize I32 and U32 functions 2021-04-15 12:21:21 -03:00
btw.kind UwU 2021-02-19 20:15:26 -03:00
cmp.kind UwU 2021-02-19 20:15:26 -03:00
concat.kind UwU 2021-02-19 20:15:26 -03:00
count_ones.kind Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
deserializer.kind Kind 1.0.63 2021-06-12 17:32:04 -03:00
div.kind fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
drop.kind Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
eql.kind UwU 2021-02-19 20:15:26 -03:00
fold.kind UwU 2021-02-19 20:15:26 -03:00
foldl.kind UwU 2021-02-19 20:15:26 -03:00
from_bits.kind UwU 2021-02-19 20:15:26 -03:00
full_mul.kind Add more Word primitives implementation 2021-03-15 22:20:47 +01:00
gte.kind UwU 2021-02-19 20:15:26 -03:00
gtn.kind UwU 2021-02-19 20:15:26 -03:00
inc.kind UwU 2021-02-19 20:15:26 -03:00
is_neg.kind Merge branch 'master' into word_bit_manip_prims 2021-04-19 14:57:55 -03:00
is_zero.kind Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
leading_ones.kind Remove dead code 2021-04-14 00:11:18 +02:00
leading_zeros.kind Remove dead code 2021-04-14 00:11:18 +02:00
log.kind generalize log_10 2021-04-15 13:09:35 -03:00
lte.kind UwU 2021-02-19 20:15:26 -03:00
ltn.kind UwU 2021-02-19 20:15:26 -03:00
mod.kind Add remaining Word primitives 2021-04-10 23:56:55 +02:00
mul.kind Add remaining Word primitives 2021-04-10 23:56:55 +02:00
nat_log2.kind UwU 2021-02-19 20:15:26 -03:00
neg.kind Rename aux files for Windows compatibility 2021-04-06 00:26:20 -03:00
not.kind Add more Word primitives implementation 2021-03-15 22:20:47 +01:00
ones.kind add new word primitive 2021-04-13 14:14:13 -03:00
or.kind Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
parser.kind WOTS WIP, Vector/Word functions 2021-07-09 01:55:26 -03:00
pow.kind Add remaining Word primitives 2021-04-10 23:56:55 +02:00
pred.kind UwU 2021-02-19 20:15:26 -03:00
reverse.kind UwU 2021-02-19 20:15:26 -03:00
s_cmp.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_gte.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_gtn.kind fix word's function 2021-04-22 15:10:48 -03:00
s_lte.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_ltn.kind fix word's function 2021-04-22 15:10:48 -03:00
s_pow.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_shl.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_show.kind add tab window to KL (#280) 2021-08-19 10:50:50 -03:00
s_shr.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_slice.kind add forgotten parameters 2021-04-15 13:46:16 -03:00
s_sqrt.kind fix all calls to Word.is_neg 2021-04-27 10:05:58 -03:00
s_to_f64.kind moar standardization 2021-04-15 12:46:42 -03:00
serializer.kind Kind 1.0.63 2021-06-12 17:32:04 -03:00
shift_left.kind fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
shift_right.kind fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
shl.kind Major update to Kaelin Effects 2021-07-02 08:03:56 -03:00
show.kind Remove # from Word.show 2021-08-10 20:50:47 -03:00
shr.kind Major update to Kaelin Effects 2021-07-02 08:03:56 -03:00
signed_shift_right.kind Fix missing implementation and refactor some shifts 2021-05-03 18:05:34 +02:00
slice.kind moar standardization 2021-04-15 12:46:42 -03:00
sqrt.kind fix order of params of bitwise shift 2021-07-01 16:43:14 -03:00
stringifier.kind WOTS WIP, Vector/Word functions 2021-07-09 01:55:26 -03:00
sub.kind UwU 2021-02-19 20:15:26 -03:00
subber.kind Smarter types on case-with variables 2021-03-29 17:24:23 -03:00
take.kind Add more Word primitives implementation 2021-03-15 22:20:47 +01:00
to_bits.kind UwU 2021-02-19 20:15:26 -03:00
to_f64.kind moar standardization 2021-04-15 12:46:42 -03:00
to_int.kind fix word to_ind and abs 2021-04-20 17:12:22 -03:00
to_nat.kind UwU 2021-02-19 20:15:26 -03:00
to_size.kind Add bit manipulation primitives and sqrt 2021-04-13 23:30:27 +02:00
to_zero.kind Add remaining Word primitives 2021-04-10 23:56:55 +02:00
trailing_ones.kind Remove dead code 2021-04-14 00:11:18 +02:00
trailing_zeros.kind Remove dead code 2021-04-14 00:11:18 +02:00
trim.kind UwU 2021-02-19 20:15:26 -03:00
xor.kind Add remaining Word primitives 2021-04-10 23:56:55 +02:00
zero.kind UwU 2021-02-19 20:15:26 -03:00