351 Commits (3a46e66ff4a4d1201231a7992a07b6aa1721384d)

Author SHA1 Message Date
Anton Tarasenko a46f906692 Fix trading time pause 2 years ago
Anton Tarasenko 3045c6904f Fix `Set...()` methods leaking memory in ArrayList 2 years ago
Anton Tarasenko 184bdf247a Add spaces after declarations into ArrayList class 2 years ago
Anton Tarasenko e6f2254c35 Add `HashTable` colelction 2 years ago
Anton Tarasenko 9c4966e93a Fix issues with ArrayList conversion 2 years ago
Anton Tarasenko 2ca4e3aa61 Change `ArrayListIterator` to use filter method 2 years ago
Anton Tarasenko 65c6706062 Remove life version checks from `ArrayList` 2 years ago
Anton Tarasenko 5ffe8e75b5 Change commands to only work for four players 2 years ago
Anton Tarasenko fcbb72f0b3 Add config record for health component 2 years ago
Anton Tarasenko ddafa83399 Add `AHealthComponent` to AcediaCore 2 years ago
Anton Tarasenko 02defb53db Add shutdown event for `LevelCore` 2 years ago
Anton Tarasenko 55a1bb91b9 Add `EPawn` interface and its implementation 2 years ago
Anton Tarasenko 001e7c1750 Fix `othersConsole` missing during Executed() call 2 years ago
Anton Tarasenko 1d10523ef7 Fix capitalization in methods' names 2 years ago
Anton Tarasenko cc117f24af Change which players `othersConsole` addresses 2 years ago
Anton Tarasenko 9f282c4f66 Fix comment for `Command` class 2 years ago
Anton Tarasenko 1660ef2364 Remove unused `GetNewLine()` method from `Command` 2 years ago
Anton Tarasenko 7dae012f33 Change database API to validate new dbs' names 2 years ago
Anton Tarasenko 50b8bb30a1 Change `IsValidConfigName()` into `IsValidname()` 2 years ago
Anton Tarasenko 1f3a047dd1 Change Command feature to report bad command name 2 years ago
Anton Tarasenko c99603a114 Fix some commands accepting empty player list 2 years ago
Anton Tarasenko 88292cb89e Add tests for TextTemplate's ignoreFormatting flag 2 years ago
Anton Tarasenko 60a71f5ca0 Fix comments 2 years ago
Anton Tarasenko 5cb6904937 Change parameter names 2 years ago
Anton Tarasenko f1d17eefdb Fix bug that prevented disabling of `Feature`s 2 years ago
Anton Tarasenko dd5d1c3496 Change remainder param to allow options first 2 years ago
Anton Tarasenko f1532ce3a7 Add `TextTemplate` ability to paste formatted args 2 years ago
Anton Tarasenko d1e746e736 Add `ToFormattedText()` method to `BaseText` 2 years ago
Anton Tarasenko 0137eda5ee Add `TextNeutral` color to ColorAPI and aliases 2 years ago
Anton Tarasenko 47a4095bb1 Add `TextTemplate` class 2 years ago
Anton Tarasenko 03cf5c5745 Fix some errors formatted text not being reported 2 years ago
Anton Tarasenko 18399897a2 Fix console log spam 2 years ago
Anton Tarasenko 5180d822f9 Fix char prefix not being colored in info query 2 years ago
Anton Tarasenko 97369e7b18 Add `ChangeDefaultColor()` method to MutableText 2 years ago
Anton Tarasenko b44c7e2ca8 Refactor init system 2 years ago
Anton Tarasenko 88e217d747 Add `InfoQueryHandler` 2 years ago
Anton Tarasenko 913e59eca0 Add `Parse()` method for `BaseText` 2 years ago
Anton Tarasenko 940885f883 Add new `ArrayList` collection 2 years ago
Anton Tarasenko 94d4a8dbdc Add reference counting to AcediaCore types 2 years ago
Anton Tarasenko 34b62886db Add more variance to methods that separate by char 2 years ago
Anton Tarasenko 9b6dbfa6bd Remove useless `ConstFrom...()` text methods 2 years ago
Anton Tarasenko 1e62edfc93 Refactor text classes to subclass on `BaseText` 2 years ago
Anton Tarasenko 05b3b1613d Fix feature aliases not working 2 years ago
Anton Tarasenko 1ada5d2718 Add `Feature` ability to return current config 2 years ago
Anton Tarasenko a9242667be Add `CoreService` ability to return all features 2 years ago
Anton Tarasenko 17a2c5e88b Add Feature aliases 2 years ago
Anton Tarasenko b2d3d05790 Add `ChangeDefaultFormatting()` to `MutableText` 2 years ago
Anton Tarasenko c3aca531f1 Change Commands to parse input `Text` as plain 2 years ago
Anton Tarasenko acc31767e5 Refactored new code for parsing formatted strings 2 years ago
Anton Tarasenko b9f96af43e Add color gradient blocks to formatted string 2 years ago