2024-02-22 |
Stephen Seo | Change SaveData identifier due to changed de/ser. devel master |
commit | commitdiff | tree | snapshot |
2024-02-22 |
Stephen Seo | Don't de/serialize some particles |
commit | commitdiff | tree | snapshot |
2024-02-16 |
Stephen Seo | Fix `cargo clippy` warnings |
commit | commitdiff | tree | snapshot |
2024-02-16 |
Stephen Seo | wasm/Makefile: Rebuild on rust source change |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Stephen Seo | save/load: Impl. save/load for wasm |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Stephen Seo | save/load: prevent crash on failure to save/load |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Stephen Seo | save/loading: Impl. save on native target |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Stephen Seo | save/restore: Impl. tests for de/serialize |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Stephen Seo | save/restore: Impl. de/serialize for SaveData |
commit | commitdiff | tree | snapshot |
2024-02-14 |
Stephen Seo | save/restore: WIP implementation |
commit | commitdiff | tree | snapshot |
2024-02-14 |
Stephen Seo | Git repo metadata |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Stephen Seo | Fix build |
commit | commitdiff | tree | snapshot |
2023-04-12 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Fix "blurry" text |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Remove serde dependency |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-23 |
Stephen Seo | Fix wasm build |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Fix (some) clippy warnings |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Merge branch 'devel' |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Modify wasm Makefile |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Update note of emsdk version |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Fix native build |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Fix wasm build (normal build is broken) |
commit | commitdiff | tree | snapshot |
2023-02-22 |
Stephen Seo | Work on wasm build |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Update LICENSE year |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Fix most things (except saving/loading) |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Fix fish draws and orbiting particles |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Fix drawing of player, replace quicksilver text |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Fixes, still kind of broken |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Minor fix, set fps on native builds |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Impl camera and camera shader |
commit | commitdiff | tree | snapshot |
2023-02-21 |
Stephen Seo | Impl transform/origin shader loading/usage |
commit | commitdiff | tree | snapshot |
2023-02-20 |
Stephen Seo | Setup for drawing with transforms by using shaders |
commit | commitdiff | tree | snapshot |
2023-02-20 |
Stephen Seo | More work on agnostic_interface/raylib_impl |
commit | commitdiff | tree | snapshot |
2023-02-19 |
Stephen Seo | Add "origin" to draw calls with a transform |
commit | commitdiff | tree | snapshot |
2023-02-19 |
Stephen Seo | Work on impl of some of raylib_impl |
commit | commitdiff | tree | snapshot |
2023-02-19 |
Stephen Seo | Begin work on Raylib impl of agnostic_interface |
commit | commitdiff | tree | snapshot |
2023-02-19 |
Stephen Seo | Move "original_impl" to own module |
commit | commitdiff | tree | snapshot |
2023-02-16 |
Stephen Seo | Try using font size 20 for "size-less" text draws |
commit | commitdiff | tree | snapshot |
2023-02-16 |
Stephen Seo | Refactor "AppearingText" updating/drawing |
commit | commitdiff | tree | snapshot |
2023-02-16 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2023-02-16 |
Stephen Seo | Work on porting from quicksilver |
commit | commitdiff | tree | snapshot |
2023-02-16 |
Stephen Seo | Use &trait/&mut trait instead of Box variants |
commit | commitdiff | tree | snapshot |
2023-02-15 |
Stephen Seo | Work on porting from quicksilver |
commit | commitdiff | tree | snapshot |
2023-02-14 |
Stephen Seo | Work on porting from quicksilver |
commit | commitdiff | tree | snapshot |
2023-02-13 |
Stephen Seo | More fixes, add agnostic_interface.rs |
commit | commitdiff | tree | snapshot |
2023-02-13 |
Stephen Seo | Work on porting away from quicksilver |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Stephen Seo | Fix compiling (still fails to run) |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Fix fish spawn amount to top at 3 |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add fish as possible creatable |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Minor refactoring |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add stars as possible creatable object |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add README.md |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add sfx use, minor formatting change |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add music2 LICENSE |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add license |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Fix title |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Fixes, add reset capability |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Use boom sound on planet spawn, minor improvements |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add saving and loading |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Add movement and handling of single/double click |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Give new planets a random amount of moons |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Minor tweaks |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Minor tweaks |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Gave planets a particle system |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Stephen Seo | Begin work on next part, creation |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Fix loading bug where button text did not appear |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Add objects from first choice |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Add InstantText, change name of project |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Abstracted particles to a ParticleSystem |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Add player |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Added more dialogue |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Added music2, some work on start of game |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Add font, make start screen |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Add some sfx and loading |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Stephen Seo | Init commit |
commit | commitdiff | tree | snapshot |
|