Commit Graph

168 Commits

Author SHA1 Message Date
MaiaVictor
85ec9d79ac Fix build with 1 app 2021-09-28 23:52:13 -03:00
rheidner
77f2705478 Merge branch 'master' of https://github.com/uwu-tech/Kind 2021-09-16 16:03:31 -03:00
MaiaVictor
aa62df411c Fix consistency error on build.js 2021-09-16 14:20:07 -03:00
rheidner
cd8e3a1e45 Kind: solve tick problem 2021-09-16 14:18:47 -03:00
rheidner
e05089ad45 Kind: refactor fix in AppPlay tick code 2021-09-08 20:58:27 -03:00
rheidner
6b0bb735a7 Kind: solve tick problem (WIP) 2021-09-06 13:09:54 -03:00
rheidner
50268c7c2f Kind: solve tick problem (WIP) 2021-09-06 11:20:36 -03:00
rheidner
b8ad210028 Kind: logs to know where the problem is 2021-09-06 11:19:52 -03:00
rheidner
200799994b KL: remove console log from app play 2021-08-26 15:15:38 -03:00
rheidner
a03cd2150c KL: fix appplay to update screen_size correctly on frame event 2021-08-24 16:14:09 -03:00
Maisa
2eff9eed32 Add instructions to play Kaelin 2021-08-19 15:43:16 -03:00
Maisa
9facec7598 Update server Home and build.js to build a few Apps on the server side 2021-08-19 15:19:30 -03:00
Maisa
43c42a4deb Update build to make all Apps available again 2021-08-11 16:34:03 -03:00
Maisa
06df072e4c Update apps 2021-08-11 15:06:19 -03:00
Rheidner Achiles
063ea837da
KL: HUD interface (#254)
* 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

Co-authored-by: Derenash <eyer.derenash@gmail.com>
2021-08-09 14:13:34 -03:00
Rheidner Achiles
7bea350b44
KL draft interface (#253)
* 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

* KL: delete draft for draft interface file

Co-authored-by: Derenash <eyer.derenash@gmail.com>
2021-08-09 11:24:00 -03:00
Maisa
09cbf27f70 Merge remote-tracking branch 'origin/master' 2021-08-03 10:05:15 -03:00
Maisa
730c887056 Update type_check to match file name updates 2021-08-03 10:05:08 -03:00
MaisaMilena
ff0094a579
Update type_check_Apps.js 2021-07-30 18:55:33 -03:00
Maisa
bd64ff8bf9 Update type check script 2021-07-30 14:21:02 -03:00
Maisa
fcf6036efd Update type_check_Apps 2021-07-29 19:54:23 -03:00
Maisa
347b5ada39 Add type check in folders - script Action 2021-07-29 19:26:08 -03:00
Maisa
d7a0fdc962 Update type checker for Apps 2021-07-29 17:02:31 -03:00
Maisa
a6cba5ae10 Update type check script 2021-07-28 20:06:35 -03:00
Maisa
87533156c2 Small updates to build.js 2021-07-27 17:49:25 -03:00
Rígille S. B. Menezes
20a997fed7 fix build script 2021-07-26 23:44:31 -03:00
MaisaMilena
1e26c4c54b
Update build.js and add type_check_Apps.js (#251)
* Add build.js changes again

* WIP add type_check_apps

* Add script to type check Apps

* Update to check for inline params

* Remove js-beautify from package.json

* Get package-lock from master
2021-07-26 19:01:10 -03:00
Rígille S. B. Menezes
c166faa0cd go back to using js-beautify 2021-07-23 14:38:36 -03:00
MaisaMilena
8957b03d55
Revert "Update build.js" 2021-07-22 22:02:19 -03:00
Maisa
e38e17316e Remove wrong script from package 2021-07-22 21:36:36 -03:00
Maisa
dde4f05097 Add TODO to improve build.js 2021-07-22 21:34:04 -03:00
Maisa
40d2f8c195 Update build.js to build single app without removing the others 2021-07-22 21:30:46 -03:00
Maisa
0a38feae76 Build all apps 2021-07-22 19:17:14 -03:00
MaiaVictor
9e9084251d Varlen Events posts and String hex encodings
String hex encodings don't use "0x" anymore.

The Events server was modified:
- Now posts can be varlen
- Time is 64-bit
- Room is 64-bit
2021-06-29 15:04:16 -03:00
MaiaVictor
8acadf9a18 Remove docs contents 2021-06-22 18:18:01 -03:00
caotic123
9ab2eae251 Merge branch 'master' of https://github.com/uwu-tech/Kind 2021-06-22 18:13:35 -03:00
MaiaVictor
bff2ee02dc Merge branch 'master' of github.com:uwu-tech/kind 2021-06-22 18:13:20 -03:00
caotic123
e1be193740 Merge branch 'master' of https://github.com/uwu-tech/Kind 2021-06-22 18:13:14 -03:00
MaiaVictor
db1e6842c1 Re-add Map, Kaelin polishments 2021-06-22 18:13:08 -03:00
caotic123
02ba7908b4 fix utils 2021-06-22 18:13:07 -03:00
Rheidner
36c85d14e9 Merge branch 'master' of https://github.com/uwu-tech/Kind 2021-06-22 17:57:21 -03:00
MaiaVictor
3b46292c18 Merge branch 'master' of github.com:uwu-tech/kind 2021-06-22 17:54:45 -03:00
Rheidner
90b8d70a39 finalize draw arrrow prototype 2021-06-22 17:54:23 -03:00
MaiaVictor
c5f55d0c25 Kaelin turns, skill priorities and animations 2021-06-22 17:42:53 -03:00
Rheidner
444cdfc6f4 init work 2021-06-22 15:11:48 -03:00
Rheidner
bf7bd9c46a allow kl's arena map grow horizontally 2021-06-22 11:33:56 -03:00
Rheidner
df99493433 optimize KL's arena for 2021-06-22 11:28:17 -03:00
Rheidner
60c37140d4 Merge branch 'master' of https://github.com/uwu-tech/Kind 2021-06-22 11:19:11 -03:00
Rheidner
e530edf9d0 fix choose team screen in KL 2021-06-22 10:53:28 -03:00
MaiaVictor
62af1fc417 Merge branch 'master' of github.com:uwu-tech/kind 2021-06-22 10:46:59 -03:00