You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gleb Mazovetskiy
55464eec78
Fix `-Wmissing-braces`
Fixes warnings such as this one:
```
../../../../../../Source/engine/render/text_render.hpp:83:33: warning: suggest braces around initialization of subobject [-Wmissing-braces]
return DrawString(out, text, { position.x, position.y, out.w() - position.x, 0 }, flags, spacing, lineHeight, drawTextCursor);
^~~~~~~~~~~~~~~~~~~~~~
```
|
5 years ago |
| .. |
|
render
|
Fix `-Wmissing-braces`
|
5 years ago |
|
actor_position.hpp
|
♻️ Replace Point addition with 'Point + Displacement'
|
5 years ago |
|
animationinfo.cpp
|
Rename DelayLen -> TicksPerFrame
|
5 years ago |
|
animationinfo.h
|
Rename DelayLen -> TicksPerFrame
|
5 years ago |
|
cel_header.hpp
|
♻️ Clean up `cel_header.hpp`
|
5 years ago |
|
cel_sprite.hpp
|
🚚 engine.h: Extract `CelSprite` and file loading
|
5 years ago |
|
direction.hpp
|
🚚 engine.h: Extract `Point`, `Direction`, `clamp`
|
5 years ago |
|
displacement.hpp
|
Address C4244 warnings in MSVC
|
5 years ago |
|
load_cel.cpp
|
🚚 engine.h: Extract `CelSprite` and file loading
|
5 years ago |
|
load_cel.hpp
|
🚚 engine.h: Extract `CelSprite` and file loading
|
5 years ago |
|
load_file.cpp
|
🚚 engine.h: Extract `CelSprite` and file loading
|
5 years ago |
|
load_file.hpp
|
♻️ Apply clang-tidy to engine
|
5 years ago |
|
point.hpp
|
Address C4244 warnings in MSVC
|
5 years ago |
|
random.cpp
|
♻️Clean up variable initialization
|
5 years ago |
|
random.hpp
|
Fully apply clang-tidy/format to all files
|
5 years ago |
|
rectangle.hpp
|
Fix `Rectangle::Contains` bounds check
|
5 years ago |
|
size.hpp
|
🚚 engine.h: Extract `Size`
|
5 years ago |
|
surface.cpp
|
🚚 Rename `CelOutputBuf` to `Surface` and extract
|
5 years ago |
|
surface.hpp
|
Fully apply clang-tidy/format to all files
|
5 years ago |