Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/event-system 2025-01-26 22:37:25 +00:00
0d916b56f2 Update README.md
07f96fe511 Handle reallocating when out of callback capacity
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/event-system 2025-01-26 18:13:49 +00:00
44ec7317a1 Calculate internal system id to be stored in events
abdelrahman pushed to main at abdelrahman/event-system 2025-01-26 18:00:11 +00:00
000845d514 Remove unused enum
abdelrahman pushed to main at abdelrahman/event-system 2025-01-26 17:57:06 +00:00
05b0c3ed19 Fix bug with calculating size of callback arrays
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:18:19 +00:00
0061deb8b0 Reformat
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:16:18 +00:00
9e74471cfa Cast src to const when using memcpy
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:10:12 +00:00
287ff9c798 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:09:43 +00:00
2872e0d98a Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:09:20 +00:00
705812c754 Update README.md
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 23:08:29 +00:00
8b3216f416 Handle reallocating when out of events
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 18:15:16 +00:00
7021b7a401 es_register_event and es_add_event_listener takes a pointer
c0409a612e Revert "es_register_event and es_add_event_listener takes a pointer"
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/event-system 2025-01-25 18:10:05 +00:00
8e5a421753 es_register_event and es_add_event_listener takes a pointer
abdelrahman pushed to main at abdelrahman/event-system 2025-01-05 04:18:15 +00:00
7cb1b59cf7 Reformat
abdelrahman pushed to main at abdelrahman/event-system 2025-01-04 21:49:33 +00:00
b464afee2e Reformat
abdelrahman pushed to main at abdelrahman/event-system 2025-01-04 21:49:01 +00:00
d1a70ee6f4 Add EventSystem reference in Event and magic to ESInteral
abdelrahman pushed to main at abdelrahman/event-system 2025-01-04 21:48:18 +00:00
b20c68331d Update character aliases
abdelrahman pushed to main at abdelrahman/event-system 2025-01-04 21:47:57 +00:00
1d00f153c4 Update .gitignore
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:35:06 +00:00
6d2f6742c0 Add example of registering events not part of an array
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:26:37 +00:00
01592a57a4 Fix bug with es_remove_event_listener
abdelrahman pushed to main at abdelrahman/event-system 2025-01-01 20:11:52 +00:00
ca016c34f0 Update README.md