Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
r2d2meuleu pushed 24 commits to 4.x r2d2meuleu/godot-mod-loader
- test: :test_tube: Ported tests to 4.x (#434) * test: :test_tube: Ported tests to 4.x * fix: :bug: fixed versions *... 6a3d76e
- feat: ✨ param and return manipulation for mod hooks (#469) * feat: :sparkles: param and return manipulation for mod ... b88e7d2
- fix: :ambulance: remove whitespace after `_ModLoaderHooks.call_hooks` (#474) c4691c5
- feat: :sparkles: support async hooks for methods using await (#470) * feat: :sparkles: support async hooks for metho... 1746bc9
- feat: ✨ detect and handle hooks for async methods (#475) * feat: :sparkles: support async hooks for methods using aw... 7fdb894
- docs: correct readme and add features list (#477) * correct readme and add features list * Update README.md Co-aut... 5a940ce
- chore: bump version (#478) bd3ebb7
- docs: update tutorial links (#479) 3a88966
- refactor: :pencil2: changed config dir to `"user://mod_configs"` (#480) refactor: :pencil2: changed `MOD_CONFIG_DIR_... fcb1f4d
- fix: :bug: Take resource remapping into account (#482) added `ResourceLoader.exists()` to `_ModLoaderFile.file_exist... b18acd9
- fix: :bug: fix `\` breaking function declaration (#486) * fix: :bug: fix `\` breaking function declaration closes #... aab3aaa
- fix: 🐛 match `\` and new line (#492) * feat: :sparkles: match `\` and new line * fix: match all `\` and new lines ... 292d59f
- fix: :bug: check if a method is already hooked (#493) * fix: :bug: check if a method is already hooked * fix: :penc... 70f54ca
- fix: :bug: don't remove new lines in `param_string` (#497) 4b88d5d
- fix: :bug: resolved parser error because of missing return value (#498) Added an else statement that directly calls ... fa50dab
- Feat: Logging without store (#500) * feat: decouple ModLoaderLog from ModLoaderStore * feat: decouple ModLoaderLog ... 7b36e32
- refactor: :recycle: mod loading refactor (#485) * refactor: :recycle: should probably start committing * refactor: ... 9c9a5fd
- ci: :heavy_minus_sign: removed PR dependency check (#510) 29d352a
- fix: :bug: continue if no `func_def` is found (#511) If a parent class contains a method that is absent in a child c... a223166
- fix: :bug: return detection (#515) * fix: :bug: return detection The current return detection relies on data from `... 64bcd83
- and 4 more ...
r2d2meuleu pushed 14 commits to main r2d2meuleu/godot-mod-loader
- feat: log name wildcards (#358) * feat: log name wildcards * refactor: use trim_suffix instead of replace * fix: b... bfc93a0
- feat: script extensions sorter checks load order (#357) * added a comparator method to sort extensions of the same s... d75354c
- ci: GUT Test GitHub Action (#360) * test: :white_check_mark: initial test environment * test: :white_check_mark: in... 3644caf
- fix: :bug: Take resource remapping into account (#524) fix: :bug: Take resource remapping into account (#482) added... c74152b
- chore: :pencil2: update version number to 6.3.0 (#525) f5afc8c
- fix: 🐛 potential memory leak with script extensions (#522) fix: 🐛 fixed missing script parent path (#383) * feat: s... 8ae17b9
- fix: broken TranslationServer when added translation fails to load (#… (#520) fix: broken TranslationServer when add... 5ee5c39
- refactor: :fire: removed unused `unpacked_dir` var (#521) and spacing style changes closes #389 0d256c1
- ci: :heavy_minus_sign: removed PR dependency check (#527) ci: :heavy_minus_sign: removed PR dependency check (#510) 1422a20
- refactor: :recycle: demote error to info in `get_data()` (#526) 91f751a
- fix: :bug: set `current_config` in `ModData._load_config()` (#523) * fix: :bug: set `current_config` in `ModData._lo... 8e26af5
- feat: Add `rename_profile()` to `ModLoaderUserProfile` (#352) * Added method to rename user profile * Corrected f... 9879256
- docs: Update README.md (#529) * docs: Update README.md * docs: :memo: more supported godot version info * docs: :m... ccadca5
- v6.3.0 (#528) # Minor Release v6.3.0 Minor update to fix issues with script extension sorting, as well as potential... 92cd37b