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
AURUMVORXX
d54bd06fef
feat: Added remaining server-side events
...
+ onPlayerUseCheat, all NPC related events
2024-11-06 11:50:14 +03:00
AURUMVORXX
d235a28a1d
docs: Added DamageDescription class
...
+ fix for string -> str format in the ItemGround docs
2024-11-06 11:50:14 +03:00
AURUMVORXX
fa24d77ea6
docs: Added ItemGround class
2024-11-06 11:50:14 +03:00
AURUMVORXX
5f2273c448
docs: Added missing read-only notes to the Packet class
2024-11-06 11:50:14 +03:00
AURUMVORXX
9470ef9921
docs: Added onPlayerDropItem and onPlayerTakeItem events
2024-11-06 11:50:14 +03:00
AURUMVORXX
cb6a6a2dfe
docs: Fix for function name in usage example of onPlayerDisconnect event
2024-11-06 11:50:14 +03:00
AURUMVORXX
52922205f3
fix: Missing import of ItemGround class
2024-11-06 11:50:14 +03:00
AURUMVORXX
cee3341a51
feat: Added ItemGround class
...
+ Added onPlayerTakeItem and onPlayerDropItem events
2024-11-06 02:09:04 +03:00
AURUMVORXX
4efda3e2e0
feat: Added DamageDescription class
...
+ Added onPlayerDamage event
2024-11-06 02:09:04 +03:00
AURUMVORXX
7a1d11543b
docs: Fix for index.md forwarding to blank page
2024-11-06 02:09:04 +03:00
AURUMVORXX
ed957b5585
docs: Updated README.md
2024-11-06 02:09:04 +03:00
AURUMVORXX
1ec6377864
docs: Added docs for constants
2024-11-05 19:37:47 +03:00
AURUMVORXX
c66a1e3238
feat: Added constants from consttable
2024-11-05 19:37:47 +03:00
AURUMVORXX
753e1a9f59
docs: Update README.md
2024-11-05 03:36:04 +03:00
AURUMVORXX
5389f6dcb4
docs: Added docs for Packet class and onPacket event
...
fix: Added missing sendToAll method
2024-11-05 03:33:46 +03:00
AURUMVORXX
2657b2c613
feat: Added Packet class and onPacket event
2024-11-05 02:44:38 +03:00
AURUMVORXX
558e607c5f
docs: Added docs about onPlayer** events
2024-11-04 19:09:49 +03:00
AURUMVORXX
2722f33e62
feat: Added exception handling
2024-11-04 16:46:39 +03:00
AURUMVORXX
3f477f5a32
feat: Switch from default sq stack parsing to NoNut
2024-11-04 14:57:54 +03:00
AURUMVORXX
965c65147f
fix: Fix for undefined function name
2024-11-04 14:57:21 +03:00
AURUMVORXX
606dc7a776
docs: Updated README.md
2024-11-04 13:55:21 +03:00
AURUMVORXX
78885ebce6
feat: Added NoNut core
2024-11-04 13:50:49 +03:00
AURUMVORXX
5dea12785b
feat: Added most of the onPlayer** events
2024-11-04 13:28:42 +03:00
AURUMVORXX
578de93398
docs: Added missing arg type in addEvent function
2024-11-04 12:58:25 +03:00
AURUMVORXX
5dc063fff1
feat: Added onPlayerChange** events
2024-11-04 12:57:17 +03:00
AURUMVORXX
6d2508784a
docs: Transfered info from README.md to MkDocs
2024-11-04 05:23:29 +03:00
AURUMVORXX
bb51677592
fix: Crash on adding name key into kwargs dictionary
...
+ Changed file structure for events
2024-11-04 05:11:15 +03:00
AURUMVORXX
6a20d96bb5
feat: Added docs via MkDocs
2024-11-04 05:09:59 +03:00
AURUMVORXX
810dd00dd8
feat: Added onUnban event
2024-11-02 18:42:07 +03:00
AURUMVORXX
e9b1ce0b44
feat: Added info about function argument types
2024-11-02 18:41:43 +03:00
AURUMVORXX
f5a748e1ff
feat: Added conversion SqTable -> Dictionary
...
+ Added onBan event
+ Fixed wrong argument order in onTime event
2024-11-02 18:32:07 +03:00
AURUMVORXX
9361f00246
docs: Updated README.md
2024-11-02 12:16:02 +03:00