Skip to content

Commit

Permalink
Bump OL
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Nov 24, 2022
1 parent 60e5965 commit 11581db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/overlunky
Submodule overlunky updated 70 files
+3 −1 .clang-format
+4 −4 .github/workflows/clang_format_verify.yml
+876 −876 docs/entities-hierarchy.md
+3 −3 docs/examples/GuiDrawContext.lua
+3 −0 docs/examples/game_manager.lua
+3 −3 docs/examples/get_bounds.lua
+7 −0 docs/examples/online.lua
+8 −0 docs/examples/options.lua
+3 −0 docs/examples/players.lua
+12 −0 docs/examples/prng.lua
+8 −0 docs/examples/register_option_bool.lua
+41 −2 docs/game_data/lua_enums.txt
+131 −31 docs/game_data/spel2.lua
+4 −2 docs/generate.py
+291 −84 docs/index.html
+291 −84 docs/light.html
+2 −0 docs/parse_source.py
+24 −19 docs/src/includes/_enums.md
+187 −32 docs/src/includes/_globals.md
+1 −0 docs/src/includes/_home.md
+15 −6 docs/src/includes/_types.md
+66 −0 examples/custom_feats.lua
+166 −0 examples/custom_journal_pages.lua
+59 −5 examples/options.lua
+60 −0 examples/options2.lua
+1 −0 src/game_api/aliases.hpp
+2 −2 src/game_api/custom_types.cpp
+1 −1 src/game_api/drops.hpp
+2 −2 src/game_api/entities_activefloors.cpp
+2 −2 src/game_api/entities_items.hpp
+6 −1 src/game_api/entities_logical.hpp
+7 −4 src/game_api/memory.hpp
+2 −2 src/game_api/movable.hpp
+104 −2 src/game_api/render_api.cpp
+4 −0 src/game_api/render_api.hpp
+3 −32 src/game_api/rpc.cpp
+105 −6 src/game_api/screen.cpp
+27 −14 src/game_api/screen.hpp
+63 −0 src/game_api/script/events.cpp
+5 −0 src/game_api/script/events.hpp
+170 −35 src/game_api/script/lua_backend.cpp
+61 −16 src/game_api/script/lua_backend.hpp
+274 −295 src/game_api/script/lua_vm.cpp
+103 −0 src/game_api/script/safe_cb.hpp
+234 −0 src/game_api/script/safe_cb.inl
+0 −18 src/game_api/script/script_util.cpp
+0 −9 src/game_api/script/script_util.hpp
+2 −0 src/game_api/script/usertypes/entities_items_lua.cpp
+10 −0 src/game_api/script/usertypes/entities_logical_lua.cpp
+8 −8 src/game_api/script/usertypes/entity_casting.py
+14 −0 src/game_api/script/usertypes/gui_lua.cpp
+4 −0 src/game_api/script/usertypes/gui_lua.hpp
+11 −26 src/game_api/script/usertypes/level_lua.cpp
+2 −2 src/game_api/script/usertypes/player_lua.cpp
+20 −4 src/game_api/script/usertypes/screen_lua.cpp
+17 −7 src/game_api/script/usertypes/socket_lua.cpp
+12 −3 src/game_api/script/usertypes/socket_lua.hpp
+12 −16 src/game_api/script/usertypes/sound_lua.cpp
+35 −0 src/game_api/script/usertypes/steam_lua.cpp
+11 −0 src/game_api/script/usertypes/steam_lua.hpp
+57 −3 src/game_api/search.cpp
+5 −3 src/game_api/state.cpp
+2 −2 src/game_api/state.hpp
+7 −7 src/game_api/state_structs.hpp
+102 −39 src/game_api/steam_api.cpp
+78 −0 src/game_api/steam_api.hpp
+32 −1 src/game_api/util.hpp
+2 −1 src/game_api/vtable_hook.hpp
+1 −1 src/info_dump/main.cpp
+8 −0 src/injected/ui_util.cpp

0 comments on commit 11581db

Please sign in to comment.