Commit Graph

  • 8d3b351083 Simplify attaching multiple chests after initializing storage main Gabriel Tofvesson 2024-12-07 02:05:38 +01:00
  • 6b78404821 Fix path separator Gabriel Tofvesson 2024-12-04 22:52:19 +01:00
  • 0ff69b53f6 Implement post-deploy execution from latest version of reload script Gabriel Tofvesson 2024-12-04 22:51:03 +01:00
  • 4997a94cfb Fix variable naming Gabriel Tofvesson 2024-12-04 22:31:28 +01:00
  • 8a4e99aa13 Implement workaround for illegal nil-return value from inventory.getItemLimit Gabriel Tofvesson 2024-12-04 20:53:56 +01:00
  • cd80a9af22 Fix bug in object equality check Gabriel Tofvesson 2024-12-04 17:54:53 +01:00
  • 1d4500a4d4 Move down 3 blocks instead of 2 Gabriel Tofvesson 2024-12-03 23:17:57 +01:00
  • f6b76a522f Fix nil check assertions Gabriel Tofvesson 2024-12-03 23:10:09 +01:00
  • 408fed1ad2 Dig down twice after a panel Gabriel Tofvesson 2024-12-03 23:00:39 +01:00
  • d80ff4e679 Add more options for placing chests Gabriel Tofvesson 2024-12-03 22:58:38 +01:00
  • 147dc40365 Try to enforce better encapsulation with getters Gabriel Tofvesson 2024-12-03 22:36:23 +01:00
  • 7dca84b128 Don't use chest slot as fuel Gabriel Tofvesson 2024-12-03 22:04:52 +01:00
  • 65f6555f44 Select chest slot Gabriel Tofvesson 2024-12-01 05:04:52 +01:00
  • b10bc73833 Fix quarry boundary conditions Gabriel Tofvesson 2024-12-01 04:37:58 +01:00
  • 9177394fd0 Implement quarry command Gabriel Tofvesson 2024-12-01 04:09:55 +01:00
  • 8db86ee45c Remove debug statements Gabriel Tofvesson 2024-11-30 00:20:21 +01:00
  • 3d293d3e68 Implement default debugger REPL loop Gabriel Tofvesson 2024-11-30 00:20:10 +01:00
  • 98018e4a8c Remove incorrect nil-assignment for maxCount Gabriel Tofvesson 2024-11-30 00:11:46 +01:00
  • c0d65f7f38 Update debugger Gabriel Tofvesson 2024-11-30 00:00:18 +01:00
  • 739149d852 Add better error handling for debugger Gabriel Tofvesson 2024-11-30 00:00:05 +01:00
  • 4c2e732607 Repeat debug calls in failure Gabriel Tofvesson 2024-11-29 23:40:24 +01:00
  • c053a792a4 Retry debug line load Gabriel Tofvesson 2024-11-29 23:38:47 +01:00
  • 3f372d4674 Implement debug context args Gabriel Tofvesson 2024-11-28 23:11:28 +01:00
  • e98014d29b Add locals to debug context Gabriel Tofvesson 2024-11-28 23:11:18 +01:00
  • 686c1e5808 Hook debugger on error condition Gabriel Tofvesson 2024-11-28 22:50:58 +01:00
  • 0ff986a4f2 Attach debugger on nil return value Gabriel Tofvesson 2024-11-28 22:42:39 +01:00
  • 407082dd2c Implement debugger hook Gabriel Tofvesson 2024-11-28 22:41:06 +01:00
  • 226190b1f2 Fix repeat-print of indexed values Gabriel Tofvesson 2024-11-28 01:43:25 +01:00
  • cd73609a2e Catch all return values from pcall Gabriel Tofvesson 2024-11-28 00:32:41 +01:00
  • 30b49215a6 Fix reload script Gabriel Tofvesson 2024-11-28 00:32:21 +01:00
  • 91583b1ca2 Add logging statement for item transfer bug Gabriel Tofvesson 2024-11-28 00:23:03 +01:00
  • a2f8f000db Remove TRACE logs Gabriel Tofvesson 2024-11-27 23:49:58 +01:00
  • e62ab1d4f8 Fix bug from merge conflict Gabriel Tofvesson 2024-11-27 23:47:07 +01:00
  • 8533d837cd Add simple reload script for itemcontroller Gabriel Tofvesson 2024-11-27 23:44:38 +01:00
  • 71406dfe11 Trace itemStack nil countDelta value Gabriel Tofvesson 2024-11-27 23:39:51 +01:00
  • 3d01e66364 Rename graphics buffer Gabriel Tofvesson 2024-11-22 01:17:57 +01:00
  • 609013a9fa Specify loglevel by sink Gabriel Tofvesson 2024-11-22 01:17:32 +01:00
  • b0e5877417 Implement buffered windows to support transparancy Gabriel Tofvesson 2024-11-19 18:57:36 +01:00
  • 86c23b8433 Add bounds check to utils module Gabriel Tofvesson 2024-11-19 18:57:11 +01:00
  • 4175ea2c8c Call getWidth on instance Gabriel Tofvesson 2024-11-14 04:05:22 +00:00
  • 7837ed573a Enter key clears search filter Gabriel Tofvesson 2024-11-14 03:47:12 +00:00
  • 3ef0bd371d Add more request buttons Gabriel Tofvesson 2024-11-14 03:37:09 +00:00
  • d45d2acd95 Bind click listeners for request buttons Gabriel Tofvesson 2024-11-14 03:35:05 +00:00
  • 7f1f2eeae3 Increase increment/decrement buttons Gabriel Tofvesson 2024-11-14 03:33:58 +00:00
  • f2b6f737da Only refresh if filter is not empty Gabriel Tofvesson 2024-11-14 03:29:27 +00:00
  • da30f475c9 Unpack event object when it is not a click event Gabriel Tofvesson 2024-11-14 03:25:24 +00:00
  • dff74ce8b4 Add key event handler for keyboard Gabriel Tofvesson 2024-11-14 03:11:06 +00:00
  • fc121adcb8 Add more event handling Gabriel Tofvesson 2024-11-14 03:05:28 +00:00
  • 5eafe25b1a Add char event utils Gabriel Tofvesson 2024-11-14 03:02:31 +00:00
  • 1456dc332f Use terminal as default display Gabriel Tofvesson 2024-11-14 02:41:13 +00:00
  • 2f72ef4904 Add key click handler to Element Gabriel Tofvesson 2024-11-14 02:38:49 +00:00
  • 14153522b6 Get key event values Gabriel Tofvesson 2024-11-14 02:35:07 +00:00
  • f3f600892d Add util function for key events Gabriel Tofvesson 2024-11-14 02:32:27 +00:00
  • d294355a73 Show used space instead of empty Gabriel Tofvesson 2024-10-26 19:51:53 +02:00
  • a0a7c96093 Call parent MT of Text Gabriel Tofvesson 2024-10-26 19:50:13 +02:00
  • b5fd24740b Fix LogPlain parsing Gabriel Tofvesson 2024-10-26 19:45:58 +02:00
  • 569a4370c0 Fix blit implementation Gabriel Tofvesson 2024-10-26 19:32:07 +02:00
  • 6a4d2d0375 Simplify Text implementation Gabriel Tofvesson 2024-10-26 19:26:25 +02:00
  • f24d33eb77 Implement text on storage progress bar Gabriel Tofvesson 2024-10-26 19:22:35 +02:00
  • 7430c24798 Implement text-progress bar Gabriel Tofvesson 2024-10-26 01:44:33 +02:00
  • c826598ea0 Fix keyboard click handling Gabriel Tofvesson 2024-10-26 01:16:16 +02:00
  • 9dbc45e96e Update filter text color based on result Gabriel Tofvesson 2024-10-26 01:08:04 +02:00
  • 457d6d775c Offset is absolute Gabriel Tofvesson 2024-10-26 01:03:14 +02:00
  • 0f18f97cfa Align filter text to end of text Gabriel Tofvesson 2024-10-26 01:00:53 +02:00
  • f759cfe229 Prevent click 'transparency' Gabriel Tofvesson 2024-10-26 00:45:28 +02:00
  • 27d1bf5a31 Fix colors Gabriel Tofvesson 2024-10-26 00:41:54 +02:00
  • 421c9b04b9 Update item list display Gabriel Tofvesson 2024-10-26 00:40:02 +02:00
  • 3e69183f78 Add vpad to keyboard Gabriel Tofvesson 2024-10-26 00:38:29 +02:00
  • da7bbe21c2 Fix possible race-condition Gabriel Tofvesson 2024-10-26 00:31:47 +02:00
  • 3e654df2ac Fix hpad issue in keyboard Gabriel Tofvesson 2024-10-26 00:28:18 +02:00
  • 3ed702a1b5 Fix typo Gabriel Tofvesson 2024-10-26 00:25:30 +02:00
  • abbe22f949 Set filter text line colors Gabriel Tofvesson 2024-10-26 00:23:52 +02:00
  • b219cebb32 Update keyboard background color Gabriel Tofvesson 2024-10-26 00:14:47 +02:00
  • cbb6f57daf Update keyboard background color Gabriel Tofvesson 2024-10-26 00:13:59 +02:00
  • f533382022 Fix filter text display Gabriel Tofvesson 2024-10-26 00:11:04 +02:00
  • e788002b37 Fix keyboard padding issue Gabriel Tofvesson 2024-10-25 23:51:41 +02:00
  • 45112a5d66 Search by display name too Gabriel Tofvesson 2024-10-25 19:08:29 +02:00
  • 798c3e4993 Fix item name search filter Gabriel Tofvesson 2024-10-25 19:05:37 +02:00
  • a0a5829d84 Fix handling of inverting flags Gabriel Tofvesson 2024-10-25 19:03:26 +02:00
  • 0b31ec58da Invert sense of count sort Gabriel Tofvesson 2024-10-25 18:37:15 +02:00
  • e86c43ac72 Fix list element sizing Gabriel Tofvesson 2024-10-25 18:33:31 +02:00
  • 0d096aecde Fix text trimming Gabriel Tofvesson 2024-10-25 18:25:16 +02:00
  • 9c4605cda2 Fix tab action button id generation Gabriel Tofvesson 2024-10-25 18:21:54 +02:00
  • 726667399f Fix ID names for tab nav buttons Gabriel Tofvesson 2024-10-25 18:18:52 +02:00
  • e193427e4c Fix reverse indexed iterations Gabriel Tofvesson 2024-10-16 00:41:04 +02:00
  • ccb2134c2f Handle child events in reverse order Gabriel Tofvesson 2024-10-15 04:06:24 +02:00
  • a0b995c288 Style keyboard elements Gabriel Tofvesson 2024-10-15 04:02:14 +02:00
  • c4493e349a Toggle keyboard visibility Gabriel Tofvesson 2024-10-15 03:44:59 +02:00
  • 4bfe62633d Use rolling log file Gabriel Tofvesson 2024-10-15 03:35:03 +02:00
  • 73aa371813 Fix Prop application order Gabriel Tofvesson 2024-10-14 16:36:19 +02:00
  • 7c122d6e29 Initialize logging first Gabriel Tofvesson 2024-10-14 16:16:32 +02:00
  • dd0d215b1c Re-index log levels Gabriel Tofvesson 2024-10-14 15:09:05 +02:00
  • 29adfecea6 Fix table formatting Gabriel Tofvesson 2024-10-14 14:05:23 +02:00
  • f185e40f49 Fix odd persistent global state bug Gabriel Tofvesson 2024-10-14 14:03:51 +02:00
  • 6bb6c0e822 Fix global reference Gabriel Tofvesson 2024-10-14 13:44:38 +02:00
  • ce0f82c778 Remove metatable info from logging Gabriel Tofvesson 2024-10-14 13:25:12 +02:00
  • 0d47cfcf41 Track LogPlain in clone Gabriel Tofvesson 2024-10-14 13:17:57 +02:00
  • 9185d1dad4 Fix recursive tracking Gabriel Tofvesson 2024-10-14 13:03:44 +02:00
  • 053b59cf00 Fix recursive tracking Gabriel Tofvesson 2024-10-14 12:59:37 +02:00
  • 5b11cb12f5 use pop() instead of remove() Gabriel Tofvesson 2024-10-14 12:52:42 +02:00