gashapwn
  • Joined on 2020-11-22
gashapwn pushed to master at gashapwn/lpst 2021-04-05 21:49:02 -04:00
efb3e9ec1e lpst.pl - can now filter moves by player
gashapwn pushed to master at gashapwn/lpst 2021-04-04 22:59:36 -04:00
700e0364b3 lpst.pl - get_block_cell() returns all cells being blocked by pieces in play
gashapwn pushed to master at gashapwn/lpst 2021-04-04 22:09:42 -04:00
e48b5573f9 lpst.pl - refactored board movement checks
gashapwn pushed to master at gashapwn/lpst 2021-04-04 21:36:00 -04:00
5e51a8c1b5 lpst.pl - fixed sylph offset bug
gashapwn pushed to master at gashapwn/lpst 2021-04-04 19:34:50 -04:00
0f942f4fb8 lpst.pl - fixed bug with checking MOVBLOCK spaces
gashapwn pushed to master at gashapwn/lpst 2021-04-04 19:25:30 -04:00
3af63ea303 lpst.pl - refactored shade_move to remove redundant arrays
gashapwn pushed to master at gashapwn/lpst 2021-04-04 19:22:30 -04:00
8dbc330d45 lpst.pl - refactored moves to use a struct
gashapwn pushed to master at gashapwn/lpst 2021-04-04 16:52:04 -04:00
9e89588b7a lpst.pl - shade_cell handles movement patterns exceeding the bounds of the board
gashapwn pushed to master at gashapwn/lpst 2021-04-04 16:37:21 -04:00
d05f746d64 lpst.pl - refactored cell shading into function
gashapwn pushed to master at gashapwn/lpst 2021-04-04 11:25:27 -04:00
81072e8dc4 lpst.pl - removed old system for subbing pieces into a hex
gashapwn pushed to master at gashapwn/lpst 2021-04-04 11:22:59 -04:00
c8e8946a5b lpst.pl - added a second and third shade. refactored shades to use a hash
gashapwn pushed to master at gashapwn/lpst 2021-04-04 10:23:30 -04:00
b2165befe6 lpst.pl - added horrible system for shading cells
gashapwn pushed to master at gashapwn/lpst 2021-04-04 02:07:13 -04:00
00b7fc7b84 lpst.pl - refactored whitespace. fixed col, row swap bug. time for bed
gashapwn pushed to master at gashapwn/lpst 2021-04-04 01:31:20 -04:00
72d58c9d8a lpst.pl - fixed divide by zero error.
gashapwn pushed to master at gashapwn/lpst 2021-04-04 01:24:48 -04:00
15f96766da lpst.pl - calc_move() and apply_shift() allow us to calculate which cells pieces move to
gashapwn pushed to master at gashapwn/lpst 2021-04-03 22:38:36 -04:00
d3cb948956 lpst.pl - added some unicode characters to make the columns more clear
gashapwn pushed to master at gashapwn/lpst 2021-04-03 22:06:24 -04:00
60550fc47c lpst.pl - we can move a little dude around the board now!!
gashapwn pushed to master at gashapwn/lpst 2021-04-03 21:48:38 -04:00
53a6d0ae44 lpst.pl - added comments. im an idiot who forgot how they built their own datastructures...
gashapwn pushed to master at gashapwn/lpst 2021-04-03 21:45:31 -04:00
441c390b09 lpst.pl - added enums for player... tried to add a piece to a cell and board got fucked up... i think the hash that stores piece data is borked. will fix
gashapwn pushed to master at gashapwn/lpst 2021-04-03 21:20:58 -04:00
36e02db08c lpst.pl - changed enum for pieces