A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
9 months ago |
Wenqiang
|
9a94353fa3
Added support for 'print' command in local (command line -d) debugger
|
11 months ago |
Simon Barkehanai
|
4ecad8dea3
Fix infinite loop on EOF in the command line debugger
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
TechnoPorg
|
9961881b98
Remove SceneTree dependency from LocalDebugger
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Hugo Locurcio
|
79be2c7b75
Rename profiler "Idle Time" to "Process Time"
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Gilles Roudière
|
0587e5e018
Implement toast notifications in the editor
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Aaron Franke
|
84f720966c
Use doubles for time in many other places
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Tomasz Chabora
|
b1859510ab
Change behavior of String.right
|
5 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 years ago |