Akkadius
|
54050924d8
|
Revert "[Quest API] Cleanup string copies and push_backs. (#2807)"
This reverts commit bcc2e022dcc41261ff2f1a7643ee6ed3e376e678.
|
2023-01-31 20:30:34 -06:00 |
|
Alex King
|
bcc2e022dc
|
[Quest API] Cleanup string copies and push_backs. (#2807)
# Notes
- Several places use `push_back` instead of `emplace_back`.
- Several places use `std::string` instead of `const std::string&`.
|
2023-01-29 15:14:49 -05:00 |
|
Akkadius
|
2970afff67
|
More log migrations to fmt / log aliases
|
2019-09-02 02:33:02 -05:00 |
|
Akkadius
|
7aa1d243b0
|
[Performance] Reworked how all log calls are made in the source, see changelog.txt for more details
|
2017-04-01 03:51:46 -05:00 |
|
Michael Cook (mackal)
|
cdbeb24a05
|
Change emptiness checks to empty() from size() [clang-tidy]
This has two benefits, it's clear what we are checking and
size() isn't always constant time, where empty is (performance!)
|
2016-05-25 14:57:47 -04:00 |
|
Akkadius
|
0d9b6703a6
|
Rename debug.h to global_define.h, update cmakelists and such
|
2015-01-19 04:12:09 -06:00 |
|
Akkadius
|
b6587cc9e2
|
Removal of logsys.h from #include(s)
|
2015-01-18 04:03:45 -06:00 |
|
Akkadius
|
467b359d0c
|
Moved all EQEmuLogSys:: enum references used in Log.Out to a namespace 'Logs' for shortening of syntax
|
2015-01-18 02:20:16 -06:00 |
|
Akkadius
|
c025765283
|
Renamed DoLog to Out as the aggregate logging function for simplicity of use and shortened syntax of Log.Out
|
2015-01-18 02:00:15 -06:00 |
|
Akkadius
|
1c048cb1d1
|
Renamed DebugCategory to DoLog as the aggregate logging function for simplicity of use and shortened syntax of Log.DoLog
|
2015-01-18 01:54:09 -06:00 |
|
Akkadius
|
7dbde36b03
|
Rename reference logger to Log
|
2015-01-18 00:41:18 -06:00 |
|
Akkadius
|
132fbbb0c6
|
Rename LogDebugType to DebugCategory
|
2015-01-16 03:09:02 -06:00 |
|
Akkadius
|
6e11baf308
|
Convert world debugging _log to logger.LogDebugType
|
2015-01-12 22:28:16 -06:00 |
|
Michael Cook (mackal)
|
446b085d6c
|
clang-modernize -use-auto convert for world/eqw_parser.cpp
|
2015-01-09 03:05:14 -05:00 |
|
KimLS
|
4821ed79fb
|
More renames, world should be done
|
2014-08-21 23:30:09 -07:00 |
|