Use one single makefile for all LuaG libraries
Fix UNIX to WINDOWS cross-compilation for LuaG library v2
Do not specify inclusion path of lua header files
Add 'install' and 'uninstall' targets to Makefile
Rename the expected installed icon to 'net.vulcalien.LuagConsole'
Greatly improve 'Unix to Windows' cross-compilation
Remove 'const' attribute from main's 'argv' parameter
Fix luag-lib v1 and v2 makefiles and update them to version 0.3.0
Makefile: update to version 0.3.0
Fix: incorrect parenthesization of 'getenv' in code for Windows
Use array lists to improve code for searching res and config folders
Add an implementation of the array list data structure
Fix a memory leak in circular lists
Fix: destroy functions try to destroy non-existent data structures
Makefile: add 'pkg-config --libs-only-L ...' to 'LDFLAGS'
Remove library directory from 'include' paths
Remove unused macro: MAX_CLOSED_ROWS
Refactor: rename CircularArray to CircularList
Terminal: use a circular array to store closed lines
terminal_execute: use 'strtok' to split the command
Add key shortcut 'ctrl+u' to clear active line
Use a circular array to store the command history
Write a proper circular queue implementation for terminal buffers
Force push
CharQueue: rename 'size' -> 'capacity'
Write a proper circular queue implementation for terminal buffers
Move hashtable into data-structs subdirectory
Quality: use 'atlas_get_row' instead of repeating code
Makefile: use 'pkg-config' to get libs and cflags
Makefile: update to version 0.2.0
You can’t perform that action at this time.