AURUMVORXX
64b90c0ca9
fix: Update README
2025-04-15 13:40:35 +03:00
AURUMVORXX
6445e2b306
fix: Resolved merge conflicts
2025-04-15 13:37:28 +03:00
AURUMVORXX
11883deb0f
fix: .gitignore
2025-04-15 13:35:28 +03:00
AURUMVORXX
eede51b9f3
fix: Removed unused files
2025-04-15 13:22:31 +03:00
AURUMVORXX
1fa8a53c55
fix: Removed deleted functions
2025-04-15 13:21:46 +03:00
AURUMVORXX
8a6a9468b9
docs: Removed from docs deleted functions
2025-04-15 13:18:56 +03:00
AURUMVORXX
7304d76ec9
fix: Removed unused files
2025-04-15 13:17:08 +03:00
AURUMVORXX
dbf7fbad8b
fix: Removed dependencies
2025-04-15 13:14:57 +03:00
AURUMVORXX
8ae3e08ec7
Merge branch 'dev'
2025-04-15 13:14:19 +03:00
AURUMVORXX
7ff72c7887
docs: Updated docs for 2.0.0 version
2025-04-15 13:13:31 +03:00
AURUMVORXX
988f901dc8
feat: version 2.0.0
2025-04-15 12:20:31 +03:00
AURUMVORXX
dfcf695f24
feat: Initial commit for 2.0.0 release
2025-04-12 12:01:03 +03:00
AURUMVORXX
a00e601a14
feat: Added new module-specific functions
...
+ Added exception handling inside python scripts
+ Changed some G2O functions to accept python objects as arguments
2025-03-30 16:30:54 +03:00
AURUMVORXX
c093bd2f81
feat: Virtual env site-packages auto add to sys.path
2025-03-26 16:28:49 +03:00
AURUMVORXX
5c249525c9
feat: Added proper launch under venv
2025-03-26 14:46:17 +03:00
AURUMVORXX
03dfd1408c
feat: Added ability to change entry point name
...
+ Renamed default entry point name
+ Added proper exception handling
+ Added ability to use .pth files
2025-03-25 19:16:21 +03:00
AURUMVORXX
a479b5f85d
refactor: Refactorized whole project structure
2025-01-25 00:02:52 +03:00
AURUMVORXX
d50f55086b
Removed submodule dependencies/pybind11
2025-01-24 23:42:19 +03:00
AURUMVORXX
ed44a6275e
fix: added missing getPlayerUID doc page
2024-12-23 17:55:46 +03:00
AURUMVORXX
74ad2e6abc
feat: changes due to G2O 0.3.0.6
...
+ added function getPlayerUID
+ changed event onPlayerSpellCast
2024-12-23 17:52:34 +03:00
AURUMVORXX
cbd432a1e7
docs: Added 'how to debug' page
2024-11-26 01:12:26 +03:00
AURUMVORXX
d779d0a661
feat: Removed CPython separate compilation
...
+ Upgraded to Python 3.13
+ Added constants to g2o library for auto-completion
2024-11-25 05:11:24 +03:00
AURUMVORXX
8efb8c2125
fix: getPlayerPosition returning empty dict
2024-11-15 16:59:31 +03:00
AURUMVORXX
6a084df91f
fix: FIx for not imported streamer and waypoint functions
2024-11-15 16:59:31 +03:00
AURUMVORXX
c6946aa19a
docs: Fix for incorrect keyword name in the onPacket event
2024-11-13 10:42:20 +03:00
AURUMVORXX
1a96861fb7
dosc: Update QnA section
2024-11-11 11:38:24 +03:00
AURUMVORXX
b199563943
feat: Added Way class
2024-11-11 11:38:24 +03:00
AURUMVORXX
2e83646914
fix: Fixed missing math functions
2024-11-11 11:38:24 +03:00
AURUMVORXX
84b5b33e0c
docs: Updated How to Use page
2024-11-10 21:20:59 +03:00
AURUMVORXX
efbe34648b
fix: Missing libpython in Linux CI
2024-11-10 21:07:23 +03:00
AURUMVORXX
81f49c557a
fix: Fixed wrong arguments in the server-side functions
...
+ fixed 2 repeated functions
+ fixed default argument in the setPlayerWorld function
2024-11-10 21:05:34 +03:00
AURUMVORXX
08140e9bf4
added: CI via Github Actions
2024-11-10 19:21:58 +03:00
AURUMVORXX
215c74561d
docs: Fixed npc.py
2024-11-10 19:00:00 +03:00
AURUMVORXX
ae7f2831a3
docs: Fixed index.md
2024-11-09 20:18:03 +03:00
AURUMVORXX
ae0889e927
feat: Added python binding to all functions
...
+ added docs to all functions
2024-11-09 20:18:03 +03:00
AURUMVORXX
c561368b4f
fix: Fixed mistake in the contant name
2024-11-09 20:18:03 +03:00
AURUMVORXX
0b89806626
feat: Added Mds class
2024-11-09 04:03:55 +03:00
AURUMVORXX
58ec459ea5
feat: Added server-side functions
2024-11-09 03:09:39 +03:00
AURUMVORXX
0596853161
feat: Added class ItemsGround
...
+ added exception handling on returning OT_NULL types
2024-11-09 03:09:39 +03:00
AURUMVORXX
4eaa9e4e2e
docs: Added docs for Daedalus and Sky classes
2024-11-09 03:09:39 +03:00
AURUMVORXX
11fd12bf57
docs: Added docs for toggleEvent and removeEvent functions
2024-11-09 03:09:39 +03:00
AURUMVORXX
df9675d67b
docs: Fixed docs links to classes due to file structure change
2024-11-07 02:35:34 +03:00
AURUMVORXX
15b34c3f40
feat: Added Sky class
...
+ changed file structure in the python module
+ fixed static method binding for PyDaedalus class
2024-11-07 02:35:34 +03:00
AURUMVORXX
6e76960158
docs: Fix for Comparing with Squirrel example code
2024-11-07 02:35:34 +03:00
AURUMVORXX
f4ec811163
feat: Added Daedalus class
...
+ sqParseTable moved to nonut::CustomTypes as SqDict
+ fix: Removed Python constructors for ItemGround and DamageDescription classes (so it's unable to make new objects in the scripts)
2024-11-06 23:59:54 +03:00
AURUMVORXX
fe0604d79c
docs: Added onPlayerDamage event
...
+ added info boxes about event cancelling
2024-11-06 23:59:54 +03:00
AURUMVORXX
9206d251e6
docs: Added Comparing with Squirrel page
2024-11-06 23:59:54 +03:00
AURUMVORXX
b75b2ab2a4
feat: Added remaining event related functionality
2024-11-06 23:59:54 +03:00
AURUMVORXX
882d2cc038
feat: Added event canceling
2024-11-06 23:59:54 +03:00
AURUMVORXX
f6fd5893a4
docs: Added onPlayerUseCheat and NPC related events
2024-11-06 11:50:14 +03:00