Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add sentry trigger mech and server-side bullet validation #90

Open
wants to merge 24 commits into
base: aor25
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7d2a120
Migrations and schema for new structure
thatchinkumar2005 Dec 22, 2024
7ea46a1
models.rs, prop id fk not nullable
thatchinkumar2005 Dec 22, 2024
74923c9
added name back to defender_type, mine_type models, schema and respon…
thatchinkumar2005 Dec 22, 2024
e87c615
get map details for attack mapspace block id for mine type
thatchinkumar2005 Dec 22, 2024
6410c38
attack util
thatchinkumar2005 Dec 23, 2024
6fba5f3
inventory util.rs
thatchinkumar2005 Dec 23, 2024
d509bdf
add_500_artifacts_to_users.rs for new structure
thatchinkumar2005 Dec 23, 2024
9825609
dummy data
thatchinkumar2005 Dec 23, 2024
ef158da
delete old dummy_data and schema
thatchinkumar2005 Dec 23, 2024
883f982
unused imports removed
thatchinkumar2005 Dec 24, 2024
f6a7d20
removed empty newlines in schema.rs
thatchinkumar2005 Dec 24, 2024
2aa81cf
fmt
thatchinkumar2005 Dec 24, 2024
1c0a870
dummy data for hut and sentry
thatchinkumar2005 Dec 26, 2024
abc301b
validation for save with hut_defenders
thatchinkumar2005 Dec 26, 2024
cae8c27
road continuity check
thatchinkumar2005 Dec 26, 2024
9b40839
dummy_data fix: remove road mapspace in hut_defender place
thatchinkumar2005 Dec 26, 2024
40ffb14
range for hut
thatchinkumar2005 Dec 27, 2024
6255ab4
hut range changes
thatchinkumar2005 Dec 27, 2024
e7091b4
levels_fixture date update
thatchinkumar2005 Jan 2, 2025
a0efbe0
remove old dummy data
thatchinkumar2005 Jan 2, 2025
32db6ae
fix lint in defense layout validate
thatchinkumar2005 Jan 2, 2025
dc1ddd5
feat: add sentry trigger mech and bullets validation
Shriram-10 Jan 12, 2025
2380f53
fix: add logging for sentry deactivation state
Shriram-10 Jan 12, 2025
c220337
fix: fix base validator
Shriram-10 Jan 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get install -y \
pkg-config \
libssl-dev
RUN cargo install diesel_cli --no-default-features --features postgres
RUN cargo install cargo-watch
RUN cargo install cargo-watch --locked
RUN cargo install cargo-chef

FROM base AS planner
Expand Down
Loading