Commit graph

6 commits

Author SHA1 Message Date
turleypol
bccccb525a fixed compilation
ugly hack to keep uotool compiling
2020-09-06 21:01:42 +02:00
turleypol
eab9710f98 fixed realms
moved getPosNdParam to uoexecutor
2020-04-13 15:45:19 +02:00
turleypol
c18615d551 added getParam for s8, fixed polmodl 2020-04-10 12:46:48 +02:00
turleypol
e63f1cd7b1 added getRealmParam, getPos4dParam, getPosXdParam error on invalid
coordinates for optionally given realm
boat::move_xy needs old/new pos
2020-04-10 12:01:01 +02:00
turleypol
cb98dedd17 added GetParam for Pos2d, Pos3d 2020-04-10 10:28:27 +02:00
Kevin Eady
12d6186d10
Script option enhancements (#118)
* Fix SCRIPTOPT_CAN_ACCESS_OFFLINE_MOBILES

* Add SCRIPTOPT_SURVIVE_ATTACHED_DISCONNECT

* wip beginning work on templatization

* Use PolModule in pol-specific modules

* wip, creating PolModule with getXYZParam

* wip 1, moving getXYZ to UOExecutor

* compilable with PolObjectImp / PolApplicObj

* add type guard

* wip, change signatures

change signatures of script_method, script_method_id, and
custom_script_method

* compilable (windows)

* linux fixes

* namespace fixes

* remove uoexhelp

* formatting

* compilable

- move can_access_offline_mobiles back to uoexec
- add guildscrobj and partyscrobj sources
- move EGuildRefObjImp and EPartyRefObjImp
- wip, implement asUOExec
- formatting uoexec.cpp,.h

* finish uoexec() helper

* some cleanup
2020-02-08 09:21:35 +01:00