Knightly
7ab909ee47
Standardize Licensing
...
- License was intended to be GPLv3 per earlier commit of GPLv3 LICENSE FILE
- This is confirmed by the inclusion of libraries that are incompatible with GPLv2
- This is also confirmed by KLS and the agreement of KLS's predecessors
- Added GPLv3 license headers to the compilable source files
- Removed Folly licensing in strings.h since the string functions do not match the Folly functions and are standard functions - this must have been left over from previous implementations
- Removed individual contributor license headers since the project has been under the "developer" mantle for many years
- Removed comments on files that were previously automatically generated since they've been manually modified multiple times and there are no automatic scripts referencing them (removed in 2023)
2026-04-01 17:09:57 -07:00
brainiac
7fe49b5630
normalize includes: zone
2025-12-26 20:58:07 -08:00
Alex King
0a1df5bbb6
[Quest API] Add GetTimers() and GetPausedTimers() to Perl/Lua ( #4965 )
...
* [Quest API] Add GetTimers() and GetPausedTimers() to Perl/Lua
* Push
2025-08-02 19:17:56 -05:00
Alex King
323a0c0b27
[Feature] Zone Scripting ( #4908 )
...
* [Feature] Add Zone Scripting Capabilities
* Push
* Update zone.cpp
* Fix crashes
* Lua
* Add other events, finish Lua
* Add EVENT_ENTER_ZONE
* Final
* Push
* Push
* [Feature] Add Zone Scripting Capabilities
* Push
* Update zone.cpp
* Fix crashes
* Add EVENT_ENTER_ZONE
* Remove duplicates
* Update embparser.cpp
2025-07-10 15:08:08 -04:00
Alex King
2e760d6397
[Code] ZoneStore Global to Singleton Cleanup ( #4934 )
2025-06-23 06:45:06 -04:00
Alex King
f29478c105
[Commands] Add #zonevariable Command ( #4882 )
...
* [Commands] Add #zonevariable Command
* Update zonevariable.cpp
* Argument safety
---------
Co-authored-by: Chris Miles <akkadius1@gmail.com>
2025-05-14 20:53:43 -05:00
Chris Miles
30c39194a3
[Zone] Zone State Improvements (Continued) ( #4768 )
...
* [Zone] Zone State Improvements (Continued)
* Ignore a few events when we resume from suspend
* Add is_zone field
* Update database_update_manifest.cpp
* Update database_update_manifest.cpp
* Update database_update_manifest.cpp
* Update zone_save_state.cpp
* Update zone_save_state.cpp
* Add Zone Variables
* Update methods
* Update zone_save_state.cpp
* Update zone_save_state.cpp
---------
Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
2025-03-11 01:14:09 -05:00
Alex King
f8837d0926
[Quest API] Add DisableRespawnTimers to Perl and Lua ( #4691 )
...
* [Quest API] Add DisableRespawnTimers to Perl and Lua
* Update lua_zone.h
* Update lua_zone.cpp
* Change up how we're doing this
---------
Co-authored-by: Akkadius <akkadius1@gmail.com>
2025-02-20 00:26:46 -06:00
Chris Miles
49cf97ae9c
[Databuckets] Add Zone Scoped Databuckets ( #4690 )
...
* [Databuckets] Add Zone Scoped Databuckets
* Add database indexes
* Update database_update_manifest.cpp
* Shutdown fix
* Testing
* Perf boost
* Revert "Perf boost"
This reverts commit 55d3e507d30719fc3f631806a4c5d09bc65430a1.
* Update data_bucket.cpp
2025-02-18 00:14:49 -06:00
Alex King
9e07d90664
[Quest API] Add Zone Support to Perl and Lua ( #4662 )
...
* [Quest API] Add Zone Support to Perl and Lua
* Final
2025-02-08 23:21:15 -06:00