This repository has been archived on 2022-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Acedia/sources
Anton Tarasenko 076ebe8fcf Add global namespace to Acedia actors and objects
We want all actors and objects defined in Acedia to share
a global namespace that provides an access to important variables
(such as `Acedia` reference) and functions.

We add a `Global` singleton and `AcediaActor` / `AcediaObject`
base classes with a quick accessor to it's instance (`_` / `_()`).
2020-04-08 01:36:29 +07:00
..
Data Add unit tests for JSON implementation 2020-03-31 13:29:11 +07:00
Features Fix incorrect description for FixAmmoSell 2020-03-22 19:32:36 +07:00
Services/Connection First commit 2020-02-16 19:41:27 +07:00
Acedia.uc Add global namespace to Acedia actors and objects 2020-04-08 01:36:29 +07:00
AcediaActor.uc Add global namespace to Acedia actors and objects 2020-04-08 01:36:29 +07:00
AcediaObject.uc Add global namespace to Acedia actors and objects 2020-04-08 01:36:29 +07:00
AcediaReplicationInfo.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastEvents.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastHandler.uc First commit 2020-02-16 19:41:27 +07:00
BroadcastListenerBase.uc First commit 2020-02-16 19:41:27 +07:00
Events.uc First commit 2020-02-16 19:41:27 +07:00
Feature.uc First commit 2020-02-16 19:41:27 +07:00
Global.uc Add global namespace to Acedia actors and objects 2020-04-08 01:36:29 +07:00
Listener.uc First commit 2020-02-16 19:41:27 +07:00
Manifest.uc Add unit tests for JSON implementation 2020-03-31 13:29:11 +07:00
MutatorEvents.uc First commit 2020-02-16 19:41:27 +07:00
MutatorListenerBase.uc First commit 2020-02-16 19:41:27 +07:00
Service.uc First commit 2020-02-16 19:41:27 +07:00
Singleton.uc First commit 2020-02-16 19:41:27 +07:00
StartUp.uc First commit 2020-02-16 19:41:27 +07:00
TestCase.uc Add basic unit test support 2020-03-31 13:28:20 +07:00