]> git.localhorst.tv Git - blank.git/shortlog
blank.git
2015-08-31 Daniel Karbachadd minimal debug symbols in release build
2015-08-28 Daniel Karbachgive feedback to stdout when profiling
2015-08-28 Daniel Karbachsort chunk candidates before detailed check
2015-08-28 Daniel Karbachlerp random walk and make it change ang vel
2015-08-28 Daniel Karbachfix divide by zero in Chaser AI
2015-08-28 Daniel Karbachavoid library rand()
2015-08-28 Daniel Karbachsplit composite model in template and instance
2015-08-27 Daniel Karbachreference count entities for safer removal
2015-08-27 Daniel Karbachsplit chunk redering from world model
2015-08-21 Daniel Karbachexplicit reference for world coordinates
2015-08-19 Daniel Karbachsome outline improvements
2015-08-18 Daniel Karbachdisplay focused entity in debug overlay
2015-08-18 Daniel Karbachuse collision structures for ray tests
2015-08-17 Daniel Karbachcheck for entities under crosshair
2015-08-17 Daniel Karbachfix some inline TODOs
2015-08-14 Daniel Karbachmake buttons configurable
2015-08-14 Daniel Karbachthe sound thing
2015-08-13 Daniel Karbachshow player orientation in debug overlay
2015-08-13 Daniel Karbachdedicated shader for outlines
2015-08-13 Daniel Karbachfix normal in intersection ray/box intersection
2015-08-13 Daniel Karbachblank screen before doing anything serious
2015-08-13 Daniel Karbachcollect and load textures required by block types
2015-08-12 Daniel Karbachload block types from data file
2015-08-11 Daniel Karbachallow multiple meshes per entity
2015-08-11 Daniel Karbachcentralize fonts
2015-08-11 Daniel Karbachenhanced application state control
2015-08-10 Daniel Karbachtry to get every chunk change saved to disk
2015-08-10 Daniel Karbachdifferent limits for reading and generating chunks
2015-08-10 Daniel Karbachsave and load chunk data
2015-08-09 Daniel Karbachsave and load world seed
2015-08-09 Daniel Karbachfix error in make_dirs and add is_file
2015-08-09 Daniel Karbachconfigurable asset and save path
2015-08-08 Daniel Karbachtextures
2015-08-07 Daniel Karbachcheck line of sight in chase ai
2015-08-07 Daniel Karbachspeed up entity rotation a little
2015-08-07 Daniel Karbachtvec[234]<int> -> ivec[234]
2015-08-07 Daniel Karbach(hopefully) cross-platform directory functions
2015-08-07 Daniel Karbachcorrect usage of quaternions :P
2015-08-06 Daniel Karbachanother type of entity controller
2015-08-06 Daniel Karbachsimple (text) progress display for preloader
2015-08-06 Daniel Karbachsimple preloader
2015-08-06 Daniel Karbachstate management and control
2015-08-05 Daniel Karbachrandomly spawn entities around the player
2015-08-04 Daniel Karbachmoved entity spawn and control into its own class
2015-08-04 Daniel Karbachmove RandomWalk into new "ai" module
2015-08-04 Daniel Karbachmake entities removable
2015-08-04 Daniel Karbachmove init out of Application class
2015-08-03 Daniel Karbachshow camera position in debug overlay
2015-08-03 Daniel Karbachremove positional frames argument
2015-08-03 Daniel Karbach"streamlined" model/VAO handling
2015-08-01 Daniel Karbachsome experiments with sound
2015-07-31 Daniel Karbachalso show peak in frame counter
2015-07-28 Daniel Karbachalso post UI messages to graphical output
2015-07-28 Daniel Karbachcombine text handling stuff into a class
2015-07-27 Daniel Karbachmove font color from texture to uniform
2015-07-27 Daniel Karbachreorganize basic rendering functionality
2015-07-23 Daniel Karbachdisplay frame counter
2015-07-23 Daniel Karbachcollect timing information
2015-07-23 Daniel Karbachfancy crosshair
2015-07-23 Daniel Karbachpropagate light into blocking blocks
2015-07-22 Daniel Karbachmade chunk neighbor linkage a little safer
2015-07-22 Daniel Karbachset and display block type labels
2015-07-21 Daniel Karbachimplemented font redering
2015-06-26 Daniel Karbachbetter edge light propagation on link
2015-06-26 Daniel Karbachentity/world collision response
2015-06-25 Daniel Karbachcollect collisions for each entity
2015-06-25 Daniel Karbachfigure out depth and normal in box/box test
2015-06-24 Daniel Karbachtest entities for world collision
2015-06-23 Daniel Karbachplug box intersection into shapes
2015-06-23 Daniel Karbachbox/box intersection test
2015-06-23 Daniel Karbachuse a timer to limit chunk generation
2015-06-17 Daniel Karbachadded build instructions for testing
2015-06-15 Daniel Karbachsome cleaning :)
2015-06-15 Daniel Karbachfixed light propagation after obstacle removal
2015-06-12 Daniel Karbachmore chunk tests
2015-06-12 Daniel Karbachweird return value is weird
2015-06-12 Daniel Karbachunit test for interval timer
2015-06-11 Daniel Karbachsome tests for Chunk
2015-06-11 Daniel Karbachfix ray/obb intersection test
2015-06-11 Daniel Karbachfix faceset unset
2015-06-10 Daniel Karbachsome code reorganization
2015-06-02 Daniel Karbachminor optimizations in chunk
2015-06-02 Daniel Karbachblock place/remove timers
2015-06-01 Daniel Karbachslight lighting improvement
2015-06-01 Daniel Karbachbe smart about other stuff ^^
2015-05-29 Daniel Karbachbe smart about numbers
2015-05-29 Daniel Karbachnoexcept all the things
2015-05-29 Daniel Karbachreorganized block tables
2015-05-29 Daniel Karbachadded ability to get seperate information about block...
2015-05-27 Daniel Karbachfix dec/rad error in camera FOV
2015-05-27 Daniel Karbachremove unneccessary buffer binds before draw calls
2015-05-26 Daniel Karbachdon't push block normals to GPU
2015-05-22 Daniel Karbachsimplified block face stuff
2015-05-21 Daniel Karbachsimplified ray/aabb intersection code
2015-05-20 Daniel Karbachremove move branching from interface
2015-05-20 Daniel Karbachbetter chunk memory management
2015-03-25 Daniel Karbachoptimized block lookup a little
2015-03-25 Daniel Karbachupdate light levels from border on neighbor change
2015-03-24 Daniel Karbachtrying to fix the initial aiming issue
2015-03-23 Daniel Karbachuse 3 octaves for solid generation noise
next