Skip to content

WHIP Build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 02:26

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
  • [15a0a4f]: some render stuff (Mr-Auto) #395
  • [d8d849b]: Automated clang-format changes (Clang-Format Bot) #395
  • [0626e90]: fix some virtual functions, add missing parameters etc. (Mr-Auto) #397
  • [264b3de]: look thru entity virtual functions to understand them better, fix some, add missing parameters, make the vtable hooks not require giving the full signature, instead you can point to the function pointer. Fix auto doc (again) (Mr-Auto) #397
  • [2fedd8b]: fix build (Mr-Auto) #397
  • [a203288]: fix build 2 (Mr-Auto) #397
  • [4477162]: merge main (Mr-Auto) #397
  • [38f0d5b]: some post merge changes, update docs (Mr-Auto) #397
  • [6b7d54f]: update and fix entity casting, also rename variables in Animation (Mr-Auto) #397
  • [c417296]: update vtable names for vtable_sizes.csv, update full doscs (Mr-Auto) #397
  • [b9acb98]: exposing more vitrual functions and hooks (Mr-Auto) #397
  • [8c1a691]: add SOUNDID alias, add function to convert from it to VANILLA_SOUND and vice versa. Some comments fix, clean up Entity file a little,expose some more stuff (Mr-Auto) #397
  • [edd94cb]: add and improve entity attach/detach (Mr-Auto) #397
  • [5a09f69]: fix invalidating iterator in remove_spawn (Mr-Auto) #397
  • [665428d]: fix Backpack subclass in lua, add more hookable functions to lua, test them etc. some comments and name changes, filter out bad pointers in vtable_sizes generated by info_dump (Mr-Auto) #397
  • [cf38c6a]: typo (Mr-Auto) #397
  • [4a962d3]: make corner finish be stored per lua backend (Mr-Auto) #395
  • [02ae583]: add small comment (Mr-Auto) #397
  • [fd154ab]: bring back move semantics (Mr-Auto) #397
  • [b10aebc]: more comments (Mr-Auto) #397
  • [82b3ca3]: add QuestLogic and JournalData stuff (Mr-Auto) #399
  • [b0ad891]: add field of online player, enums (fienestar) #401
  • [e5e08b1]: update OnlinePlayer def (fienestar) #401
  • [27f65b8]: expose all of the JournalPageData stuff (Mr-Auto) #399
  • [1a81adf]: exposed few values in ScreenCharacterSelect, some extra comments (Mr-Auto) #399
  • [7e172e5]: Add ability for adding comments in the lua type definition files for the runtime type creation (Mr-Auto) #399
  • [68cf5c9]: add DOOR_COG_SCEPTER to replace_drop (Mr-Auto) #399
  • [1615ce1]: update slate[no ci] (github-actions[bot])
  • [79dcb16]: typos and YellowCape base (Mr-Auto) #397
  • [380de08]: rename pickup to give_powerup and expose it, fix comments for vtable function that have different name for hook vs function itself, some comments here and there (Mr-Auto) #397
  • [85b8999]: make b3f optional in set_draw_depth, manually align some comments in entity and movable (Mr-Auto) #397
  • [0d42b36]: rename generate_fall_poof_particles, also Floor and Door virtuals using MemFun (Mr-Auto) #397
  • [4da0fa8]: rename acquire -> equip, changes the comment, update docs (Mr-Auto) #397
  • [55bba79]: rename get_savegame, fix typo (Mr-Auto) #399
  • [8518c50]: fix the unordered_map not being correctly readable from lua, update doc (Mr-Auto) #399
  • [15a6714]: change comment (Mr-Auto) #395
  • [47128a8]: Merge remote-tracking branch 'origin/main' into render (Mr-Auto) #395
  • [1d6a2ac]: add comment about render offset (Mr-Auto) #395
  • [21607a4]: merge main (Mr-Auto) #397
  • [0e09ab4]: update slate[no ci] (github-actions[bot])
  • [41df6a4]: mistake with equip virtual, update docs after merge (Mr-Auto) #397
  • [538043a]: fix the virtual index for give_powerup hook (Mr-Auto) #397
  • [843307d]: name the unknown bool (Mr-Auto) #397
  • [eecbc99]: update the virtual function names in the autogenerated sheet and update docs (Mr-Auto) #397
  • [1361e14]: final fixes (Mr-Auto) #397
  • [d6497ef]: update slate[no ci] (github-actions[bot])
  • [28bcb86]: missed default_special_offset mistake (Mr-Auto)