]> git.seodisparate.com - LudumDare45_StartWithNothing/shortlog
LudumDare45_StartWithNothing
2024-02-22 Stephen SeoChange SaveData identifier due to changed de/ser. devel master
2024-02-22 Stephen SeoDon't de/serialize some particles
2024-02-16 Stephen SeoFix `cargo clippy` warnings
2024-02-16 Stephen Seowasm/Makefile: Rebuild on rust source change
2024-02-15 Stephen Seosave/load: Impl. save/load for wasm
2024-02-15 Stephen Seosave/load: prevent crash on failure to save/load
2024-02-15 Stephen Seosave/loading: Impl. save on native target
2024-02-15 Stephen Seosave/restore: Impl. tests for de/serialize
2024-02-15 Stephen Seosave/restore: Impl. de/serialize for SaveData
2024-02-14 Stephen Seosave/restore: WIP implementation
2024-02-14 Stephen SeoGit repo metadata
2024-02-13 Stephen SeoFix build
2023-04-12 Stephen SeoUpdate README.md
2023-02-23 Stephen SeoFix "blurry" text
2023-02-23 Stephen SeoUpdate README.md
2023-02-23 Stephen SeoRemove serde dependency
2023-02-23 Stephen SeoUpdate README.md
2023-02-23 Stephen SeoUpdate README.md
2023-02-23 Stephen SeoFix wasm build
2023-02-22 Stephen SeoFix (some) clippy warnings
2023-02-22 Stephen SeoUpdate README.md
2023-02-22 Stephen SeoUpdate README.md
2023-02-22 Stephen SeoMerge branch 'devel'
2023-02-22 Stephen SeoModify wasm Makefile
2023-02-22 Stephen SeoUpdate note of emsdk version
2023-02-22 Stephen SeoFix native build
2023-02-22 Stephen SeoFix wasm build (normal build is broken)
2023-02-22 Stephen SeoWork on wasm build
2023-02-21 Stephen SeoUpdate LICENSE year
2023-02-21 Stephen SeoUpdate README.md
2023-02-21 Stephen SeoFix most things (except saving/loading)
2023-02-21 Stephen SeoFix fish draws and orbiting particles
2023-02-21 Stephen SeoFix drawing of player, replace quicksilver text
2023-02-21 Stephen SeoFixes, still kind of broken
2023-02-21 Stephen SeoMinor fix, set fps on native builds
2023-02-21 Stephen SeoImpl camera and camera shader
2023-02-21 Stephen SeoImpl transform/origin shader loading/usage
2023-02-20 Stephen SeoSetup for drawing with transforms by using shaders
2023-02-20 Stephen SeoMore work on agnostic_interface/raylib_impl
2023-02-19 Stephen SeoAdd "origin" to draw calls with a transform
2023-02-19 Stephen SeoWork on impl of some of raylib_impl
2023-02-19 Stephen SeoBegin work on Raylib impl of agnostic_interface
2023-02-19 Stephen SeoMove "original_impl" to own module
2023-02-16 Stephen SeoTry using font size 20 for "size-less" text draws
2023-02-16 Stephen SeoRefactor "AppearingText" updating/drawing
2023-02-16 Stephen SeoMinor fix
2023-02-16 Stephen SeoWork on porting from quicksilver
2023-02-16 Stephen SeoUse &trait/&mut trait instead of Box variants
2023-02-15 Stephen SeoWork on porting from quicksilver
2023-02-14 Stephen SeoWork on porting from quicksilver
2023-02-13 Stephen SeoMore fixes, add agnostic_interface.rs
2023-02-13 Stephen SeoWork on porting away from quicksilver
2022-06-07 Stephen SeoUpdate README.md
2022-06-07 Stephen SeoFix compiling (still fails to run)
2019-10-06 Stephen SeoUpdate README.md
2019-10-06 Stephen SeoFix fish spawn amount to top at 3
2019-10-06 Stephen SeoUpdate README.md
2019-10-06 Stephen SeoAdd fish as possible creatable
2019-10-06 Stephen SeoMinor refactoring
2019-10-06 Stephen SeoAdd stars as possible creatable object
2019-10-06 Stephen SeoAdd README.md
2019-10-06 Stephen SeoAdd sfx use, minor formatting change
2019-10-06 Stephen SeoAdd music2 LICENSE
2019-10-06 Stephen SeoAdd license
2019-10-06 Stephen SeoFix title
2019-10-06 Stephen SeoFixes, add reset capability
2019-10-06 Stephen SeoUse boom sound on planet spawn, minor improvements
2019-10-06 Stephen SeoAdd saving and loading
2019-10-06 Stephen SeoAdd movement and handling of single/double click
2019-10-06 Stephen SeoGive new planets a random amount of moons
2019-10-06 Stephen SeoMinor tweaks
2019-10-06 Stephen SeoMinor tweaks
2019-10-06 Stephen SeoGave planets a particle system
2019-10-06 Stephen SeoBegin work on next part, creation
2019-10-05 Stephen SeoFix loading bug where button text did not appear
2019-10-05 Stephen SeoAdd objects from first choice
2019-10-05 Stephen SeoAdd InstantText, change name of project
2019-10-05 Stephen SeoAbstracted particles to a ParticleSystem
2019-10-05 Stephen SeoAdd player
2019-10-05 Stephen SeoAdded more dialogue
2019-10-05 Stephen SeoAdded music2, some work on start of game
2019-10-05 Stephen SeoAdd font, make start screen
2019-10-05 Stephen SeoAdd some sfx and loading
2019-10-05 Stephen SeoInit commit