2013-01-31 02:43 | vse12 project update | Brian Swetland | 1 | +2 | -0 |
2013-01-31 02:42 | vse2012 can't cope with c++11 raw string literals... | Brian Swetland | 1 | +44 | -47 |
2013-01-30 09:45 | loadobj: use vector<> and be a bit more cplusplusy | Brian Swetland | 1 | +41 | -104 |
2013-01-30 09:15 | noisetoy: x=save(out.png) m=modeswitch | Brian Swetland | 1 | +38 | -16 |
2013-01-30 09:14 | app: key(code) method for reacting to press rather than hold conditions | Brian Swetland | 2 | +2 | -0 |
2013-01-30 06:47 | noisetoy - scroll around some 2d noise | Brian Swetland | 2 | +170 | -2 |
2013-01-30 06:21 | debugtext: build in shaders | Brian Swetland | 1 | +50 | -2 |
2013-01-30 04:43 | program: add ability to compile from string as well as file | Brian Swetland | 2 | +15 | -3 |
2013-01-30 04:38 | util: add Stefan Gustavson's SimplexNoise1234 | Brian Swetland | 2 | +490 | -0 |
2013-01-30 01:54 | further c++ification of all the things | Brian Swetland | 13 | +385 | -458 |
2013-01-29 22:55 | build library | Brian Swetland | 1 | +18 | -7 |
2013-01-29 11:40 | cleanup | Brian Swetland | 6 | +281 | -281 |
2013-01-29 09:05 | cleanup and fixes | Brian Swetland | 5 | +30 | -3 |
2013-01-29 08:34 | test5: use Program object, draw some debugtext | Brian Swetland | 1 | +29 | -25 |
2013-01-29 08:01 | x64 prebuilts for SDL, libpng, and zlib | Brian Swetland | 50 | +20676 | -0 |
2013-01-29 08:01 | solution and project for test5 | Brian Swetland | 2 | +140 | -0 |
2013-01-29 08:00 | ignore visual studio droppings | Brian Swetland | 1 | +5 | -0 |
2013-01-29 07:57 | support building on windows | Brian Swetland | 5 | +95 | -3 |
2013-01-29 06:42 | ensure text files don't get eaten by windows | Brian Swetland | 1 | +1 | -0 |
2013-01-29 06:34 | CPLUSPLUS ALL THE THINGS! | Brian Swetland | 28 | +1277 | -1644 |
2013-01-27 06:08 | - Program convenience class and DebugText facility | Brian Swetland | 4 | +351 | -0 |
2013-01-27 03:26 | remove debug print | Brian Swetland | 1 | +0 | -1 |
2013-01-27 02:33 | test2d: charbuffer text display experiment | Brian Swetland | 4 | +239 | -2 |
2013-01-27 02:33 | make background transparent | Brian Swetland | 1 | +0 | -0 |
2013-01-22 15:29 | Pull in an 8x8 bitmap font | Brian Swetland | 1 | +0 | -0 |
2013-01-21 06:48 | mat4: Provide a.mul(b,c) to avoid the extra 16word copy a = b * c causes | Brian Swetland | 3 | +17 | -20 |
2013-01-21 06:07 | hello, c++ world | Brian Swetland | 8 | +503 | -195 |
2013-01-21 04:08 | fix comment explaining mtx_mul_unsafe | Brian Swetland | 1 | +2 | -1 |
2013-01-21 04:07 | tidy up matrix ops, make translate and rotate both post-multiply | Brian Swetland | 5 | +40 | -37 |
2013-01-20 21:30 | make camera controls behave a bit more normally | Brian Swetland | 1 | +16 | -9 |
2013-01-20 20:58 | some basic camera controls (wasd to translate, qe/rf for roll/pitch) | Brian Swetland | 1 | +26 | -3 |
2013-01-20 20:57 | only quit on ESC press instead of any key, track key state | Brian Swetland | 1 | +16 | -4 |
2013-01-20 20:57 | add mtx_?_rotation() functions to create rotation matrices | Brian Swetland | 2 | +25 | -8 |
2013-01-20 17:38 | test5: start fiddling with lighting and multiple models in scene | Brian Swetland | 4 | +202 | -3 |
2013-01-20 17:32 | test sphere | Brian Swetland | 1 | +3605 | -0 |
2013-01-20 17:31 | mtx_mul_vec4() for using a mat4 to transform a vec4 | Brian Swetland | 2 | +15 | -0 |
2013-01-19 17:42 | test4: automatically reload shaders if they've changed on disk | Brian Swetland | 2 | +62 | -19 |
2013-01-19 00:10 | test4: adjust ortho projection based on window dimensions | Brian Swetland | 1 | +4 | -2 |
2013-01-18 23:59 | better error reporting and more useful names for shader related things | Brian Swetland | 13 | +129 | -118 |
2013-01-18 06:10 | Don't call SDL_GL_SwapBuffers() when GL double buffering is disabled | Brian Swetland | 1 | +7 | -2 |
2013-01-18 06:06 | accept -nosync to disable vsync and ###x### to set window dimensions | Brian Swetland | 1 | +33 | -2 |
2013-01-17 06:48 | update mksdf to write 8bit gray PNGs instead of PGMs | Brian Swetland | 2 | +8 | -18 |
2013-01-17 06:47 | provide save_png_{rgba,gray}() | Brian Swetland | 2 | +89 | -0 |
2013-01-17 06:10 | add a flag to load_png_*() to control y mirroring | Brian Swetland | 7 | +19 | -15 |
2013-01-16 09:47 | load_png_*: avoid allocating intermediate row pointer buffer | Brian Swetland | 1 | +3 | -11 |
2013-01-16 07:03 | add some code to generate and render signed distance field textures | Brian Swetland | 6 | +252 | -5 |
2013-01-16 07:02 | provide load_png_gray() for loading single channel 8bit data | Brian Swetland | 2 | +30 | -11 |
2013-01-14 23:33 | enable vsync | Brian Swetland | 1 | +3 | -0 |
2013-01-14 23:27 | oops | Brian Swetland | 1 | +0 | -2 |
2013-01-14 08:08 | minimal wavefront obj loader | Brian Swetland | 6 | +483 | -3 |
2013-01-14 02:32 | initial commit | Brian Swetland | 16 | +911 | -0 |