This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
86aea3a147af14ce2dd8c3b361a26f680e99f009
sml-projects
/
fcore
History
Humza Shahid
86aea3a147
trigger confirmation in title-update.sml only when attack is newly pressed (not when attack is held)
2025-02-22 04:53:51 +00:00
..
level
add 'saveKeys' boolean to GameType.game_type, which should tell us to assign the new userKeys record to the InputState (which is implemented), and should also tell us to convert the keys to a string and save it to controls.config
2025-02-21 18:32:48 +00:00
options
a little refactoring
2025-02-21 18:57:28 +00:00
title
trigger confirmation in title-update.sml only when attack is newly pressed (not when attack is held)
2025-02-22 04:53:51 +00:00
bin-search.sml
implement bin-vec (vector that always stores its elements in order, for binary search)
2025-01-19 12:06:56 +00:00
bin-vec.sml
implement code for precomputing reachable platforms so it can be reused (but haven't modified implementation of Dijkstra's algorithm to use it, and haven't added it to game type yet)
2025-01-31 03:46:28 +00:00
block.sml
scale player.sml in the same way that wall.sml is being scaled, and also: make 'x' and 'y' arguments to Block.lerp Real32.real values rather than int values (with calling code making the necessary changes) as the code was converting between int and real multiple times
2024-12-17 09:16:22 +00:00
constants.sml
add key delay to options menu
2025-02-21 11:36:20 +00:00
core-key.sml
done with saving updated keybindings, both saving to application's RAM memory and to disk
2025-02-21 20:31:26 +00:00
field.sml
draw basic field over player when player is attacking
2024-12-28 04:06:27 +00:00
frame-input-type.sml
add 'newKeys' field (list of key codes pressed in frame) to frame input type, so we can change key bindings at runtime later
2025-02-21 11:57:29 +00:00
game-type.sml
add 'saveKeys' boolean to GameType.game_type, which should tell us to assign the new userKeys record to the InputState (which is implemented), and should also tell us to convert the keys to a string and save it to controls.config
2025-02-21 18:32:48 +00:00
game-update.sml
add 'saveKeys' boolean to GameType.game_type, which should tell us to assign the new userKeys record to the InputState (which is implemented), and should also tell us to convert the keys to a string and save it to controls.config
2025-02-21 18:32:48 +00:00
make-text-vec.sml
add function to make text vec to its own module so it can be reused across different modes
2025-02-20 06:13:33 +00:00