| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-03 | Minor fixes | void_17 | |
| 1. Improve const correctness in a few places (such as `Container::getMaxStackSize()` -> `Container::getMaxStackSize() const`) 2. Use C++11 varargs for `I18n::get`, `Entity::newDoubleList` and `Language::getElement` | |||
| 2026-03-02 | Revert "shared_ptr -> std::shared_ptr" | void_17 | |
| This reverts commit 7074f35e4ba831e358117842b99ee35b87f85ae5. | |||
| 2026-03-02 | shared_ptr -> std::shared_ptr | void_17 | |
| This is one of the first commits in a plan to remove all `using namespace std;` lines in the entire codebase as it is considered anti-pattern today. | |||
| 2026-03-01 | Initial commit | daoge_cmd | |
