GreenXenith
  • Joined on 2024-09-05
GreenXenith commented on issue your-land/bugtracker#7449 2024-09-25 23:41:30 +02:00
Benchmark string operations
local t

if _G.minetest then
    t = function() return minetest.get_us_time() / 1000000 end
else
    local socket = require("socket")
    if socket then
        t = function()
GreenXenith pushed to captions at GreenXenith/yl_cinema 2024-09-09 02:05:54 +02:00
8b8b08a5ec Fix movable screen captions
GreenXenith commented on pull request your-land/yl_cinema#2 2024-09-06 23:37:47 +02:00
Fix parse_json

Closing in favor of #4.

GreenXenith closed pull request your-land/yl_cinema#2 2024-09-06 23:37:47 +02:00
Fix parse_json
GreenXenith created pull request your-land/yl_cinema#4 2024-09-06 23:37:23 +02:00
Code cleanup and organization
GreenXenith created branch cleanup in GreenXenith/yl_cinema 2024-09-06 23:26:15 +02:00
GreenXenith pushed to cleanup at GreenXenith/yl_cinema 2024-09-06 23:26:15 +02:00
27781ac09b Code cleanup and organization
GreenXenith created pull request your-land/yl_cinema#3 2024-09-05 09:14:53 +02:00
Allow multiple captions with configurable position and color (+documentation and cleanup)
GreenXenith pushed to captions at GreenXenith/yl_cinema 2024-09-05 09:12:53 +02:00
f51aafd494 Allow multiple captions with configurable position and color (+documentation and cleanup)
GreenXenith created branch captions in GreenXenith/yl_cinema 2024-09-05 09:09:01 +02:00
GreenXenith pushed to captions at GreenXenith/yl_cinema 2024-09-05 09:09:01 +02:00
d8d046e467 Allow multiple captions with configurable position and color (+documentation and cleanup)
GreenXenith pushed to master at GreenXenith/yl_cinema 2024-09-05 09:08:28 +02:00
GreenXenith pushed to master at GreenXenith/yl_cinema 2024-09-05 09:04:53 +02:00
d8d046e467 Allow multiple captions with configurable position and color (+documentation and cleanup)
GreenXenith created pull request your-land/yl_cinema#2 2024-09-05 01:47:17 +02:00
Fix parse_json
GreenXenith pushed to master at GreenXenith/yl_cinema 2024-09-05 01:44:20 +02:00
0de157ba4e Fix parse_json
GreenXenith created repository GreenXenith/yl_cinema 2024-09-05 01:34:20 +02:00