rexy712
|
a71c3c27c4
|
Fix issue with mono -> stereo upsampling
|
2020-08-22 02:19:14 -07:00 |
|
rexy712
|
9d2c64eb68
|
Replaced mp3 with ogg since libsndfile doesn't support mp3
|
2020-08-22 02:08:31 -07:00 |
|
rexy712
|
1b0cf9fb0e
|
Separate impl::mixer declaration and definition
|
2020-08-22 02:04:53 -07:00 |
|
rexy712
|
723a42537a
|
Add basic audio mixer
|
2020-08-21 20:39:43 -07:00 |
|
rexy712
|
03693c6d06
|
Add sound file decoding support with libsndfile
|
2020-08-18 09:11:58 -07:00 |
|
rexy712
|
09ba2d297c
|
Fix audio stream initialization
|
2020-08-18 06:46:51 -07:00 |
|
rexy712
|
e3a89822be
|
Start work on audio stuff
|
2020-08-17 20:04:43 -07:00 |
|
rexy712
|
56ccd0b5b7
|
missed one thing from last commit
|
2020-08-17 09:58:18 -07:00 |
|
rexy712
|
156b7c3212
|
Linting pass
|
2020-08-17 09:57:00 -07:00 |
|
rexy712
|
38d2ec4466
|
Refix copy constructor in render.hpp
|
2020-08-17 09:34:36 -07:00 |
|
rexy712
|
2369a8146c
|
Cleanup aliases
|
2020-08-17 09:33:29 -07:00 |
|
rexy712
|
71278c460a
|
Add quaternions. Move math to separate directory
|
2020-08-17 09:30:42 -07:00 |
|
rexy712
|
f79a3cc9bd
|
Add vector class
|
2020-08-16 08:20:47 -07:00 |
|
rexy712
|
c7d5978d6d
|
Fix matrix naming stuff so it's not so confusing no more
|
2020-08-16 08:20:32 -07:00 |
|
rexy712
|
932335bdc5
|
Specialize on square matrices
|
2020-08-16 06:47:52 -07:00 |
|
rexy712
|
1c89b24ce4
|
Remove gl3w.c from source files. Use rexy's fork of gl3w if you want a static library generated without any extra effort: ssh://<name>@rexy712.chickenkiller.com:1995/var/git/repos/rexy712/gl3w-fork
|
2020-08-16 06:18:39 -07:00 |
|
rexy712
|
acdc430e0f
|
Fix determinate for 3x3
|
2020-08-15 21:09:37 -07:00 |
|
rexy712
|
009545094b
|
Add matrix arithmetic operations
|
2020-08-15 20:43:59 -07:00 |
|
rexy712
|
3698d60162
|
print to stderr like supposed to
|
2020-08-15 16:23:54 -07:00 |
|
rexy712
|
82f63bc13c
|
Fix coding standard
|
2020-08-15 16:20:16 -07:00 |
|
rexy712
|
6211f7fc62
|
Update standard
|
2020-08-15 14:36:40 -07:00 |
|
r0nk
|
c355a7a9e0
|
play audio at the start instead.
|
2020-08-15 16:35:01 -05:00 |
|
r0nk
|
ba07a9c4a4
|
moans merge.
|
2020-08-15 16:33:46 -05:00 |
|
r0nk
|
2c297da80f
|
moans
|
2020-08-15 16:32:37 -05:00 |
|
rexy712
|
bbcdd15a11
|
Fix standard compliance with matrix class
|
2020-08-15 14:04:08 -07:00 |
|
rexy712
|
def1740b7d
|
Merge branch 'master' of ssh://rexy712.chickenkiller.com:1995/var/git/repos/rexy712/our_dick
|
2020-08-15 13:59:50 -07:00 |
|
rexy712
|
d103694cf9
|
doc/coding_standard.txt
|
2020-08-15 13:59:44 -07:00 |
|
r0nk
|
37152e6935
|
Merge branch 'master' of ssh://rexy712.chickenkiller.com:1995/var/git/repos/rexy712/our_dick into master
|
2020-08-15 15:57:24 -05:00 |
|
r0nk
|
6cd30c76fa
|
game_state struct moved to its own header.
|
2020-08-15 15:57:14 -05:00 |
|
rexy712
|
71489dcca4
|
Add basic matrix stuff
|
2020-08-15 13:56:43 -07:00 |
|
rexy712
|
b04fd75798
|
More standard
|
2020-08-15 13:41:49 -07:00 |
|
rexy712
|
adf01b4706
|
Fix whitespace
|
2020-08-15 13:30:50 -07:00 |
|
rexy712
|
26b73fc09d
|
Update standard with robert's now proposal
|
2020-08-15 13:30:17 -07:00 |
|
ATLAS_Moon
|
fd605024da
|
Game window stays up until ESC is pressed
|
2020-08-15 16:27:24 +00:00 |
|
rexy712
|
0efe16a204
|
Separate implementation from declaration as stated in the coding standard
|
2020-08-15 14:20:58 -07:00 |
|
ATLAS_Moon
|
df3305dfa6
|
Got OpenGL window to render for gamestate. Had to include gl3w.c since it didn't compile to a library, so it's easier just to add it to the project.
|
2020-08-15 14:12:30 +00:00 |
|
rexy712
|
e21298b2f8
|
Fix c++ standard compliance
|
2020-08-14 20:48:42 -07:00 |
|
rexy712
|
ec5dc1c467
|
More standard
|
2020-08-14 20:47:34 -07:00 |
|
rexy712
|
acf8648b64
|
Follow coding standard
|
2020-08-14 20:45:50 -07:00 |
|
r0nk
|
1db219f5f1
|
standards ish.
|
2020-08-14 22:41:41 -05:00 |
|
r0nk
|
d42990d57b
|
Merge remote-tracking branch 'our_old_dick/master' into master
|
2020-08-14 22:29:15 -05:00 |
|
r0nk
|
f721c67b45
|
full tic tac toe logic.
|
2020-08-14 22:16:27 -05:00 |
|
rexy712
|
0f0b95edc6
|
Readd makefile
|
2020-08-14 19:19:13 -07:00 |
|
rexy712
|
3d104cb912
|
Merged
|
2020-08-14 19:17:33 -07:00 |
|
rexy712
|
9fd4885411
|
Coding standard
|
2020-08-14 19:14:41 -07:00 |
|
r0nk
|
2bf1f009d7
|
Merge branch 'master' of https://gitlab.com/rexy712/our_dick into master
|
2020-08-14 21:01:11 -05:00 |
|
r0nk
|
18a2be5f62
|
game input and output
|
2020-08-14 21:00:47 -05:00 |
|
ATLAS_Moon
|
527c12d68f
|
Added moans
|
2020-08-14 20:44:29 -05:00 |
|
rexy712
|
a517eda978
|
Remove librexy stuff
|
2020-08-14 18:20:56 -07:00 |
|
rexy712
|
9c8d290bae
|
Initial commit
|
2020-08-14 18:19:35 -07:00 |
|