Commit Graph

16 Commits

Author SHA1 Message Date
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
6a084df91f fix: FIx for not imported streamer and waypoint functions 2024-11-15 16:59:31 +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
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
ae0889e927 feat: Added python binding to all functions
+ added docs to all functions
2024-11-09 20:18:03 +03:00
AURUMVORXX
0b89806626 feat: Added Mds class 2024-11-09 04:03:55 +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
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
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
b75b2ab2a4 feat: Added remaining event related functionality 2024-11-06 23:59:54 +03:00
AURUMVORXX
52922205f3 fix: Missing import of ItemGround class 2024-11-06 11:50:14 +03:00
AURUMVORXX
4efda3e2e0 feat: Added DamageDescription class
+ Added onPlayerDamage event
2024-11-06 02:09:04 +03:00
AURUMVORXX
c66a1e3238 feat: Added constants from consttable 2024-11-05 19:37:47 +03:00
AURUMVORXX
2657b2c613 feat: Added Packet class and onPacket event 2024-11-05 02:44:38 +03:00
AURUMVORXX
a6e8dfa684 feat: Added PyG2O python library 2024-11-02 11:28:09 +03:00