Commit Graph

24 Commits

Author SHA1 Message Date
2c47f9f550 Standardized notification methods to have the "notification" prefix, instead of the "on", and changed the naming a bit. This makes them stand out inside the docs, and it's easier to get completions for them while using the api. 2020-04-28 20:47:34 +02:00
0a9d4d3c72 Few more renames. 2020-04-28 19:03:17 +02:00
8864cdee06 Even more renames. 2020-04-28 19:01:46 +02:00
f1e38e5a2a More renames. 2020-04-28 16:50:26 +02:00
37660951ca More renames. 2020-04-28 16:39:42 +02:00
86aaf2eaf5 More renames. 2020-04-28 16:17:54 +02:00
9be4cba706 Same treatment to aura related methods. 2020-04-28 16:07:36 +02:00
68a6256e67 Converted more methods. 2020-04-28 15:58:20 +02:00
a5fb39a002 Same treatment to the crafting related methods. 2020-04-28 15:41:48 +02:00
1afc3511f8 Same to the global cooldown related methods. 2020-04-28 14:24:05 +02:00
c28fbd155b Same treatment to entity_resource related methods. 2020-04-28 13:10:57 +02:00
62d3928ced Equpiment-related methods now start with the equip keyword. 2020-04-28 12:31:03 +02:00
2f49f2360e Add missing class to config.py, also sync classref with current source. 2020-04-20 17:36:36 +02:00
6c9bea09bc Added a new class ESSEntitySpawner. It is a resource. This will make setting up entity spawning a lot less painful. Also the module will be able to contain a few built in solutions. An instance is available from the ESS singleton (can be set, or loaded/automatically loaded). Also fixed a few smaller issues with saving/loading. 2020-04-18 14:31:36 +02:00
5b14bf40bd Add missing classes to config.py. Also sync classref to the current source. 2020-04-18 02:33:42 +02:00
d5fa8c67bf Add the new resource db to config.py, and sync classrefs. 2020-04-14 16:57:34 +02:00
4935de4c5f Rename the EntityDataManager singleton to just simply ESS. 2020-04-14 16:55:21 +02:00
dc0c6d224b Fix uninitialized variable. 2020-04-03 09:40:30 +02:00
9a30b44991 Sync classref with the current source. 2020-04-03 09:39:36 +02:00
931ef93219 Tiny improvements to the class xmls. 2020-03-22 17:13:45 +01:00
e272dca8f8 Update the class list in config.py, and sync classref to the current source. 2020-03-22 01:09:10 +01:00
3e10779dbc Updated old style getters/setters to use the new style. E.g. sget_ -> gets_. 2020-02-26 21:20:54 +01:00
1cc9d1ace2 Added a brief description for most of the classes. Started writing method documentaion for aura. 2019-12-25 19:41:19 +01:00
1c96daba5f Proper doc setup. 2019-12-25 14:08:01 +01:00