Commit graph

  • 848652f688
    Make example for how to use Concord.utils.loadNamespace for systems more concrete main Justin van der Leij 2024-06-30 10:45:46 +02:00
  • 30b21c4c25
    Merge pull request #78 from denisdefreyne/patch-1 Justin van der Leij 2024-06-30 10:38:53 +02:00
  • 9f187f12e5
    Merge pull request #76 from lambtoken/typo-fix Justin van der Leij 2024-06-30 10:38:15 +02:00
  • 6575686b3b
    Fix typo in README.md Denis Defreyne 2024-06-29 10:28:12 +02:00
  • 70d756caca changed pairs loop to ipairs SelfDevTv 2024-05-28 07:10:17 +02:00
  • ff754ded59 formatting SelfDevTv 2024-05-27 22:10:03 +02:00
  • afd2dbb406 added link to worlds between code blocks SelfDevTv 2024-05-27 22:05:31 +02:00
  • f6704d8451 create world example first SelfDevTv 2024-05-27 22:04:38 +02:00
  • 3f79d72560 cleared empty line SelfDevTv 2024-05-27 21:59:51 +02:00
  • 1978fc4921 Added example how to register the loaded systems via loadNamespace SelfDevTv 2024-05-27 21:55:13 +02:00
  • 1aaf501401
    Update README.md to hint that components should be loaded for systems Justin van der Leij 2024-05-27 13:53:55 +02:00
  • f9da8dbe92 Added missing do keyword in the loops lambtoken 2023-12-23 09:37:03 +01:00
  • 5434613083 Deploying to gh-pages from @ Keyslam-Group/Concord@7b8f7b2f0a 🚀 gh-pages Keyslam 2023-02-26 15:29:08 +00:00
  • 7b8f7b2f0a
    Merge pull request #70 from DanielPower/patch-1 v4.0 Justin van der Leij 2023-02-26 16:28:39 +01:00
  • 5f4b3b97da
    Fix link to documentation Daniel Power 2023-02-18 16:43:56 -03:30
  • 7fcb9d27ef Deploying to gh-pages from @ Keyslam-Group/Concord@2386547caa 🚀 pablomayobre 2023-02-15 01:28:59 +00:00
  • 2386547caa
    Normalize slashes to dots when calling require in Utils.loadNamespace Pablo Mayobre 2023-02-14 22:28:26 -03:00
  • fe163ac8eb Deploying to gh-pages from @ Keyslam-Group/Concord@56770d5c7a 🚀 pablomayobre 2023-02-15 01:27:17 +00:00
  • 2a34adcf0f Deploying to gh-pages from @ Keyslam-Group/Concord@a80077276d 🚀 pablomayobre 2023-02-15 01:21:05 +00:00
  • 1e4132be21 Added beforeEmit and afterEmit World callbacks (#54) Brandon Blanker Lim-it 2023-02-14 18:18:43 -03:00
  • 429a448ab6 Add resources to world Jesse Viikari 2023-02-14 18:18:43 -03:00
  • 9bccd05019 Usability improvements Pablo Mayobre 2023-02-14 18:18:43 -03:00
  • cf05cfc972 Add ability to clone components Fixes #51 Pablo Mayobre 2023-02-14 18:18:42 -03:00
  • 16c77c6a66 Fixed bug with serialization/deserialization flamendless 2023-02-14 18:18:42 -03:00
  • 61720312cb Added optional table for output for entity:getComponents flamendless 2023-02-14 18:18:42 -03:00
  • 8e1b14d53b Ignore non-lua files in Utils.loadNamespace Pablo Ariel Mayobre 2023-02-14 18:18:41 -03:00
  • bdfe2523b0 Fix require indentation Pablo Ariel Mayobre 2023-02-14 18:14:25 -03:00
  • 41fcfac6af Fixed errors on World:deserialize flamendless 2023-02-14 18:14:25 -03:00
  • a55efd042a Entity's Keys Pablo Ariel Mayobre 2023-02-14 18:14:25 -03:00
  • 3d195c790f Add World:query Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • a4ae392341 World:newEntity Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • cc0fd1614c Serializable component Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • 892f4d4700 Error handling overhaul Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • 743d662ef9 Replaced Pools with Filters Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • 07bd5d0f28 Fix utils.loadNamespace when passed a table Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • c4594da19d Add Component:removed() callback Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • 50249d5ad3 Removed deprecated functionality Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • 695cc2dfe3 Add Component Negation Pablo Ariel Mayobre 2023-02-14 18:14:22 -03:00
  • 89eab3fb72 List.sort Pablo Ariel Mayobre 2023-02-14 18:14:08 -03:00
  • 7d8e46ea1f
    Normalize slashes to dots when requiring in Utils.loadNamespace Pablo Mayobre 2023-02-14 22:18:59 -03:00
  • 75c35d986a
    Added beforeEmit and afterEmit World callbacks (#54) Brandon Blanker Lim-it 2023-02-14 18:18:43 -03:00
  • bbcb49b6f9
    Add resources to world Jesse Viikari 2023-02-14 18:18:43 -03:00
  • cb34513d21
    Usability improvements Pablo Mayobre 2023-02-14 18:18:43 -03:00
  • 88b342f0ab
    Add ability to clone components Fixes #51 Pablo Mayobre 2023-02-14 18:18:42 -03:00
  • b47fe315c7
    Fixed bug with serialization/deserialization flamendless 2023-02-14 18:18:42 -03:00
  • e8ccf0f295
    Added optional table for output for entity:getComponents flamendless 2023-02-14 18:18:42 -03:00
  • 7b1df11cfb
    Ignore non-lua files in Utils.loadNamespace Pablo Ariel Mayobre 2023-02-14 18:18:41 -03:00
  • 95c6a5e085
    Fix require indentation Pablo Ariel Mayobre 2023-02-14 18:14:25 -03:00
  • 748b207252
    Fixed errors on World:deserialize flamendless 2023-02-14 18:14:25 -03:00
  • f795fee2c5
    Entity's Keys Pablo Ariel Mayobre 2023-02-14 18:14:25 -03:00
  • 772dd03b78
    Add World:query Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • 238aaeca12
    World:newEntity Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • afc5643755
    Serializable component Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • c5c056f566
    Error handling overhaul Pablo Ariel Mayobre 2023-02-14 18:14:24 -03:00
  • d854e93e70
    Replaced Pools with Filters Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • eec6f4f29e
    Fix utils.loadNamespace when passed a table Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • 0dfc922e9a
    Add Component:removed() callback Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • 651472413b
    Removed deprecated functionality Pablo Ariel Mayobre 2023-02-14 18:14:23 -03:00
  • ea59529ddc
    Add Component Negation Pablo Ariel Mayobre 2023-02-14 18:14:22 -03:00
  • 1c99d534c2
    List.sort Pablo Ariel Mayobre 2023-02-14 18:14:08 -03:00
  • 2c67f8ddc4 make require() paths more consistent in Utils.loadNamespace Ulhar 2023-01-18 19:34:18 -05:00
  • a09aa91a13 Deploying to gh-pages from @ Keyslam/Concord@a45d89457b 🚀 Keyslam 2022-10-17 19:53:59 +00:00
  • a45d89457b
    Merge pull request #66 from wolfboyft/master Justin van der Leij 2022-10-17 21:53:30 +02:00
  • 940870318d
    Fix bug where loading namespaces using folder/init.lua entries would only work if "folder" was 3 characters Tachytaenius 2022-10-17 20:17:54 +01:00
  • cbbc841218 Deploying to gh-pages from @ Keyslam/Concord@821b36c903 🚀 Keyslam 2022-10-17 13:12:44 +00:00
  • 821b36c903
    Merge pull request #46 from john-cheesman/correct-readme-code Justin van der Leij 2022-10-17 15:12:18 +02:00
  • ea782ddeeb Allow no definition in system creation Brandon Blanker Lim-it 2022-06-07 20:58:43 +08:00
  • 665dda65e7 Deploying to gh-pages from @ Keyslam/Concord@7a4bfaf33c 🚀 Keyslam 2022-06-01 15:51:44 +00:00
  • 7a4bfaf33c
    Merge pull request #59 from josh-perry/fix-readme-docs-link Justin van der Leij 2022-06-01 17:51:12 +02:00
  • 2acb1458f2 Fixed docs link in README Josh Perry 2022-05-31 20:20:54 +01:00
  • 91382e004c Add resources to world Jesse Viikari 2021-11-26 16:16:53 +02:00
  • 2621d7a9ea
    Usability improvements Pablo Mayobre 2021-11-25 17:12:05 -03:00
  • af759206ae
    Docs missing curly brackets in Systems example lrgilbert 2021-11-14 09:14:45 -06:00
  • 15a09cd7e6 Added preventDefaults in beforeEmit flamendless 2021-11-04 16:01:21 +08:00
  • b0fdb74d82 Fixed beforeEmit/afterEmit to handle recursive/nested emits; flamendless 2021-11-04 13:13:11 +08:00
  • 9e0eeddea9 Added beforeEmit and afterEmit World callbacks flamendless 2021-11-04 12:12:50 +08:00
  • e4713fd2d8
    Add ability to clone components Fixes #51 Pablo Mayobre 2021-11-03 11:43:19 -03:00
  • fa7792e083
    Automate Docs building with Github Actions Pablo Mayobre 2021-11-03 10:39:05 -03:00
  • 64513ca16b
    Merge pull request #53 from flamendless/experimental Pablo Ariel Mayobre 2021-11-03 00:40:11 -03:00
  • 345b8cafe0 Fixed bug with serialization/deserialization flamendless 2021-11-03 10:44:13 +08:00
  • f34079b378 Deploying to gh-pages from @ Tjakka5/Concord@edc1d2fdbc 🚀 Tjakka5 2021-11-02 19:10:45 +00:00
  • edc1d2fdbc Fix documentation page building workflow 13 Justin van der Leij 2021-11-02 20:10:14 +01:00
  • 4313dc7856 Fix documentation page building workflow 12 Justin van der Leij 2021-11-02 17:27:18 +01:00
  • 9c22986501 Fix documentation page building workflow 11 Justin van der Leij 2021-11-02 17:23:53 +01:00
  • 73851c87b0 Deploying to gh-pages from @ Tjakka5/Concord@73177f4048 🚀 Tjakka5 2021-11-02 16:22:32 +00:00
  • 142ed2153f Initial gh-pages commit Tjakka5 2021-11-02 16:22:32 +00:00
  • 73177f4048 Fix documentation page building workflow 10 Justin van der Leij 2021-11-02 17:21:51 +01:00
  • 6ce714ce14 Fix documentation page building workflow 9 Justin van der Leij 2021-11-02 17:21:22 +01:00
  • e141a6183b Fix documentation page building workflow 8 Justin van der Leij 2021-11-02 17:18:57 +01:00
  • 6329e09138 Fix documentation page building workflow 7 Justin van der Leij 2021-11-02 17:16:51 +01:00
  • cdf425d301 Fix documentation page building workflow 6 Justin van der Leij 2021-11-02 17:08:25 +01:00
  • c7625ad376 Fix documentation page building workflow 5 Justin van der Leij 2021-11-02 17:02:38 +01:00
  • 65aae3c2ba Fix documentation page building workflow 4 Justin van der Leij 2021-11-02 16:57:08 +01:00
  • 297b30aa50 Fix documentation page building workflow 3 Justin van der Leij 2021-11-02 16:55:04 +01:00
  • 9aaff0fbcc Fix documentation page building workflow 2 Justin van der Leij 2021-11-02 16:37:30 +01:00
  • b701493a27 Fix documentation page building workflow Justin van der Leij 2021-11-02 16:32:24 +01:00
  • b53f950e3e Add documentation page building workflow Justin van der Leij 2021-11-02 16:30:23 +01:00
  • 5229358eb6
    Merge pull request #50 from flamendless/experimental Pablo Ariel Mayobre 2021-09-04 09:44:32 -03:00
  • c7c3a512af Added optional table for output for entity:getComponents flamendless 2021-09-04 20:45:09 +08:00
  • ef6ef69316
    Fixed usage of shallowCopy for entity:getComponents Brandon Blanker Lim-it 2021-08-29 12:32:37 +08:00