]> code.bitgloo.com Git - clyne/gamedev2.git/shortlog
clyne/gamedev2.git
2022-08-20 Clyne Sullivanfix entityx build dir
2022-08-20 Clyne Sullivanfix serialization support
2022-08-20 Clyne Sullivansubmodule LuaJIT; build libs through Makefile
2022-08-20 Clyne Sullivanadd entityx config.h
2022-08-20 Clyne Sullivanadd cereal and entityx submodules; fix compile errors
2022-08-20 Clyne Sullivantry removing entityx again...
2022-08-20 Clyne Sullivanremove cereal, remove entityx for fix
2022-08-19 Clyne Sullivanadd sol2 submodule; remove entityx to add submodule
2022-08-19 Clyne Sullivanremove sol2 (will re-add as submodule)
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... Changed up time-step to see if it fixes desktop stutter...
2019-09-24 Andy Belle... Increased texture size for world, made world a little...
2019-09-24 Andy Belle... Fixed text rendering
2019-09-18 Andy Belle... Added UI rendering support to render loop, although...
2019-09-18 Andy Belle... Started adding UI rendering to render loop
2019-09-18 Clyne Sullivanadjust for world changes
2019-09-18 Andy Belle... Added basic UI shaders
2019-09-17 Andy Belle... World 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... Render system is now decoupled from the world system
2019-09-16 Clyne Sullivansuccess with font loading
2019-09-15 Andy Belle... Added event subsection of code
2019-09-15 Andy Belle... Fixed todo script to search all development files inclu...
2019-09-14 Andy Belle... World can now draw
2019-09-14 Andy Belle... Updated world texture loading in Lua
2019-09-14 Andy Belle... Textures can now load from lua tables as well as strings
2019-09-14 Andy Belle... Added basic world assets
2019-09-14 Andy Belle... World can now generate its own mesh
2019-09-14 Andy Belle... Added texture size and offset data
2019-09-14 Andy Belle... Lua can now modify world size and world data
2019-09-13 Andy Belle... Added SOIL and cereal to libraries list in README
2019-09-13 Andy Belle... Readded todo script from gamedev1 that can be used...
2019-09-13 Andy Belle... Lua can now register materials for worlds during world...
2019-09-13 Andy Belle... Added texture caching to the texture loading process
2019-09-12 Andy Belle... Ability 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... World system now has a pointer to the current world...
2019-09-11 Andy Belle... Merge branch 'master' of github.com:tcsullivan/gamedev2
2019-09-11 Andy Belle... Made world generation a bit nicer
2019-09-11 Andy Belle... Started world system
2019-09-11 Clyne Sullivanadded Text component and skeleton system
2019-09-07 Andy Belle... Added 64-bit compiling to Makefile
2019-09-07 Andy Belle... Added camera variable to render code
2019-09-07 Andy Belle... Started extremely basic world generation
2019-09-07 Andy Belle... Removed EntityX pointers from script system and replace...
2019-09-07 Andy Belle... Flips the X axis of the normal map instead of the light...
2019-09-07 Andy Belle... Player init script can now allow the player to jump
2019-09-07 Andy Belle... Added physics to the script system
2019-09-07 Andy Belle... Added jumping support to the player
2019-09-07 Andy Belle... Added physics loop function that runs in it's own thread
2019-09-07 Andy Belle... Added physics system that updates entity positions...
2019-09-07 Andy Belle... Added new physics component that allows entities to...
2019-09-04 Andy Belle... Fixed boolean saving in lua table saving
2019-09-04 Andy Belle... Values 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... Script 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... Start 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... Removed frequent Lua updates
2019-09-02 Clyne SullivanMerge branch 'master' of https://github.com/tcsullivan...
2019-09-02 Andy Belle... Fixed flipped texture normals being displayed properly...
2019-09-02 Andy Belle... Changed Lua Idle function names
2019-09-02 Andy Belle... Added Lua update function that allows certain entities...
2019-09-02 Andy Belle... Made lighting a bit softer
2019-09-02 Andy Belle... Added LIGHTING
2019-09-02 Andy Belle... Added rock asset+normal and cat normal (kinda broken)
2019-09-01 Andy Belle... Scaled up entities and stopped player from flashing
next