1
0
forked from noxious/server

68 Commits

Author SHA1 Message Date
a95c67b5fe Removed redundant code 2024-12-26 23:50:04 +01:00
e571cf2230 Converted more procedural programming to OOP 2024-12-26 23:34:25 +01:00
4a963b4359 Improved entities, ran formatting, utilise getters and setters 2024-12-26 16:45:00 +01:00
f4746722af Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper 2024-12-25 16:50:01 +01:00
125d3a3f66 Added init migration, moved ORM config into separate file, updated .gitignore file 2024-12-25 01:16:07 +01:00
058988e874 Added paths in typescript config and utilise this in all project files 2024-12-24 23:48:37 +01:00
38395b6f19 Better imports 2024-12-24 23:16:13 +01:00
413a5cbcf5 Made database class to call entity manager with 2024-12-24 23:14:08 +01:00
f76b758565 Added @mikro-orm/reflection 2024-12-24 22:25:18 +01:00
434f5df7c2 Typo 2024-12-24 22:19:55 +01:00
8377fe6545 Added enums, moved Mikro ORM config into server.ts, cleaned configuration and env files 2024-12-24 22:17:41 +01:00
8980691409 Added ORM entities 2024-12-24 22:08:08 +01:00
eb2648d31f Added extra HTTP boilerplate allowing us to have endpoints in separated files 2024-12-21 22:45:17 +01:00
72ef04d683 Rm. comment. 2024-11-16 01:21:32 +01:00
460308d555 #161: Set default value for createdAt field, store zone chats into database 2024-11-14 20:45:37 +01:00
719c75616e CORS fix 2024-11-13 13:35:41 +01:00
d4e0cbe398 #174: Refactor character manager into zoneManager for better DX, major refactor of time and weather system (data is stored in DB now instead of JSON file), npm update, npm format, many other improvements 2024-11-13 13:21:01 +01:00
709d34d59b npm run format 2024-11-05 23:16:18 +01:00
ae0241fecb #184: Added weather manager that periodically changes the weather in-game and emits this to players 2024-11-05 22:45:57 +01:00
3b473e5826 Added client URL to .env.example and cors 2024-11-05 00:27:09 +01:00
929a36554a Cors update 2024-11-05 00:19:02 +01:00
bfd941c091 Rnamed Datetime > Date 2024-10-14 20:11:08 +02:00
bb9f62a9c8 Renamed files to storage, re-worked datetimeManager, added json help utilities 2024-10-14 19:47:52 +02:00
049b9de2b3 Renamed utilities to files, added datetimeManager, npm update 2024-10-13 12:15:29 +02:00
ce1708a55e Path fixes for all environments, npm run format, removed redundant imports 2024-10-01 00:10:30 +02:00
da8ef9fa65 Uhm excuse me, but what the fuck 2024-09-30 22:56:17 +02:00
4f9a1bc879 npm run dev 2024-09-30 22:42:46 +02:00
3a83f2c1ff #169 : Re-enabled command manager, created extrudeTiles command for testing 2024-09-30 19:02:55 +02:00
9d6de8a1a9 Mass replace parameter order (socket,io)>(io,socket), worked on queueing system 2024-09-21 23:54:52 +02:00
d2c52ea0c0 QueueMangr. async. 2024-09-21 22:15:06 +02:00
66cbdec5b6 Added REDIS_URL to .env.example and use this in queuManager, removed & commented debug code 2024-09-21 22:00:08 +02:00
Zaxiure
fd8cefd0db
bullmq 2024-09-21 16:36:51 +02:00
798bfac643 #140 : Individual log files 2024-09-21 15:39:50 +02:00
d2e1837e75 Merged code 2024-09-09 20:13:07 +02:00
e069d9293a Server fix (maybe?) 2024-08-26 22:18:58 +02:00
e8d100e063 New method for events + TP work 2024-08-26 19:09:35 +02:00
39f4e79a88 Major refractor, cleaning and improvements. 2024-08-24 03:08:43 +02:00
c909bc4aa7 Removed unneeded await 2024-08-22 20:16:48 +02:00
c4b50ec811 idk 2024-08-22 20:00:37 +02:00
6b97e7d9cb use camelcase file names from now on... 2024-08-21 20:55:58 +02:00
6131a8455a NPM update, removed CRUD functions from object repository, added prettier 2024-07-22 01:36:05 +02:00
6070e587c6 Added PvP field to zones table 2024-07-21 20:31:29 +02:00
58f801e302 Path fix 2024-07-21 20:21:39 +02:00
62b9b4ec5c Improved folder structures for better maintainability 2024-07-21 20:20:06 +02:00
2ca0d487a5 test 2024-07-10 21:56:27 +02:00
08b6c5c598 Code improvements 2024-06-23 01:53:06 +02:00
f5191aa81f Added logic that allows socket events to exist in sub directories, moved said events for better DX, added logics for tile management (upload & read), started working on (zone) object logics too 2024-06-22 21:00:24 +02:00
d508ece9c7 another fix, maybe 2024-06-05 00:50:15 +02:00
5206738cb9 Added IP 2024-06-05 00:47:45 +02:00
a4991d950f updates for deploy 2024-06-04 23:02:12 +02:00