Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 12, 2024
2 parents 732ad0e + 9e9f059 commit 6694c78
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
args: ['--fix=lf']
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-workflows
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions docs/about/Authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ PopnROFL PopnROFL
potato
ppaawwll ppaawwll 🐇🐇🐇🐇
Priit Laes plaes
Przemysław Skrobot frogi16
psychowico wiktor-obrebski
Putnam Putnam3145
quarque2 quarque2
Expand Down
1 change: 1 addition & 0 deletions library/LuaApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ distribution.
#include "modules/Burrows.h"
#include "modules/Constructions.h"
#include "modules/Designations.h"
#include "modules/DFSDL.h"
#include "modules/EventManager.h"
#include "modules/Filesystem.h"
#include "modules/Gui.h"
Expand Down
4 changes: 3 additions & 1 deletion library/include/modules/Graphic.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ distribution.
#include <stdint.h>
#include "Export.h"
#include "Module.h"
#include "DFSDL.h"
#include <vector>

namespace DFHack
{
// forward declaration used here instead of including DFSDL.h to reduce inclusion loading
struct DFTileSurface;

class DFHACK_EXPORT Graphic : public Module
{
public:
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+1 −1 .pre-commit-config.yaml
8 changes: 4 additions & 4 deletions plugins/lua/preserve-rooms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ ReservedWidget.ATTRS{
new_world_loaded = true

local CONFLICTING_TOOLTIPS = utils.invert{
df.main_hover_instruction.ZoneRepaint,
df.main_hover_instruction.ZoneSuspend,
df.main_hover_instruction.ZoneRemove,
df.main_hover_instruction.ZoneAssignLocation,
df.main_hover_instruction.ZONE_REPAINT,
df.main_hover_instruction.ZONE_SUSPEND,
df.main_hover_instruction.ZONE_REMOVE_EXISTING,
df.main_hover_instruction.ZONE_ASSIGN_LOCATION,
}

function ReservedWidget:init()
Expand Down
2 changes: 1 addition & 1 deletion scripts

0 comments on commit 6694c78

Please sign in to comment.