Friday, April 5, 2019

April 5 dev log

Major issues with the version i submitted.

currently fixing, time to completion unknown.

ok, fixed all the display issues with the main view. now to move on to the CLI view. 8 hrs.

Enlightenment is too buggy for inputting.  Got rid of CLI, decided you dont want to be  writing lots of text anyway and the bluetooth spp lets you do it from your phone.  and the entrys were buggy but it had to do with the way the watch works and tizen works because I was really pushing the entries hard when theyre designed for a few words not for 200k characters...

so for now really clipping back.  Got rid of search and search and replace.  I decided that any major code editing you will probably do on your phone or computer which makes WristLua more of a platform than a code editor so I've specialized it.

also the search and s/r screens were buggy. why? tizen doesnt know what to do if you've got two entries on the screen.  Option B was drag the user through multiple views selecting the search and replace values and i just feel like :/

Ok everything that exists is now working.
Fixed a simple bug where the + - font size buttons werent working on the game view.

Thursday, March 28, 2019

March 28

taking some time off from programming. wristlua is pretty decent.

the update finally hit the store so I've sent another update.  You will see it by the first week of april sometime im guessing.  CLI, buttons screen, font options, bluetooth spp, etc.

hope you like it!

Saturday, March 23, 2019

March 23 dev log

took the day off yesterday to fuddle with vnc and ssh.

today, added a bluetooth spp rfcomm socket, so, using the app BlueSPP from android store, you can connect to the watch and run lua code like a CLI. 7 hours.

Commands successfully issued over bluetooth are saved in your command history on the wristlua CLI screen and the output of the code is saved in the CLI output history.

Thursday, March 21, 2019

Dev Log March 21

Working since 5 am

fixed the ! ? indicators that indicate if the file has changed since loading.

*Changed: Lua Environment is Reloaded on execution of failed code in main window.

*Fixed: CLI history clear and last

*Fixed: go line crash on not filling its variable with sscanf

it's 2:30, thats 9 hrs today.

break time.

Wednesday, March 20, 2019

Dev Log March 20

14 hours fuddling with fonts. Learned a lot. Had some failures and compromises and work around but.

finally have a way to load your installed font into the input's font. will add save/load for this tomorrow.  You can go through the list and select one basically.  this keeps you from having to set your system font each time you want to use WristLua without your favorite choco cooky font.

for now i've had success for the day so.
break time.

Tuesday, March 19, 2019

Dev Log March 19

10 hours of programming later

added a CLI with history, past commands, and three buttons.

buttons now correctly output an error if they have an error in their coding.

loaded two example lua files into /documents/lua of the user. these are written over at each start of app with default file examples. wlrogue and wlsensor so far.

Monday, March 18, 2019

Dev Log March 18 2019

worked 12 hours on wristlua today.

made a bunch of fixes.

Wrote a roguelike in lua to demonstrate the button screen.

fixed the smilies which werent acting right.

bunch of other major fixes. too tired to remember.

lots of success today.

fixed an error where changing system font could glitch the view.
break time.