aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - Added renderer to unify frame buffers - Added FrameBuffer class as a parent for frame buffers' classes - Improved formatting in Makefile.am - Added const modifier in Matrix4's methods
* 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 ↵vimene2023-11-2618-81/+135
| | | | warnings' flags
* 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
| | | | Pixel window rendering is now at the same state as the character rendering.
* added README.mdvimene2023-11-191-0/+24
|
* started working on a pixel windowvimene2023-11-182-2/+60
|
* initial commitvimene2023-11-1717-0/+1348