]> code.bitgloo.com Git - clyne/gamedev2.git/history
clyne/gamedev2.git
2020-05-09 Clyne SullivanMerge audio; handle mouse events
2020-05-09 Clyne SullivanMerge branch 'audio'
2020-05-09 Clyne SullivanAdded npc
2020-04-24 Clyne SullivanMerge branch 'master' of https://github.com/tcsullivan...
2019-10-03 Clyne Sullivanfixes; font mem leak fix
2019-10-03 Clyne Sullivancontrolled sound fading
2019-10-03 Clyne Sullivanpositional audio working
2019-10-02 Clyne Sullivanbeautiful ball bounce sound
2019-10-02 Clyne Sullivansound on jump
2019-10-02 Clyne SullivanMerge branch 'master' of https://github.com/tcsullivan...
2019-10-02 Clyne SullivanAudio component loading, getting ready to play
2019-10-01 Clyne Sullivancleaned up lua function bindings
2019-09-30 Clyne Sullivancreated Audio component
2019-09-30 Clyne Sullivancreated base audiosystem
2019-09-30 Clyne Sullivanadded alut to Makefile
2019-09-26 Clyne Sullivanfixed todos.sh messing with lua comments v0.2-alpha
2019-09-26 Clyne Sullivanremove lua puts call
2019-09-26 Clyne Sullivanbegin config usage; text positioning
2019-09-26 Clyne Sullivanmade Config static; added fps measure/text
2019-09-25 Clyne Sullivancreated config class
2019-09-25 clyneMerge pull request #2 from tcsullivan/font-support
2019-09-25 Andy Belle-IsleChanged up time-step to see if it fixes desktop stutter...
2019-09-24 Andy Belle-IsleIncreased texture size for world, made world a little...
2019-09-24 Andy Belle-IsleFixed text rendering
2019-09-18 Andy Belle-IsleAdded UI rendering support to render loop, although...
2019-09-18 Andy Belle-IsleStarted adding UI rendering to render loop
2019-09-18 Clyne Sullivanadjust for world changes
2019-09-18 Andy Belle-IsleAdded basic UI shaders
2019-09-17 Andy Belle-IsleWorld can now draw properly, and camera follows player
2019-09-17 Clyne Sullivantext rendering in-place; but something's missing
2019-09-17 Clyne Sullivanmade VBO rendering accessible
2019-09-17 Clyne Sullivanupdate with master; using VBOs for fonts
2019-09-16 Andy Belle-IsleRender system is now decoupled from the world system
2019-09-16 Clyne Sullivansuccess with font loading
2019-09-15 Andy Belle-IsleAdded event subsection of code
2019-09-15 Andy Belle-IsleFixed todo script to search all development files inclu...
2019-09-14 Andy Belle-IsleWorld can now draw
2019-09-14 Andy Belle-IsleUpdated world texture loading in Lua
2019-09-14 Andy Belle-IsleTextures can now load from lua tables as well as strings
2019-09-14 Andy Belle-IsleAdded basic world assets
2019-09-14 Andy Belle-IsleWorld can now generate its own mesh
2019-09-14 Andy Belle-IsleAdded texture size and offset data
2019-09-14 Andy Belle-IsleLua can now modify world size and world data
2019-09-13 Andy Belle-IsleAdded SOIL and cereal to libraries list in README
2019-09-13 Andy Belle-IsleReadded todo script from gamedev1 that can be used...
2019-09-13 Andy Belle-IsleLua can now register materials for worlds during world...
2019-09-13 Andy Belle-IsleAdded texture caching to the texture loading process
2019-09-12 Andy Belle-IsleAbility to pass world data into Lua
2019-09-12 Clyne Sullivanadd font name to Text component
2019-09-12 Clyne Sullivanswitch to pairs
2019-09-11 Clyne Sullivanadded font loading code, untested
2019-09-11 Andy Belle-IsleWorld system now has a pointer to the current world...
2019-09-11 Andy Belle-IsleMerge branch 'master' of github.com:tcsullivan/gamedev2
2019-09-11 Andy Belle-IsleMade world generation a bit nicer
2019-09-11 Andy Belle-IsleStarted world system
2019-09-11 Clyne Sullivanadded Text component and skeleton system
2019-09-07 Andy Belle-IsleAdded 64-bit compiling to Makefile
2019-09-07 Andy Belle-IsleAdded camera variable to render code
2019-09-07 Andy Belle-IsleStarted extremely basic world generation
2019-09-07 Andy Belle-IsleRemoved EntityX pointers from script system and replace...
2019-09-07 Andy Belle-IsleFlips the X axis of the normal map instead of the light...
2019-09-07 Andy Belle-IslePlayer init script can now allow the player to jump
2019-09-07 Andy Belle-IsleAdded physics to the script system
2019-09-07 Andy Belle-IsleAdded jumping support to the player
2019-09-07 Andy Belle-IsleAdded physics loop function that runs in it's own thread
2019-09-07 Andy Belle-IsleAdded physics system that updates entity positions...
2019-09-07 Andy Belle-IsleAdded new physics component that allows entities to...
2019-09-04 Andy Belle-IsleFixed boolean saving in lua table saving
2019-09-04 Andy Belle-IsleValues in entity table are now saved in the save file
2019-09-04 Clyne Sullivanreduced shader version so intel video works
2019-09-04 Andy Belle-IsleScript now flips player when they go left
2019-09-04 Clyne Sullivanlua handling movement events? idea
2019-09-03 clyneMerge pull request #1 from tcsullivan/save-load
2019-09-03 Clyne Sullivanrender: use tab.get for strings
2019-09-03 Clyne Sullivanadded load message
2019-09-03 Clyne Sullivanjson save and load, made GameState class
2019-09-03 Clyne Sullivansave json to file
2019-09-03 Andy Belle-IsleStart working on Lua function serialization
2019-09-02 clyneTrying this out
2019-09-02 Clyne Sullivanmade json names readable
2019-09-02 Clyne Sullivanjson entity saving: cout
2019-09-02 Clyne SullivanMerge branch 'master' of https://github.com/tcsullivan...
2019-09-02 Andy Belle-IsleRemoved frequent Lua updates
2019-09-02 Clyne SullivanMerge branch 'master' of https://github.com/tcsullivan...
2019-09-02 Andy Belle-IsleFixed flipped texture normals being displayed properly...
2019-09-02 Andy Belle-IsleChanged Lua Idle function names
2019-09-02 Andy Belle-IsleAdded Lua update function that allows certain entities...
2019-09-02 Andy Belle-IsleMade lighting a bit softer
2019-09-02 Andy Belle-IsleAdded LIGHTING
2019-09-02 Andy Belle-IsleAdded rock asset+normal and cat normal (kinda broken)
2019-09-01 Andy Belle-IsleScaled up entities and stopped player from flashing
2019-09-01 Andy Belle-IsleAdded player and rabbit textures
2019-09-01 Andy Belle-IsleMerge branch 'master' of https://github.com/tcsullivan...
2019-09-01 Andy Belle-IsleTHE CAT IS BACK
2019-09-01 Andy Belle-IsleAdded SOIL for OpenGL texture loading
2019-09-01 Clyne Sullivanadded cereal library
2019-09-01 Clyne Sullivanadded save/load structure to entityx
2019-09-01 Clyne Sullivanfix player keys...
2019-09-01 Clyne SullivanMake allll tabs spaces v0.1-alpha
2019-09-01 Clyne Sullivanmade all formatting match
next