aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improved keyboard and mouse controlsvimene2025-01-036-54/+128
* various improvementsvimene2025-01-0214-116/+274
* added a script to cross-compile to Windowsvimene2025-01-023-1/+14
* added brightness to terminal frame buffersvimene2024-12-311-5/+11
* fixed parse_object by implementing custom parsersvimene2024-12-314-31/+94
* various improvementsvimene2024-12-3136-798/+841
* improved mesh definitionvimene2023-12-1115-244/+237
* renamed tri{_deriv,}_vertex.{h,cpp} to tri{_deriv,}.{h,cpp}vimene2023-12-114-0/+0
* fixed perspective, added planevimene2023-12-098-73/+75
* fixed perspective calculationsvimene2023-12-0915-396/+473
* fixed missing `help' option in usagevimene2023-12-052-2/+2
* added renderer, improved various thingsvimene2023-12-0513-283/+276
* renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::mathvimene2023-12-0318-189/+189
* renamed math_vector.{h,cpp} to vector.{h,cpp}vimene2023-12-032-0/+0
* improved tests managementvimene2023-12-035-26/+14
* added bootstrap.shvimene2023-11-302-1/+4
* fixed README.mdvimene2023-11-301-3/+4
* improved dependency managementvimene2023-11-282-19/+13
* fixed README.mdvimene2023-11-281-0/+5
* integrated criterion within autotoolsvimene2023-11-284-0/+14
* fixed a small bugvimene2023-11-281-2/+2
* started working on testsvimene2023-11-284-7/+27
* added scenes, camera and meshesvimene2023-11-2613-250/+172
* added namespaces, made every function in engine.cpp static and added warnings...vimene2023-11-2618-81/+135
* improved matrices, cube building and command parsingvimene2023-11-265-163/+124
* added matricesvimene2023-11-264-39/+137
* removed unnecessary line in .gitignorevimene2023-11-261-1/+0
* add options to choose render modevimene2023-11-234-266/+195
* improved .gitignorevimene2023-11-231-27/+18
* improve SDL integrationvimene2023-11-2381-51954/+15
* code refactoringvimene2023-11-2217-62/+74
* removed all generated filesvimene2023-11-2113-15313/+18
* fixed macro in the wrong placevimene2023-11-212-4/+4
* cleanupsvimene2023-11-2115-43508/+16
* renamed binary from 'main' to 'engine'vimene2023-11-2110-256/+257
* started working on windows supportvimene2023-11-2198-4648/+73546
* improved file structure for autotoolsvimene2023-11-2027-2264/+10436
* started switching to autotoolsvimene2023-11-1939-51/+33734
* improved pixel window renderingvimene2023-11-194-14/+378
* added README.mdvimene2023-11-191-0/+24
* started working on a pixel windowvimene2023-11-182-2/+60
* initial commitvimene2023-11-1717-0/+1348