Skip to content

Activity

Use one single makefile for all LuaG libraries

Vulcalienpushed 1 commit to master • e0e3b07…4e72012 • 
on Feb 23, 2024

Fix UNIX to WINDOWS cross-compilation for LuaG library v2

Vulcalienpushed 1 commit to master • aebae77…e0e3b07 • 
on Feb 23, 2024

Do not specify inclusion path of lua header files

Vulcalienpushed 1 commit to master • 6ae2353…aebae77 • 
on Feb 23, 2024

Add 'install' and 'uninstall' targets to Makefile

Vulcalienpushed 1 commit to master • e2270de…6ae2353 • 
on Feb 23, 2024

Rename the expected installed icon to 'net.vulcalien.LuagConsole'

Vulcalienpushed 1 commit to master • 6ca57c6…e2270de • 
on Feb 23, 2024

Simplify .desktop file

Vulcalienpushed 1 commit to master • f03c1a7…6ca57c6 • 
on Feb 23, 2024

Greatly improve 'Unix to Windows' cross-compilation

Vulcalienpushed 1 commit to master • b3ef507…f03c1a7 • 
on Feb 23, 2024

Remove 'const' attribute from main's 'argv' parameter

Vulcalienpushed 1 commit to master • a184875…b3ef507 • 
on Feb 23, 2024

Fix luag-lib v1 and v2 makefiles and update them to version 0.3.0

Vulcalienpushed 1 commit to master • b2b1a58…a184875 • 
on Feb 23, 2024

Makefile: update to version 0.3.0

Vulcalienpushed 1 commit to master • 7161f8e…b2b1a58 • 
on Feb 22, 2024

Fix: incorrect parenthesization of 'getenv' in code for Windows

Vulcalienpushed 1 commit to master • a50e78d…7161f8e • 
on Feb 19, 2024

Use array lists to improve code for searching res and config folders

Vulcalienpushed 1 commit to master • 328dd3b…a50e78d • 
on Feb 18, 2024

Add an implementation of the array list data structure

Vulcalienpushed 1 commit to master • e262851…328dd3b • 
on Feb 17, 2024

Fix a memory leak in circular lists

Vulcalienpushed 1 commit to master • cc31fa8…e262851 • 
on Feb 17, 2024

Fix: destroy functions try to destroy non-existent data structures

Vulcalienpushed 2 commits to master • 9fe4fe0…cc31fa8 • 
on Feb 17, 2024

Makefile: add 'pkg-config --libs-only-L ...' to 'LDFLAGS'

Vulcalienpushed 1 commit to master • 0dcd28b…9fe4fe0 • 
on Feb 17, 2024

Remove library directory from 'include' paths

Vulcalienpushed 1 commit to master • acf9017…0dcd28b • 
on Feb 17, 2024

Remove unused macro: MAX_CLOSED_ROWS

Vulcalienpushed 1 commit to master • 061bdeb…acf9017 • 
on Oct 13, 2023

Refactor: rename CircularArray to CircularList

Vulcalienpushed 1 commit to master • 9c8fbfe…061bdeb • 
on Oct 13, 2023

Terminal: use a circular array to store closed lines

Vulcalienpushed 1 commit to master • aba5159…9c8fbfe • 
on Oct 13, 2023

terminal_execute: use 'strtok' to split the command

Vulcalienpushed 1 commit to master • 6874276…aba5159 • 
on Oct 12, 2023

Add key shortcut 'ctrl+u' to clear active line

Vulcalienpushed 1 commit to master • 4c26c55…6874276 • 
on Oct 12, 2023

Use a circular array to store the command history

Vulcalienpushed 1 commit to master • 138d8fc…4c26c55 • 
on Oct 12, 2023

Write a proper circular queue implementation for terminal buffers

Force push
Vulcalienforce pushed to master • 51aa9b2…138d8fc • 
on Oct 12, 2023

CharQueue: rename 'size' -> 'capacity'

Vulcalienpushed 1 commit to master • 138d8fc…51aa9b2 • 
on Oct 12, 2023

Write a proper circular queue implementation for terminal buffers

Vulcalienpushed 1 commit to master • 6706ea6…138d8fc • 
on Oct 10, 2023

Move hashtable into data-structs subdirectory

Vulcalienpushed 1 commit to master • b8be6bf…6706ea6 • 
on Oct 10, 2023

Quality: use 'atlas_get_row' instead of repeating code

Vulcalienpushed 1 commit to master • 36dd8d2…b8be6bf • 
on Oct 9, 2023

Makefile: use 'pkg-config' to get libs and cflags

Vulcalienpushed 1 commit to master • a190d22…36dd8d2 • 
on Oct 9, 2023

Makefile: update to version 0.2.0

Vulcalienpushed 1 commit to master • 78b45ea…a190d22 • 
on Oct 9, 2023