-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Move Events methods to namespace #4692
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
Closed
Closed
Changes from 3 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
4706229
Move Events methods to namespace
ramon-bernardo b90be76
Rename classname
ramon-bernardo 197d007
Fix
ramon-bernardo 349cd8c
Run unit tests with vcpkg (#4695)
ranisalt 98c55fa
Docker Build failing (workflow) (#4696)
EvilHero90 ea0083a
Revert "Docker Build failing (workflow) (#4696)" (#4700)
ranisalt ac4f939
Fix Dockerfile copying executable (#4699)
ranisalt dd63567
Refactor Docker image workflow with docker actions (#4701)
ranisalt bc62acb
Fix docker registry in workflow (#4702)
ranisalt 52896ab
Add package write permission to docker-image job (#4703)
ranisalt ea59250
Annotations & Linter including luascript.cpp functions (#4672)
EvilHero90 a271374
Use repository name when uploading Docker image (#4704)
ranisalt 4789ce0
Simplify logic to select Lua interpreter (#4576)
ranisalt 33e9698
Fix bank NPC overflow protection being bypassed (#4693)
glecko 187a517
Use Guild shared_ptr instead of raw pointers (#4682)
ramon-bernardo 5601a62
Split game core into different files (#4705)
ramon-bernardo ce0cc0c
Remove Ubuntu build workflow (#4707)
ranisalt b85757f
Fix LuaJIT flag in CMake configuration (#4711)
ranisalt 55c0462
Move static LuaScriptInterface methods to namespace (#4675)
ranisalt 4f90414
actions: Add CodeQL back (#4712)
DSpeichert 4407756
Add vcpkg baseline update workflow on cron schedule (#4679)
ranisalt 93f375f
Event callbacks fixes (#4713)
reyaleman 4a89502
[Revscriptsys] RevNpcSys version 1.0 (lua npcs / NpcType / new npc sy…
EvilHero90 60dcd1c
Templates Update (Bug, Feature, Compilation Error) (#4715)
EvilHero90 ceb2a07
Minimal HTTP login server (#4706)
ranisalt 419620b
Http login missing VS Project Include files and login problem when on…
EvilHero90 855cd3b
Set correct minimum dependency versions (#4720)
ranisalt dc91b3d
Fix CodeQL to run only once per workflow (#4721)
ranisalt 75cefe8
Fix GitHub workflow syntax error (#4723)
EvilHero90 262652b
[bugfix] default duration on decaying items with no min or maxvalue s…
Coldensjo e9b6383
[bugfix] fixes bug when player asks banker to "withdraw" "x" (#4732)
Coldensjo 3d7c2fe
Fix use-after-free in creature conditions (#4726)
diath e3cae60
[bugfix] make it so that 1% resistance correctly reduces damage taken…
Coldensjo e80e408
Fix MySQL handle leak (#4722)
ranisalt 553c79a
Compilation Error issue template update (#4736)
EvilHero90 ac84e26
[Revnpcsys] Revisioned Npc System v1.1 (#4724)
EvilHero90 d8e58ee
Fix default database version (#4737)
ranisalt 0986419
The Forgotten Server 1.6 (#4718)
EvilHero90 28a58ec
Fix paths in release action (#4738)
ranisalt c677f03
The Forgotten Server 1.7 Development (#4719)
EvilHero90 3ba9e67
Fix some warnings and improve type annotations (#4740)
danyelvarejao c5426f0
[Revnpcsys] Revisioned Npc System v1.2 (#4741)
EvilHero90 fdd48c3
[Revscriptsys] fixing memory leak in Actions & Moveevents (#4742)
EvilHero90 7011488
Added missing default dependencies for using vcpkg manifest (#4735)
Codinablack d59a5cb
[Revscriptsys] fix crash introduced in #4742 (#4750)
EvilHero90 404f369
fix session table in schema (#4745)
ArturKnopik 00f4400
Fix creature icons (#4746)
ArturKnopik a490b34
[Revnpcsys] Revisioned Npc System v1.3 (#4747)
EvilHero90 48352f6
Remove g_bans global (#4757)
ranisalt a2b24a4
Remove Account class and account.h file (#4730)
ranisalt 98ff8a8
Fix NPC baseSpeed & build issue (AccountType_t) (#4763)
xmish d11bf08
Move Events methods to namespace
ramon-bernardo fc8d0c6
Fix
ramon-bernardo 6d7a18c
Merge branch 'events-namespace' of https://github.com/ramon-bernardo/…
ramon-bernardo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still unsure whether to use
tfs::eventsortfs::game::events. What do you think?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tfs::events