index
:
faqe
master
A simple quake clone game (WIP)
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make deplinks phony
Tomasz Kramkowski
2022-10-16
1
-1
/
+1
*
Makefile: add accidentally dropped lines
Tomasz Kramkowski
2018-11-02
1
-0
/
+3
*
Allow multiple shaders while reducing duplication
Tomasz Kramkowski
2018-10-19
1
-5
/
+0
*
Replace manual definitions of GL types and enums with GL/gl.h
Tomasz Kramkowski
2018-05-04
1
-2
/
+1
*
Add a simple camera struct and camera controls
Tomasz Kramkowski
2018-05-03
1
-1
/
+1
*
Implement diffuse texture loading and basic material support
Tomasz Kramkowski
2018-05-02
1
-2
/
+2
*
Implement basic model loading of FMD format.
Tomasz Kramkowski
2018-04-27
1
-1
/
+2
*
Move linmath.h out of the project and into its own fork.
Tomasz Kramkowski
2018-04-20
1
-1
/
+3
*
Replace GLFW3 with SDL2
Tomasz Kramkowski
2018-04-20
1
-1
/
+1
*
Rename project gltest -> faqe
Tomasz Kramkowski
2018-03-30
1
-3
/
+3
*
Simplify gl loading by removing m4 and merging gldefs.h
Tomasz Kramkowski
2018-03-30
1
-5
/
+1
*
Move assets*.o from Makefile to assets.mk
Tomasz Kramkowski
2018-03-28
1
-4
/
+5
*
Move to using bie for assets
Tomasz Kramkowski
2018-03-28
1
-8
/
+9
*
Makefile: -lm needed on linux
Tomasz Kramkowski
2018-03-28
1
-1
/
+1
*
glprog: Wrap OpenGL program object loading
Tomasz Kramkowski
2018-03-27
1
-2
/
+2
*
loadgl: Use m4 to generate the loads
Tomasz Kramkowski
2018-03-26
1
-1
/
+6
*
init commit
Tomasz Kramkowski
2018-03-26
1
-0
/
+33