0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
October-2021 Updates More... over 3 years ago
Use more precise logic for komap. Fixes #240. More... over 3 years ago
- Smartbomb flash definable using hitflash. More... over 3 years ago
- Use a more logical formula for setting z position of hits: If seeker and target are within 10 pixles, apply old formula (1 pixel in front of whoever is closer to camera on Z axis). If further apart, always Z position center 1 pixel in front of target. More... over 3 years ago
Defense pain, knockdown, and factor now included in body->model->default defense calculations. More... over 3 years ago
Progress toward body level defense: More... over 3 years ago
Update README.md More... over 3 years ago
Document attack_id_check_match function. Fix some annoying misspelling of "original". More... over 3 years ago
Progress toward enabling defense for body boxes. More... over 3 years ago
Recursive damage now has type option. If unused, defaults to legacy behavior using same type as parent attack. Further reorganization of recursive damage functions. More... over 3 years ago
Add text argument list support for recursive damage (see wiki: https://chronocrash.com/obor/wiki/recursive-damage). Now accepts legacy numeric argument (previously switched to a bitwise input that broke backward compatibility). More... over 3 years ago
Force direction commands now accept text input (left, right, none, opposite, right, and same). More... over 3 years ago
Implement z_foreground and z_background commands from 93744dc5. More... over 3 years ago
Add z_background and z_foreground to use in place of Z_1 and Z_2. Should avoid confusion for creators. More... over 3 years ago
Enable support for mutiple collision boxes per frame. Body and attack boxes are linked lists, with respective frame property pointing to head node. More... over 3 years ago
Initial rework to use separate frame property for attack and body containers. Previously planned to use a universal container for all collision types to avoid tons of copypasta, but not a great idea long term. More... over 3 years ago
Implement body allocation functions for supporting unified linked list collision (not yet in use). More... over 3 years ago
Undo "Windows only" compile. More... over 3 years ago
Remove leftover uses of global "self" in do_active_block() More... over 3 years ago
Apply suggested cahnges from Krtaus and Plombo - fixes #237. More... over 3 years ago
Restore e_key_id enum accidently while importing master branch to dc updates. More... over 3 years ago
Merge branch 'master' into dc_unified_updates More... over 3 years ago