Thaddeus Crews
|
5935a32e32
Core: Cleanup headers in `core/config`
|
1 week ago |
Thaddeus Crews
|
d1d28c0bcf
Merge pull request #111223 from Ivorforce/remove-iterator-include
|
1 week ago |
chocola-mint
|
ead282ff13
Remove `file_access.h` and `script_backtrace.h` includes from `logger.h`.
|
1 week ago |
Lukas Tenbrink
|
1db0a60dc0
Replace `std::size` usage with `std_size` to avoid `<iterator>` include.
|
1 week ago |
Aaron Franke
|
3d1c9fd5de
Move server files into their subfolders
|
1 year ago |
kobewi
|
d61a337a70
Improve usage of String.split() vs get_slice()
|
2 years ago |
Nintorch
|
0b3496fb4f
Add support for SDL3 joystick input driver
|
4 months ago |
Pedro J. Estébanez
|
820380817a
Exclude RD creation test functions from templates
|
5 months ago |
Thaddeus Crews
|
01fc9aee6c
Core: Modernize C headers with C++ equivalents
|
5 months ago |
Thaddeus Crews
|
007717faf9
SCons: Remove `check_c_headers`
|
7 months ago |
A Thousand Ships
|
331a43a9d8
Add `String::remove_char(s)` methods for performance and convenience
|
1 year ago |
Thaddeus Crews
|
c937b6d180
Merge pull request #102419 from Ivorforce/std-size
|
7 months ago |
Pāvels Nadtočajevs
|
6ed12bfc5d
[Linux/BSD] Offload RenderingDevice creation test to subprocess.
|
7 months ago |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
8 months ago |
Student Main
|
f39614aa5a
Ignore case when parse /proc/cpuinfo
|
1 year ago |
Thaddeus Crews
|
bb5f390fb9
Style: Apply `clang-tidy` fixes (superficial)
|
1 year ago |
A Thousand Ships
|
a0dbdcc3ab
Replace `find` with `contains/has` where applicable
|
1 year ago |
sambler
|
97e95e1750
Make sysctl calls on FreeBSD
|
1 year ago |
LinuxUserGD
|
6307cebf37
os_linuxbsd.cpp: include `servers/rendering_server.h`
|
1 year ago |
Riteo
|
2e07dcf1e7
Wayland: suspend window after frame timeout or suspend state
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Riteo
|
7e0f7d3abd
Add Wayland support
|
1 year ago |
Wilson E. Alvarez
|
a3cb1b096f
Add const references detected by clang-tidy
|
1 year ago |
bruvzg
|
6cc314e0fa
[Linux/Freedesktop] Implement native file selection dialog support.
|
2 years ago |
Rémi Verschelde
|
a6e75f3971
Fix Linux `move_to_trash` wrongly reporting files as not found
|
2 years ago |
Rémi Verschelde
|
01e84b1da1
Merge pull request #67158 from amoriqbal/fix_error_message
|
2 years ago |
Danil Alexeev
|
2d2b2cadfa
Fix `bsd` feature tag includes only "other BSDs"
|
2 years ago |
Rémi Verschelde
|
9e4315bb50
Style: Harmonize header includes in platform ports
|
2 years ago |
MJacred
|
2c5e2196bd
Replace get_rendering_device() call to prevent crashes on OpenGL.
|
2 years ago |
MJacred
|
9e5bf3d589
Copy system info to clipboard + Update bug_report.yml
|
2 years ago |