summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-11Added get_timeHEADmasterMitja Felicijan1-0/+6
2025-08-11Log messages are now level DEBUG by defaultMitja Felicijan1-2/+2
2025-08-11Added proper cleanup of images and sounds to avoid segfaultsMitja Felicijan1-10/+38
2025-08-11Added helpers to stdlibMitja Felicijan1-0/+2
2025-08-11Disabled window resizingMitja Felicijan1-1/+1
2025-08-11Fixed spacing and added background to draw_infoMitja Felicijan1-4/+4
2025-08-11Fixed spacing and added background to draw_infoMitja Felicijan1-3/+4
2025-08-11Added custom color examples and fixed arg parsing bugMitja Felicijan1-2/+2
2025-08-11Added load, play and stop sound functionsMitja Felicijan1-10/+88
2025-08-11Added load and draw imageMitja Felicijan1-19/+85
2025-08-09Added support for multiple controllers (Keyboard, Xbox)Mitja Felicijan1-4/+70
2025-08-09Removed tilemap from stdlib for nowMitja Felicijan1-2/+0
2025-08-09Code cleanupMitja Felicijan1-5/+5
2025-08-09Added camera controlsMitja Felicijan1-14/+51
2025-08-09Renamed -r to -f flag and added button_down functionMitja Felicijan1-4/+11
2025-08-09Added button pressedMitja Felicijan1-5/+52
2025-08-08Added a bunch of new drawing functionsMitja Felicijan1-6/+102
2025-08-07Added draw_rect and draw_textMitja Felicijan1-11/+45
2025-08-07Added custom vimrc and fixed typo in examplesMitja Felicijan1-4/+3
2025-08-06Added custom font and refactor some of the codeMitja Felicijan1-0/+36
2025-08-06CleanupMitja Felicijan1-2/+2
2025-08-06Added debug flag to argsMitja Felicijan1-3/+10
2025-08-06Added arg parsing and refactored the codeMitja Felicijan1-27/+78
2025-08-06Fix style consistencyMitja Felicijan1-1/+1
2025-08-06Refactor loading of stdlib embedded modulesMitja Felicijan1-23/+13
2025-08-06Added skeleton tilemap module to stdlibMitja Felicijan1-5/+14
2025-08-06Added JSON example via Lua scriptMitja Felicijan1-2/+12
2025-08-06Added color stdlib module and compilation step for embedding lua stdlibMitja Felicijan1-4/+35
2025-08-06Engage!Mitja Felicijan1-0/+83