Skip to content

WHIP Build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 03:09
· 1 commit to main since this release
1851abd

Commits

  • [0c65be3]: WIP rollback function hook (Estebanfer) #369
  • [5a590a5]: add local_data to StateMemory, to allow script data that gets affected by rollback (Estebanfer) #369
  • [2543422]: hook rollback function with patch_and_redirect and fix it (Estebanfer) #369
  • [9a994e4]: Merge branch 'main' into online-compat-stuff (Estebanfer) #369
  • [bbffae5]: Merge branch 'main' into online-compat-stuff (Estebanfer) #369
  • [a91419c]: Move local_state_datas to LocalStateData struct (Estebanfer) #369
  • [f2e4f8b]: Merge branch 'main' into online-compat-stuff (Estebanfer) #369
  • [e70fa55]: make more callbacks online compatible, fix deadlock (Estebanfer) #369
  • [79c13f3]: format (Estebanfer) #369
  • [43386cb]: docs, rename clone_heap -> copy_state, state local_data -> user_data (Estebanfer) #369
  • [8df6529]: change state location to read-only via getter (Estebanfer) #369
  • [488d643]: trigger PRE_COPY_STATE on Overlunky savestates (Estebanfer) #369
  • [c704236]: move State::get_location to header file (Estebanfer) #369
  • [3881f06]: minor autodoc fix (Estebanfer) #369
  • [7e9c411]: remove PRE_COPY_STATE lua event for now (Estebanfer) #369
  • [f105e88]: fix get_local_* return type in docs (Estebanfer) #369
  • [f93ee54]: fix spawn_api and custom_allocator online (Estebanfer) #369
  • [4b1a8b2]: Merge branch 'main' into online-compat-stuff (Estebanfer) #369
  • [98cb792]: better deepcopy_object implementation (Estebanfer) #369
  • [9f70235]: change get_location to get_offset, remove get_state_offset (Estebanfer) #369